More common words

main
Bob Mottram 2021-07-23 12:31:23 +01:00
parent 9948e21db4
commit f1ce208765
1 changed files with 4 additions and 1 deletions

View File

@ -507,7 +507,10 @@ def _updateWordFrequency(content: str, wordFrequency: {}) -> None:
'well', 'when', 'what', 'your', 'there', 'which',
'even', 'there', 'such', 'just', 'those', 'only',
'will', 'much', 'than', 'them', 'each', 'goes',
'been', 'over', 'their', 'where', 'could', 'though'
'been', 'over', 'their', 'where', 'could', 'though',
'like', 'think', 'same', 'maybe', 'really', 'thing',
'something', 'possible', 'actual', 'actually',
'because', 'around', 'having', 'I'
)
for word in wordsList:
wordLen = len(word)