All pastes #2089586 Raw Edit

Someone

public text v1 · immutable
#2089586 ·published 2011-10-13 01:41 UTC
rendered paste body
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";
}