You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* MARK ALL FOR REVIEW button operate * 'MARK ALL FOR REVIEW' button apply it to all types of projects * qa、ner should has it' s own Annotation Question
@@ -527,6 +520,12 @@ export class CreateProjectComponent implements OnInit {
527
520
528
521
changeProjectType(){
529
522
this.clearFormdata(1);
523
+
letquestesion={
524
+
qa:'Label all answers in the given text corpus according to the question.',
525
+
ner:'Label all entity types in the given text corpus.'
526
+
}
527
+
letquestionTex=Object.keys(questesion).includes(this.dsDialogForm.value.projectType) ? questesion[this.dsDialogForm.value.projectType]:'What label does this ticket belong to ?'
Copy file name to clipboardExpand all lines: annotation-app/src/app/component/projects/project-analyze/latest-annotation-data/latest-annotation-data.component.html
0 commit comments