koalanlp/proc

여러 분석기를 모아놓은 module입니다.

Source:
Example
import { SentenceSplitter, Tagger, Parser, RoleLabeler, EntityRecognizer, Dictionary } from 'koalanlp/proc';

Classes

SentenceSplitter
Tagger
Parser
EntityRecognizer
RoleLabeler
Dictionary
UTagger

Type Definitions

POSFilter(tagnon-null) → {boolean}

Source:

POSFilter 함수

Parameters:
Name Type Description
tag POS

검사할 품사 태그

Returns:

해당하면 true.

Type
boolean

DicEntry

Source:
Properties:
Name Type Description
surface string

형태소 표면형

tag POS

형태소 품사

형태소 사전 항목. {'surface':형태소, 'tag':품사}

Type:
  • Object