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

Clusters Results

{% if not total and not clusters %}

CliC was not able to generate a word list for you. Please check your search settings. Because short suspensions are limited to 4 tokens, no 5-grams are available for short suspensions.

For feedback and questions please contact us using clic@contacts.birmingham.ac.uk.

{% else %}

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 %}
{% endif %} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}