mirror of https://github.com/doccano/doccano.git
pythondatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learningannotation-tool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
FAQ
I can't upload my data
Please check the following list.
- File encoding:
UTF-8
is appropriate. - Filename: alphabetic file name is suitable.
- File format selection: File format radio button should be selected properly.
- When you are using JSON/JSONL: Confirm JSON data is valid.
- You can use JSONLint or some other tool (when JSONL, pick one data and check it).
- When you are using CSV: Confirm CSV data is valid.
- You can use Excel or some tools that have import CSV feature.
- Lack of line: Data file should not contain blank line.
- Lack of field: Data file should not contain blank field.
You don't need your real & all data to validate file format. The picked data & masked data is suitable if your data is large or secret.
I want to add annotators
- Add a user from Django Admin site.
- Add the user to the project in the member page(
/projects/{project_id}/members
). - Logout from Django Admin site. You'll face login error without logout of Django Admin site.