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
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.