mirror of
https://github.com/gmihaila/ml_things.git
synced 2021-10-04 01:29:04 +03:00
Update README.md
This commit is contained in:
@@ -9,7 +9,7 @@ positive_words = io.open("/path/to/positive-words.txt", encoding='UTF-8').read()
|
||||
negative_words = io.open("/path/to/negative-words.txt", encoding='UTF-8').read().strip().split('\n')
|
||||
```
|
||||
|
||||
### Words Counts:
|
||||
### Counts:
|
||||
* Positive: `2,006` words.
|
||||
* Negative: `4,783` words
|
||||
|
||||
|
||||
Reference in New Issue
Block a user