aboutsummaryrefslogtreecommitdiff
path: root/crates/cli/src/inflection.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix style issues coming from recent mergeMiquel Sabaté Solà2026-01-131-35/+35
| | | | | | | | | I apparently merged the 'inflection' branch without checking the code style. This means that a lot of warnings are being raised by clippy and I'm unsure which commit did what. Since I'm lazy about this right now, let's bring all fixes in a single commit. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Various fixes on adjective inflectionMiquel Sabaté Solà2026-01-131-6/+58
| | | | | | | This includes providing tests and fixes for feminine adjectives with contracted roots, and feminine versions of "unus nauta" adjectives. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Add basic validation for verbs and pronounsMiquel Sabaté Solà2026-01-131-2/+2
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* 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>