davispuh opened this issue 4 years ago · 0 comments
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...
$lemmatizer->getLemmas('1')
1
["floreant.", "floreat"]