NAME
Lingua::JA::WebIDF::Driver::TokyoTyrant - TokyoTyrant plugin for Lingua::JA::WebIDF
SYNOPSIS
use Lingua::JA::WebIDF;
my $webidf = Lingua::JA::WebIDF->new(
api => 'Yahoo',
appid => $appid,
driver => 'TokyoTyrant',
df_file => 'localhost:1978',
fetch_df => 1,
);
$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
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.