debian man page for graph::reader::htk

Query: graph::reader::htk

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Graph::Reader::HTK(3pm) 				User Contributed Perl Documentation				   Graph::Reader::HTK(3pm)

NAME
Graph::Reader::HTK - read an HTK lattice in as an instance of Graph
SYNOPSIS
use Graph::Reader::HTK; $reader = Graph::Reader::HTK->new; $graph = $reader->read_graph('mylattice.lat');
DESCRIPTION
SEE ALSO
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::Reader The base-class for this module, which defines the public methods, and describes the ideas behind Graph reader and writer modules. Graph::Writer::HTK A class which will write a perl Graph out as an HTK lattice.
AUTHOR
Neil Bowers <neil@bowers.com>
COPYRIGHT
Copyright (c) 2000-2012, Neil Bowers. All rights reserved. Copyright (c) 2000, Canon Research Centre Europe. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-02-14 Graph::Reader::HTK(3pm)
Related Man Pages
graph::reader::dot(3pm) - debian
graph::reader(3pm) - debian
graph::writer(3pm) - debian
graph::writer::dot(3pm) - debian
graph::writer::vcg(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph