mirror of https://gitlab.com/bashrc2/epicyon
Extra common words
parent
648ec44fab
commit
4ebbe4916b
2
posts.py
2
posts.py
|
@ -509,7 +509,7 @@ def _getCommonWords() -> str:
|
||||||
'includes', 'know', 'knowing', 'knows', 'things',
|
'includes', 'know', 'knowing', 'knows', 'things',
|
||||||
'say', 'says', 'saying', 'many', 'somewhat',
|
'say', 'says', 'saying', 'many', 'somewhat',
|
||||||
'problem', 'problems', 'idea', 'ideas',
|
'problem', 'problems', 'idea', 'ideas',
|
||||||
'using', 'uses', 'https'
|
'using', 'uses', 'https', 'still', 'want', 'wants'
|
||||||
)
|
)
|
||||||
|
|
||||||
def _updateWordFrequency(content: str, wordFrequency: {}) -> None:
|
def _updateWordFrequency(content: str, wordFrequency: {}) -> None:
|
||||||
|
|
Loading…
Reference in New Issue