From 1934a269f15d096d155674171ad4e667f6bcc6bc Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 11 Jan 2021 14:05:16 +0000 Subject: [PATCH] More common words --- posts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/posts.py b/posts.py index c51f78d78..99d7c83fd 100644 --- a/posts.py +++ b/posts.py @@ -481,7 +481,8 @@ def _updateWordFrequency(content: str, wordFrequency: {}) -> None: 'that', 'some', 'about', 'then', 'they', 'were', 'also', 'from', 'with', 'this', 'have', 'more', 'need', 'here', 'would', 'these', 'into', 'very', - 'well', 'when', 'what', 'your' + 'well', 'when', 'what', 'your', 'there', 'which', + 'even', 'there', 'such', 'just', 'those', 'only' ) for word in wordsList: wordLen = len(word)