@for (entityType of entityTypeControls; track entityType) {
{{ 'tasks-automation.graph-extraction.ner-types.ner-type' | translate }}
{{ 'tasks-automation.graph-extraction.ner-types.ner-type' | translate }} {{ 'generic.description' | translate }}
} {{ 'tasks-automation.graph-extraction.ner-types.add' | translate }}
@for (example of examplesControls; track example; let exampleIndex = $index) {
{{ 'tasks-automation.graph-extraction.ner-examples.ner-example' | translate }}
{{ 'tasks-automation.graph-extraction.example-text' | translate }}
@for (entity of getEntitiesControls(exampleIndex); track entity) {
{{ 'tasks-automation.graph-extraction.ner-examples.ner' | translate }} @for (nerType of nerTypes || []; track nerType) { {{ nerType }} }
}
{{ 'tasks-automation.graph-extraction.ner-examples.add-ner' | translate }}
@for (relation of getRelationsControls(exampleIndex); track relation) {
{{ 'tasks-automation.graph-extraction.relation-examples.source' | translate }}
{{ 'tasks-automation.graph-extraction.relation-examples.source-help' | translate }}
{{ 'tasks-automation.graph-extraction.relation-examples.target' | translate }}
{{ 'tasks-automation.graph-extraction.relation-examples.target-help' | translate }}
{{ 'tasks-automation.graph-extraction.relation-examples.relation' | translate }}
}
{{ 'tasks-automation.graph-extraction.ner-examples.add-relation' | translate }}
} {{ 'tasks-automation.graph-extraction.ner-examples.add' | translate }}