MikeHopcroft / ShortOrder

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

Pluggable Stemmers #1

Closed MikeHopcroft closed 5 years ago

MikeHopcroft commented 5 years ago

Consider allowing for pluggable stemmers. This would allow a user to incorporate a better stemmer or even lemmatizer, if necessary. This could be an approach to disambiguating "fried" from "fries".

MikeHopcroft commented 5 years ago

As an example, we might want to use https://www.npmjs.com/package/wink-lemmatizer.