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-AllWords TPEDERSE"

TODO - Todo list for WordNet::SenseRelate::AllWords River stage zero No dependents

For version 0.20 1) Add config file option to the web interface so that it would be able to handle the files specified in the configuration file ( for example, stoplist file path specified in the configuration file). This is not provided now because ...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

README - General Information about WordNet::SenseRelate::AllWords River stage zero No dependents

Words can have multiple meanings or senses. For example, the word *glass* in WordNet [1] has seven senses as a noun and five senses as a verb. Glass can mean a clear solid, a container for drinking, the quantity a drinking container will hold, etc. W...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

INSTALL - Installation instructions for WordNet::SenseRelate::AllWords River stage zero No dependents

Dependencies Three modules are required by WordNet::SenseRelate::AllWords: WordNet::QueryData WordNet::Similarity WordNet::Tools Both modules are available from CPAN. This module also requires that WordNet be installed. WordNet is a machine-readable ...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

CHANGES - Revision history for WordNet::SenseRelate::AllWords River stage zero No dependents

0.19 Date : May 27, 2009 1) Added --backoff option to wsd.pl. This option backs off to WordNet sense1 if the measure can't assign any sense. 2) semcor-reformat.pl used querySense and reformatted the original text that contained the first word in the ...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

README.web - [Web] README file for Web interface of WordNet::SenseRelate::AllWords River stage zero No dependents

The web interface employs a client-server model. The two CGI scripts, allwords.cgi and version.cgi, are the clients that request information to the allwords server, allwords_server.pl. The allwords server is a network interface to the WordNet::SenseR...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

INSTALL.web - [Web] Installation instructions for WordNet::SenseRelate::AllWords Web interface River stage zero No dependents

1. This guide provides guidelines for WordNet::SenseRelate::AllWords Web interface installation. The guide assumes that you are using the Apache webserver as installed on a Fedora Core 3 or Ubuntu 8.04 based Linux distribution. If you are using a dif...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

README.htdocs.user_data - [Web] Explanation of user_data directory in htdocs of Web interface River stage zero No dependents

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

wsd.pl - automatically assign a meaning to every word in a text River stage zero No dependents

Disambiguates each word in the context file using the specified relatedness measure (or WordNet::Similarity::lesk if none is specified)....

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

WordNet::SenseRelate::AllWords - Disambiguate All Words in a Text based on semantic similarity and relatedness in WordNet River stage zero No dependents

WordNet::SenseRelate::AllWords implements an algorithm for Word Sense Disambiguation that uses measures of semantic relatedness. The algorithm is an extension of an algorithm described by Pedersen, Banerjee, and Patwardhan[1]. This implementation is ...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

scorer2-sort.pl - sort scorer2 formatted files column by column River stage zero No dependents

This script is used for sorting scorer2 formatted files column by column. At first, the words before '.' are sorted. In the case where 2 words are same, they are sorted on their tag, i.e on the string after '.'. For example for the entries below, act...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

scorer2-format.pl - Reformat wsd.pl output for use by the allwords-scorer2.pl evaluation program River stage zero No dependents

This script reads file from the command line and reformats it so that it can be scored using the allwords-scorer2.pl program. The input format is that of the wsd.pl program that is distributed with WordNet-SenseRelate. The output is printed to the st...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

sentence_split.pl - splits text into sentences River stage zero No dependents

Takes a string as an input and outputs one sentence per line...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

allwords_server.pl - [Web] The server for allwords.cgi and version.cgi River stage zero No dependents

This script implements the backend of the web interface for WordNet::SenseRelate::AllWords This script listens to a port waiting for a request form allwords.cgi or version.cgi. If disambiguation request is made by allwords.cgi, the server first gets ...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

semcor-reformat.pl - Reformat SemCor sense tagged files for use by wsd.pl River stage zero No dependents

This script reads a SemCor-formatted file and produces formatted text that can be used as input to wsd.pl. Alternatively, if the --key option is specified, the output will also include the sense number for each work, and this output can be used as a ...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

wsd-experiments.pl - driver for running wsd experiments River stage zero No dependents

This script is used for running wsd experiments with different parameters. Given the similarity measure and the input file/directory, the key file is created by calling semcor-reformat.pl. The key file is then sorted on columns using scorer2-sort.pl ...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

allwords-scorer2.pl - perl script used to score allwords. River stage zero No dependents

This perl script is similar to the scorer2 C program. Given an answer file and a key file, this program scores the answers against the key and gives the overall precision, recall and F-measure. It also gives results for different part of speech tags....

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC

calculate-corpus-stats.pl - perl script that gives corpus statistics given a semcor-reformatted corpus file. River stage zero No dependents

This script gives the information about the distribution of instances based on the part of speech. It also gives the distribution of instances based on the number of senses available for the instances. For example, the instance winter#n has only 1 se...

TPEDERSE/WordNet-SenseRelate-AllWords-0.19 - 28 May 2009 01:46:03 UTC
17 results (0.022 seconds)