vocabulary.py add #4

Open
wangzixiang wants to merge 4 commits from Bug585-WangZixiang into Alpha-snapshot20240618
There is no content yet.
wangzixiang added 1 commit 2025-05-16 20:02:23 +08:00

缺少异常处理,load_record没有对文件查询操作进行异常处理
remove_non_words直接将非字母串替换为空格,使用strip方法去除前后空格,去除split和join不必要的拆分和合并
UserVocabularyLevel的filter_user_frequency中的data_str不应该是一个硬编码值

缺少异常处理,load_record没有对文件查询操作进行异常处理 remove_non_words直接将非字母串替换为空格,使用strip方法去除前后空格,去除split和join不必要的拆分和合并 UserVocabularyLevel的filter_user_frequency中的data_str不应该是一个硬编码值
wangzixiang added 1 commit 2025-05-22 13:37:13 +08:00
wangzixiang added 1 commit 2025-05-28 12:28:51 +08:00
wangzixiang added 1 commit 2025-05-28 12:32:40 +08:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b Bug585-WangZixiang Alpha-snapshot20240618
git pull origin Bug585-WangZixiang

Step 2:

Merge the changes and update on Gitea.
git checkout Alpha-snapshot20240618
git merge --no-ff Bug585-WangZixiang
git push origin Alpha-snapshot20240618
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wangzixiang/EnglishPal#4
There is no content yet.