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
813 B
24 lines
813 B
export default {
|
|
mainTitle: '文本标注平台',
|
|
getStarted: '快速开始',
|
|
startAnnotation: '开始标注',
|
|
featuresTitle: '最大特色',
|
|
featuresTitle1: '团队合作',
|
|
featuresText1: '与你的团队标注',
|
|
featuresTitle2: '任何语言',
|
|
featuresText2: '用任何语言标注',
|
|
featuresTitle3: '免费开源',
|
|
featuresText3: '免费可自定义',
|
|
footerTitle: '尽快实现你的想法',
|
|
demoDropDown: '试一试',
|
|
demoNER: '命名实体识别',
|
|
demoSent: '情感分析',
|
|
demoTranslation: '文本翻译',
|
|
demoTextToSQL: '语义解析Text-to-SQL',
|
|
demoIntenDetectSlotFil: '意图识别与槽位填充',
|
|
demoImageClas: '图像分类',
|
|
demoImageCapt: '图像描述',
|
|
demoObjDetect: '目标检测',
|
|
demoPolygSegm: '多边形图像分割',
|
|
demoSTT: '语音识别'
|
|
}
|