Add Korean with KoNLPy
khanguyenwk opened this issue · 3 comments
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)
I made it using Mecab-ko and a korean dictionary, it seems to work, but it might became soon useless with that thing #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.
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...
Hello everyone,
is there currently a solution to this? Meaning a usable way to use morphman with korean premade decks?