
find.clusters.pl - Run GraphViz2::Marpa::PathUtils.

find.clusters.pl [options]
Options:
-description graphDescription
-format imageFormatType
-help
-input_file aDotInputFileName
-lexed_file aLexedOutputFileName
-maxlevel logOption1
-minlevel logOption2
-output_file aDOTInputFileName
-parsed_file aParsedOutputFileName
-report_clusters $Boolean
-report_forest $Boolean
-report_items $Boolean
-tree_dot_file aDOTInputFileName
-tree_image_file aDOTOutputFileName
Exit value: 0 for success, 1 for failure. Die upon error.

Read the DOT-style graph definition from the command line.
You are strongly encouraged to surround this string with '...' to protect it from your shell.
See also the -input_file option to read the description from a file.
The -description option takes precedence over the -input_file option.
Default: ''.
Specify the type of image output by DOT to the tree_image_file, if any.
Default: 'svg'.
Print help and exit.
Read the DOT-style graph definition from a file.
See also the -description option to read the graph definition from the command line.
The -description option takes precedence over the -input_file option.
Default: ''.
See the distro for data/*.gv.
Specify the name of a CSV file of parsed tokens to write.
See the distro for data/*.lex.
Default: ''.
The default means the file is not written.
This option affects Log::Handler.
See the Log::handler docs.
Default: 'notice'.
This option affects Log::Handler.
See the Log::handler docs.
Default: 'error'.
No lower levels are used.
Specify the name of a CSV file of parsed tokens to write.
See the distro for data/*.parse.
Default: ''.
The default means the file is not written.
Log the clusters detected.
Default: 0.
Log the forest parsed from the input file.
Default: 0.
Log the items recognized by the parser.
Default: 0.
Specify the name of a DOT file to write for the trees found.
Default: ''.
The default means the file is not written.
Specify the name of an SVG file to write for the trees found.
If this file is created, the value of the format option (which defaults to 'svg') is passed to dot.
Default: ''.
The default means the file is not written.