Uses of Class
org.apache.lucene.analysis.ja.dict.TokenInfoDictionary
Packages that use TokenInfoDictionary
Package
Description
Analyzer for Japanese.
Kuromoji dictionary implementation.
-
Uses of TokenInfoDictionary in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as TokenInfoDictionaryConstructors in org.apache.lucene.analysis.ja with parameters of type TokenInfoDictionaryModifierConstructorDescriptionJapaneseTokenizer
(AttributeFactory factory, TokenInfoDictionary systemDictionary, UnknownDictionary unkDictionary, ConnectionCosts connectionCosts, UserDictionary userDictionary, boolean discardPunctuation, boolean discardCompoundToken, 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 TokenInfoDictionaryModifier and TypeFieldDescription(package private) static final TokenInfoDictionary
TokenInfoDictionary.SingletonHolder.INSTANCE
Methods in org.apache.lucene.analysis.ja.dict that return TokenInfoDictionary