skyeng/php-lemmatizer

Suprising output for numbers

davispuh opened this issue · 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...