Update README.md

This commit is contained in:
Yong Zhun Hung
2019-12-24 22:40:03 +08:00
committed by GitHub
parent 6c5c8d7081
commit ec3a57c484
+2 -2
View File
@@ -59,8 +59,8 @@ Specify the paths as such:
```python
>>> senti = PySentiStr()
>>> senti.setSentiStrengthPath('C:/Documents/SentiStrength.jar')
>>> senti.setSentiStrengthLanguageFolderPath('C:/Documents/SentiStrengthData/')
>>> senti.setSentiStrengthPath('C:/Documents/SentiStrength.jar') # Note: Provide absolute path instead of relative path
>>> senti.setSentiStrengthLanguageFolderPath('C:/Documents/SentiStrengthData/') # Note: Provide absolute path instead of relative path
```
## License