Uses of Enum Class
org.apache.lucene.analysis.ko.POS.Tag
Packages that use POS.Tag
Package
Description
Analyzer for Korean.
Korean dictionary implementation.
Additional Korean-specific Attributes for text analysis.
-
Uses of POS.Tag in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko with type parameters of type POS.TagModifier and TypeFieldDescriptionKoreanPartOfSpeechStopFilter.DEFAULT_STOP_TAGS
Default list of tags to filter.Methods in org.apache.lucene.analysis.ko that return POS.TagModifier and TypeMethodDescriptionDecompoundToken.getLeftPOS()
DictionaryToken.getLeftPOS()
abstract POS.Tag
Token.getLeftPOS()
Get the left part of speech of the token.DecompoundToken.getRightPOS()
DictionaryToken.getRightPOS()
abstract POS.Tag
Token.getRightPOS()
Get the right part of speech of the token.static POS.Tag
POS.resolveTag
(byte tag) Returns thePOS.Tag
of the providedtag
.static POS.Tag
POS.resolveTag
(String name) Returns thePOS.Tag
of the providedname
.static POS.Tag
Returns the enum constant of this class with the specified name.static POS.Tag[]
POS.Tag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.lucene.analysis.ko with parameters of type POS.TagModifierConstructorDescriptionDecompoundToken
(POS.Tag posTag, String surfaceForm, int startOffset, int endOffset, TokenType type) Creates a new DecompoundTokenConstructor parameters in org.apache.lucene.analysis.ko with type arguments of type POS.TagModifierConstructorDescriptionKoreanAnalyzer
(UserDictionary userDict, KoreanTokenizer.DecompoundMode mode, Set<POS.Tag> stopTags, boolean outputUnknownUnigrams) Creates a new KoreanAnalyzer.KoreanPartOfSpeechStopFilter
(TokenStream input, Set<POS.Tag> stopTags) Create a newKoreanPartOfSpeechStopFilter
. -
Uses of POS.Tag in org.apache.lucene.analysis.ko.dict
Methods in org.apache.lucene.analysis.ko.dict that return POS.TagModifier and TypeMethodDescriptionKoMorphData.getLeftPOS
(int morphId) Get the leftPOS.Tag
of specfied word.KoMorphData.getRightPOS
(int morphId) Get the rightPOS.Tag
of specfied word.KoMorphData.Morpheme.posTag()
Returns the value of theposTag
record component.Constructors in org.apache.lucene.analysis.ko.dict with parameters of type POS.Tag -
Uses of POS.Tag in org.apache.lucene.analysis.ko.tokenattributes
Methods in org.apache.lucene.analysis.ko.tokenattributes that return POS.TagModifier and TypeMethodDescriptionPartOfSpeechAttribute.getLeftPOS()
Get the left part of speech of the token.PartOfSpeechAttributeImpl.getLeftPOS()
PartOfSpeechAttribute.getRightPOS()
Get the right part of speech of the token.PartOfSpeechAttributeImpl.getRightPOS()