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.dictionaryMap
Methods in org.apache.lucene.analysis.ko that return DictionaryModifier and TypeMethodDescription(package private) Dictionary
KoreanTokenizer.getDict
(KoreanTokenizer.Type type) Methods in org.apache.lucene.analysis.ko with parameters of type DictionaryModifier and TypeMethodDescriptionprivate void
KoreanTokenizer.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 TypeClassDescriptionclass
Base class for a binary-encoded in-memory dictionary.final 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.final class
Class for building a User Dictionary.