koalanlp / kr.bydelta.koala.etri / SRLArgument

SRLArgument

data class SRLArgument (source)

의미역 부착의 각 논항 결과

Parameters

type - 논항의 유형

id - 논항의 어절 위치 (Json Response의 'word_id')

text - 논항의 표면형

weight - 논항 분석의 신뢰도.

Constructors

<init>

의미역 부착의 각 논항 결과

SRLArgument(type: String, id: Int, text: String, weight: Double)

Properties

id

논항의 어절 위치 (Json Response의 'word_id')

val id: Int

text

논항의 표면형

val text: String

type

논항의 유형

val type: String

weight

논항 분석의 신뢰도.

val weight: Double