abrowne2 / StreamFeel

Twitch chat analytics; filter garbage, see what people are feeling, and more using natural language processing.
MIT License
8 stars 1 forks source link

Message frequency detection #8

Closed abrowne2 closed 7 years ago

abrowne2 commented 7 years ago

Based on a minute or 30 seconds time interval, messages are scrutinized based on existing messages received within that time period. If they match a percentage similarity, they're not relevant. "Relevance" would otherwise be determined by the text categorizer, but in this case it could be useful.

abrowne2 commented 7 years ago

After further research and pondering this, I don't think it would be useful.