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:Text-SenseClusters TPEDERSE"

TODO - List of things TODO for SenseClusters River stage zero No dependents

Version 1.05 Todo * Add support for ngram cluster labeling to web interface? * Resolve Testing error in wordvec.pl, and also deprecated use of defined in keyconvert.pl. These are known issues in 1.03. * Consider the use of SVDLIBC rather than SVDPACK...

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

CHANGES - Revision history of SenseClusters River stage zero No dependents

1.05 Released October 3, 2015 (changes by TDP) * removed defined (@array) since now deprecated by Perl 1.03 Released June 29, 2013 (changes by TDP and AMJ) * Modify install.sh to default to Linux-x86_64 for Cluto installation (TDP) * Removed various ...

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

INSTALL River stage zero No dependents

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

README.Web - [Web Interface] How to install SenseClusters Web interface River stage zero No dependents

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

README.Toolkit - SenseClusters Toolkit directory structure with links to all program documentation River stage zero No dependents

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

README.Testing - Explains structure and use of /Testing River stage zero No dependents

The purpose of Testing directory is to provide test scripts to test the correct functionality of the programs provided with this distribution. The test scripts can be run to make sure that package is installed properly and all required system paths a...

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

README.samples - How to run SenseCluster sample scripts River stage zero No dependents

The samples directory allows a user to run various sample experiments with the SenseClusters system. Sample data is provided in the /Data directory, and there are scripts available that show how to exercise some of the major functionality of the pack...

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

README.Flowcharts - Word and Context Clustering Flowcharts River stage zero No dependents

The /doc/Flowcharts directory contains sequence diagrams for SenseClusters in .ai and .pdf format : Using SenseClusters to cluster contexts: <http://search.cpan.org/src/TPEDERSE/Text-SenseClusters-1.01/doc/Flowcha rts/SenseClusters-ContextClustering....

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

README.Web.SC-cgi - [Web Interface] Description of cgi files used in SenseClusters web interface River stage zero No dependents

All the files under this directory should be placed under a directory called SC-cgi which itself is placed under the cgi directory of the web-server. eg: For apache web-server's default settings, the files in this directory should be placed under cgi...

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

README.Web.SC-htdocs - [Web Interface] Description of the htdocs directory in the Web interface River stage zero No dependents

All the files under this directory should be placed under a directory called SC-htdocs which itself should be placed under the htdocs directory of the web-server. eg: For apache web-server's default settings, the files in this directory should be pla...

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

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

For each instance of the web-interface a directory is created under this user_data directory. These user directories remain in user_data directory until the processing is complete. Once the processing is complete the user directory is moved to htdocs...

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

Text::SenseClusters - Cluster similar contexts using co-occurrence matrices and Latent Semantic Analysis River stage zero No dependents

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

label.pl - Assign labels to clusters in a confusion matrix to maximize agreement River stage zero No dependents

Labels the discovered clusters with sense tags such that maximum number of contexts are correctly assigned....

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

setup.pl - Preprocess Senseval-2 data for sample experiments River stage zero No dependents

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

simat.pl - Build a similarity matrix from real-valued context vectors River stage zero No dependents

Constructs a similarity matrix for the given real-valued context vectors. A similarity matrix shows the pairwise similarities between all the different vectors. Vectors are represented in an N x M matrix, where N is the number of vectors and M is the...

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

filter.pl - Remove the instances of low frequency sense tags from a Senseval-2 data file River stage zero No dependents

This program will remove low frequency sense tags from a Senseval-2 data set by specifying a percentage or rank threshhold. By default it removes any sense tag associated with less than 1% of the total instances. Output is to STDOUT, so the original ...

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

testXML.pl - [Web Interface] Check XML data to see if well-formed River stage zero No dependents

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

balance.pl - Create a balanced Senseval-2 data file that has the same number of instances for each possible sense. River stage zero No dependents

This program will choose exactly the same number of instances for each sense found in a given Senseval-2 file. Unless a value is specified, it will choose the number of instances present in the least frequent sense. Output is to STDOUT, so the origin...

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

wordvec.pl - Construct word vectors from bigram or co-occurrence matrices River stage zero No dependents

Constructs word vectors from the given WORD_PAIRS....

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC

callwrap.pl - [Web Interface] Check user input to Web interface and create discriminate.pl command to run on Web server River stage zero No dependents

This program constructs the discriminate.pl command that is run by the Web server. This program requires that you edit config.txt to fit your system. This will point to your PATH, PERL5LIB, and the locations of the cgi-bin, SC-cgi and SC-htdocs direc...

TPEDERSE/Text-SenseClusters-1.05 - 03 Oct 2015 14:33:01 UTC
44 results (0.067 seconds)