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.
1–10 of 14 posts
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.
Beautiful soup
I only know of one, in java, http://www.ontopia.net .
NLTK is the best resource if you know python. And nothing beats it!
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.