mirror of https://gitlab.com/bashrc2/epicyon
More common words
parent
aac3eb816c
commit
7d8719161f
4
posts.py
4
posts.py
|
@ -479,7 +479,9 @@ def _updateWordFrequency(content: str, wordFrequency: {}) -> None:
|
||||||
wordsList = plainText.split(' ')
|
wordsList = plainText.split(' ')
|
||||||
commonWords = (
|
commonWords = (
|
||||||
'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',
|
||||||
|
'well', 'when', 'what', 'your'
|
||||||
)
|
)
|
||||||
for word in wordsList:
|
for word in wordsList:
|
||||||
wordLen = len(word)
|
wordLen = len(word)
|
||||||
|
|
Loading…
Reference in New Issue