Uses of Interface
org.apache.lucene.analysis.ko.dict.Dictionary
Packages that use Dictionary
Package
Description
Analyzer for Korean.
Korean dictionary implementation.
-
Uses of Dictionary in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as DictionaryFields in org.apache.lucene.analysis.ko with type parameters of type DictionaryModifier and TypeFieldDescriptionprivate final EnumMap<KoreanTokenizer.Type, Dictionary> KoreanTokenizer.dictionaryMapMethods in org.apache.lucene.analysis.ko that return DictionaryModifier and TypeMethodDescription(package private) DictionaryKoreanTokenizer.getDict(KoreanTokenizer.Type type) Methods in org.apache.lucene.analysis.ko with parameters of type DictionaryModifier and TypeMethodDescriptionprivate voidKoreanTokenizer.add(Dictionary dict, KoreanTokenizer.Position fromPosData, int wordPos, int endPos, int wordID, KoreanTokenizer.Type type) Constructors in org.apache.lucene.analysis.ko with parameters of type DictionaryModifierConstructorDescriptionDictionaryToken(KoreanTokenizer.Type type, Dictionary dictionary, int wordId, char[] surfaceForm, int offset, int length, int startOffset, int endOffset) -
Uses of Dictionary in org.apache.lucene.analysis.ko.dict
Classes in org.apache.lucene.analysis.ko.dict that implement DictionaryModifier and TypeClassDescriptionclassBase class for a binary-encoded in-memory dictionary.final 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.