Text-Sentence-Alignment - Pair Sentence Alignment

This module is used to do sequence alignment on sentences.
Currently only pair-wise alignment algorithms are supported.

INSTALLATION

To install this module, run the following commands:

   perl Makefile.PL
   make
   make test
   make install


COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2005 - 2007 Cheng-Lung Sung

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.