koalanlp / kr.bydelta.koala.kmr / Tagger / convertSentence

convertSentence

protected fun convertSentence(text: String, result: <ERROR CLASS>): Sentence (source)

KomoranResult 타입의 분석결과 result를 변환, Sentence를 구성합니다.

Parameters

text - 품사분석을 수행한 문단의 String입니다.

result - 변환할 분석결과.

Since
1.x

Return
변환된 Sentence 객체