Uses of Interface
org.apache.lucene.analysis.ko.dict.KoMorphData
Packages that use KoMorphData
Package
Description
Analyzer for Korean.
Korean dictionary implementation.
-
Uses of KoMorphData in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as KoMorphDataFields in org.apache.lucene.analysis.ko with type parameters of type KoMorphDataModifier and TypeFieldDescriptionprivate final EnumMap
<TokenType, Dictionary<? extends KoMorphData>> Viterbi.dictionaryMap
private GraphvizFormatter
<KoMorphData> Viterbi.dotOut
Methods in org.apache.lucene.analysis.ko that return types with arguments of type KoMorphDataMethod parameters in org.apache.lucene.analysis.ko with type arguments of type KoMorphDataModifier and TypeMethodDescriptionvoid
KoreanTokenizer.setGraphvizFormatter
(GraphvizFormatter<KoMorphData> dotOut) Expert: set this to produce graphviz (dot) output of the Viterbi lattice(package private) void
Viterbi.setGraphvizFormatter
(GraphvizFormatter<KoMorphData> dotOut) Constructors in org.apache.lucene.analysis.ko with parameters of type KoMorphDataModifierConstructorDescriptionDictionaryToken
(TokenType type, KoMorphData morphAtts, int wordId, char[] surfaceForm, int offset, int length, int startOffset, int endOffset) -
Uses of KoMorphData in org.apache.lucene.analysis.ko.dict
Classes in org.apache.lucene.analysis.ko.dict that implement KoMorphDataModifier and TypeClassDescription(package private) class
Morphological information for system dictionary.(package private) final class
Morphological information for unk dictionary.(package private) final class
Morphological information for user dictionary.