shayanzare007 / EntitySentiment

Entity level sentiment analysis for product reviews using deep learning
55 stars 37 forks source link

Error in RunRNN_lstmw.py #5

Open HimaVarsha94 opened 8 years ago

HimaVarsha94 commented 8 years ago

The line 6 has to be changed from from blstm_sw import BLSTM to from blstm_sw import BLSTM. It is just a simple import error.

leefionglee commented 8 years ago

@HimaVarsha94 you solved my problem, thanks!! Do you know how to test the model after training? As I would like to see how it works one real data sample, have you tried it? Thanks!