aboutsummaryrefslogtreecommitdiff
path: root/testdata/test.sqlite3
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that the locative is singular-only unless defectiveMiquel Sabaté Solà2026-01-281-0/+0
| | | | | | | | | | | | | | The only case in which the locative form makes sense to be given is for words which are actually defective and only have a plural form (e.g. Athēnae). Other than that, it makes no sense to provide solutions like 'domibus', which have never been attested and are weird to think about. As a corollary, the inflection tests have been expanded with the examples on 'Athēnae' and 'domus', so we ensure the locative behaves as expected. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* words: add the 'dup' subcommandMiquel Sabaté Solà2026-01-221-0/+0
| | | | | | This is an easy way to create alternatives from existing words. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* words: add the -īs form for the accusative pluralMiquel Sabaté Solà2026-01-221-0/+0
| | | | | | | | | | For masculine/feminine 3rd declension words, it's usually taught that the accusative plural is done with -ēs. This is usually right, but in classical times i-stem 3rd declension words usually went for -īs for masculine/feminine in the accusative plural. Thus, consider it as well when inflecting these kinds of words by default. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Allow to pair tags with words on words create/editMiquel Sabaté Solà2026-01-211-0/+0
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* run: allow selection based on tagsMiquel Sabaté Solà2026-01-201-0/+0
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Drop the languages and language_cases tablesMiquel Sabaté Solà2026-01-141-0/+0
| | | | | | | They were never used, and now they have also been wiped out from the test database just in case. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* testdata: update test databaseMiquel Sabaté Solà2026-01-131-0/+0
| | | | Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
* Provide initial implementation for word inflectionMiquel Sabaté Solà2025-10-271-0/+0
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>