-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploading curation from tsv #37
Comments
Following up on this, I'm experiencing the same problem even just for uploading regular annotations for a document.
Yet I still receive the following error: I've tried uploading annotations in various different formats (CONLL, XMI, TCF, NIF, etc.) but nothing works. |
Hi @JavierLuna Comment here so you'd see this issue. |
Thank you for the valuable feedback, I'm working on it in inception-project/pycaprio#1 |
I have tried reproducing this by exporting a document as WebAnno TSV 3.2 from (format identifier I'll comment on inception-project/pycaprio#1 |
Hi,
Trying to upload an annotated TSV file as a curation document to a project.
I possess the curator file id as well as the document id.
The following code returns an error:
error:
b'{"messages":[{"level":"ERROR","message":"Internal server error: The document appears to be empty. Unable to detect any tokens or sentences. Empty documents cannot be imported."}]}'
Both the annotated TSV file on my file system contains annotations, as well as the curation file in the tool.
Any idea why this error occurs?
The text was updated successfully, but these errors were encountered: