| String-Alignment documentation | view source | Contained in the String-Alignment distribution. |
String::Alignment - Pair Sentence Alignment
Version 0.01
This module process string alignment. Now it provide two kind of alignment method, Global and Local Alignment.
use String::Alignment;
use String::Alignment qw(do_alignment);
# local alignment
my $result = do_alignment($s1,$s2,1);
# global alignment
my $result = do_alignment($s1,$s2);
Cheng-Lung Sung, <clsung@cpan.org>
Please report any bugs or feature requests to
bug-string-alignment@rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=String-Alignment.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
Copyright 2006 Cheng-Lung Sung, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| String-Alignment documentation | view source | Contained in the String-Alignment distribution. |