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 TokenBaseFormAttributeImpl. tokenprivate TokenInflectionAttributeImpl. tokenprivate TokenPartOfSpeechAttributeImpl. tokenprivate TokenReadingAttributeImpl. tokenMethods in org.apache.lucene.analysis.ja.tokenattributes with parameters of type Token Modifier and Type Method Description voidBaseFormAttribute. setToken(Token token)voidBaseFormAttributeImpl. setToken(Token token)voidInflectionAttribute. setToken(Token token)voidInflectionAttributeImpl. setToken(Token token)voidPartOfSpeechAttribute. setToken(Token token)voidPartOfSpeechAttributeImpl. setToken(Token token)voidReadingAttribute. setToken(Token token)voidReadingAttributeImpl. setToken(Token token)
-