Text::Fuzzy

Match strings with errors
Download

Text::Fuzzy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ben Bullock
  • Publisher web site:
  • http://search.cpan.org/~bkb/

Text::Fuzzy Tags


Text::Fuzzy Description

Text::Fuzzy is a Perl module to edit-distance methods for single words and arrays.SYNOPSIS use Text::Fuzzy; my $tf = Text::Fuzzy->new ('boboon'); print "Distance is ", $tf->distance ('babboon'), "\n"; my @words = qw/the quick brown fox jumped over the lazy dog/; my $nearest = $tf->nearest (\@words); print "Nearest array entry is ", $words, "\n";Product's homepage


Text::Fuzzy Related Software