doccano-client icon indicating copy to clipboard operation
doccano-client copied to clipboard

A simple client for doccano API.

Results 47 doccano-client issues
Sort by recently updated
recently updated
newest added

Feature description --------- Often I need to create multiple, very similar projects. Currently the workflow is to go into the UI and manually create these - it's very repetitive and...

How to reproduce the behaviour --------- Your Environment --------- * Operating System: * Python Version: * Package Version:

# Description When the task type is not provided, the server gives a 500 error for **/post_doc_upload**. Tested with Doccano v.1.7.0. Also, fix "NameError: name 'request' is not defined."

How to reproduce the behaviour --------- `doccano_client.get_doc_download(4, 'json')` ``` backend_1 | Internal Server Error: /v1/projects/4/docs/download backend_1 | Traceback (most recent call last): backend_1 | File "/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner...

# Description Currently, the post_members function fails because "rolename" isn't a field returned. The field has been updated to just "name". After that fix is implemented the next issue occurs...

How to reproduce the behaviour --------- pip install doccano-client , from doccano_api_client import DoccanoClient Your Environment --------- * Operating System: windows 10 * Python Version: 3.7 * Package Version: 1.02...

How to reproduce the behaviour --------- I was wondering if I'm exported data properly using the client. Everything was working, but then updated to new version of Doccano and client,...

feature request

Feature description --------- Hello, I have been looking for a NER labelling tool that allows me to quickly iterate after a labelling session, training a model an infer with the...

enhancement

How to reproduce the behaviour ---------

# Download function This function re-implement the downloading process using existing endpoints and returns the dataset into spacy format ie dictionary {text:(start span, end span,label)} Fixes # 58 # 45