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.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Lingua::JA::TermExtractor 0.03

    Download button

    No screenshots available
    Downloads: 106  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Kouhei Yoshioka | More programs
    Perl Artistic License / FREE
    July 31st, 2012, 19:45 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Lingua::JA::TermExtractor description

    Term Extractor

    Lingua::JA::TermExtractor is a term extractor written in Perl. This extracts terms from a document or documents.

    SYNOPSIS

     use Lingua::JA::TermExtractor;
     use utf8;
     use feature qw/say/;
     use Data::Printer;

     my $extractor = Lingua::JA::TermExtractor->new(
     api => 'YahooPremium',
     appid => $appid,
     fetch_df => 1,
     Furl_HTTP => { timeout => 3 },
     driver => 'TokyoTyrant',
     df_file => 'localhost:1978',
     pos1_filter => [qw/非自立 代名詞 数 ナイ形容詞語幹 副詞可能 サ変接続/],
     term_length_min => 2,
     tf_min => 2,
     df_min => 1_0000,
     df_max => 1000_0000,
     ng_word => [qw/·集 本人 自身 自分 たち さん/],
     fetch_unk_word_df => 0,
     concat_max => 100,
     );

     p $extractor->extract($document)->dump;
     p $extractor->extract(\@documents)->dump;

     for my $result (@{ $extractor->extract(\@documents)->list(50) })
     {
     my ($word, $score) = each %{$result};

     say "$word: $score";
     }



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    term extractor | Perl module | Perl | term | extractor

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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