sentiment_classifier icon indicating copy to clipboard operation
sentiment_classifier copied to clipboard

Sentiment Classification using Word Sense Disambiguation

Results 1 sentiment_classifier issues
Sort by recently updated
recently updated
newest added

``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_29176/1367208207.py in ----> 1 from senti_classifier import senti_classifier C:\Project_Files\Anaconda3\lib\site-packages\senti_classifier\senti_classifier.py in 227 senti_pickle = resource_stream('senti_classifier', 'data/SentiWn.p') 228 bag_of_words_pickle = resource_stream('senti_classifier', 'data/bag_of_words.p') --> 229...