Skip to content

ravi2493/sentiment_classifier

Repository files navigation

sentiment_classifier

  1. add glove_6B folder to data folder
  2. add glove.6B.300d.txt file (download from here : http://nlp.stanford.edu/data/glove.6B.zip) or you can input the path while creating word_embeddings object
  3. change model_name in trian.py (model_name = "biLstm" to train bi-directional LSTM) then run train.py