The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::Simple::Yahoo::JP::API::Jlp - Search Subclass for WebService::Simple::Yahoo::JP::API.

SYNOPSIS

  use Data::Dumper;
  use WebService::Simple::Yahoo::JP::API;
  use WebService::Simple::Yahoo::JP::API::Jlp;
  my $api = WebService::Simple::Yahoo::JP::API->new(appid => "your appid");
  my $res = $api->jlp->keyphrase(sentence => "Perl");
  print Dumper $res;
  print Dumper $res->parse_response;

DESCRIPTION

WebService::Simple::Yahoo::JP::API::Search module provides an interface to the Yahoo! JAPAN Search Web API.

METHODS

new()

Create and return a new WebService::Simple::Yahoo::JP::API::Jlp object. "new" Method requires an application ID of Yahoo developper network.

ma()
jim()
furigana()
kousei()
da()
keyphrase()

AUTHOR

AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>

SEE ALSO

WebService::Simple::Yahoo::JP::API

WebService::Simple::Yahoo::JP::API::Map

WebService::Simple::Yahoo::JP::API::Jlp

WebService::Simple::Yahoo::JP::API::Auctions

WebService::Simple::Yahoo::JP::API::Shopping

WebService::Simple::Yahoo::JP::API::News

WebService::Simple::Yahoo::JP::API::Chiebukuro

WebService::Simple::Yahoo::JP::API::Dir

WebService::Simple::Yahoo::JP::API::Cert

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.