MikeHopcroft / ShortOrder

A natural language conversational agent for ordering and organizing items from a catalog.
MIT License
13 stars 7 forks source link

Need badwords from NumberRecognizer #19

Closed MikeHopcroft closed 5 years ago

MikeHopcroft commented 5 years ago

Currently, the phrase Get me a coffee with two creams and one sugar tokenizes with two becoming [ATTRIBUTE:MILK(TWO_PERCENT),401]. Suspect this is because AttributeRecognizer isn't getting badwords from NumberRecognizer.