The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

XML::XCES - Perl module to handle XCES xml files

VERSION

Version 0.01

SYNOPSIS

    use XML::XCES;

    XML::XCES->align2pair("File.xml", "prefix");

FUNCTIONS

XML::XCES provides the following functions:

align2pair

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.

AUTHOR

Alberto Simoes, <ambs@cpan.org>

BUGS

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.

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

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.