Unfortunately, there are very few natural language processing techniques that really perform well in practice. But even these few, are not well understood by most programmers. I think that’s quite a shame, because none of these techniques is really hard to grasp. The following demo is a good starting point for demystifying natural language processing.
Python NLTK Sentiment Analysis with Text Classification Demo
There are currently 4 Python NLTK demos available. On the top left you can do sentiment analysis, which uses text classification to determine sentiment polarity. On the top right, you can see how different word tokenizers work.
via: text-processing.com
Related articles
- Need Semantic Analysis? The World is Your Roistr (programmableweb.com)
- Text Analytics Basics (mediatemetrics.wordpress.com)
- Can Sentiment Analysis Be Effectively Automated? (billives.typepad.com)





