Main > Programming > Libraries >

Text::NSP::Measures::3D::MI 1.03

Text::NSP::Measures::3D::MI 1.03

Sponsored Links

Text::NSP::Measures::3D::MI 1.03 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.93 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 956
Date added: 2007-03-12

Text::NSP::Measures::3D::MI 1.03 description

Text::NSP::Measures::3D::MI is a Perl module that provides error checks and framework to implement Loglieklihood, Total Mutual Information, Pointwise Mutual Information and Poisson Stirling Measure for trigrams.

SYNOPSIS

Basic Usage

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

$ll_value = calculateStatistic( n111=>10,
n1pp=>40,
np1p=>45,
npp1=>42,
n11p=>20,
n1p1=>23,
np11=>21,
nppp=>100);

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

This module is the base class for the Loglikelihood and the True Mutual Information measures. All these measure are similar. This module provides error checks specific for these measures, it also implements the computations that are common to these measures.

Log-Likelihood measure is computed as
Log-Likelihood = 2 * [n111 * log(n111/m111) + n112 * log(n112/m112) +

n121 * log(n121/m121) + n122 * log(n122/m122) +
n211 * log(n211/m211) + n212 * log(n212/m212) +
n221 * log(n221/m221) + n222 * log(n222/m222)]

Total Mutual Information

tmi = [n111/nppp * log(n111/m111) + n112/nppp * log(n112/m112) + n121/nppp * log(n121/m121) + n122/nppp * log(n122/m122) + n211/nppp * log(n211/m211) + n212/nppp * log(n212/m212) + n221/nppp * log(n221/m221) + n222/nppp * log(n222/m222)]

Pointwise Mutual Information

pmi = log (n111/m111)

Poisson Stirling Measure

ps = n111 * ( log(n111/m111) - 1)

All these methods use the ratio of the observed values to expected values, for computations, and thus have common error checks, so they have been grouped togrther.

Text::NSP::Measures::3D::MI 1.03 Screenshot

Advertisements

Text::NSP::Measures::3D::MI 1.03 Keywords

Bookmark Text::NSP::Measures::3D::MI 1.03

Hyperlink code:
Link for forum:

Text::NSP::Measures::3D::MI 1.03 Copyright

WareSeeker periodically updates pricing and software information of Text::NSP::Measures::3D::MI 1.03 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Text::NSP::Measures::3D::MI 1.03 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Text::NSP::Measures::2D::MI is a Perl module that provides error checks for Loglieklihood. Free Download
Text::NSP::Measures is a Perl module for computing association scores of Ngrams. Free Download
Text::NSP::Measures::3D::MI::ps is a Perl module that implements Poisson Stirling Measure for trigrams. Free Download
Text::NSP::Measures::3D::MI::pmi is a Perl module that implements Pointwise Mutual Information for trigrams. Free Download
Text::NSP::Measures::3D::MI::tmi is a Perl implementation for True Mutual Information for trigrams. Free Download
Text::NSP::Measures::3D is a Perl module that provides basic framework for building measure of association for trigrams. Free Download
Text::NSP::Measures::2D::MI::ll is a Perl module that implements Loglikelihood measure of association for bigrams. Free Download
Text::NSP::Measures::2D::MI::ps is a Perl module that implements Poisson-Stirling measure of association for bigrams. Free Download