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.
24 lines
896 B
24 lines
896 B
export default {
|
|
mainTitle: 'Text Annotation for Humans',
|
|
getStarted: 'Get Started',
|
|
startAnnotation: 'Start Annotation',
|
|
featuresTitle: 'The best features',
|
|
featuresTitle1: 'Team Collaboration',
|
|
featuresText1: 'Annotation with your team mates',
|
|
featuresTitle2: 'Any Language',
|
|
featuresText2: 'Annotation with any language',
|
|
featuresTitle3: 'Open Source',
|
|
featuresText3: 'Annotation that is free and customizable',
|
|
footerTitle: 'Realize your ideas quickly',
|
|
demoDropDown: 'Try Demo',
|
|
demoNER: 'Named Entity Recognition',
|
|
demoSent: 'Sentiment Analysis',
|
|
demoTranslation: 'Translation',
|
|
demoTextToSQL: 'Text to SQL',
|
|
demoIntenDetectSlotFil: 'Intent Detection and Slot Filling',
|
|
demoImageClas: 'Image Classification',
|
|
demoImageCapt: 'Image Captioning',
|
|
demoObjDetect: 'Object Detection',
|
|
demoPolygSegm: 'Polygon Segmentation',
|
|
demoSTT: 'Speech to Text'
|
|
}
|