https://ankiweb.net/shared/info/696663192
The idea is to rank these words from most frequent to least. Depending on your needs, you would study the most frequent one's first, or separate them into multiple decks and use large interval modifiers to skim over the easy ones. In addition, it can be used to seed MorphMan.
This addon is intended to work with any language and you will need to supply your own list which can be found on the internet in various formats. No actual wordlist is included, a sample list of 500 english words are included in the user_files
folder for testing.
Some word lists can be downloaded here: https://www.dropbox.com/sh/cbkrotcwpqrks60/AAB2y42FR-37XM4V5oQeMH7La?dl=0
File extension must end with .line
Format: {word}
This is ranked by line number.
Google - 10K words:
https://github.com/first20hours/google-10000-english
Unfortunately, this list seems to have alot of issues.
Rename your download from .txt
to .line
Words from nursing journals - 1K words:
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6298166/
This list is in .tif, so you need an OCR program to translate it to text first.
File extension must end with .txt
Format: {word}{space or tab}{frequency count}
Word list from movie subtitles - 1.65M words 20MB:
https://github.com/hermitdave/FrequencyWords/tree/master/content/2018/en
This word list has 1.65M words, mostly from english subtitled movies. It might be good for ESL students, but highly inaccurate for advanced english.
dog : 125,769
cat : 51,175
dog > cat
Porter2-stemmer by Evan Dempsey, https://github.com/evandempsey/porter2-stemmer