aboutsummaryrefslogtreecommitdiff
path: root/crates/cli/src/inflection.rs
Commit message (Collapse)AuthorAgeFilesLines
* Provide initial implementation for word inflectionMiquel Sabaté Solà2025-10-271-0/+284
Word inflection for nouns, adjectives has been added so it can be initially be used in commands like 'words show'. Word categories which have no inflections (e.g. adverbs, conjunctions, et al) are skipped. Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>