CoarseEntityType

koalanlp/types. CoarseEntityType

ETRI 개체명 대분류

Constructor

new CoarseEntityType()

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

Methods

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

Source:

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

Returns:

CoarseEntityType값들의 array

Type
Array.<CoarseEntityType>

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

Source:

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

Parameters:
Name Type Description
name string

해당 이름으로 된 값

Returns:
Type
CoarseEntityType