String::Alignment - Pair Sentence Alignment


String-Alignment documentation  | view source Contained in the String-Alignment distribution.

Index


NAME

Top

String::Alignment - Pair Sentence Alignment

VERSION

Top

Version 0.01

SYNOPSIS

Top

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); 

EXPORT

Top

BUILD-IN VARIABLES

Top

FUNCTIONS

Top

cululate_matrix

similarity_print

get_align_result

AUTHOR

Top

Cheng-Lung Sung, <clsung@cpan.org>

BUGS

Top

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.

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


String-Alignment documentation  | view source Contained in the String-Alignment distribution.