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.dictionaryMap
Methods in org.apache.lucene.analysis.ja that return DictionaryModifier and TypeMethodDescription(package private) Dictionary
JapaneseTokenizer.getDict
(JapaneseTokenizer.Type type) Methods in org.apache.lucene.analysis.ja with parameters of type DictionaryModifier and TypeMethodDescriptionprivate void
JapaneseTokenizer.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) void
JapaneseTokenizer.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 TypeClassDescriptionclass
Base class for a binary-encoded in-memory dictionary.final class
Binary dictionary implementation for a known-word dictionary model: Words are encoded into an FST mapping to a list of wordIDs.final class
Dictionary for unknown-word handling.final class
Class for building a User Dictionary.