| Package | Description |
|---|---|
| org.apache.lucene.analysis.ko |
Analyzer for Korean.
|
| org.apache.lucene.analysis.ko.dict |
Korean dictionary implementation.
|
| org.apache.lucene.analysis.ko.tokenattributes |
Additional Korean-specific Attributes for text analysis.
|
| Modifier and Type | Method and Description |
|---|---|
abstract POS.Type |
Token.getPOSType()
Get the
POS.Type of the token. |
POS.Type |
DictionaryToken.getPOSType() |
POS.Type |
DecompoundToken.getPOSType() |
static POS.Type |
POS.resolveType(byte type)
Returns the
POS.Type of the provided type. |
static POS.Type |
POS.resolveType(String name)
Returns the
POS.Type of the provided name. |
static POS.Type |
POS.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static POS.Type[] |
POS.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
POS.Type |
Dictionary.getPOSType(int wordId)
Get the
POS.Type of specified word (morpheme, compound, inflect or pre-analysis) |
POS.Type |
UserDictionary.getPOSType(int wordId) |
POS.Type |
BinaryDictionary.getPOSType(int wordId) |
| Modifier and Type | Method and Description |
|---|---|
POS.Type |
PartOfSpeechAttribute.getPOSType()
Get the
POS.Type of the token. |
POS.Type |
PartOfSpeechAttributeImpl.getPOSType() |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.