Class TokenStreamToDot
Consumes a TokenStream and outputs the dot (graphviz) string (graph).
Inheritance
System.Object
TokenStreamToDot
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class TokenStreamToDot : object
Constructors
Name | Description |
---|---|
TokenStreamToDot(String, TokenStream, TextWriter) | If inputText is non-null, and the TokenStream has offsets, we include the surface form in each arc's label. |
Fields
Name | Description |
---|---|
out |
Methods
Name | Description |
---|---|
ToDot() | |
WriteArc(Int32, Int32, String, String) | |
WriteHeader() | Override to customize. |
WriteNode(Int32, String) | |
WriteTrailer() | Override to customize. |