{{ 'generic.named-entities' | translate }} {{ 'ner-list.duplicates' | translate }} @for (ner of entities; track ner.value) { {{ ner.value }}
@for (duplicate of ner.represents; track duplicate) {
{{ duplicate }}
}
}
@if (totalNERs > displayedNERs) {

{{ 'ner-list.more-ners' | translate: { count: totalNERs - displayedNERs } }}

}