{% extends "base_analyze.html" %} {% set active_page = 't' %} {% block head %} {% endblock %} {% block title %}tokenizer{% endblock %} {% block content %} Document-Term Matrix (DTM) Options {% block options %}
Data Orientation:
Delimiter Format:
Tokenize
-gram
{# this is disabled because because countVectorizer count front and end markers as ' ' if this is checked#} {#
#} {# #} {#
#}
Normalize


Culling Options
Assign Temp. Labels
{% for fileID, label in labels.items() %}
{%- endfor %} {% if labels|len == 0 %} No Documents are Selected {%- endif %}
{% endblock %}
{% endblock %} {% block results %}{% endblock %} {% block submit %}{% endblock %}