NAME

Text::Folksonomies - Simple folksonomy parser

SYNOPSIS

use Text::Folksonomies;

my $text = q/test product 'foo bar' red 'lala yada' "hello you" green/;

my $f = Text::Folksonomies->new;
my @folksonomies = @{ $f->parse($text) };

DESCRIPTION

Simple folksonomy parser.

METHODS

parse

Extract folksonomies from text. Returns an arrayref with folksonomies.

AUTHOR

Sebastian Riedel, sri@cpan.org Juergen Peters, taulmaril@cpan.org

COPYRIGHT

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