Uses of Interface
org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttribute
-
Packages that use PartOfSpeechAttribute Package Description org.apache.lucene.analysis.ko Analyzer for Korean.org.apache.lucene.analysis.ko.tokenattributes Additional Korean-specific Attributes for text analysis. -
-
Uses of PartOfSpeechAttribute in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as PartOfSpeechAttribute Modifier and Type Field Description private PartOfSpeechAttribute
KoreanPartOfSpeechStopFilter. posAtt
private PartOfSpeechAttribute
KoreanTokenizer. posAtt
-
Uses of PartOfSpeechAttribute in org.apache.lucene.analysis.ko.tokenattributes
Classes in org.apache.lucene.analysis.ko.tokenattributes that implement PartOfSpeechAttribute Modifier and Type Class Description class
PartOfSpeechAttributeImpl
Part of Speech attributes for Korean.
-