Code example for Sentiment Analysis for Asian languages - Python NLTK
Asked Answered
Q

2

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)

Quizzical answered 18/3, 2013 at 0:51 Comment(1)
hi, did you find a solution for this problem to support many languages?Echidna
S
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.

Surd answered 18/7, 2014 at 7:11 Comment(0)
K
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.

Khabarovsk answered 29/3, 2013 at 9:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.