Uses of Interface
org.apache.lucene.analysis.morph.Dictionary
Packages that use Dictionary
Package
Description
Analyzer for Japanese.
Kuromoji dictionary implementation.
Analyzer for Korean.
Korean dictionary implementation.
Abstract classes for morphological analyzers.
-
Uses of Dictionary in org.apache.lucene.analysis.ja
Methods in org.apache.lucene.analysis.ja that return Dictionary -
Uses of Dictionary in org.apache.lucene.analysis.ja.dict
Classes in org.apache.lucene.analysis.ja.dict that implement DictionaryModifier and TypeClassDescriptionfinal 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. -
Uses of Dictionary in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko with type parameters of type DictionaryModifier and TypeFieldDescriptionprivate final EnumMap
<TokenType, Dictionary<? extends KoMorphData>> Viterbi.dictionaryMap
Methods in org.apache.lucene.analysis.ko that return Dictionary -
Uses of Dictionary in org.apache.lucene.analysis.ko.dict
Classes in org.apache.lucene.analysis.ko.dict that implement DictionaryModifier and TypeClassDescriptionfinal 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. -
Uses of Dictionary in org.apache.lucene.analysis.morph
Classes in org.apache.lucene.analysis.morph that implement DictionaryModifier and TypeClassDescriptionclass
BinaryDictionary<T extends MorphData>
Abstract dictionary base class.Fields in org.apache.lucene.analysis.morph declared as DictionaryModifier and TypeFieldDescriptionprivate final Dictionary
<? extends MorphData> Viterbi.userDictionary
Fields in org.apache.lucene.analysis.morph with type parameters of type DictionaryModifier and TypeFieldDescriptionprotected final EnumMap
<TokenType, Dictionary<? extends U>> ViterbiNBest.dictionaryMap
private EnumMap
<TokenType, Dictionary<? extends U>> ViterbiNBest.Lattice.dictionaryMap
Methods in org.apache.lucene.analysis.morph that return DictionaryMethod parameters in org.apache.lucene.analysis.morph with type arguments of type DictionaryModifier and TypeMethodDescription(package private) void
ViterbiNBest.Lattice.setup
(char[] fragment, EnumMap<TokenType, Dictionary<? extends U>> dictionaryMap, Viterbi.WrappedPositionArray<ViterbiNBest.PositionNBest> positions, int prevOffset, int endOffset, boolean useEOS) Constructors in org.apache.lucene.analysis.morph with parameters of type DictionaryModifierConstructorDescriptionprotected
Viterbi
(TokenInfoFST fst, FST.BytesReader fstReader, BinaryDictionary<? extends MorphData> dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, Dictionary<? extends MorphData> userDictionary, ConnectionCosts costs, Class<U> positionImpl) protected
ViterbiNBest
(TokenInfoFST fst, FST.BytesReader fstReader, BinaryDictionary<? extends MorphData> dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, Dictionary<? extends MorphData> userDictionary, ConnectionCosts costs)