{% extends "admin/admin_base.html" %} {% load static %} {% block content-area %}

Import text items

To annotate texts, you first need to import a set of text items to annotate it.

  • CSV file: file must contain a header with a text column or be one-column csv file.
  • JSON file: each line should contain a json object with at least one key 'text', which contains a text.
  • {% csrf_token %}
    {% endblock %} {% block footer %} {% endblock %}