My Graphs

    {% if coocs %} {% 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.parameters.start %} begin of corpus {% else %} {{cooc.hyperdata.parameters.start}} {% endif %} , To: {% if not cooc.hyperdata.parameters.end %} end of corpus {% else %} {{cooc.hyperdata.parameters.end}} {% endif %}

    {% else %}
    Processing (wait and reload the page)
    {% endif %} {% endif %} {% endfor %}
  2. {% endfor %} {% else %}

    You have not computed any graph already

    What is Graph ?

    How to compute a new graph ?

    1. Look at the menu
    2. Click on Graphs
    3. Choose a distance
    4. Click on the distance or on MyGraph which is this page

    Do you want to test ?

    Compute a new graph with conditional distance! {% endif %} {% endblock %}