doccano-client
doccano-client copied to clipboard
A simple client for doccano API.
fix reading of the response object in the project list request
When I try to call the following code `doc_download = doccano_client.get_doc_download(2, 'json') ` ` print(doc_download.text)` ` doccano - doccano #nuxt-loading{background:#fff;visibility:hidden;opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:nuxtLoadingIn 10s ease;-webkit-animation:nuxtLoadingIn 10s ease;animation-fill-mode:forwards;overflow:hidden}@keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@-webkit-keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}#nuxt-loading>div,#nuxt-loading>div:after{border-radius:50%;width:5rem;height:5rem}#nuxt-loading>div{font-size:10px;position:relative;text-indent:-9999em;border:.5rem solid #f5f5f5;border-left:.5rem solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:nuxtLoading...
I saw there is a function call `add_annotation` but this can't be use it for sequence labelling projects (NER). Is there any way to update the labels (NER) on a...
# Description Uploading a file to a doccano project raises a `500` error for doccano version `1.7.0`. The Doccano file import also needs the `project_type` for successful requests. Fixes #...
# Description Hello, on the doccano version I'm currently using (it must but 1.8.0 the latest) the post of a member must have changed (role and user insted of id,role,rolename,user,username)...
Feature description --------- Thanks for the prompt reviews on my code introducing the beta client code! Now, coinciding with https://github.com/doccano/doccano-client/issues/60 's steps forward, can we publish a new version to...
# Description Download project and examples based on 1.7+ API Ability to filter for confirmed examples Added span, span-types, relations, relations-type for NER labeling Fixes # (issue) #72
Feature description --------- I love to create and configure project using the doccano-client. Thanks a lot for this work ! I'm used to do it with project related to text...
How to reproduce the behaviour --------- I have forked the doccano-client and in my local environment made a few updates that it's compatible with 1.7. Esp. project-attributes span-types (ex labels)...
Hello, I made an error uploading the document using the API, but the document can appear in the Doccano instance database. Looking forward to your reply to my questions, thank...