MikeHopcroft / ShortOrder

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

Consider adopting wink-lemmatizer #12

Open MikeHopcroft opened 6 years ago

MikeHopcroft commented 6 years ago

Depends on issue #1.

https://www.npmjs.com/package/wink-lemmatizer

MikeHopcroft commented 6 years ago

One challenge with the wink-lemmatizer is that its GNU Affero General Public License v3.0 is not compatible with ShortOrder's MIT license.

Another challenge is that the wink-lemmatizer API needs to know if the word being lemmatized is a noun, verb, or adjective.

MikeHopcroft commented 6 years ago

Also the wink-lemmatizer also doesn't have a @types/wink-lemmatizer package.

MikeHopcroft commented 6 years ago

We should investigate the AGPL more. This article seems to indicate we could use it.

MikeHopcroft commented 6 years ago

The fix for issue #1 makes this experimenting with this issue trivial.