Commit Graph

3 Commits (e2785c40a6ce3593439ced164f9d5758fca09ddf)

Author SHA1 Message Date
包月琳 e2785c40a6 更新 'app/difficulty.py'
增加一个功能,使生词表中的单词的变形例如复数被识别为同一个单词,准确评级用户的level(使其在判定单词时不受单词的变形影响而错判为高等级词汇)。 把同一个单词的不同形式看作是同一个单词。
源代码对于单词不同形式改变过于简单,一些复杂形势的过去式变化无法识别出。因此我们引入Python的nltk模块,从而实现对单词的形式变换。
2023-05-10 19:34:35 +08:00
Lan Hui 5e322f067b requirements.txt includes dependencies of the program. difficulty.py is modified in this fix. Not sure why build.sh is included. 2021-08-20 19:27:44 +08:00
Hui Lan 843ed03d4f Publish EnglishPal source code 2021-04-06 16:22:03 +08:00