My Graphs

    {% for cooc in coocs %}
  1. {{cooc.name}}
    {{cooc.date}} {% for key, value in coocs_count.items %} {% if key == cooc.id %} {% if value > 0 %}
    • From: {% if not cooc.hyperdata.start %} begin of corpus {% else %} {{cooc.hyperdata.start}} {% endif %} , To: {% if not cooc.hyperdata.end %} end of corpus {% else %} {{cooc.hyperdata.end}} {% endif %}
    • {{ value }} nodes with distances:
    {% else %}
    Processing (wait and reload the page)
    {% endif %} {% endif %} {% endfor %}
  2. {% endfor %} {% endblock %}