mirror of https://github.com/doccano/doccano.git
pythondatasetnatural-language-processingdata-labelingmachine-learningannotation-tooldatasetsactive-learningtext-annotation
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.
15 lines
531 B
15 lines
531 B
export default {
|
|
create: 'Create',
|
|
createProjectTitle: 'Add Project',
|
|
projectName: 'Project name',
|
|
projectType: 'Project type',
|
|
textClassification: 'Text Classification',
|
|
sequenceLabeling: 'Sequence Labeling',
|
|
sequenceToSequence: 'Sequence to Sequence',
|
|
randomizeDocOrder: 'Randomize document order',
|
|
shareAnnotations: 'Share annotations across all users',
|
|
delete: 'Delete',
|
|
deleteProjectTitle: 'Delete Project',
|
|
deleteProjectMessage: 'Are you sure you want to delete these projects?',
|
|
search: 'Search'
|
|
}
|