WebService::Yahoo::TermExtractor is a Perl wrapper for the Yahoo! Term Extraction WebService.
SYNOPSIS
use WebService::Yahoo::TermExtractor;
my $yte = WebService::Yahoo::TermExtractor->new( appid => 'your_app_id', context => $source_text);
my $terms = $yte->get_terms; # returns an array ref
WebService::Yahoo::TermExtractor provides a simple object-oriented wrapper around the Yahoo! Term Extraction WebService.
The Yahoo! Term Extraction WebService attempts to extract a list of significant words or phrases from the content submitted.
Product's homepage
Requirements:
· Perl