This is a package of perl modules for accessing Unitex graphs.
For documentation see:
base modul for graph generation and manipulation
graph represented as transition table (used for determination,
minimization, etc.; and also for representing compiled Unitex graphs (*.fst2)
parses a grammar and generates equivalent graphs
parser (class) for grammars describing graphs
formats an existing Unitex graph using GraphViz engine
prints an Unitex graph as postscript, image etc.
plots a dependency graph of all (sub)graphs contained in one local grammar (Unitex compiled grammar *.fst2)
Following modules available at CPAN (http://www.cpan.org) are needed:
As usual:
Unpack the bundle, change to the bundle directory, and type:
perl Makefile.PL PREFIX=/my/perl make make install
Make sure that perl can find the modules (by setting $PERL5LIB).
See also perlmodinstall, especially for installation on non-UNIX systems.