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

Search results for "distribution:Text-Similarity TPEDERSE"

README - General information about Text::Similarity River stage two • 3 direct dependents • 11 total dependents

Text-Similarity is a Perl module that allows a user to measure the similarity between two strings or two files. There is one method for computing similarity supported Text::Similarity::Overlaps, and others can be added. When using Text::Similarity::O...

TPEDERSE/Text-Similarity-0.13 - 08 Oct 2015 13:24:23 UTC

INSTALL - Installation instructions for Text::Similarity River stage two • 3 direct dependents • 11 total dependents

Dependencies None Detailed Installation Instructions If you have superuser (root) access, you should be able to install Text::Similarity by following these simple steps: perl Makefile.PL make make test # optional, but recommended su # or sudo, as the...

TPEDERSE/Text-Similarity-0.13 - 08 Oct 2015 13:24:23 UTC

CHANGES - Revision history for Text::Similarity River stage two • 3 direct dependents • 11 total dependents

0.13 Released October 7, 2015 (all changes by TDP) * Misc pod fixes, primarily those reported by Alex Becker to bug list. 0.11 Released October 6, 2015 (all changes by TDP) * Contributed enhancement by Tani Hosokawa : Not a bug, but an optimization. ...

TPEDERSE/Text-Similarity-0.13 - 08 Oct 2015 13:24:23 UTC

Text::Similarity - Measure the pair-wise Similarity of Files or Strings River stage two • 3 direct dependents • 11 total dependents

This module is a superclass for other modules and provides generic services such as stop word removal, compound identification, and text cleaning or sanitizing. It's important to realize that additional methods of measuring similarity can be added to...

TPEDERSE/Text-Similarity-0.13 - 08 Oct 2015 13:24:23 UTC

Text::OverlapFinder - Find Overlapping Words in Strings River stage two • 3 direct dependents • 11 total dependents

This module finds word overlaps in strings. It finds the longest possible overlap, and keeps track of how many time each overlap occurs. There is a mechanism available for a user to provide a stemming module, but no stemmer is provided by this packag...

TPEDERSE/Text-Similarity-0.13 - 08 Oct 2015 13:24:23 UTC

Text::Similarity::Overlaps - Score the Overlaps Found Between Two Strings Based on Literal Text Matching River stage two • 3 direct dependents • 11 total dependents

This module computes the similarity of two text documents or strings by searching for literal word token overlaps. This just means that it determines how many word tokens are are identical between the two strings. Various scores are computed based on...

TPEDERSE/Text-Similarity-0.13 - 08 Oct 2015 13:24:23 UTC

text_simlarity.pl - Measure the pair-wise similarity between files or strings River stage two • 3 direct dependents • 11 total dependents

This script is a simple command-line interface to the Text::Similarity Perl modules. A method for computing similarity must be specified via the --type option, and then that method is used to measure the similarity of two strings or two files. Text::...

TPEDERSE/Text-Similarity-0.13 - 08 Oct 2015 13:24:23 UTC
7 results (0.023 seconds)