{% extends "corpus/base.html" %} {% load static %} {% load iepy_tags %} {% block content_title %}{% endblock %} {% block extrastyle %} {% endblock %} {% block extra_js %} {% endblock %} {% block label_mode_switch %} Label by segments {% endblock %} {% block navigation %}
Previous document labeledNext document labeled
Last document labeled by youNext document you labeled » Next document to label {% endblock %} {% block inner_content %}
{% if not segments %}
There are no more things to tag in this document, try skipping to the next one!
{% endif %}

{% if form_toolbox %}
Tag using this answer: {{ form_toolbox }}
{% endif %} {% if formset %}
For the rest of the posible relations the answer will be:
{% csrf_token %} {{ formset.management_form }}
{{form_for_others}}
{% for form in formset %} {{ form.as_p }} {% endfor %}
{% endif %} {% if segments %}
Previous relations:
    {% for judge in other_judges %}
  • view {{ judge }}'s relations
  • {% endfor %}
by you:
{% endif %}
{% if subtitle %}
{{subtitle}}
{% endif %} {% for i in question_options %} {% endfor %}

{% for segment in segments %}
{% for rich_token in segment.rich_tokens %} {% if rich_token.eo_ids %} 1 %} data-dropdown="eo-hover-{{ forloop.counter }}" data-options="is_hover:true" {% else %} ng-right-click="manage_eo({{ rich_token.eo_ids.0 }}, {{segment.id}})" data-eo-id="{{ rich_token.eo_ids.0 }}" {% endif %} > {% else %} {% endif %} {% if rich_token.eo_ids|length > 1 %}
[{{ rich_token.eo_ids|length }}]
{% endif %} {{ rich_token.pos }} {{ rich_token.token }}
{% if rich_token.eo_ids|length > 1 %} {% endif %} {% endfor %}
{% endfor %}

Manage Entity Occurrence

Entity id:
Delete
Are you sure to delete the occurrence? This will have an impact on the possible relations

Move occurrence limits:

×
{% endblock %}