mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-08-16 11:14:18 +08:00
Update README.md
This commit is contained in:
@@ -58,6 +58,20 @@ Examples
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Local
|
||||||
|
--------
|
||||||
|
When using a local version of the api you must remember to import '.local', otherwise it functions the exact same as the remote api documented above.
|
||||||
|
|
||||||
|
```
|
||||||
|
>>> from indicoio.local import sentiment
|
||||||
|
|
||||||
|
>>> sentiment("I absolutely love this tool!")
|
||||||
|
|
||||||
|
{u'Sentiment': 0.9547717584012009}
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user