http://www.perlmonks.org?node_id=494739

arunmep has asked for the wisdom of the Perl Monks concerning the following question:

hi everybody i want to know is there is any resourse available for text mining using perl if so please give me the link it will be very useful for me thank you

Replies are listed 'Best First'.
Re: text mining
by Corion (Patriarch) on Sep 24, 2005 at 06:53 UTC

    "Mining text" is a very broad range of activities. There are some fulltext search engines for Perl, namely Plucene and Search::InvertedIndex, and there are also search engines that work with Perl, like Lucene and gonzui. But without knowing what you're searching for and aiming to do, it's hard to know whether to recommend a shovel or dynamite for your mining.

Re: text mining
by planetscape (Chancellor) on Sep 24, 2005 at 23:12 UTC
Re: text mining
by perlkhan77 (Acolyte) on Jun 03, 2011 at 11:02 UTC
    There's a good book of Wiley publication called "Practical text mining with Perl" that should be a one stop reference for any Perl programmer trying his hand in text mining