mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-07-23 12:40:06 +08:00
Merge pull request #52 from IndicoDataSolutions/Chris/remove-scinumpy
Remove scipy/numpy dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user