{% extends "base_analyze.html" %} {% set active_page = 'topword' %} {% block head %} {% endblock %} {% block title %}analyzer{% endblock %} {% block options %}
Method for Test
{% if numclass == 1 %} {% else %} {% endif %}
Token Filter
{% endblock %} {% block results %}

Warning: TopWord is currently in BETA

{# get request display the class division #} {% if topwordsgenerated == 'class_div' %}
Class Division: {% if classmap[1]|length == 1 %} Warning: only one class exists, you only use 'Compare each document to the sum of all the documents' option, please go to Manage page to change the class label {% endif %} {% for i in range(classmap[1]|length) %}
{% if classmap[1][i] == '' %}

Class: untitled

{% else %}

Class: "{{ classmap[1][i] }}"

{% endif %}
{% for filename in classmap[0][i] %}

{{ filename }}

{% endfor %}
{% endfor %}
{% elif topwordsgenerated == 'True' %}
{{ header }}
{% for file in result %}

{{ file[0] }}

{% for data in file[1] %} {% endfor %}
Top Word Z Score
{{ data[0] }} {{ data[1] }}
{% endfor %}
{% endif %} {% endblock %} {% block submit %} {% endblock %}