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

NAME

Text::Similarity - module for measuring the similarity of text documents

SYNOPSIS

  use Text::Similarity;
  my $mod = Text::Similarity->new;
  my $score = $mod->getRelatedness ($text_file1, $text_file2);

DESCRIPTION

This module serves as a superclass for other modules that implement measures of text document similarity.

SEE ALSO

Text::Similarity::Overlaps Text::Similarity::BagOfWords

http://text-similarity.sourceforge.net

AUTHOR

Jason Michelizzi, <jmichelizzi at sourceforge.net>

Ted Pedersen, <tpederse at d.umn.edu>

COPYRIGHT AND LICENSE

Copyright (C) 2004 by Jason Michelizzi and Ted Pedersen

This library is free software; you may redistribute it and/or modify it under the terms of the GNU General Public License, version 2 or, at your option, any later version.