Uses of Interface
org.apache.lucene.analysis.ja.dict.JaMorphData
Packages that use JaMorphData
Package
Description
Analyzer for Japanese.
Kuromoji dictionary implementation.
-
Uses of JaMorphData in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as JaMorphDataFields in org.apache.lucene.analysis.ja with type parameters of type JaMorphDataMethods in org.apache.lucene.analysis.ja that return types with arguments of type JaMorphDataMethod parameters in org.apache.lucene.analysis.ja with type arguments of type JaMorphDataModifier and TypeMethodDescriptionvoid
JapaneseTokenizer.setGraphvizFormatter
(GraphvizFormatter<JaMorphData> dotOut) Expert: set this to produce graphviz (dot) output of the Viterbi lattice(package private) void
ViterbiNBest.setGraphvizFormatter
(GraphvizFormatter<JaMorphData> dotOut) Constructors in org.apache.lucene.analysis.ja with parameters of type JaMorphDataModifierConstructorDescriptionToken
(char[] surfaceForm, int offset, int length, int startOffset, int endOffset, int morphId, TokenType type, JaMorphData morphData) -
Uses of JaMorphData in org.apache.lucene.analysis.ja.dict
Classes in org.apache.lucene.analysis.ja.dict that implement JaMorphDataModifier 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.