Korean support without manual system-level operations #6491
Replies: 5 comments
-
The If you're interested, please take a look at the notes here: #6304 (comment) |
Beta Was this translation helpful? Give feedback.
-
Hi @adrianeboyd, Thanks for your prompt reply. I discovered konlpy while browsing. What do you think of it? Cheers, Alex |
Beta Was this translation helpful? Give feedback.
-
I've heard of it, but I haven't tried to intall it and the java dependencies do look potentially problematic. But on our end, accepting a PR that adds segmenter options + support in the |
Beta Was this translation helpful? Give feedback.
-
Interesting. Is it OK to leave this issue open? I'll see if someone from my team @dataiku can have a look at it next year. |
Beta Was this translation helpful? Give feedback.
-
Sure, the issues labeled "help wanted" or "enhancement" should stay open by default. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using spaCy on secure servers where system-level operation are not possible, only
pip
is possible. I am very happy to say that it's OK for almost all languages supported by spaCy 🙇The odd one out is Korean, which today (and including in spacy 3.0 if I understand correctly) requires installation of
mecab-ko
on the server.It would be really great if there was an option to handle Korean with only a
pip install
, like jieba in Chinese.Thanks,
Alex
Beta Was this translation helpful? Give feedback.
All reactions