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 TypeMethodDescriptionvoidJapaneseTokenizer.setGraphvizFormatter(GraphvizFormatter<JaMorphData> dotOut) Expert: set this to produce graphviz (dot) output of the Viterbi lattice(package private) voidViterbiNBest.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 TypeMethodDescriptionvoidKoreanTokenizer.setGraphvizFormatter(GraphvizFormatter<KoMorphData> dotOut) Expert: set this to produce graphviz (dot) output of the Viterbi lattice(package private) voidViterbi.setGraphvizFormatter(GraphvizFormatter<KoMorphData> dotOut)