Common words

main
Bob Mottram 2021-01-11 20:57:27 +00:00
parent 007ef0ccad
commit 24effb0929
1 changed files with 2 additions and 1 deletions

View File

@ -484,7 +484,8 @@ def _updateWordFrequency(content: str, wordFrequency: {}) -> None:
'need', 'here', 'would', 'these', 'into', 'very',
'well', 'when', 'what', 'your', 'there', 'which',
'even', 'there', 'such', 'just', 'those', 'only',
'will', 'much', 'than'
'will', 'much', 'than', 'them', 'each', 'goes',
'been', 'over', 'their', 'where', 'could', 'though'
)
for word in wordsList:
wordLen = len(word)