bjascob/pyInflect
A python module for word inflections designed for use with spaCy.
This tool helps linguistics researchers, natural language processing engineers, or content creators manipulate words by changing their grammatical form. You provide a word's base form (like 'run') and a desired grammatical tag (like 'VBD' for past tense), and it outputs the correctly inflected word ('ran'). This is useful for tasks such as text generation, linguistic analysis, or creating varied content from a base vocabulary.
Used by 1 other package. No commits in the last 6 months. Available on PyPI.
Use this if you need to programmatically get different grammatical forms of words based on standard linguistic tags, especially when working with spaCy for natural language tasks.
Not ideal if you need the absolute top performance or the most sophisticated disambiguation for word forms; consider 'LemmInflect' for those advanced requirements.
Stars
94
Forks
5
Language
Python
License
MIT
Category
Last pushed
Feb 05, 2020
Commits (30d)
0
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/bjascob/pyInflect"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
isaacus-dev/semchunk
A fast, lightweight and easy-to-use Python library for splitting text into semantically...
chatopera/Synonyms
:herb: 中文近义词:聊天机器人,智能问答工具包
CUNY-CL/wikipron
Massively multilingual pronunciation mining
jacksonllee/pylangacq
Language Acquisition Research Tools
goodmami/wn
A modern, interlingual wordnet interface for Python