Uses of Class
org.apache.lucene.analysis.ko.dict.UnknownDictionary
Packages that use UnknownDictionary
Package
Description
Analyzer for Korean.
Korean dictionary implementation.
-
Uses of UnknownDictionary in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as UnknownDictionaryConstructors in org.apache.lucene.analysis.ko with parameters of type UnknownDictionaryModifierConstructorDescriptionKoreanTokenizer
(AttributeFactory factory, TokenInfoDictionary systemDictionary, UnknownDictionary unkDictionary, ConnectionCosts connectionCosts, UserDictionary userDictionary, KoreanTokenizer.DecompoundMode mode, boolean outputUnknownUnigrams, boolean discardPunctuation) Create a new KoreanTokenizer supplying a custom system dictionary and unknown dictionary. -
Uses of UnknownDictionary in org.apache.lucene.analysis.ko.dict
Fields in org.apache.lucene.analysis.ko.dict declared as UnknownDictionaryModifier and TypeFieldDescription(package private) static final UnknownDictionary
UnknownDictionary.SingletonHolder.INSTANCE
Methods in org.apache.lucene.analysis.ko.dict that return UnknownDictionary