Comrite Unix Man page/Perldoc/Info page, English-Chinese Dictionary, Chinese-English Dictionary

Text::Similarity--3pm

Command: man perldoc info search(apropos)  


 
Text::Similarity(3pm) User Contributed Perl DocumentationText::Similarity(3pm)



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

SYNOPSIS
         use Text::Similarity::Overlaps;
         my $mod = Text::Similarity::Overlaps->new;
         my $score = $mod->getSimilarity ($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

       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, 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.



perl v5.8.4                       2004-10-16             Text::Similarity(3pm)
 

©2005 Comrite