Constructor
new RoleLabeler(apinon-null, optionsopt)
의미역 분석기를 초기화합니다.
Example
import { RoleLabeler } from 'koalanlp/proc';
import { ETRI } from 'koalanlp/API';
let parser = new RoleLabeler(ETRI);
parser("문장을 분석해봅니다. 이렇게요.");
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
api |
API | 사용할 분석기의 유형. |
|||||||||||||||||||||
options |
Object |
<optional> |
Properties
|