Uses of Interface
org.apache.lucene.analysis.morph.Dictionary
Packages that use 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 with type parameters of type DictionaryModifier and TypeFieldDescriptionprotected final EnumMap
<TokenType, Dictionary<? extends U>> ViterbiNBest.dictionaryMap
Methods in org.apache.lucene.analysis.morph that return DictionaryConstructors 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)