The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lingua::JA::WebIDF::Driver::TokyoTyrant - TokyoTyrant plugin for Lingua::JA::WebIDF

SYNOPSIS

  use Lingua::JA::WebIDF;

  my $webidf = Lingua::JA::WebIDF->new(
      driver   => 'TokyoTyrant',
      df_file  => 'localhost:1978',
  );

  $webidf->db_open;
  print $webidf->idf("東京"); # low
  print $webidf->idf("スリジャヤワルダナプラコッテ"); # high
  $webidf->db_close;

DESCRIPTION

Lingua::JA::WebIDF::Driver::TokyoTyrant is a TokyoTyrant plugin for Lingua::JA::WebIDF.

AUTHOR

pawa <pawapawa@cpan.org>

SEE ALSO

Lingua::JA::TermExtractor

Lingua::JA::TFWebIDF

Lingua::JA::WebIDF

Tokyo Tyrant: http://fallabs.com/tokyotyrant/

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.