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
Constructors 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.(package private)
ViterbiNBest
(TokenInfoFST fst, FST.BytesReader fstReader, TokenInfoDictionary dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, UserDictionary userDictionary, ConnectionCosts costs, UnknownDictionary unkDictionary, CharacterDefinition characterDefinition, boolean discardPunctuation, boolean searchMode, boolean extendedMode, boolean outputCompounds) -
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