senticomment
senticomment copied to clipboard
added requirements.txt file
I think it would be easier to install dependencies from requirements.txt file
Hi, what about vader library? Is it really not required?
@svbackend It's part of the nltk library. See here how it's used: https://github.com/johnafish/senticomment/blob/master/main.py#L12
@adelina-t oh, thanks, didn't saw it