Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Text::NSP::Measures::3D 1.01

    Download button

    No screenshots available
    Downloads: 307  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Text::NSP::Measures::3D Team | More programs
    Perl Artistic License / FREE
    September 2nd, 2006, 08:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Text::NSP::Measures::3D description

    Text::NSP::Measures::3D is a Perl module that provides basic framework for building measure of association for trigrams.

    Text::NSP::Measures::3D is a Perl module that provides basic framework for building measure of association for trigrams.

    This module can be used as a foundation for building 3-dimensional measures of association that can then be used by statistic.pl. In particular this module provides methods that give convenient access to 3-d (i.e., trigram) frequency counts as created by count.pl, as well as some degree of error handling that verifies the data.

    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";
    }

    The methods in this module retrieve observed trigram frequency counts and marginal totals, and also compute expected values. They also provide support for error checking of the output produced by count.pl. These methods are used in all the trigram (3d) measure modules provided in NSP. If you are writing your own 3d measure, you can use these methods as well.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    basic framework | building measure | Perl module | Text::NSP::Measures: | basic | framework

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM