Update README.md

This commit is contained in:
Yong Zhun Hung
2019-12-24 22:32:06 +08:00
committed by GitHub
parent f982df7ea1
commit 6c5c8d7081
+2 -2
View File
@@ -59,8 +59,8 @@ Specify the paths as such:
```python ```python
>>> senti = PySentiStr() >>> senti = PySentiStr()
>>> senti.setSentiStrengthPath = ... # e.g. 'C:/Documents/SentiStrength.jar' >>> senti.setSentiStrengthPath('C:/Documents/SentiStrength.jar')
>>> senti.setSentiStrengthLanguageFolderPath = ... # e.g. 'C:/Documents/SentiStrengthData/' >>> senti.setSentiStrengthLanguageFolderPath('C:/Documents/SentiStrengthData/')
``` ```
## License ## License