Live data from Hacker News

What tools do you recommend for text mining?

news.ycombinator.com

1–10 of 14 posts

What tools do you recommend for text mining?

#1
I have a text file with online discussions from a website (about 54 million words) and I would like to do some analysis on it. I have done some basic word frequency counts but I am interested in doing things like clustering to find what are the words that appear together more often. Something like this: http://jcmc.indiana.edu/vol8/issue4/rosen.html#sixth

I'm looking for simple free tools that can allow me to do some basic analysis on the text that can give me a basic understanding of the content of the text. I'm familiar with perl and python primarily.

Thanks.

Re: What tools do you recommend for text mining?

#10
post #3

Beautiful soup

Isn't Beautiful soup primarily to do screen scraping? I already scraped the content and stored it in a DB. Now I want to do some analysis on the text.

"Programming collective intelligence" is a good book if you are willing to invest time in it. If your goal is just to get this task done, NLTK would work for you.
Post reply on HN