Update README.md

This commit is contained in:
George Mihaila
2020-04-26 18:48:55 -05:00
committed by GitHub
parent 2ade93b807
commit f68715b98c

View File

@@ -13,9 +13,7 @@ negative_words = io.open("/path/to/negative-words.txt", encoding='UTF-8').read()
* Positive: `2,006` words.
* Negative: `4,783` words
### This is borrowed from (shekhargulati
/
sentiment-analysis-python)[https://github.com/shekhargulati/sentiment-analysis-python]
### This is borrowed from [shekhargulati/sentiment-analysis-python](https://github.com/shekhargulati/sentiment-analysis-python)
* These files contains a list of POSITIVE and NEGATIVE opinion words (or sentiment words).