Bug585-zhangenhuai #4

Open
zhangenhuai wants to merge 2 commits from Bug585-zhangenhuai into Alpha-snapshot20240618

修改了评分逻辑,将原本简单平均所有单词分数,修改为加权频率×分数,取最高分;并且使用正则分词处理连字符和缩写,过滤非字母单词和停用词。

修改了评分逻辑,将原本简单平均所有单词分数,修改为加权频率×分数,取最高分;并且使用正则分词处理连字符和缩写,过滤非字母单词和停用词。
zhangenhuai added 1 commit 2025-05-29 14:17:00 +08:00
zhangenhuai changed title from WIP: Bug585-zhangenhuai to Bug585-zhangenhuai 2025-05-29 14:27:39 +08:00
zhangenhuai changed title from Bug585-zhangenhuai to Bug585-zhangenhuai 2025-05-29 14:28:44 +08:00
zhangenhuai added 1 commit 2025-06-06 12:38:40 +08:00
zhangenhuai added 1 commit 2025-06-06 12:43:44 +08:00
This pull request can be merged automatically.
The changes on this branch are already on the target branch. This will be an empty commit.
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-zhangenhuai Alpha-snapshot20240618
git pull origin Bug585-zhangenhuai

Step 2:

Merge the changes and update on Gitea.
git checkout Alpha-snapshot20240618
git merge --no-ff Bug585-zhangenhuai
git push origin Alpha-snapshot20240618
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 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: zhangenhuai/EnglishPal#4
There is no content yet.