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 declared as POS.TagFields in org.apache.lucene.analysis.ko with type parameters of type POS.TagModifier and TypeFieldDescriptionKoreanPartOfSpeechStopFilter.DEFAULT_STOP_TAGSDefault list of tags to filter.KoreanAnalyzer.stopTagsKoreanPartOfSpeechStopFilter.stopTagsKoreanPartOfSpeechStopFilterFactory.stopTagsMethods in org.apache.lucene.analysis.ko that return POS.TagModifier and TypeMethodDescriptionDecompoundToken.getLeftPOS()DictionaryToken.getLeftPOS()abstract POS.TagToken.getLeftPOS()Get the left part of speech of the token.DecompoundToken.getRightPOS()DictionaryToken.getRightPOS()abstract POS.TagToken.getRightPOS()Get the right part of speech of the token.static POS.TagPOS.resolveTag(byte tag) Returns thePOS.Tagof the providedtag.static POS.TagPOS.resolveTag(String name) Returns thePOS.Tagof the providedname.static POS.TagReturns 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.Methods in org.apache.lucene.analysis.ko with parameters of type POS.TagModifier and TypeMethodDescriptionprivate intKoreanTokenizer.computeSpacePenalty(POS.Tag leftPOS, int numSpaces) Returns the space penalty associated with the providedPOS.Tag.Constructors in org.apache.lucene.analysis.ko with parameters of type POS.TagModifierConstructorDescriptionDecompoundToken(POS.Tag posTag, String surfaceForm, int startOffset, int endOffset) 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
Fields in org.apache.lucene.analysis.ko.dict declared as POS.TagModifier and TypeFieldDescriptionprivate final POS.Tag[]BinaryDictionary.posDictfinal POS.TagDictionary.Morpheme.posTagMethods in org.apache.lucene.analysis.ko.dict that return POS.TagModifier and TypeMethodDescriptionBinaryDictionary.getLeftPOS(int wordId) Dictionary.getLeftPOS(int wordId) Get the leftPOS.Tagof specfied word.UserDictionary.getLeftPOS(int wordId) BinaryDictionary.getRightPOS(int wordId) Dictionary.getRightPOS(int wordId) Get the rightPOS.Tagof specfied word.UserDictionary.getRightPOS(int wordId) 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()