The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.