Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Sep 10, 2021
1 parent 793643e commit e5a06e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/kiwi/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,11 @@ namespace kiwi
/**
* @brief 형태소 품사 태그와 관련된 열거형
*
* @note 나머지 품사 태그에 대한 정보는 README.md 를 참조할 것.
*/
enum class POSTag : uint8_t
{
unknown,
unknown, /**< 미설정 */
nng, nnp, nnb,
vv, va,
mag,
Expand All @@ -140,7 +141,7 @@ namespace kiwi
w_url, w_email, w_mention, w_hashtag,
jks, jkc, jkg, jko, jkb, jkv, jkq, jx, jc,
ep, ef, ec, etn, etm,
v, /**< 미완성 동사/형용사를 나타내는데 사용됨 */
v, /**< 분할된 동사/형용사를 나타내는데 사용됨 */
max, /**< POSTag의 총 개수를 나타내는 용도 */
};

Expand Down

0 comments on commit e5a06e5

Please sign in to comment.