You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.
I was expecting $lemmatizer->getLemmas('1') to return same 1 or error, but instead it gives ["floreant.", "floreat"]
Probably should check if it's number and then don't try to fetch it from word list...
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was expecting
$lemmatizer->getLemmas('1')
to return same1
or error, but instead it gives["floreant.", "floreat"]
Probably should check if it's number and then don't try to fetch it from word list...
The text was updated successfully, but these errors were encountered: