Text::PhraseDistance - A measure of the degree of proximity of 2 given phrases


PREREQUISITES

This suite requires Perl 5; I have only used it under Perl 5.6.

Text::PhraseDistance does not use any nonstandard modules.


INSTALLATION

You install Text::PhraseDistance by running these commands:

   perl Makefile.PL
   make
   make test (optional)
   make install

To install Text::PhraseDistance in the Win32 environment, use nmake instead of make.
nmake is available for free (in a self extracting executable):
<http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe>
After download and inflate, put nmake.exe and nmake.err in c:\windows\command 
or in c:\perl\bin .


DOCUMENTATION

POD format documentation is included in PhraseDistance.pm.  
POD is readable with the command:

  perldoc Text::PhraseDistance


AVAILABILITY

The latest version of Text::PhraseDistance is available from the
CPAN <http://search.cpan.org/> 


COPYRIGHT

Copyright 2002,2003 Dree Mistrut <dree@friuli.to>

This package is free software and is provided "as is" without express
or implied warranty.  You can redistribute it and/or modify it under 
the same terms as Perl itself.