Constructor
new RoleEdge(valuenon-null)
의미역 구조를 생성합니다.
Parameters:
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
value |
Object | RoleEdge의 값을 나타내는 객체. Properties
|
Extends
- DAGEdge
Members
(non-null) predicate :Word
의미역 구조에서 표현하는 동사 [Word]
Type:
- Word
(non-null) argument :Word
의미역 구조에서 서술된 논항 [Word]
Type:
- Word
label :RoleType
Type:
- RoleType
modifiers :ReadonlyArray.<Word>
논항의 수식어구들
Type:
- ReadonlyArray.<Word>
originalLabel :string
원본 분석기의 표지자 String 값. 기본값은 undefined.
Type:
- string
Methods
getPredicate() → (non-null) {Word}
Returns:
의미역 구조에서 표현하는 동사 [Word]
- Type
- Word
getArgument() → (non-null) {Word}
Returns:
의미역 구조에서 서술된 논항 [Word]
- Type
- Word
getModifiers() → {ReadonlyArray.<Word>}
Returns:
논항의 수식어구들
- Type
- ReadonlyArray.<Word>
getOriginalLabel() → {string}
Returns:
원본 분석기의 표지자 String 값. 기본값은 undefined.
- Type
- string