PhraseTag

koalanlp/types. PhraseTag

세종 구문구조 표지자

Constructor

new PhraseTag()

Source:
Example
import { PhraseTag } from 'koalanlp/types';

Methods

(static) values() → {Array.<PhraseTag>}

Source:

PhraseTag 값들을 모두 돌려줍니다.

Returns:

PhraseTag값들의 array

Type
Array.<PhraseTag>

(static) withName(namenon-null) → {PhraseTag}

Source:

이름에 해당하는 값을 찾아줍니다.

Parameters:
Name Type Description
name string

해당 이름으로 된 값

Returns:
Type
PhraseTag