SYNOPSIS
use Graph::Writer::HTK;
$writer = Graph::Reader::HTK->new();
$reader->write_graph($graph, 'mylattice.lat');
DESCRIPTION
This module will write a directed graph to a file in the HTK <http://htk.eng.cam.ac.uk> lattice format. The graph must be an instance of the Graph class.REPOSITORY
<https://github.com/neilb/Graph-ReadWrite>AUTHOR
Neil Bowers <[email protected]>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.