kaegi / MorphMan

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

Add Korean with KoNLPy #246

Open khanguyenwk opened 3 years ago

khanguyenwk commented 3 years ago

Hello everyone, anybody here use Morphman to process other languages like Korean? I don't think the default Morphemizer can parse Korean by the language_with_space with accuracy. Is there anyway to add the KoNLPy to process Korean as a new Morphermizer, I know KoNLPy is distributed through PIP so it won't be so hard. I'm not good at coding so if there is a guide or someone can help it would be awesome. Thank you so much

You can check more information here: https://konlpy.org/en/latest/api/konlpy.tag/ (I think the Okt Class is good for morph)

rameauv commented 3 years ago

I made it using Mecab-ko and a korean dictionary, it seems to work, but it might became soon useless with that thing https://github.com/kaegi/MorphMan/pull/231 . Soo, I don't know if I should try to do an mr, also I did it the dirty way so I would have to think about implementing it correctly. I'm not sure if putting all the parsers bin in morphman is a good idea, so maybe I would have to do a separate plugin for just Mecab-ko and the dictionary.

ghost commented 3 years ago

I'm interested in this too. How would one proceed to make spacy or korean work with morphman? I tried following the steps but it's a very hot mess...

Adrulu commented 1 year ago

Hello everyone,

is there currently a solution to this? Meaning a usable way to use morphman with korean premade decks?