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 "dist:WordNet-SenseRelate-TargetWord SIDD"

TODO River stage zero No 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. FOR FUTURE VERSIONS * Add test scripts ...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

Revision River stage zero No dependents

Version 0.09 (12/24/06) * 12/23/06 (1) Removed Compound detection as a default preprocessing phase. (Sid) (2) Added documentation to README, with sample code for using the WordNet::SenseRelate::TargetWord module. (Sid) (3) Fixed bug: config option "t...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

utils.pod - WordNet::SenseRelate::TargetWord supporting utilities River stage zero No dependents

The '/utils' directory of the package contains a few support Perl programs, that provide command-line and graphical interfaces to the Perl modules are provided in the '/utils' directory of the package. disamb.pl Performs Word Sense Disambiguation on ...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

config.pod - listing of configuration options, and configuration file format. River stage zero No dependents

The following is a list of options supported by the WordNet::SenseRelate::TargetWord modules. 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....

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

intro.pod - introduction to WordNet::SenseRelate::TargetWord River stage zero No dependents

This package consists of a set of Perl modules along with supporting Perl programs that perform the task of Word Sense Disambiguation. The program(s) attempt to disambiguate the sense of a single target word in a given context as described by Banerje...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

install.pod - how to install WordNet::SenseRelate::TargetWord River stage zero No dependents

Prerequisites You need to have WordNet (version 1.7.1 or later, 2.0 preferred), WordNet::QueryData (version 1.30 or later), WordNet::Similarity (latest version preferred), XML::Parser (version 2.34 or later) installed. Optionally, you should also hav...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

WordNet::SenseRelate::Word - Perl module that represents a single word from the context. River stage zero No dependents

WordNet::SenseRelate::Word represents a single word from the context. A collection of word objects is used to represent an instance. Each word object contains the surface form of a word. In addition, it also contain the morphological root form, and t...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

WordNet::SenseRelate::Tools - Perl modules that provides certain common WordNet tools. River stage zero No dependents

WordNet::SenseRelate::Tools is a set of common WordNet tools required in programs. Currently, this module only contains a compound detection method. Other methods will be added in the future. Additionally, this module will, most likely, be distribute...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

WordNet::SenseRelate::Instance - Perl module that represents a context, including a target word and surrounding context words. River stage zero No dependents

WordNet::SenseRelate::Instance represents a piece of text, including a target word that requires to be disambiguated. Essentially, an instance is a set of Word objects, with one Word object marked as the target word. EXPORT None by default....

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

WordNet::SenseRelate::TargetWord - Perl module for performing word sense disambiguation. River stage zero No dependents

WordNet::SenseRelate::TargetWord combines the different parts of the word sense disambiguation process. It allows the user to select the disambiguation algorithm, the context selection algorithm, and other data processing tasks. This module applies t...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

WordNet::SenseRelate::TargetWord - modules for performing word sense disambiguation. River stage zero No dependents

In this section, we list the modules provided in the package. A short description of each is provided alongside. Preprocessing modules Currently, only one preprocessing module is provided in the package: WordNet::SenseRelate::Preprocess::Compounds Th...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

disamb.pl - command line interface for WordNet::SenseRelate::TargetWord, a Word Sense Disambiguation module. River stage zero No dependents

This program is a command line interface to the WordNet::SenseRelate::TargetWord Word Sense Disambiguation module. It takes as input a Senseval-2 formatted input file and disambiguated each instance specified in file. The module is highly configurabl...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

wps2sk.pl - Tool that converts the output from disamb.pl to a Senseval-2 format (such that it can be easily evaluated by the Senseval-2 evaluation software). River stage zero No dependents

Creates a word#pos#sense to sensekey mapping of a Senseval-2 answer file (output by disamb.pl). It takes the output of disamb.pl and converts it to a format that is understood by the Senseval-2 evaluation software....

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

WordNet::SenseRelate::Algorithm::Local - Perl module that finds the sense of a target word that is most related to its context. River stage zero No dependents

This modules uses a measure of relatedness (WordNet::Similarity module) to find the relatedness of each sense of the target word with the senses of the words in the context. It then return the most related sense of the target word. EXPORT None by def...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

disamb-gui.pl - graphical interface for WordNet::SenseRelate::TargetWord, a Word Sense Disambiguation module. River stage zero No dependents

This program is a graphical interface to the WordNet::SenseRelate::TargetWord Word Sense Disambiguation module. It takes as input a Senseval-2 formatted input file and disambiguated each instance specified in file. The module is highly configurable. ...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

WordNet::SenseRelate::Algorithm::Global - Perl module that finds the sense of a target word that is most related to its context. River stage zero No dependents

This modules uses a measure of relatedness (WordNet::Similarity module) to find the relatedness of each sense of the target word with the senses of the words in the context. It then return the most related sense of the target word. EXPORT None by def...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

WordNet::SenseRelate::Algorithm::Random - Perl module that randomly selects a sense of the target word. River stage zero No dependents

WordNet::SenseRelate::Algorithm::Random is a module designed to randomly pick a sense of target word, from its list of senses. The primary goal of this modules is to be able to compute a baseline for the disambiguation task. EXPORT None by default....

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

WordNet::SenseRelate::Reader::Senseval2 - Perl module for reading in a Senseval-2 formatted, lexical sample file. River stage zero No dependents

This module parses the XML formatted data of the Senseval-2 lexical sample data file and store the instances in the created object. This data can then be accessed from the object for further processing. EXPORT None by default....

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

senserelate.pl - graphical interface for WordNet::SenseRelate::TargetWord, a Word Sense Disambiguation module. River stage zero No dependents

This program is a graphical interface to the WordNet::SenseRelate::TargetWord Word Sense Disambiguation module. It allows the user to enter pieces of text, and select a word from the text the target word to be disambiguated. The system then disambigu...

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC

WordNet::SenseRelate::Algorithm::SenseOne - Perl modules that picks the first sense of the target word. River stage zero No dependents

WordNet::SenseRelate::Algorithm::SenseOne is a module designed to pick the first sense of the target word in a word sense disambiguation task. The primary goal of this module is to allow us to create a baseline for this task. EXPORT None by default....

SID/WordNet-SenseRelate-TargetWord-0.09 - 24 Dec 2006 13:13:56 UTC
22 results (0.038 seconds)