Uses of Class
org.apache.lucene.analysis.morph.BinaryDictionary
Packages that use BinaryDictionary
-
Uses of BinaryDictionary in org.apache.lucene.analysis.morph
Classes in org.apache.lucene.analysis.morph with type parameters of type BinaryDictionaryModifier and TypeClassDescriptionclass
BinaryDictionaryWriter<T extends BinaryDictionary<? extends MorphData>>
Abstract base dictionary writer class.Constructors in org.apache.lucene.analysis.morph with parameters of type BinaryDictionaryModifierConstructorDescriptionprotected
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)