diff --git a/templates/en/results.html b/templates/en/results.html index b3d2356..f3bcb4e 100644 --- a/templates/en/results.html +++ b/templates/en/results.html @@ -53,7 +53,7 @@ {% endif%}
-

Cross-reading suggestions (selected):

+

Cross-reading suggestions (manual selection):

{% for word in suggestions %} {{ word.strip() }} {% endfor %} @@ -62,7 +62,7 @@
-

Cross-reading suggestions (top 50 TF-IDF results) through {{ results[0]['name']}}:

+

Cross-reading suggestions (algorithmic selection) through {{ results[0]['name']}}:

{% for tfidf, word in analytics.mappings[:50] %} {% if word == query %}