Lingua::EN::Keywords::Yahoo - Automatically extracts keywords from text using the Yahoo! API


Lingua-EN-Keywords-Yahoo documentation  | view source Contained in the Lingua-EN-Keywords-Yahoo distribution.

Index


NAME

Top

Lingua::EN::Keywords::Yahoo - Automatically extracts keywords from text using the Yahoo! API

SYNOPSIS

Top

  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

Top

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

Top

Can export the keywords subroutine.

AUTHOR

Top

Original code by Simon Cozens, <simon@cpan.org>

Packaged by Simon Wistow, <simon@thegestalt.org>

COPYRIGHT

Top

SEE ALSO

Top

The Term Extraction API: http://developer.yahoo.net/search/content/V1/termExtraction.html

Yahoo::Search


Lingua-EN-Keywords-Yahoo documentation  | view source Contained in the Lingua-EN-Keywords-Yahoo distribution.