Batch support bug fixes

This commit is contained in:
Madison May
2014-12-18 15:38:08 -05:00
parent ed22d53895
commit 916a82b227
6 changed files with 14 additions and 28 deletions
+8
View File
@@ -78,6 +78,14 @@ If you have a local indico server running, simply import from `indicoio.local`.
>>> from indicoio.local import political, sentiment, fer, facial_features, language
```
If you'd like to use our batch api interface, please send an email to contact@indico.io.
```
>>> from indicio import batch_sentiment
batch_sentiment(['Text to analyze', 'More text'], auth=("example@example.com", "********"))
```
Installation
------------
```