public class POS extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
POS.Tag
Part of speech tag for Korean based on Sejong corpus classification.
|
static class |
POS.Type
The type of the token.
|
| Constructor and Description |
|---|
POS() |
| Modifier and Type | Method and Description |
|---|---|
static POS.Tag |
resolveTag(byte tag)
Returns the
POS.Tag of the provided tag. |
static POS.Tag |
resolveTag(String name)
Returns the
POS.Tag of the provided name. |
static POS.Type |
resolveType(byte type)
Returns the
POS.Type of the provided type. |
static POS.Type |
resolveType(String name)
Returns the
POS.Type of the provided name. |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.