Add support for optional arguments to API

This commit is contained in:
Madison May
2014-12-18 16:10:36 -05:00
parent 8b9e0841a0
commit 6c23d0d7ee
11 changed files with 35 additions and 34 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import indicoio.config as config
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain'}
Version, version, __version__, VERSION = ('0.4.12',) * 4
Version, version, __version__, VERSION = ('0.4.13',) * 4
from indicoio.text.sentiment import political, posneg
from indicoio.text.sentiment import posneg as sentiment