| This Release | Text-NSP-1.27 | [Download] [Browse] | 16 Feb 2013 | ||||
| Other Releases | |||||||
| Links | [ Discussion Forum ] [ View/Report Bugs (0) ] [ Dependencies ] [ Other Tools ] | ||||||
| CPAN Testers | PASS (357) FAIL (4) [ View Reports ] [ Perl/Platform Version Matrix ] | ||||||
| Rating |
(0 Reviews)
[ Rate this distribution ]
| ||||||
| License | open_source | ||||||
| Special Files |
|
||||||
| Text::NSP | Extract collocations and Ngrams from text | 1.27 | |
| 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 | |
| Text::NSP::Measures::4D | Perl module that provides basic framework for building measure of association for 4-grams. | 0.97 | |
| Text::NSP::Measures::4D::MI | Perl module that provides error checks and framework to implement Loglikelihood for 4-grams. | 1.03 | |
| Text::NSP::Measures::4D::MI::ll | Perl module that implements Loglikelihood measure of association for 4-grams. | 0.97 |
| FAQ | Frequently Asked Questions about 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   |
| count2huge.pl | Convert the output of count.pl to huge-count.pl.   |
| find-compounds.pl | find compound words in a text that are specified in a list.   |
| huge-combine.pl | Combine two bigram files created by count.pl into single file   |
| huge-combine3.pl | Combine two trigram 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)   |
| huge-count3.pl | Divide huge text into pieces and run huge-count3.pl for 3grams separately on each (and then combine)   |
| huge-delete.pl | Delete bigrams found by huge-count.pl based on low/high frequency.   |
| huge-merge.pl | Merge the results of multiple huge-sort generated files into a single sorted file.   |
| huge-sort.pl | Sort a --tokenlist of bigrams from huge-count.pl in alphabetical order.   |
| huge-split.pl | Split bigram files from huge-count.pl into pieces.   |
| 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   |
| sort-trigrams.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   |