Uses of Class
org.apache.lucene.analysis.ja.Token
-
Packages that use Token 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 Token in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja with type parameters of type Token Modifier and Type Field Description private java.util.List<Token>
JapaneseTokenizer. pending
-
Uses of Token in org.apache.lucene.analysis.ja.tokenattributes
Fields in org.apache.lucene.analysis.ja.tokenattributes declared as Token Modifier and Type Field Description private Token
BaseFormAttributeImpl. token
private Token
InflectionAttributeImpl. token
private Token
PartOfSpeechAttributeImpl. token
private Token
ReadingAttributeImpl. token
Methods in org.apache.lucene.analysis.ja.tokenattributes with parameters of type Token Modifier and Type Method Description void
BaseFormAttribute. setToken(Token token)
void
BaseFormAttributeImpl. setToken(Token token)
void
InflectionAttribute. setToken(Token token)
void
InflectionAttributeImpl. setToken(Token token)
void
PartOfSpeechAttribute. setToken(Token token)
void
PartOfSpeechAttributeImpl. setToken(Token token)
void
ReadingAttribute. setToken(Token token)
void
ReadingAttributeImpl. setToken(Token token)
-