bjascob / LemmInflect

A python module for English lemmatization and inflection.
MIT License
258 stars 25 forks source link

"Haves" #4

Closed darabos closed 4 years ago

darabos commented 4 years ago
>>> import lemminflect as li
>>> li.getInflection('have', 'VBZ')
('haves',)

Shouldn't that be has? What am I doing wrong?

bjascob commented 4 years ago

I think you're correct. Looks like this is a bug. I just did a commit that fixes this (and a similar issue with 'do'). If you install the master from Github (not pypi) you'll get the updates. Let me know if you see anything else.

darabos commented 4 years ago

Awesome, thanks!

bjascob commented 4 years ago

Issue closed with commit 51c3d96ffa2ea36bb1ccd956b2ebe2c96d73fe99 and release 0.2.1