Fix for texttagging batch support, adding in a few more tests

This commit is contained in:
Madison May
2014-12-20 15:34:07 -05:00
parent 5b1ab380a7
commit aa63a831c6
3 changed files with 33 additions and 3 deletions
+1 -1
View File
@@ -22,4 +22,4 @@ def text_tags(api_root, text, batch=False, auth=None, **kwargs):
:rtype: Dictionary of class probability pairs
"""
return api_handler(text, api_root + "texttags", batch=batch, auth=None, **kwargs)
return api_handler(text, api_root + "texttags", batch=batch, auth=auth, **kwargs)