Uses of Interface
org.apache.lucene.analysis.ja.dict.Dictionary
Packages that use Dictionary
Package
Description
Analyzer for Japanese.
Kuromoji dictionary implementation.
-
Uses of Dictionary in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as DictionaryFields in org.apache.lucene.analysis.ja with type parameters of type DictionaryModifier and TypeFieldDescriptionprivate final EnumMap<JapaneseTokenizer.Type, Dictionary> JapaneseTokenizer.dictionaryMap(package private) EnumMap<JapaneseTokenizer.Type, Dictionary> JapaneseTokenizer.Lattice.dictionaryMapMethods in org.apache.lucene.analysis.ja that return DictionaryModifier and TypeMethodDescription(package private) DictionaryJapaneseTokenizer.getDict(JapaneseTokenizer.Type type) Methods in org.apache.lucene.analysis.ja with parameters of type DictionaryModifier and TypeMethodDescriptionprivate voidJapaneseTokenizer.add(Dictionary dict, JapaneseTokenizer.Position fromPosData, int endPos, int wordID, JapaneseTokenizer.Type type, boolean addPenalty) Method parameters in org.apache.lucene.analysis.ja with type arguments of type DictionaryModifier and TypeMethodDescription(package private) voidJapaneseTokenizer.Lattice.setup(char[] fragment, EnumMap<JapaneseTokenizer.Type, Dictionary> dictionaryMap, JapaneseTokenizer.WrappedPositionArray positions, int prevOffset, int endOffset, boolean useEOS) Constructors in org.apache.lucene.analysis.ja with parameters of type DictionaryModifierConstructorDescriptionToken(int wordId, char[] surfaceForm, int offset, int length, JapaneseTokenizer.Type type, int position, Dictionary dictionary) -
Uses of Dictionary in org.apache.lucene.analysis.ja.dict
Classes in org.apache.lucene.analysis.ja.dict that implement DictionaryModifier and TypeClassDescriptionclassBase class for a binary-encoded in-memory dictionary.final classBinary dictionary implementation for a known-word dictionary model: Words are encoded into an FST mapping to a list of wordIDs.final classDictionary for unknown-word handling.final classClass for building a User Dictionary.