There is a demo on sentiment analysis
with NLTK
(python) here http://text-processing.com/demo/sentiment/.
And also the tutorials on the parts of sentiment analysis
- http://streamhacker.com/2010/06/16/text-classification-sentiment-analysis-eliminate-low-information-features/
- http://streamhacker.com/2010/05/10/text-classification-sentiment-analysis-naive-bayes-classifier/
- http://nltk.googlecode.com/svn/trunk/doc/book/ch07.html
Is there any full code example or working projects with python NLTK on sentiment analysis for Asian languages? (especially for Chinese, Japanese, Korean or Arabic, Hebrew and Persian languages)