My Graphs
-
{% if coocs %}
{% 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 %} - Graph is a conveniant tool to explore your documents
- Nodes are terms selected in your Map List
- Edges between nodes represent proximities of terms according to a specific distance between your documents.
- Conditional distance between the terms X and Y is the probability to have both terms X and Y in the same textual context.
- Distributional distance between the terms X and Y is the probability to have same others terms in the same textual context as X or Y.
- Look at the menu
- Click on Graphs
- Choose a distance
- Click on the distance or on MyGraph which is this page
You have not computed any graph already
What is Graph ?
How to compute a new graph ?
Do you want to test ?
with conditional distance