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 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.final classClass 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.dictionaryMapMethods 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 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.final classClass 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 TypeClassDescriptionclassBinaryDictionary<T extends MorphData>Abstract dictionary base class.Fields in org.apache.lucene.analysis.morph declared as DictionaryModifier and TypeFieldDescriptionprivate final Dictionary<? extends MorphData> Viterbi.userDictionaryFields in org.apache.lucene.analysis.morph with type parameters of type DictionaryModifier and TypeFieldDescriptionprotected final EnumMap<TokenType, Dictionary<? extends U>> ViterbiNBest.dictionaryMapprivate EnumMap<TokenType, Dictionary<? extends U>> ViterbiNBest.Lattice.dictionaryMapMethods 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) voidViterbiNBest.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 DictionaryModifierConstructorDescriptionprotectedViterbi(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)