You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this step, you can select three project types: text classificatioin, sequence labeling and sequence to sequence. You should select a type with your purpose.
199
+
In this step, you can select three project types: text classification, sequence labeling and sequence to sequence. You should select a type with your purpose.
200
200
201
201
### Import Data
202
202
@@ -207,8 +207,8 @@ After creating a project, you will see the "Import Data" page, or click `Import
207
207
You can upload the following types of files (depending on project type):
208
208
209
209
-`Text file`: file must contain one sentence/document per line separated by new lines.
210
-
-`CSV file`: file must contain a header with `"text"` as the first column or be one-column csv file. If using labels the sencond column must be the labels.
211
-
-`Excel file`: file must contain a header with `"text"` as the first column or be one-column excel file. If using labels the sencond column must be the labels. Supports multiple sheets as long as format is the same.
210
+
-`CSV file`: file must contain a header with `"text"` as the first column or be one-column csv file. If using labels the second column must be the labels.
211
+
-`Excel file`: file must contain a header with `"text"` as the first column or be one-column excel file. If using labels the second column must be the labels. Supports multiple sheets as long as format is the same.
212
212
-`JSON file`: each line contains a JSON object with a `text` key. JSON format supports line breaks rendering.
213
213
214
214
> Notice: Doccano won't render line breaks in annotation page for sequence labeling task due to the indent problem, but the exported JSON file still contains line breaks.
0 commit comments