mirror of https://gitlab.com/bashrc2/epicyon
Common words
parent
007ef0ccad
commit
24effb0929
3
posts.py
3
posts.py
|
@ -484,7 +484,8 @@ def _updateWordFrequency(content: str, wordFrequency: {}) -> None:
|
||||||
'need', 'here', 'would', 'these', 'into', 'very',
|
'need', 'here', 'would', 'these', 'into', 'very',
|
||||||
'well', 'when', 'what', 'your', 'there', 'which',
|
'well', 'when', 'what', 'your', 'there', 'which',
|
||||||
'even', 'there', 'such', 'just', 'those', 'only',
|
'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:
|
for word in wordsList:
|
||||||
wordLen = len(word)
|
wordLen = len(word)
|
||||||
|
|
Loading…
Reference in New Issue