{% extends "base.html" %} {% block active_corpus %}active{% endblock %} {% block content %}

Corpus Mode

Process a directory of .txt files with multiple algorithms. Shared NLP pipeline makes multi-algorithm runs faster.

Select multiple algorithms — shared NLP pipeline makes multi-algorithm runs faster

{% for algo_name, algo_info in algorithms.items() %} {% endfor %}

Select algorithms above to see their parameters.

Starting...
{% endblock %}