Detect polarity in Chinese movie reviews related to the director, cast and plot, based on at-lstm.
Adapted from jimmyyfeng's code.
To run the code, need to download a pre-trained Chinese word2vec model(skip-gram or cbow), and put it under the data folder.
You can have a look at this link.
- python 2.7
- tensorflow 1.3
- jieba
- gensim
- openpyxl