NAME
Lingua::EN::Keywords::Yahoo - Automatically extracts keywords from text using the Yahoo! API
SYNOPSIS
use Lingua::EN::Keywords::Yahoo qw(keywords);
my @keywords = keywords($text);
or
my @keywords = keywords($text, $query);
Where $query
is an optional term to help with the extraction process.
DESCRIPTION
This uses the Yahoo! keywords API to extract keywords from text.
To quote the Yahoo! page: "The Term Extraction Web Service provides a list of significant words or phrases extracted from a larger content."
EXPORT
Can export the keywords
subroutine.
AUTHOR
Original code by Simon Cozens, <simon@cpan.org>
Packaged by Simon Wistow, <simon@thegestalt.org>
COPYRIGHT
Released under the same terms as Perl itself.
SEE ALSO
The Term Extraction API: http://developer.yahoo.net/search/content/V1/termExtraction.html