Omitted media
albertopasqualetto opened this issue · 2 comments
albertopasqualetto commented
When loading a chat file without media, in the .txt there is a placeholder string in place of the media.
For example this line is from italian:
08/11/21, 00:29 - Alberto: <Media omessi>
I think those placeholders should be added to each language specific stopwords list.
Otherways "media" and "omessi" will be most the present words
PetengDedet commented
Nice catch
You can add or modify the pattern in pattern.py here: https://github.com/PetengDedet/WhatsApp-Analyzer/blob/master/patterns.py#L38
albertopasqualetto commented
Thanks! #17