weallwegot / omscs_chatbot

Issues Repository for Georgia Tech OMSCS Chat bot
MIT License
1 stars 0 forks source link

improve class recognition: findClass() method in ConversationCommons #29

Closed weallwegot closed 6 years ago

weallwegot commented 6 years ago

From @weAllWeGot on November 30, 2016 20:23

Saying the word "to" literally makes the script think that you are trying to ask about Intro to high performance computing... cmon now. lol even if you just need to hard code that out, like you did with CS and CSE and HI lmao.

_Copied from original issue: weAllWeGot/kbai_chatbot3#9

weallwegot commented 6 years ago

fixed this one mostly. gets the acronyms with a series of rules. replace for with 4, exclude words that are prepositions, cut off anything after a colon, and things liek that. gets them mostly right.