MikeHopcroft/ShortOrder

Consider adopting wink-lemmatizer

Opened this issue · 4 comments

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.

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

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

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