From 16fe9ed34b496d6d86c7c7bca8fa11baae16974d Mon Sep 17 00:00:00 2001
From: mribary <m.ribary@surrey.ac.uk>
Date: Wed, 12 Aug 2020 11:39:54 +0100
Subject: [PATCH] Edited documentation

---
 NLP_documentation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NLP_documentation.md b/NLP_documentation.md
index 42cc6ca..b8cf119 100644
--- a/NLP_documentation.md
+++ b/NLP_documentation.md
@@ -202,7 +202,7 @@ The average number of overlaps (full, min and max) and the average weighted simi
 | `pairwise_max` | ![pairwise_max](/images/pairwise_max_heatmap.png) |
 | `pairwise_weighted` | ![pairwise_weighted](/images/pairwise_weighted_heatmap.png) |
 
-For word-level analysis four additional dataframes are created for one of the six model combinations, namely LatinISE for a general language model and ROMTEXT for a legal language model. The words in the dataframes are sorted in descending order of overlap or weighted similarity. Those on the top are the words which feature prominently in both models.
+For word-level analysis four additional dataframes are created for one of the six model combinations, namely the combination of LatinISE and ROMTEXT, one general and one legal language model. The words in the dataframes are sorted in descending order of overlap or weighted similarity. Those on the top are the words which feature prominently in both models.
 
 ### Footnotes
 
-- 
GitLab