jonathanpeppers / inclusive-code-reviews-ml

Machine learning for code reviews!
MIT License
14 stars 6 forks source link

Missed negative sentiment due to `( )` #126

Closed jonathanpeppers closed 1 year ago

jonathanpeppers commented 1 year ago

I saw a GitHub issue with the text:

("technically" it is not a "must", but asking to build with such configuration means you are stupid)

It should be negative.

If you remove the parentheses, then it is flagged as negative. So something going on there?