koalanlp / kr.bydelta.koala.etri / MorphemeResponse

MorphemeResponse

data class MorphemeResponse (source)

형태소 분석 결과물

Parameters

id - 형태소의 순번

lemma - 형태소의 원형

type - 형태소 품사분류

position - 형태소의 텍스트 내 위치

weight - 형태소 분석 결과의 신뢰도

Constructors

<init>

형태소 분석 결과물

MorphemeResponse(id: Int, lemma: String, type: String, position: Int, weight: Double)

Properties

id

형태소의 순번

val id: Int

lemma

형태소의 원형

val lemma: String

position

형태소의 텍스트 내 위치

val position: Int

type

형태소 품사분류

val type: String

weight

형태소 분석 결과의 신뢰도

val weight: Double