MorphMan
MorphMan copied to clipboard
Anki plugin that reorders language cards based on the words you know
There are not breaking changes in 2.1.53 to modify this.
Anki version: 2.1.35 Morphman version: from 2021-02-11 (latest) It would be awesome if Morphman would still add the i+1, i+2 (and so on) tags although it is not modifying the...
Jieba has a function to load a user's dictionary to make word segmentation more accurate to your dictionary of choice, i.e. the cc-cedict dictionary. Here's the function... jieba.load_userdict(file_name) I am...
Getting this error in Qt6 and Qt5 builds: ``` Error during startup: Traceback (most recent call last): File "aqt.main", line 165, in __init__ File "aqt.main", line 217, in finish_ui_setup File...
Error when i try to Recalc and well to start with when I go to preferences, in the morphemizer tab I get "Japanese UNAVAILABLE" instead of "japanese". I do have...
Add the ability to set the shortcut for "already known" and "show additional focus morph" in the settings of morphman (can also include the other two shortcuts as well). Reason:...
As in the title _get_config_py_preference is failing on startup saying that config_py is NoneType, so it wasn't initialized? Looks like this code isn't getting called ``` addHook('profileLoaded', init_preferences) # ToDo:...
[freqlist.txt](https://github.com/kaegi/MorphMan/files/6985372/freqlist.txt) Hello, i'm trying to use morphman readibility analyser with this freq list as a master frequency list, but it doesnt work (other seemlingly specially formated lists do). Anyone know...
Fixes #162 - Previous attempt was to create an AnkiSpacy addon that was a package manager for installing spacy and its models and notifying other addons. This posed several issues...
Hey! Does anyone know how to correctly set-up Spacy in morphman, anki 2.1.49? Don't know if this is being developed currently. I've tried: https://github.com/rteabeault/AnkiSpacy but it doesn't work.