en-inflectors
en-inflectors copied to clipboard
📦 English inflection library for noun (plural to singular and singular to plural), verb (gerund, present & past) and adjectives (comparative & superlative) transformations/conjugation.
Fix two typos in readme.md : VBZ is the .toPresentS() equivalent and VBG is the .toGerund() equivalent.
The "VBP" example was repeated twice. Looks like the second is supposed to be a gerund example, "VBG"
Comparative/superlative inflection rules should be added because two syllable words are tricky. It is common to use more and most for two syllable words end with -ful / -less /...
There is a rule of conjugation for verbs end with c: add k before 'ed', 'ing' mimic mimicked mimicking panic panicked panicking picnic picnicked picnicking traffic trafficked trafficking
After running get_related_lemmas for 'student', the returned noun set is [u'student', u'studentship', u'studying', u'study', u'studiousness', u'studiousnesses', u'students', u'studentships', u'studyings', u'studies'] How can we limit this set to just [u'student']?
https://forum.wordreference.com/threads/sheep-countable-uncountable.2057034/ ...not sure myself ;-)
Thanks for your work on this project - looks impressive. I wonder whether you have seen the work at https://github.com/nlp-compromise/compromise There may be some opportunities for collaboration or learning.
Hello! Please check the error with "dog" word. It should have "dogged" value whereas it has the next value: "doged". This is an error. Thank you!