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:WordNet-Similarity TPEDERSE"

TODO - Todo list for WordNet::Similarity River stage one • 6 direct dependents • 6 total dependents

As these items are completed, move them down into Recently Completed Items, make sure to date and initial. When we have a version release, all of the recently completed items should be moved into changelog.pod....

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

UTILS - [documentation] WordNet::Similarity supporting utilities River stage one • 6 direct dependents • 6 total dependents

The '/utils' directory of the package contains a few support Perl programs, that use the WordNet::Similarity modules or generate data files for it. As part of the standard installation these are installed into the system directories (such as /usr/bin...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

CONFIG - [documentation] Description of all configuration options for measures River stage one • 6 direct dependents • 6 total dependents

The following is a list of options supported by the measures of semantic relatedness. This is intended to serve as a "master list" of options so that descriptions can be copied from here and pasted into the documentation for specific modules. trace T...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

README - [documentation] Introduction to WordNet::Similarity River stage one • 6 direct dependents • 6 total dependents

This package consists of Perl modules along with supporting Perl programs that implement the semantic relatedness measures described by Leacock & Chodorow (1998), Jiang & Conrath (1997), Resnik (1995), Lin (1998), Hirst & St-Onge (1998), Wu & Palmer ...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

INSTALL - [documentation] How to install WordNet::Similarity River stage one • 6 direct dependents • 6 total dependents

Prerequisites You need to have WordNet (version 3.0) installed, WordNet::QueryData (version 1.40 or later), and Text::Similarity (version 0.04 or later) installed. [NOTE: However, if you're using WordNet 3.0, you must use WordNet::QueryData v1.46 or ...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

CHANGES - Revision history for WordNet::Similarity River stage one • 6 direct dependents • 6 total dependents

Version 2.07 (Released 10/05/2015) (1) Fix make test error in lesktrace.t due to overlap results returning in unpredictable orders - problem is documented here : <https://rt.cpan.org/Ticket/Display.html?id=86437> and fix is provided by Phil Goetz, ph...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

DEVELOPERS - [documentation] Instructions on how to write a new measure for WordNet::Similarity River stage one • 6 direct dependents • 6 total dependents

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

WordNet::stem - Module that find the stem of a word or the stems of a string of words, using WordNet. River stage one • 6 direct dependents • 6 total dependents

This module uses the internal stemming algorithm of WordNet to stem words and strings of words. This module is used by the lesk measure of the WordNet::Similarity package. Methods POD ERRORS Hey! The above document had some coding errors, which are e...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

WordNet::Tools - Some tools for use with WordNet. River stage one • 6 direct dependents • 6 total dependents

This module provides some tools for use with WordNet. For example, the 'compoundify' method detects compound words (as found in WordNet) in a text string and it combines these words into single tokens using underscore separators. Another tool in this...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

WordNet::vectorFile - Provides access to the word vectors database (used by the vector and vector_pairs WordNet::Similarity measures). River stage one • 6 direct dependents • 6 total dependents

This module provides a read/write interface into the word vectors data file. This module is used by WordNet::Similarity::vector and WordNet::Similarity::vector_pairs as an interface into the word vectors database. This module abstracts the format of ...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

WordNet::Similarity - Perl modules for computing measures of semantic relatedness. River stage one • 6 direct dependents • 6 total dependents

Introduction We observe that humans find it extremely easy to say if two words are related and if one word is more related to a given word than another. For example, if we come across two words, 'car' and 'bicycle', we know they are related as both a...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

WordNet::get_wn_info - Provides access to glosses related to a concept in WordNet River stage one • 6 direct dependents • 6 total dependents

This module provides a layer between the user and the WordNet::QueryData module, by providing easy access to glosses and synsets related to particular concpets in WordNet. Methods POD ERRORS Hey! The above document had some coding errors, which are e...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

BNCFreq.pl - Compute Information Content based on British National Corpus (World Edition) River stage one • 6 direct dependents • 6 total dependents

This program reads the British National Corpus (World Edition, December 2000) and computes the frequency counts for each synset in WordNet. These frequency counts are used by the Lin, Resnik, and Jiang & Conrath measures of semantic relatedness to ca...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

wnDepths.pl - Find the depths of WordNet taxonomies River stage one • 6 direct dependents • 6 total dependents

wnDepths.pl finds the depths of WordNet's noun and verb taxonomies; it can also find the depth of each synset in WordNet. This program was originally written for use with the WordNet::Similarity::lch and WordNet::Similarity::wup measures of semantic ...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

WordNet::Similarity::wup - Perl module for computing semantic relatedness of word senses using the edge counting method of the of Wu & Palmer (1994) River stage one • 6 direct dependents • 6 total dependents

Resnik (1999) revises the Wu & Palmer (1994) method of measuring semantic relatedness. Resnik uses use an edge distance method by taking into account the most specific node subsuming the two concepts. Here we have implemented the original Wu & Palmer...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

WordNet::Similarity::lch - Perl module for computing semantic relatedness of word senses using the method described by Leacock and Chodorow (1998). River stage one • 6 direct dependents • 6 total dependents

This module computes the semantic relatedness of word senses according to a method described by Leacock and Chodorow (1998). This method counts up the number of edges between the senses in the 'is-a' hierarchy of WordNet. The value is then scaled by ...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

brownFreq.pl - Compute Information Content from the Brown Corpus River stage one • 6 direct dependents • 6 total dependents

This program reads the Brown Corpus and computes the frequency counts for each synset in WordNet. These frequency counts are used by various measures of semantic relatedness to calculate the information content values of concepts. The output is gener...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

compounds.pl - extract compound words (collocations) from WordNet River stage one • 6 direct dependents • 6 total dependents

compounds.pl extracts compound words (collocations) from WordNet and writes the resultant list to the standard output....

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

WordNet::Similarity::hso - Perl module for computing semantic relatedness of word senses using the method described by Hirst and St-Onge (1998). River stage one • 6 direct dependents • 6 total dependents

This module computes the semantic relatedness of word senses according to the method described by Hirst and St-Onge (1998). In their paper they describe a method to identify 'lexical chains' in text. They measure the semantic relatedness of words in ...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC

WordNet::Similarity::lin - Perl module for computing semantic relatedness of word senses using the information content based measure described by Lin (1998). River stage one • 6 direct dependents • 6 total dependents

Lin (1998) describes a method to compute the semantic relatedness of word senses using the information content of the concepts in WordNet and the 'Similarity Theorem' (also described in the paper). This module implements this measure of semantic rela...

TPEDERSE/WordNet-Similarity-2.07 - 04 Oct 2015 16:19:03 UTC
40 results (0.029 seconds)