8

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

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)

alvas
  • 115,346
  • 109
  • 446
  • 738

2 Answers2

1

In the Japanese version of Natural Language Processing with Python there is an extra-chapter dedicated to Japanese processing: https://nltk.googlecode.com/svn/trunk/doc/book-jp/ch12.html (in Japanese).

Unless you're looking for symbolic approaches to sentiment analysis, you can apply existing technics to Japanese (or whatever language you want to process) and use language specific tools for the preprocessing step.

Pierre
  • 1,204
  • 8
  • 15
0

I don't see any examples using NLTK, but the chatterbox (social media oreinted) and chinese-analytics (business oriented) libraries can be used to perform sentiment analysis for Chinese languages.

Sir Digby Chicken Caesar
  • 3,063
  • 1
  • 23
  • 31