vote up 0 vote down star
1

For use to analyze documents on the Internet!

flag

2 Answers

vote up 2 vote down check

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|flag
vote up 1 vote down

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|flag
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 at 3:13

Your Answer

Get an OpenID
or

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