{% extends "base.html" %}
{% load static from staticfiles %}
{% block content %}
{% if error_messages %}
Errors
{% for error in error_messages %}
{{ error }}
{% endfor %}
{% endif %}
Fuzzy search result variants for concept {{concept}} within indexed documents (corpus)
Aggregation of analysis results not yet assigned to concept entry in thesaurus
Aggregated variants of all labels, alternate labels and hidden labels and all stemmers, compounded words by wildcards and fuzzy search results by edit distance:
{% for result in aggregation_new %}
Aggregated variants of all labels, alternate labels and hidden labels and all stemmers, compounded words and fuzzy search by edit distance:
{% for result in aggregation %}
{{ result }}
{% endfor %}
This aggregate is result of all following search operations:
{% for result, values in results.items %}