For use to analyze documents on the Internet!

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted

Alternatively, R has many tools available for text mining, and it's easy to integrate with Python using RPy2.

Have a look at the Natural Language Processing view on CRAN. In particular, look at the tm package. Here are some relevant links:

In addition, R provides many tools for parsing HTML or XML. Have a look at this question for an example using the RCurl and XML packages.

link|improve this answer
feedback

Could you please provide more information why NLTK is insufficient or what features you need to consider some framework the "best"?

Nevertheless, there is the builtin shlex lexical parsing library.

There is also a recent book on the subject, Natural Language Processing with Python. It looks like at least part of it covers NLTK.

You might also want to look at this list of tutorials and libraries on the awaretek wesbite, which also points to the NLQ.py framework.

Natural Language Processing with Python

link|improve this answer
It does use NLTK throughout and is a great book if you want to do NLP with python, just like the name says! :) – ealdent Nov 7 '09 at 3:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.