[FEATURE] EddieBot picking up context from messeges
See original GitHub issueDescription
I know it’s only a very very very slim chance of this happening, but if possible, somewhere down the line. Have the bot be able to pick up context on the messages instead of just blatantly picking up the word without context.
For example, the words simple
and just
, though suggested not to be used in educational writing, what if the user wants to use it in this context:
“I just want to do something for the community.” “I want to make a simple website that doesn’t really have that much of a ‘BANG’ as an SPA would have.” EddieBot would have considered this an offense and warn the user.
Though warnings aren’t that much of a “big deal”, it is definitely a minor annoyance and inconvenience to some.
Again, I am very aware of this feature not being implemented, but if it were, it would be a HUGE improvement to the bot.
Screenshots
(this is where I saw the thing)
Additional information
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
Thanks @MatteuSan for the suggestion. Have content for the bot is quite tricky. I wonder if sentiment analysis could be done, then if lower than a certain number the bot responds otherwise it does not https://www.npmjs.com/package/sentiment#usage-example
Bump