From 88717a137148384da5c4357c92740cc14d8a4cc7 Mon Sep 17 00:00:00 2001 From: OneNewDev Date: Mon, 6 Jun 2022 19:12:11 +0200 Subject: [PATCH] add excluded words --- exclude.py | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/exclude.py b/exclude.py index 64f869f..553c591 100644 --- a/exclude.py +++ b/exclude.py @@ -28,6 +28,7 @@ EXCLUDED_WORDS = { "diese", "diesem", "dir", + "doch", "dort", "du", "eigenen", @@ -48,6 +49,7 @@ EXCLUDED_WORDS = { "gibt", "haben", "hat", + "heute", "hier", "hinzu", "ich", @@ -69,6 +71,7 @@ EXCLUDED_WORDS = { "mich", "mir", "mit", + "morgen", "nach", "nicht", "noch", @@ -86,11 +89,14 @@ EXCLUDED_WORDS = { "und", "uns", "unter", + "viel", "viele", "von", "vor", "war", "was", + "wenig", + "weniger", "wenn", "wer", "werden", @@ -106,16 +112,22 @@ EXCLUDED_WORDS = { "zur", "über", # Englische wörter + "about", "and", "default", - "yes", - "no", - "about", + "i", "in", "more", "much", + "no", "of", "or", + "that", + "the", "this", + "to", + "will", + "yes", + "you", "your", }