add excluded words

This commit is contained in:
OneNewDev 2022-06-06 19:12:11 +02:00
parent e8ac8b49f4
commit 88717a1371

View file

@ -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",
}