Toru Yamaguchi > WebService-TRIPIT-Thesaurus-0.02 > WebService::TRIPIT::Thesaurus

Download:
WebService-TRIPIT-Thesaurus-0.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.02   Source  

NAME ^

WebService::TRIPIT::Thesaurus - Perl wrapper for Japanese thesaurus search on labs.tripit.jp.

VERSION ^

version 0.02

SYNOPSIS ^

  use WebService::TRIPIT::Thesaurus->new;

  my $service = WebService::TRIPIT::Thesaurus->new;
  my @result = $service->search("foo");
  print join("\n", @result);

METHODS ^

new

search($word, [$count, $full])

Search thesaurus by word. The return value is array or array reference.

$count is limitation results. $full is full spec result returned as hash references.

dispatcher($full)

SEE ALSO ^

http://labs.tripit.jp/webapi/
WWW::REST
XML::LibXML

AUTHOR ^

Toru Yamaguchi, <zigorou@cpan.org>

BUGS ^

Please report any bugs or feature requests to bug-webservice-tripit-thesaurus@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE ^

Copyright 2007 Toru Yamaguchi, All Rights Reserved.

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