Releases: Rct567/FrequencyMan
Releases · Rct567/FrequencyMan
v0.5
- The way 'word familiarity' is calculated has changed a bit. It should be more accurate, but will also drop the amount of mature words a bit in most cases.
- Reviewed cards that are due and suspended are now also devalued based on being 'due' the same way their non-suspended count parts are. This makes all reviewed cards that are overdue less important over time (suspended or not).
suspended_card_value
andsuspended_leech_card_value
are applied on top of this. - The default word frequency lists are now generated using a combination of sources and should have much less 'source bias' and 'pollution' in most cases.
- Support for AnkiMorphs 'priority files'.
- FrequencyMan now comes with a default ignore list (ignore_candidates.txt), which can be found in default_wf_lists/. This file contains words most found across different languages (words such as 'FBI', 'Steve', 'cool' etc.).
- Words from 'name lists' and 'ignore lists' can now be filtered by as 'ignored words' in the 'Word overview' tab.
v0.4.3
v0.4.2
v0.4.1
v0.4
- New tab "Words overview".
- Added contractions to the default English word frequency list (manually copying
en.txt
fromdefault_wf_lists/
is required if you want to use the updated version). - Improved handling of high ivl and hight reps for familiarity score.
- The curly apostrophe is now normalized when tokenizing.
v0.3.1
- Fixed error when both ankimorphs-chinese-jieba and ankimorphs-japanese-mecab are used as tokenizers.
v0.3
v0.2.10
v0.2.9
v0.2.8
- The way ranking scores are handled has changed a bit.
- Default ranking factors weights have changed to compensate and to improve the bias toward easy cards in new decks.
- New ranking factor
new_words
added, to complementno_new_words
. proper_introduction_dispersed
now also effects cards without new words.