Text::NSP::Measures 1.03 review

Download
by rbytes.net on

Text::NSP::Measures is a Perl module for computing association scores of Ngrams

License: Perl Artistic License
File size: 938K
Developer: Text::NSP::Measures Team
0 stars award from rbytes.net

Text::NSP::Measures is a Perl module for computing association scores of Ngrams. This module provides the basic framework for these measures.

SYNOPSIS

Basic Usage

use Text::NSP::Measures::2D::MI::ll;

my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10;

$ll_value = calculateStatistic( n11=>$n11,
n1p=>$n1p,
np1=>$np1,
npp=>$npp);

if( ($errorCode = getErrorCode()))
{
print STDERR $errorCode." - ".getErrorMessage()."n"";
}
else
{
print getStatisticName."value for bigram is ".$ll_value."n"";
}

Requirements:
Perl

Text::NSP::Measures 1.03 search tags