koalanlp / kr.bydelta.koala.data / CoreferenceGroup

CoreferenceGroup

class CoreferenceGroup : Property, List<Entity> (source)

공지시어 해소 또는 대용어 분석 결과를 저장할 class입니다.

참고

공지시어 해소는 문장 내 또는 문장 간에 같은 대상을 지칭하는 어구를 찾아 묶는 분석과정입니다. 예) '삼성그룹의 계열사인 삼성물산은 같은 그룹의 계열사인 삼성생명과 함께'라는 문장에서

영형대용어 분석은 문장에서 생략된 기능어를 찾아 문장 내 또는 문장 간에 언급되어 있는 어구와 묶는 분석과정입니다. 예) '나는 밥을 먹었고, 영희도 먹었다'라는 문장에서,

아래를 참고해보세요.

Since
2.0.0

Constructors

<init>

공지시어 해소 또는 대용어 분석 결과를 저장합니다.

CoreferenceGroup(children: List<Entity>)

Functions

equals

Indicates whether some other object is "equal to" this one.

fun equals(other: Any?): Boolean

hashCode

Returns a hash code value for the object. The general contract of hashCode is:

fun hashCode(): Int