{% include 'admin-layout.html' %} {% from 'bootstrap/form.html' import render_form, render_field, render_form_row %} {% block content %}
Input Form

This is the interface to the Named Entity Recognition Model.

To extract entities from a given text, please paste the text in the given text field and submit the form.

The result text with the highlighted entities will automatically appear in the result section.

{{ render_form(example_form) }}
Result

{{ result.text }}

{% endblock %}