mirror of https://gitlab.com/bashrc2/epicyon
More common words
parent
7d8719161f
commit
1934a269f1
3
posts.py
3
posts.py
|
@ -481,7 +481,8 @@ def _updateWordFrequency(content: str, wordFrequency: {}) -> None:
|
||||||
'that', 'some', 'about', 'then', 'they', 'were',
|
'that', 'some', 'about', 'then', 'they', 'were',
|
||||||
'also', 'from', 'with', 'this', 'have', 'more',
|
'also', 'from', 'with', 'this', 'have', 'more',
|
||||||
'need', 'here', 'would', 'these', 'into', 'very',
|
'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:
|
for word in wordsList:
|
||||||
wordLen = len(word)
|
wordLen = len(word)
|
||||||
|
|
Loading…
Reference in New Issue