mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-09-10 11:40:41 +08:00
Fix for texttagging batch support, adding in a few more tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user