Graph::Writer::HTK - write a perl Graph out as an HTK lattice file


Graph-ReadWrite documentation  | view source Contained in the Graph-ReadWrite distribution.

Index


NAME

Top

Graph::Writer::HTK - write a perl Graph out as an HTK lattice file

SYNOPSIS

Top

    use Graph::Writer::HTK;

    $writer = Graph::Reader::HTK->new();
    $reader->write_graph($graph, 'mylattice.lat');

DESCRIPTION

Top

SEE ALSO

Top

Graph

Jarkko Hietaniemi's Graph class and others, used for representing and manipulating directed graphs. Available from CPAN. Also described / used in the chapter on directed graph algorithms in the Algorithms in Perl book from O'Reilly.

Graph::Writer

The base-class for this module, which defines the public methods, and describes the ideas behind Graph reader and writer modules.

Graph::Reader::HTK

A class which will read a perl Graph from an HTK lattice file.

AUTHOR

Top

Neil Bowers <neil@bowers.com>

COPYRIGHT

Top


Graph-ReadWrite documentation  | view source Contained in the Graph-ReadWrite distribution.