Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 864 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 864 Bytes

Tutorial for Chinese Sentiment analysis with hotel review data

The repo contains the trainig data located in the data folder and a jupyter notebook for the tutorial.

You may also read my write up including the key difference compared to processing english data and final results.

Dependencies

Python 3.5, numpy, pickle, keras, tensorflow, jieba

Optional Dependencies for plotting

pylab, scipy

How to Run

Run the python notebook by cd into the directory in command line then run

jupyter notebook

choose this in the browser

chinese_sentiment_analysis.ipynb

Enjoy, leave a comment in my blog if you have any question.