All Projects → JackonYang → personalization-vocabulary

JackonYang / personalization-vocabulary

Licence: MIT license
根据个人的英语水平、兴趣和经常阅读的文章, 自动创建一个自定义的生词库,供背单词使用。

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

personalization-vocabulary

根据个人的英语水平、兴趣和经常阅读的文章, 自动创建一个自定义的生词库,供背单词使用。

自定义词库的原理

目前有 2 种思路:

  1. 根据出现频率和感兴趣程度排序,按顺序背。
  2. 根据出现频率和背诵的难度排序,按顺序背。

对于生词的评估,是一个难点。一定要评估生词么? 大多数人的词汇量,不过四五千。是否可以手动标注这四五千个单词。

标注已掌握词汇所需的时间估算:3s/word * 5000 / 60 = 250min. 约 4 h。

如何缩短这个时间?

todo list

  1. 快速标注个人已掌握词汇
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].