kaegi / MorphMan

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

Language specific morphemizer #277

Open Vilhelm-Ian opened 1 year ago

Vilhelm-Ian commented 1 year ago

When using morphman for language with spaces K and V are the same because it treats every single word as a different morph. So features like readiabilty analyzer are less useful. And the cards it shows often contains words that are already learned.

ghost commented 1 year ago

Yes, this is true and it happens with all languages I tried recently.

Vilhelm-Ian commented 1 year ago

It's not the case for japanese. It would be nice if someone explained how the dictionary addons that work for japanese work so a similar addon can be made for other languages

ghost commented 1 year ago

I'm using this addon as analizer for Japanese: https://github.com/CrescentKohana/MeCabUniDic

It replaces the other ones and is much better because it's a newer dictionary version

Vilhelm-Ian commented 1 year ago

it be nice if extensions like the above one existed for other languages. If someone explained how that addon works I would try to make one for another language

mjuhanne commented 1 year ago

@Vilhelm-Ian You could write your own morphimizer - it's pretty easy. You could check this deaccentmorphimizer and use it as an example to write your mapping.