From 791803aa463bdd695a205e090c07c1bd8e947ecb Mon Sep 17 00:00:00 2001 From: manetta Date: Tue, 12 Mar 2019 09:36:32 +0100 Subject: [PATCH] changes in interface text, results template --- templates/en/results.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}