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