koalanlp / kr.bydelta.koala.proc / CanTagOnlyASentence / convertSentence

convertSentence

protected abstract fun convertSentence(text: String, result: S): Sentence (source)

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

Parameters

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

result - 변환할 분석결과.

Since
1.x

Return
변환된 Sentence 객체