jeff1evesque / ist-664

Syracuse IST-664 Final Project with Chris Wilson (team member)
2 stars 3 forks source link

Apply SO classifier to chatbot #71

Closed jeff1evesque closed 5 years ago

jeff1evesque commented 5 years ago

If the chatbot response score is below a determined threshold, we'll apply the stackoverflow classifier. Specifically, if the chatbot cannot make a good response, we'll suggest the client to continue their search on one of ten stackoverflow channels.

Note: the chatbot will only initiate, if the QuestionXXX classifier predicts a sentence is a question.

jeff1evesque commented 5 years ago

We need to decrease the StackOverflow threshold. This way the condition doesn't always run.