Merge pull request #52 from IndicoDataSolutions/Chris/remove-scinumpy

Remove scipy/numpy dependencies
This commit is contained in:
Madison May
2015-05-28 15:54:17 -04:00
9 changed files with 167 additions and 102 deletions
+7 -2
View File
@@ -1,8 +1,13 @@
from functools import partial
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain', 'client-lib': 'python'}
JSON_HEADERS = {
'Content-type': 'application/json',
'Accept': 'application/json',
'client-lib': 'python',
'version-number': '0.6.0'
}
Version, version, __version__, VERSION = ('0.5.3',) * 4
Version, version, __version__, VERSION = ('0.6.0',) * 4
from indicoio.text.sentiment import political, posneg
from indicoio.text.sentiment import posneg as sentiment