You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand the flag, splitComplex is supposed to break down morphemes as far as possible, as documented in morphemes.txt. However, for some cases, this does not happen:
Sentence : 일이 잘 돼 가요?
Emitted Morpheme: 어요/EF
Definition: 어요 EF 26693 complex 어/EF 요/JX 0112
Minimal reproducible example in Python (but also happens in C++):
importkiwipiepyk=kiwipiepy.Kiwi()
k.analyze('일이 잘 돼 가요?', split_complex=True)
@RicBent
Thank you for reporting the bug. As you mentioned, 어요/EF should be split into 어/EF and 요/JX when split_complex=True. I will examine the issue and fix it as soon as possible.
As far as I understand the flag,
splitComplex
is supposed to break down morphemes as far as possible, as documented inmorphemes.txt
. However, for some cases, this does not happen:Sentence : 일이 잘 돼 가요?
Emitted Morpheme: 어요/EF
Definition:
어요 EF 26693 complex 어/EF 요/JX 0112
Minimal reproducible example in Python (but also happens in C++):
Result:
The text was updated successfully, but these errors were encountered: