{% extends "corpus/base.html" %} {% load static %} {% block extrastyle %} {% endblock %} {% block content %}
Welcome to IEPY
Label iepy-runs
Choose a relation to start labeling
{% if iepy_runs %} {% else %}
No label information is needed right now.
Run an Active Learning Core to get questions to answer.
{% endif %}
Manage your database
Access here to modify any of the database models.
Create a reference corpus
Choose a relation to start labeling evidences:
{% if relations %} {% else %}
There are no relations created
Create a relation here
{% endif %}
{% endblock %}