![]() |
![]()
| ![]() |
![]()
NAMEGraph::Reader::HTK - read an HTK lattice in as an instance of Graph SYNOPSISuse Graph::Reader::HTK; $reader = Graph::Reader::HTK->new; $graph = $reader->read_graph('mylattice.lat'); DESCRIPTIONThis module can be used to read a directed graph in the HTK <http://htk.eng.cam.ac.uk> lattice format. It returns an instance of the Graph class. SEE ALSO
REPOSITORY<https://github.com/neilb/Graph-ReadWrite> AUTHORNeil Bowers <neil@bowers.com> COPYRIGHTCopyright (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.
|