From 76e4c5bd5016347dca083b6932e6adf03f398cad Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 11 Aug 2025 09:28:57 +0200 Subject: Provide initial implementation for word inflection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- testdata/test.sqlite3 | Bin 0 -> 2916352 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 testdata/test.sqlite3 (limited to 'testdata') diff --git a/testdata/test.sqlite3 b/testdata/test.sqlite3 new file mode 100644 index 0000000..371ca7f Binary files /dev/null and b/testdata/test.sqlite3 differ -- cgit v1.2.3