sentiment
sentiment copied to clipboard
Sentiment analysis using machine learning techniques.
i am not able to execute info.py, i think i am missing ./aclImdb/train/pos , what goes in here , it would be great if you can guid me, thank in...
The demo sight and perhaps also the API are down. I had a python code running about a year ago, and had no trouble accessing the API with POST requests....
I have given input as "the movie is not so good and ambience is also not so good" but the result is Result: Positive Confidence Level: 66.1822 Can you resolve...
The problems that I see are in: ``` python if any(neg in word for neg in ["not", "n't", "no"]): negation = not negation ``` ##### 1st problem: negate_sequence() negates words...
Please tell me what is the altbayes in the metri.py.I find anywhere I could search but still not find it.And did I trained a file named trained before run the...
I entered "oh my god i love brazil" into the box on your site, and the result was unexpected: Result: Negative Confidence Level: 99.8203
Please review my fix for issue #9. I use the stripped version of the word (lowered and stripped of delims) to see if it equals `"not"`, `"cannot"`, `"no"`, or if...
I am running pretrained.py and i am not sure how to get the file "trained" above.