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à --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b2c6f67..3575913 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A self assessment tool for learning languages. **UNDER CONSTRUCTION** +Set the `MIHI_DATABASE` environment variable to `test.sqlite3`. + ## License This repository holds two licenses, as you can also note on the `Cargo.toml` -- cgit v1.2.3