Uses of Class
org.apache.lucene.analysis.morph.BinaryDictionary
Packages that use BinaryDictionary
Package
Description
Kuromoji dictionary implementation.
Korean dictionary implementation.
Abstract classes for morphological analyzers.
-
Uses of BinaryDictionary in org.apache.lucene.analysis.ja.dict
Subclasses of BinaryDictionary in org.apache.lucene.analysis.ja.dictModifier 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. -
Uses of BinaryDictionary in org.apache.lucene.analysis.ko.dict
Subclasses of BinaryDictionary in org.apache.lucene.analysis.ko.dictModifier 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. -
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.Fields in org.apache.lucene.analysis.morph declared as BinaryDictionaryModifier and TypeFieldDescriptionprivate final BinaryDictionary
<? extends MorphData> Viterbi.dictionary
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)