{% extends "layout/default.html" %} {% set active_page = 'clusters' %} {% block stylesheets %} {{ super() }} {% endblock %} {% block title %} Clusters {{ super() }} {% endblock %} {% block main_body %}

Clusters Results

There are {{ total }} clusters in {{subset_for_info}} in {{subcorpora_for_info|upper}}.

Here is a list of the 1000 most frequent clusters. Click on a column header to sort the table on that column.

{% for cluster in clusters %} {% endfor %}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}