koalanlp / kr.bydelta.koala.hnn / Tagger

Tagger

class Tagger : CanTagOnlyAParagraph<<ERROR CLASS>> (source)

한나눔 품사분석기의 KoalaNLP Wrapper입니다.

Constructors

<init>

한나눔 품사분석기의 KoalaNLP Wrapper입니다.

Tagger()

Functions

convertSentence

kaist.cilab.jhannanum.common.communication.Sentence 타입의 분석결과 result를 변환, kr.bydelta.koala.data.Sentence를 구성합니다.

fun convertSentence(result: <ERROR CLASS>): Sentence

tagParagraphOriginal

변환되지않은, text의 분석결과 List<kaist.cilab.jhannanum.common.communication.Sentence>를 반환합니다.

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

Companion Object Functions

convert

kaist.cilab.jhannanum.common.communication.Sentence 타입의 분석결과 result를 변환, kr.bydelta.koala.data.Sentence를 구성합니다.

fun convert(result: <ERROR CLASS>): Sentence