allowing sentiment hq in multi API

This commit is contained in:
aidankmcl
2015-07-16 17:36:16 -04:00
parent 944e15178f
commit 0d1baf1019
-2
View File
@@ -11,8 +11,6 @@ AVAILABLE_APIS = {
'image': IMAGE_APIS
}
# TODO: remove this line when sentiment_hq is released publicly
AVAILABLE_APIS['text'].remove('sentiment_hq')
def multi(data, datatype, apis, batch=False, **kwargs):
"""