{% extends "base.html" %} {% load i18n %} {% load url_tools %} {% load request_tools %} {% block title %} {% with request|tocorpus as corpus %} {% trans "Text Automata" %} | Unitex/GramLab | {{ corpus.title }} | {{ block.super }} {% endwith %} {% endblock title %} {% block content %} {% with request|tocorpus as corpus %}
{% blocktrans %} This automata is so big and would take so much time to render that, in order to prevent server overload, we will only provide you the source file, so you can render the automata by yourself locally. {% endblocktrans %}
{% trans "Once downloaded in a computer which has Graphviz installed, run these three commands:" %}
{% for command in commands %}
{{ command }}