word_forms
Word forms generator
A Python library that generates all possible forms of an English word
Accurately generate all possible forms of an English word e.g "election" --> "elect", "electoral", "electorate" etc.
623 stars
15 watching
72 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
adjectiveadverbdictionarylemmatizernatural-language-processingnlpnounparts-of-speechstemmerverb-conjugationswordnetwords
Related projects:
Repository | Description | Stars |
---|---|---|
r3nt0n/bopscrk | Generates wordlists by combining and transforming words from various sources, including user input and song lyrics. | 885 |
fielddb/lexiconwebservice | A Node.js service that uses a morphological analyzer to generate morphemes and glosses for words | 0 |
filippofinke/wordgpt | An add-in for Microsoft Word that leverages OpenAI's text-davinci-003 language model to generate text. | 308 |
ibm/max-news-text-generator | Generates English-language text similar to news articles using machine learning and natural language processing techniques. | 26 |
microsoft/wavecoder | A system for generating and improving code through large language models | 51 |
nodeca/babelfish | A JavaScript library for internationalization with a compact and easy-to-use syntax for plural forms | 255 |
fge/grappa | A system that allows users to define grammars entirely in Java without preprocessing and generates parsers at runtime. | 63 |
asimihsan/codeword-alexa-skill | A Python-based Alexa skill that generates code words based on user input and integrates with natural language processing libraries. | 0 |
elaforge/fast-tags | A tool to generate incremental tags for Haskell files | 76 |
gogo/letmegrpc | Generates web forms from gRPC definitions | 421 |
bnmcgn/snakes | Generators for Common Lisp with a Python-like interface | 46 |
devshane/mnemonic_slugs | Generates memorable slugs from a word list | 26 |
h4cc/slugger | A library and protocol for generating slugs from input strings | 160 |
explosion/sense2vec | A Python library that generates contextually-keyed word vectors from text data using a variation of the Word2Vec algorithm. | 1,625 |
pid/speakingurl | Creates clean, user-friendly URLs from input strings by transliterating and manipulating characters. | 1,116 |