koalanlp / kr.bydelta.koala.proc / CanSplitSentence / invoke

invoke

open operator fun invoke(text: String): List<String> (source)

주어진 문단 text를 문장단위로 분리합니다.

Parameters

text - 문장단위로 분리할 String.

Since
2.0.0

Return
문장단위로 분리된 String의 List.