Sentiment Analysis Using Senti_classifier And Nltk
I'm not doing something right -- By the looks of the error i'm getting i think i'm missing some data. I have all the prerequisites intalled for sentiment_classifier (https://pypi.p
Solution 1:
I figured it out: I didn't install the full package - i originally used pip but i had to install it like so:
git clone https://github.com/kevincobain2000/sentiment_classifier
cd sentiment_classifier
python setup.py install
works beautifully now.
Post a Comment for "Sentiment Analysis Using Senti_classifier And Nltk"