koalanlp / kr.bydelta.koala.arirang / Tagger

Tagger

class Tagger : CanTagOnlyASentence<List<<ERROR CLASS>>> (source)

아리랑 형태소 분석기입니다.

Since
1.x

See Also

CanTagOnlyASentence

Constructors

<init>

아리랑 형태소 분석기입니다.

Tagger()

Properties

tagger

아리랑 형태소 분석기 원본

val tagger: <ERROR CLASS>

Functions

convertSentence

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

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

tagSentenceOriginal

변환되지않은, text의 분석결과 List를 반환합니다.

fun tagSentenceOriginal(text: String): List<<ERROR CLASS>>