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.
19 lines
630 B
19 lines
630 B
export default {
|
|
create: 'Create',
|
|
createProjectTitle: 'Add Project',
|
|
projectName: 'Project name',
|
|
projectDescription: 'Description',
|
|
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',
|
|
name: 'Name',
|
|
description: 'Description',
|
|
type: 'Type'
|
|
}
|