WWW::Yahoo::KeywordExtractor

WWW::Yahoo::KeywordExtractor is a Perl module to get keywords from summary text via the Yahoo API.
Download

WWW::Yahoo::KeywordExtractor Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Nick Gerakines
  • Publisher web site:
  • http://search.cpan.org/~sock/Net-FeedBurner-0.12/lib/Net/FeedBurner.pm

WWW::Yahoo::KeywordExtractor Tags


WWW::Yahoo::KeywordExtractor Description

WWW::Yahoo::KeywordExtractor is a Perl module to get keywords from summary text via the Yahoo API. WWW::Yahoo::KeywordExtractor is a Perl module to get keywords from summary text via the Yahoo API.SYNOPSISThis module will submit content to the Yahoo keyword extractor API to return a list of relevant keywords. use WWW::Yahoo::KeywordExtractor; my $yke = WWW::Yahoo::KeywordExtractor->new(); my $keywords = $yke->extract(content => 'My wife and I love to cook together. Carolyn surprises me with new things to love about her everyday.'); print join q{}. 'Keyword 1: ', $keywords->, "n";SUBROUTINES/METHODnewThe new subroutine creates and returns a WWW:Yahoo::KeywordExtractor object.extractThis method will return a list of keywords based on sample data. It will die if there is no 'content' arg given. Requirements: · Perl


WWW::Yahoo::KeywordExtractor Related Software