{% if list_corpora %}
{% for key, corpora in list_corpora.items %}
Cooccurrences Lists
{% endblock %}
{{ key }}
{% for corpus in corpora %}
{% ifequal corpus.processing 1 %}
{{corpus.name}}:
Processing, drink a cup of tea, and refresh the page :)
{% else %}
{% endfor %}
{% endfor %}
{% endif %}
{% if list_corporax %}
{% endif %}
{% if whitelists %}
{{corpus.name}}, {{ corpus.count }} documents {{ corpus.status_message }} {% endifequal %}
{% for state in corpus.hyperdata.statuses %}
{% ifequal state.action "parsing" %}
{% endifequal %}
{% ifequal state.action "ngrams_extraction" %}
{% endifequal %}
{% endfor %}
Lists of Ngrams
White Lists
-
{% for list in whitelists %}
- {{list.name }} {% endfor %}
Black Lists
-
{% for list in blacklists %}
- {{list.name}} {% endfor %}