Updated change log and authors

This commit is contained in:
Madison May
2014-09-25 17:27:06 -04:00
parent 75846e3720
commit 99d78295cf
4 changed files with 12 additions and 6 deletions
+4 -3
View File
@@ -1,3 +1,4 @@
Slater Victoroff <slater@indicodatasolutions.com>
Alec Radford <alec@indicodatasolutions.com>
Aidan McLaughlin <aidan@indicodatasolutions.com>
Slater Victoroff <slater@indico.io>
Alec Radford <alec@indico.io>
Aidan McLaughlin <aidan@indico.io>
Madison May <madison@indico.io>
+2 -1
View File
@@ -9,4 +9,5 @@ v0.4.0, Fri Aug 1 -- Changed api import to lowercase, added language example
v0.4.1, Fri Aug 1 -- Updated __version__ variable to be accurate
v0.4.2, Wed Aug 6 -- Updated README to accurately reflect political analysis results
v0.4.3, Thu Sep 11 -- Added image features api and sphinx compliant documentation
v0.4.4, Thu Sep 25 -- Added dependencies installation to setup.py
v0.4.4, Thu Sep 25 -- Added dependencies installation to setup.py
v0.4.5, Thu Sep 25 -- Added interface to local indico server
+5
View File
@@ -55,7 +55,12 @@ Examples
>>> sorted(language_dict.keys(), key=lambda x: language_dict[x], reverse=True)
[u'Latin', u'Dutch', u'Greek', u'Portuguese', u'Spanish', u'Chinese', u'Lithuanian', u'Korean', u'Finnish', u'Persian (Farsi)', u'Hungarian', u'Danish', u'Norwegian', u'Japanese', u'Tagalog', u'Turkish', u'Swedish', u'Vietnamese', u'Russian', u'Esperanto', u'French', u'Arabic', u'English', u'German', u'Czech', u'Polish', u'Slovak', u'Thai', u'Bulgarian', u'Hebrew', u'Romanian', u'Italian', u'Indonesian']
```
If you have a local indico server running, simply import from `indicoio.local`.
```
>>> from indicoio.local import political, sentiment, fer, facial_features, language
```
Installation
+1 -2
View File
@@ -60,7 +60,7 @@ 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.
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. Local API versions are not yet available at this point in time.
```
>>> from indicoio.local import sentiment
@@ -71,7 +71,6 @@ When using a local version of the api you must remember to import '.local', othe
```
Installation
------------
```