[RFC] Tagyu::Search

[RFC] Tagyu::Search

am 24.10.2005 17:42:44 von Siddharth Uppal

Hi all,

Tagyu.com suggests tags for your content. Give it a URL or some text,
and it will give you some suggestions for tags. I have written a Perl
interface to Tagyu's web services. Have a look at the module and the
documentation, and let me know what you think.

NAME
Tagyu::Search - Perl interface to Tagyu's web services

SYNOPSIS
use Tagyu::Search;
my @tags = Tagyu::Search->SuggestTags("Some Random Text");

DESCRIPTION
Tagyu suggests tags for your content. Give it a URL or some text,
and it will give you some suggestions for tags. This is the Perl
interface to Tagyu's web services.

EXPORT
SuggestTags

SEE ALSO
http://upster.blogspot.com/2005/10/tagyu-perl-api.html

AUTHOR
Siddharth Uppal,

COPYRIGHT AND LICENSE
Copyright (C) 2005 by Siddharth Uppal

This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself, either Perl version
5.8.6 or, at your option, any later version of Perl 5 you may have
available.


Version 0.0.1 of the module can be downloaded from:
http://saturn.walagata.com/w/upster/Tagyu-Search-0.01.tar.gz

Thanks,
Sid