Uses of Class
org.apache.lucene.analysis.ja.GraphvizFormatter
-
Packages that use GraphvizFormatter Package Description org.apache.lucene.analysis.ja Analyzer for Japanese. -
-
Uses of GraphvizFormatter in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as GraphvizFormatter Modifier and Type Field Description private GraphvizFormatter
JapaneseTokenizer. dotOut
Methods in org.apache.lucene.analysis.ja with parameters of type GraphvizFormatter Modifier and Type Method Description void
JapaneseTokenizer. setGraphvizFormatter(GraphvizFormatter dotOut)
Expert: set this to produce graphviz (dot) output of the Viterbi lattice
-