Uses of Class
org.apache.lucene.analysis.ja.dict.TokenInfoDictionary
-
Packages that use TokenInfoDictionary Package Description org.apache.lucene.analysis.ja Analyzer for Japanese.org.apache.lucene.analysis.ja.dict Kuromoji dictionary implementation. -
-
Uses of TokenInfoDictionary in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as TokenInfoDictionary Modifier and Type Field Description private TokenInfoDictionary
JapaneseTokenizer. dictionary
Constructors in org.apache.lucene.analysis.ja with parameters of type TokenInfoDictionary Constructor Description JapaneseTokenizer(AttributeFactory factory, TokenInfoDictionary systemDictionary, UnknownDictionary unkDictionary, ConnectionCosts connectionCosts, UserDictionary userDictionary, boolean discardPunctuation, JapaneseTokenizer.Mode mode)
Create a new JapaneseTokenizer, supplying a custom system dictionary and unknown dictionary. -
Uses of TokenInfoDictionary in org.apache.lucene.analysis.ja.dict
Fields in org.apache.lucene.analysis.ja.dict declared as TokenInfoDictionary Modifier and Type Field Description (package private) static TokenInfoDictionary
TokenInfoDictionary.SingletonHolder. INSTANCE
Methods in org.apache.lucene.analysis.ja.dict that return TokenInfoDictionary Modifier and Type Method Description static TokenInfoDictionary
TokenInfoDictionary. getInstance()
-