A candidate parse for a chunk.
A candidate parse for a chunk.
Sequence of KoreanTokens.
Number of words in this candidate parse.
Parse Korean text into a sequence of KoreanTokens
Parse Korean text into a sequence of KoreanTokens
Input Korean chunk
sequence of KoreanTokens
Provides Korean tokenization.
Chunk: 어절 - 공백으로 구분되어 있는 단위 (사랑하는사람을) Word: 단어 - 하나의 문장 구성 요소 (사랑하는, 사람을) Token: 토큰 - 형태소와 비슷한 단위이지만 문법적으로 정확하지는 않음 (사랑, 하는, 사람, 을)
Whenever there is an updates in the behavior of KoreanParser, the initial cache has to be updated by running tools.CreateInitialCache.