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

Keywords Results

{% if not total_analysis %}

CliC was not able to generate a keyword list for you. Please check your search settings. Because short suspensions are limited to 4 tokens, no 5-grams are available for short suspensions. Please note that the target text/corpus and the reference text/corpus should be different.

It is also possible that there are no keywords with the parameters you specified. In that case increasing the p-value might be an option.

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

{% else %}
Target text/corpus
{{subset_analysis|capitalize}} in {{subcorpora_analysis|upper}} with a total of {{ total_analysis }} clusters ({{cluster_length}}-grams).
Reference text/corpus (the text you compare the target text with)
{{subset_reference|capitalize}} in {{subcorpora_reference|upper}} with a total of {{total_reference}} clusters ({{cluster_length}}-grams).
P-value and display
The p-value cut-off you set is {{ p_value }} (which has to be one of the following: 0.05, 0.01, 0.001, or 0.0001). The results are limited to 3000 rows. Generally there will be fewer results. Only overused (positive) keywords are displayed.
{% for keyword in keywords %} {% endfor %}
{% endif %} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}