Update README.md

This commit is contained in:
Yong Zhun Hung
2019-11-09 10:51:36 +08:00
committed by GitHub
parent d58e3d9ec0
commit f982df7ea1
+2 -2
View File
@@ -59,8 +59,8 @@ Specify the paths as such:
```python
>>> senti = PySentiStr()
>>> senti.setSentiStrengthPath = ... # e.g. 'C:\Documents\SentiStrength.jar'
>>> senti.setSentiStrengthLanguageFolderPath = ... # e.g. 'C:\Documents\SentiStrengthData\'
>>> senti.setSentiStrengthPath = ... # e.g. 'C:/Documents/SentiStrength.jar'
>>> senti.setSentiStrengthLanguageFolderPath = ... # e.g. 'C:/Documents/SentiStrengthData/'
```
## License