GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Graph::Writer::HTK(3) User Contributed Perl Documentation Graph::Writer::HTK(3)

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

  use Graph::Writer::HTK;

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

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.

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.

<https://github.com/neilb/Graph-ReadWrite>

Neil Bowers <neil@bowers.com>

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.

2021-03-27 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.