{% extends "base.html" %} {% set active_page = 'contentanalysis' %} {% block title %}Content Analysis{% endblock %} {% block head %} {% if config['LOCAL_MODE'] == True %} {% else %} {% endif %} {% endblock %} {% block content %}

This feature is still in Beta. If you have problems, please open an issue on our GitHub site.

Dictionaries
{% if dictionary_labels|length > 0 %} {% if toggle_all_value %} {% else %} {% endif %} {% endif %}
{% for index in range(dictionary_labels|length) %}
{% endfor %}
Upload Files
Formula

{% for index in range(dictionary_labels|length) %} {% if active_dictionaries[index] %} {% endif %} {% endfor %}




{% endblock %}