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
_Note for Windows developers: Be sure to configure git to correctly handle line endings or you may encounter `status code 127` errors while running the services in future steps. Running with the git config options below will ensure your git directory correctly handles line endings._
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.
216
+
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
217
201
218
### Import Data
202
219
@@ -207,8 +224,8 @@ After creating a project, you will see the "Import Data" page, or click `Import
207
224
You can upload the following types of files (depending on project type):
208
225
209
226
- `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.
227
+
- `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.
228
+
- `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
229
- `JSON file`: each line contains a JSON object with a `text` key. JSON format supports line breaks rendering.
213
230
214
231
> 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