More common words

main
Bob Mottram 2021-01-11 14:05:16 +00:00
parent 7d8719161f
commit 1934a269f1
1 changed files with 2 additions and 1 deletions

View File

@ -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)