koalanlp / kr.bydelta.koala.kkma / Parser / convert

convert

fun convert(sentence: <ERROR CLASS>): Sentence (source)

org.snu.ids.kkma.ma.Sentence sentence를 변환하여 List<Sentence>로 변환합니다.

Parameters

sentence - 변환할 문장입니다.

Since
2.0.0

Return
변환된 문장입니다.

fun convert(sentence: String): List<Pair<<ERROR CLASS>, String>> (source)

String sentence를 품사 분석하여 List<Pair<org.snu.ids.kkma.ma.Sentence, String>>로 변환합니다.

Parameters

sentence - 변환할 문장입니다.

Since
2.0.0

Return
변환된 문장입니다.

fun convert(sentence: Sentence): <ERROR CLASS> (source)

Sentence를 변환하여 org.snu.ids.kkma.ma.Sentence로 변환합니다.

Parameters

sentence - 변환할 문장입니다.

Since
2.0.0

Return
변환된 문장입니다.