aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-08-11 09:28:57 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2025-10-27 10:26:37 +0100
commit76e4c5bd5016347dca083b6932e6adf03f398cad (patch)
tree816bd3f24e4f4dbc1f87f93bd91a3c91d88c0f44 /README.md
parentab60cbfb64b43402e42e7cd823b53b03f651e535 (diff)
downloadmihi-76e4c5bd5016347dca083b6932e6adf03f398cad.tar.gz
mihi-76e4c5bd5016347dca083b6932e6adf03f398cad.zip
Provide initial implementation for word inflection
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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`