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

Documentation

NB: The current total cluster counts of quotes and non-quotes do not add up to the total cluster counts in the whole text. This is a known issue on which we are working.

Keywords

The keyword extraction formula is taken from

Rayson, P. and Garside, R. (2000). Comparing corpora using frequency profiling. In proceedings of the workshop on Comparing Corpora, held in conjunction with the 38th annual meeting of the Association for Computational Linguistics (ACL 2000). 1-8 October 2000, Hong Kong, pp. 1 - 6 Available at: http://ucrel.lancs.ac.uk/people/paul/publications/rg_acl2000.pdf

The total count used in this formula is the total cluster count (which is not the same as the total token count.
{% include "blocks/twitter.html" %} {% include "blocks/feedback.html" %}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}