| XML-XCES documentation | view source | Contained in the XML-XCES distribution. |
XML::XCES - Perl module to handle XCES xml files
Version 0.01
use XML::XCES;
XML::XCES->align2pair("File.xml", "prefix");
XML::XCES provides the following functions:
This function receives an XCES xml filename with sentence alignment content, and, optionally, a prefix for the output files.
Note that the aligned files paths should be absolute or relative to the command issue directory.
Alberto Simoes, <ambs@cpan.org>
Please report any bugs or feature requests to
bug-xml-xces@rt.cpan.org, or through the web interface at
http://rt.cpan.org. I will be notified, and then you'll automatically
be notified of progress on your bug as I make changes.
Copyright 2004-2005 Alberto Simoes, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| XML-XCES documentation | view source | Contained in the XML-XCES distribution. |