Uses of Enum Class
org.apache.lucene.analysis.ko.POS.Type
Packages that use POS.Type
Package
Description
Analyzer for Korean.
Korean dictionary implementation.
Additional Korean-specific Attributes for text analysis.
-
Uses of POS.Type in org.apache.lucene.analysis.ko
Methods in org.apache.lucene.analysis.ko that return POS.TypeModifier and TypeMethodDescriptionDecompoundToken.getPOSType()
DictionaryToken.getPOSType()
abstract POS.Type
Token.getPOSType()
Get thePOS.Type
of the token.static POS.Type
POS.resolveType
(byte type) Returns thePOS.Type
of the providedtype
.static POS.Type
POS.resolveType
(String name) Returns thePOS.Type
of the providedname
.static POS.Type
Returns the enum constant of this class with the specified name.static POS.Type[]
POS.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of POS.Type in org.apache.lucene.analysis.ko.dict
Methods in org.apache.lucene.analysis.ko.dict that return POS.TypeModifier and TypeMethodDescriptionKoMorphData.getPOSType
(int morphId) Get thePOS.Type
of specified word (morpheme, compound, inflect or pre-analysis) -
Uses of POS.Type in org.apache.lucene.analysis.ko.tokenattributes
Methods in org.apache.lucene.analysis.ko.tokenattributes that return POS.TypeModifier and TypeMethodDescriptionPartOfSpeechAttribute.getPOSType()
Get thePOS.Type
of the token.PartOfSpeechAttributeImpl.getPOSType()