Ted Pedersen > Text-NSP-1.09

Text-NSP-1.09

This Release Text-NSP-1.09  [Download] [Browse 26 Mar 2008
Other Releases
Links Discussion Forum ] [ View/Report Bugs (1) ] [ Dependencies ] [ Other Tools ]
CPAN Testers PASS (257)   NA (1)   [ View Reports ] [ Perl/Platform Version Matrix ]
Rating      (0 Reviews) [ Rate this distribution ]
License GPL
Special Files
CHANGES
INSTALL
MANIFEST
META.yml
Makefile.PL
README

Modules

Text::NSP Extract collocations and Ngrams from text     1.09
Text::NSP::Measures Perl modules for computing association scores of Ngrams. This module provides the basic framework for these measures.     0.97
Text::NSP::Measures::2D Perl module that provides basic framework for building measure of association for bigrams.     0.97
Text::NSP::Measures::2D::CHI Perl module that provides error checks for the Pearson's chi squared, phi coefficient and the Tscore measures.     1.03
Text::NSP::Measures::2D::CHI::phi Perl module that implements Phi coefficient measure for bigrams.     0.97
Text::NSP::Measures::2D::CHI::tscore Perl module that implements T-score measure of association for bigrams.     0.97
Text::NSP::Measures::2D::CHI::x2 Perl module that implements Pearson's chi squared measure of association for bigrams.     0.97
Text::NSP::Measures::2D::Dice Perl module that provides the framework to implement the Dice and Jaccard coefficients.     0.97
Text::NSP::Measures::2D::Dice::dice Perl module to compute Dice coefficient for bigrams.     0.97
Text::NSP::Measures::2D::Dice::jaccard Perl module that implements the jaccard coefficient.     0.97
Text::NSP::Measures::2D::Fisher Perl module that provides methods to compute the Fishers exact tests.     0.97
Text::NSP::Measures::2D::Fisher2 Perl module that provides methods to compute the Fishers exact tests.     0.97
Text::NSP::Measures::2D::Fisher2::left Perl module implementation of the left sided Fisher's exact test (Deprecated).     0.97
Text::NSP::Measures::2D::Fisher2::right Perl module implementation of the right sided Fisher's exact test (Deprecated).     0.97
Text::NSP::Measures::2D::Fisher2::twotailed Perl module implementation of the two-sided Fisher's exact test (Deprecated).     0.97
Text::NSP::Measures::2D::Fisher::left Perl module implementation of the left sided Fisher's exact test.     0.97
Text::NSP::Measures::2D::Fisher::right Perl module implementation of the right sided Fisher's exact test.     0.97
Text::NSP::Measures::2D::Fisher::twotailed Perl module implementation of the two-sided Fisher's exact test.     0.97
Text::NSP::Measures::2D::MI Perl module that provides error checks for Loglikelihood, Total Mutual Information, Pointwise Mutual Information and Poisson-Stirling Measure.     1.03
Text::NSP::Measures::2D::MI::ll Perl module that implements Loglikelihood measure of association for bigrams.     0.97
Text::NSP::Measures::2D::MI::pmi Perl module that implements Pointwise Mutual Information.     0.97
Text::NSP::Measures::2D::MI::ps Perl module that implements Poisson-Stirling measure of association for bigrams.     0.97
Text::NSP::Measures::2D::MI::tmi Perl module that implements True Mutual Information.     0.97
Text::NSP::Measures::2D::odds Perl module to compute the Odds ratio for bigrams.     0.97
Text::NSP::Measures::3D Perl module that provides basic framework for building measure of association for trigrams.     0.97
Text::NSP::Measures::3D::MI Perl module that provides error checks and framework to implement Loglikelihood, Total Mutual Information, Pointwise Mutual Information and Poisson Stirling Measure for trigrams.     1.03
Text::NSP::Measures::3D::MI::ll Perl module that implements Loglikelihood measure of association for trigrams.     0.97
Text::NSP::Measures::3D::MI::pmi Perl module that implements Pointwise Mutual Information for trigrams.     0.97
Text::NSP::Measures::3D::MI::ps Perl module that implements Poisson Stirling Measure for trigrams.     0.97
Text::NSP::Measures::3D::MI::tmi Perl implementation for True Mutual Information for trigrams.     0.97

Documentation

FAQ Frequently Asked Questions about the Ngram Statistics Package  
TODO Things to do in the Ngram Statistics Package  
USAGE How to use the Ngram Statistics Package (Text-NSP)  
combig.pl Combine frequency counts to determine co-occurrence  
count.pl Count the frequency of Ngrams in text  
huge-combine.pl Combine two bigram files created by count.pl into single file  
huge-count.pl Divide huge text into pieces and run count.pl separately on each (and then combine)  
kocos.pl Find the Kth order co-occurrences of a word  
rank.pl Calculate Spearman's Correlation on two ranked lists output by count.pl or statistic.pl  
sort-bigrams.pl Sort output from count.pl or statistic.pl in descending order based on frequency or association score  
split-data.pl Divide a text file in N approximately equal parts  
statistic.pl Measure the association of Ngrams in text  

Other Files

Testing/combig/README.txt
Testing/count/README.txt
Testing/dice/README.txt
Testing/huge-combine/README.txt
Testing/huge-count/README.txt
Testing/kocos/integration/README.txt
Testing/kocos/unit/README.txt
Testing/leftFisher/README.txt
Testing/ll/README.txt
Testing/ll3/README.txt
Testing/odds/README.txt
Testing/phi/README.txt
Testing/pmi/README.txt
Testing/rank/README.txt
Testing/rightFisher/README.txt
Testing/sort-bigrams/README.txt
Testing/split-data/README.txt
Testing/statistic/README.txt
Testing/tmi/README.txt
Testing/tmi3/README.txt
Testing/tscore/README.txt
Testing/x2/README.txt
doc/FAQ