public class POS extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | POS.TagPart of speech tag for Korean based on Sejong corpus classification. | 
| static class  | POS.TypeThe type of the token. | 
| Constructor and Description | 
|---|
| POS() | 
| Modifier and Type | Method and Description | 
|---|---|
| static POS.Tag | resolveTag(byte tag)Returns the  POS.Tagof the providedtag. | 
| static POS.Tag | resolveTag(String name)Returns the  POS.Tagof the providedname. | 
| static POS.Type | resolveType(byte type)Returns the  POS.Typeof the providedtype. | 
| static POS.Type | resolveType(String name)Returns the  POS.Typeof the providedname. | 
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.