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

Keywords Results

Corpus of analysis (the target text)
{{subset_analysis|capitalize}} in {{subcorpora_analysis|upper}} with a total of {{ total_analysis }} clusters ({{cluster_length}}-grams).
Corpus of reference (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 %}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}