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.
22 lines
709 B
22 lines
709 B
export default {
|
|
createProjectTitle: 'Create a 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',
|
|
projectTypes: [
|
|
'Text Classification',
|
|
'Sequence Labeling',
|
|
'Sequence to sequence',
|
|
'Intent Detection and Slot Filling',
|
|
'Image Classification',
|
|
'Speech to Text'
|
|
]
|
|
}
|