@if (task) {
NERs
@for (family of extractedNERs | async | keyvalue; track family.key) {
@if ((familyColors | async)?.[family.key]; as color) { {{ family.key }} }
@for (ner of family.value; track ner) { {{ ner }} }
} @empty { {{ 'tasks-automation.testing.results.no-graph' | translate }} } @if (((relations | async) || []).length > 0) {
{{ 'tasks-automation.testing.results.relations' | translate }}
@for (relation of relations | async; track relation.from?.value + relation.to.value) {
{{ relation.from?.value }} {{ relation.label }} {{ relation.to.value }}
}
} }