{% extends "base.html" %} {% block pagetitle %}Add/Edit lexical item{% endblock %} {% block content %}

Below you will find all of the annotation criteria in the lexicon. Here you are able to do the following:

You can also view a subset of the lexicon by clicking on its category name:

Domain Lexicon Label (Targets)
{{ domain|safe }}
Linguistic Lexicon Label (Modifiers)
{{ linguistic|safe }}

{% csrf_token %} DOM = Domain LNG = Linguistic | Search for an existing term: {{ form.term }} | Select All · Hide All
{% csrf_token %} {{ formset.management_form }} {% for f in formset.forms %} {% ifequal f.instance.show "1" %} {% endifequal %} {% ifequal f.instance.show "0" %} {% endifequal %} {% endfor %}
category literal lexicon name
{% ifequal f.instance.lex_type "domain" %} DOM {% endifequal %} {% ifequal f.instance.lex_type "linguistic" %} LNG {% endifequal %} {{ f.id }}{{ f.instance.category }} {{ f.instance.literal }} {{ f.instance.label }}
{% endblock %}