The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Text::Similarity - module for measuring the similarity of text documents. 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.