in reply to How can I use Clusterize

You could read the doc again.

Your line 14 doesn't appear to match the example in the docs ...and the code you show leaves me (my iggerance, perhaps?) unclear about the purpose to which you're trying to put the module.

Update: Re line 14 and from the doc: my @clusters = $clusterize->list();
Also, fixed the link.

Replies are listed 'Best First'.
Re^2: How can I use Clusterize
by joni (Initiate) on Apr 21, 2011 at 12:14 UTC
    Thnx for your answer. I want to use this module for text clustering. But taking the simplest code that I put, it seems to me like it doesn't do the job. Or maybe I'm understanding it.