gutfeeling/word_forms
Accurately generate all possible forms of an English word e.g "election" --> "elect", "electoral", "electorate" etc.
When working with text, it's often useful to find all related forms of a word. This tool takes a single English word as input and returns a comprehensive list of its nouns, adjectives, verbs, and adverbs. This is ideal for linguists, data scientists, or anyone doing detailed text analysis who needs to understand the full lexical range of a term.
632 stars. No commits in the last 6 months. Available on PyPI.
Use this if you need to identify every possible grammatical form of a word (like 'elect', 'election', 'electoral', 'elected') to ensure thorough and accurate text analysis.
Not ideal if you only need to reduce words to a single base form, like a simple lemmatizer, as this tool provides a broader set of related words rather than just one root.
Stars
632
Forks
71
Language
Python
License
MIT
Category
Last pushed
Jun 24, 2021
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/gutfeeling/word_forms"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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