Uses of Class
org.apache.lucene.analysis.ko.POS.Tag
-
Packages that use POS.Tag 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. -
-
Uses of POS.Tag in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as POS.Tag Modifier and Type Field Description private POS.TagDecompoundToken. posTagFields in org.apache.lucene.analysis.ko with type parameters of type POS.Tag Modifier and Type Field Description static java.util.Set<POS.Tag>KoreanPartOfSpeechStopFilter. DEFAULT_STOP_TAGSDefault list of tags to filter.private java.util.Set<POS.Tag>KoreanAnalyzer. stopTagsprivate java.util.Set<POS.Tag>KoreanPartOfSpeechStopFilter. stopTagsprivate java.util.Set<POS.Tag>KoreanPartOfSpeechStopFilterFactory. stopTagsMethods in org.apache.lucene.analysis.ko that return POS.Tag Modifier and Type Method Description POS.TagDecompoundToken. getLeftPOS()POS.TagDictionaryToken. getLeftPOS()abstract POS.TagToken. getLeftPOS()Get the left part of speech of the token.POS.TagDecompoundToken. getRightPOS()POS.TagDictionaryToken. 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(java.lang.String name)Returns thePOS.Tagof the providedname.static POS.TagPOS.Tag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static POS.Tag[]POS.Tag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.analysis.ko with parameters of type POS.Tag Modifier and Type Method Description private 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.Tag Constructor Description DecompoundToken(POS.Tag posTag, java.lang.String surfaceForm, int startOffset, int endOffset)Creates a new DecompoundTokenConstructor parameters in org.apache.lucene.analysis.ko with type arguments of type POS.Tag Constructor Description KoreanAnalyzer(UserDictionary userDict, KoreanTokenizer.DecompoundMode mode, java.util.Set<POS.Tag> stopTags, boolean outputUnknownUnigrams)Creates a new KoreanAnalyzer.KoreanPartOfSpeechStopFilter(TokenStream input, java.util.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.Tag Modifier and Type Field Description private POS.Tag[]BinaryDictionary. posDictPOS.TagDictionary.Morpheme. posTagMethods in org.apache.lucene.analysis.ko.dict that return POS.Tag Modifier and Type Method Description POS.TagBinaryDictionary. getLeftPOS(int wordId)POS.TagDictionary. getLeftPOS(int wordId)Get the leftPOS.Tagof specfied word.POS.TagUserDictionary. getLeftPOS(int wordId)POS.TagBinaryDictionary. getRightPOS(int wordId)POS.TagDictionary. getRightPOS(int wordId)Get the rightPOS.Tagof specfied word.POS.TagUserDictionary. getRightPOS(int wordId)Constructors in org.apache.lucene.analysis.ko.dict with parameters of type POS.Tag Constructor Description Morpheme(POS.Tag posTag, java.lang.String surfaceForm) -
Uses of POS.Tag in org.apache.lucene.analysis.ko.tokenattributes
Methods in org.apache.lucene.analysis.ko.tokenattributes that return POS.Tag Modifier and Type Method Description POS.TagPartOfSpeechAttribute. getLeftPOS()Get the left part of speech of the token.POS.TagPartOfSpeechAttributeImpl. getLeftPOS()POS.TagPartOfSpeechAttribute. getRightPOS()Get the right part of speech of the token.POS.TagPartOfSpeechAttributeImpl. getRightPOS()
-