commit 3b2d5356385872a9d16767b06e417c2dcf60587c
parent 4d8f0bf1d2a8b3db0fb15d7fa40538b34e969d61
Author: Jared Tobin <jared@jtobin.io>
Date: Sun, 12 Apr 2026 17:24:15 +0800
Add relative pronoun paradigm to pron.
Full quī/quae/quod declension across all cases, genders, and
numbers (30 entries), tagged as relātīvum.
Diffstat:
| M | pron | | | 33 | ++++++++++++++++++++++++++++++--- |
1 file changed, 30 insertions(+), 3 deletions(-)
diff --git a/pron b/pron
@@ -175,12 +175,39 @@ quā,interrogātīvum,abl,fēminīnum,singulāris,about which,which women are yo
quibus,interrogātīvum,abl,fēminīnum,plūrālis,about who,who are you talking about?
quō,interrogātīvum,abl,neutrum,singulāris,about what,what are you talking about?
quibus,interrogātīvum,abl,neutrum,plūrālis,about what,what are you talking about?
+quī,relātīvum,nōm,masculīnum,singulāris,who,the man who came
+quī,relātīvum,nōm,masculīnum,plūrālis,who,the men who came
+quae,relātīvum,nōm,fēminīnum,singulāris,who,the woman who came
+quae,relātīvum,nōm,fēminīnum,plūrālis,who,the women who came
+quod,relātīvum,nōm,neutrum,singulāris,which,the thing which happened
+quae,relātīvum,nōm,neutrum,plūrālis,which,the things which happened
+quem,relātīvum,acc,masculīnum,singulāris,whom,the man whom I saw
+quōs,relātīvum,acc,masculīnum,plūrālis,whom,the men whom I saw
+quam,relātīvum,acc,fēminīnum,singulāris,whom,the woman whom I saw
+quās,relātīvum,acc,fēminīnum,plūrālis,whom,the women whom I saw
+quod,relātīvum,acc,neutrum,singulāris,which,the thing which I saw
+quae,relātīvum,acc,neutrum,plūrālis,which,the things which I saw
+cuius,relātīvum,gen,masculīnum,singulāris,whose,the man whose book I read
+quōrum,relātīvum,gen,masculīnum,plūrālis,whose,the men whose books I read
+cuius,relātīvum,gen,fēminīnum,singulāris,whose,the woman whose book I read
+quārum,relātīvum,gen,fēminīnum,plūrālis,whose,the women whose books I read
+cuius,relātīvum,gen,neutrum,singulāris,of which,the thing of which I spoke
+quōrum,relātīvum,gen,neutrum,plūrālis,of which,the things of which I spoke
+cui,relātīvum,dat,masculīnum,singulāris,to whom,the man to whom I gave the book
+quibus,relātīvum,dat,masculīnum,plūrālis,to whom,the men to whom I gave the book
+cui,relātīvum,dat,fēminīnum,singulāris,to whom,the woman to whom I gave the book
+quibus,relātīvum,dat,fēminīnum,plūrālis,to whom,the women to whom I gave the book
+cui,relātīvum,dat,neutrum,singulāris,to which,the thing to which I owe it
+quibus,relātīvum,dat,neutrum,plūrālis,to which,the things to which I owe it
+quō,relātīvum,abl,masculīnum,singulāris,about whom,the man about whom I spoke
+quibus,relātīvum,abl,masculīnum,plūrālis,about whom,the men about whom I spoke
+quā,relātīvum,abl,fēminīnum,singulāris,about whom,the woman about whom I spoke
+quibus,relātīvum,abl,fēminīnum,plūrālis,about whom,the women about whom I spoke
+quō,relātīvum,abl,neutrum,singulāris,about which,the thing about which I spoke
+quibus,relātīvum,abl,neutrum,plūrālis,about which,the things about which I spoke
EOF
)
-# this could probably all be better-organized; what to do with relative?
-# quī,relātīvum,nōm,masculīnum,singulāris,who,who loved me
-
prompt() {
read -p '' -n 1 -r <&1
if [[ $REPLY =~ ^[Qq]$ ]]; then