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.

26 lines
819 B

4 years ago
2 years ago
  1. export default {
  2. createProjectTitle: 'Create a project',
  3. projectName: 'Project name',
  4. projectType: 'Project type',
  5. textClassification: 'Text Classification',
  6. sequenceLabeling: 'Sequence Labeling',
  7. sequenceToSequence: 'Sequence to sequence',
  8. allowSingleLabel: 'Allow single label',
  9. randomizeDocOrder: 'Randomize document order',
  10. shareAnnotations: 'Share annotations across all users',
  11. delete: 'Delete',
  12. deleteProjectTitle: 'Delete Project',
  13. deleteProjectMessage: 'Are you sure you want to delete these projects?',
  14. search: 'Search',
  15. projectTypes: [
  16. 'Text Classification',
  17. 'Sequence Labeling',
  18. 'Sequence to sequence',
  19. 'Intent Detection and Slot Filling',
  20. 'Image Classification',
  21. 'Image Captioning',
  22. 'Object Detection',
  23. 'Segmentation',
  24. 'Speech to Text'
  25. ]
  26. }