
Text::Similarity - module for measuring the similarity of text documents. This module is a superclass for other modules.

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

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

http://text-similarity.sourceforge.net

Jason Michelizzi, <jmichelizzi at sourceforge.net>
Ted Pedersen, <tpederse at d.umn.edu>

Copyright (C) 2004 by Jason Michelizzi, Ted Pedersen, and Siddharth Patwardhan
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.