{% extends "base.html" %} {% load i18n %} {% load url_tools %} {% load request_tools %} {% block title %} {% with request|tocorpus as corpus %} {% trans "Missing Text Automata" %} | Unitex/GramLab | {{ corpus.title }} | {{ block.super }} {% endwith %} {% endblock title %} {% block content %} {% with request|tocorpus as corpus %}

{% trans "Missing Text Automata" %} - {{ corpus.title }}


{% trans "It seems you opted skipping this before. Generating this data on long texts may take hours or even days to process." %}

{% trans "What should be done now?" %}

{% trans "Return to analysis" %}
{% trans "Reprocess data" %}
{% endwith %} {% endblock content %}