NAME
Lingua::JA::TFIDF::Fetcher - Fetcher class that will be working when it faces to Unknown words.
SYNOPSIS
DESCRIPTION
Lingua::JA::TFIDF::Fetcher is fetcher class that will work when it faces to Unknown words.
METHODS
new(%config)
my $calc = Lingua::JA::TFIDF::Fetcher->new(
fetch_df => 1, # default is undef
fetch_df_save => 'my_df_file', # default is undef
LWP_UserAgent => \%lwp_useragent_config, # default is undef
XML_TreePP => \%xml_treepp_config, # default is undef
yahoo_api_appid => $myid, # default is undef
);
fetch($word);
AUTHOR
Takeshi Miki <miki@cpan.org>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.