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.dictionaryMapprivate GraphvizFormatter<KoMorphData> Viterbi.dotOutMethods 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 TypeMethodDescriptionvoidKoreanTokenizer.setGraphvizFormatter(GraphvizFormatter<KoMorphData> dotOut) Expert: set this to produce graphviz (dot) output of the Viterbi lattice(package private) voidViterbi.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) classMorphological information for system dictionary.(package private) final classMorphological information for unk dictionary.(package private) final classMorphological information for user dictionary.