Uses of Interface
org.apache.lucene.analysis.ja.tokenattributes.PartOfSpeechAttribute
-
Packages that use PartOfSpeechAttribute Package Description org.apache.lucene.analysis.ja Analyzer for Japanese.org.apache.lucene.analysis.ja.tokenattributes Additional Kuromoji-specific Attributes for text analysis. -
-
Uses of PartOfSpeechAttribute in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as PartOfSpeechAttribute Modifier and Type Field Description private PartOfSpeechAttributeJapanesePartOfSpeechStopFilter. posAttprivate PartOfSpeechAttributeJapaneseTokenizer. posAtt -
Uses of PartOfSpeechAttribute in org.apache.lucene.analysis.ja.tokenattributes
Classes in org.apache.lucene.analysis.ja.tokenattributes that implement PartOfSpeechAttribute Modifier and Type Class Description classPartOfSpeechAttributeImplAttribute forToken.getPartOfSpeech().
-