Skip to content

Lethe10137/word-reviewer

Repository files navigation

https://github.com/zhaochenyang20/TOFEL_words_reviewer 为基础修改。注释中标明了[部分]参考。

usage:

1 put the words you want to recite in colletion.txt.

2 run the following command, or run pipeline.py

python test.py -n [--r] -s -l

1. -n 表示用户希望从自己所选择范围内具体想要复习的单词数量
2. --r 表示用户希望随机选择单词(不输入 --r 则表示不希望随机选择)
3. -s 表示用户希望从第几个单词开始
4. -l 表示用户希望复习的单词范围大小,也即从 start 开始,长度为 length

3 the word_list will be in ./data

Note: Most words will be looked up in dict.npy, which can be generated by the tool in ./dictionaryreader. As to the other words, I failed to find a stable way to translate them, which should be implemented in translate.py.

environment: python 3.9.12 argparse 1.4.0 numpy 1.22.3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages