여러 분석기를 모아놓은 module입니다.
Example
import { SentenceSplitter, Tagger, Parser, RoleLabeler, EntityRecognizer, Dictionary } from 'koalanlp/proc';
Classes
Type Definitions
POSFilter(tagnon-null) → {boolean}
POSFilter 함수
Parameters:
Name | Type | Description |
---|---|---|
tag |
POS | 검사할 품사 태그 |
Returns:
해당하면 true.
- Type
- boolean
DicEntry
Properties:
Name | Type | Description |
---|---|---|
surface |
string | 형태소 표면형 |
tag |
POS | 형태소 품사 |
형태소 사전 항목. {'surface':형태소, 'tag':품사}
Type:
- Object