My Graphs
-
{% for cooc in coocs %}
-
{{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 %}
- {% if cooc.hyperdata.conditional %} ~{{ cooc.hyperdata.conditional.nodes }} nodes, ~{{ cooc.hyperdata.conditional.edges }} edges with Conditional distance {% else %} Compute this graph with Conditional distance {% endif %}
- {% if cooc.hyperdata.distributional %} ~{{ cooc.hyperdata.distributional.nodes }} nodes, ~{{ cooc.hyperdata.distributional.edges }} edges with Distributional distance {% else %} Compute this graph with Distributional distance {% endif %}
{% else %}