kaegi / MorphMan

Anki plugin that reorders language cards based on the words you know
Other
258 stars 66 forks source link

MeCab parser does not properly identify certain morphs, and Morphman does not update database when focus morphs are corrected [bug] #311

Open quietmansoath opened 5 months ago

quietmansoath commented 5 months ago

Using the MeCab parser, Morphman is unable to identify certain words. Moreover, when the "morph" field is update to the correct word, Morphan still reads the data from the card as the original morph and not the updated one, screwing up what it considers a "known word."

Example: 不尽 is given as the morph, when the correct word is 理不尽. However, if I were to update the morph to 理不尽, the database ignores 理不尽 and carries on thinking that 不尽 is now a known word. Is there any way to change this behavior?

Screenshot 2024-02-04 141327