From 44b9307f220d0c210394630363a3db067c46e31e Mon Sep 17 00:00:00 2001
From: "Vriezen, E.C. (Emma)" <e.vriezen@student.ru.nl>
Date: Sun, 1 Dec 2019 10:40:12 +0100
Subject: [PATCH] Added the docu folder with description of stuttering
 mistakes.

---
 documentation/MistakeDefinitions.txt | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 documentation/MistakeDefinitions.txt

diff --git a/documentation/MistakeDefinitions.txt b/documentation/MistakeDefinitions.txt
new file mode 100644
index 00000000..c58f4b93
--- /dev/null
+++ b/documentation/MistakeDefinitions.txt
@@ -0,0 +1,6 @@
+Stuttering/repetition mistakes:
+
+- 2 or more times the same word in a row in the shadow, while it only appears once in the source. Example: 'en' and 'en' in file 7 (2nd 'en' is repetition)
+- incorrectly shadowed word before a correctly shadowed word is the beginning of the correctly shadowed word. Example: 'toe' and 'toestuurt' in file 7 ('toe' is repetition)
+- incorrectly shadowed word after a correctly shadowed word is the end of the correctly shadowed word. Example: 'bestaat' and 'staat' in file 9 ('staat' is repetition)
+- Same as two above, but with more than 1 word. Example 'je', 'dat', 'je' and 'dat' in file 17 (latter 'je' and 'dat' are repetitions)
\ No newline at end of file
-- 
GitLab