Uses of Class
org.apache.lucene.analysis.morph.GraphvizFormatter
Packages that use GraphvizFormatter
Package
Description
Analyzer for Japanese.
Analyzer for Korean.
-
Uses of GraphvizFormatter in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as GraphvizFormatterMethods in org.apache.lucene.analysis.ja with parameters of type GraphvizFormatterModifier 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) -
Uses of GraphvizFormatter in org.apache.lucene.analysis.ko
Fields in org.apache.lucene.analysis.ko declared as GraphvizFormatterMethods in org.apache.lucene.analysis.ko with parameters of type GraphvizFormatterModifier 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)