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

version 0.02

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

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.


Toru Yamaguchi, <zigorou@cpan.org>

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 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.