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 classBinary dictionary implementation for a known-word dictionary model: Words are encoded into an FST mapping to a list of wordIDs.final classDictionary 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 classBinary dictionary implementation for a known-word dictionary model: Words are encoded into an FST mapping to a list of wordIDs.final classDictionary 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 TypeClassDescriptionclassBinaryDictionaryWriter<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.dictionaryConstructors in org.apache.lucene.analysis.morph with parameters of type BinaryDictionaryModifierConstructorDescriptionprotectedViterbi(TokenInfoFST fst, FST.BytesReader fstReader, BinaryDictionary<? extends MorphData> dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, Dictionary<? extends MorphData> userDictionary, ConnectionCosts costs, Class<U> positionImpl) protectedViterbiNBest(TokenInfoFST fst, FST.BytesReader fstReader, BinaryDictionary<? extends MorphData> dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, Dictionary<? extends MorphData> userDictionary, ConnectionCosts costs)