added documentation and some missing paradigm functions

This commit is contained in:
Krasimir Angelov
2025-02-08 22:03:10 +01:00
parent 9e91511724
commit 1633d11e06
6 changed files with 91 additions and 9 deletions
+2 -1
View File
@@ -107,7 +107,8 @@ lincat
N2 = Noun ** {c2 : Complement} ;
N3 = Noun ** {c2,c3 : Complement} ;
PN = {s : RCase => Str} ;
LN,GN,SN = {s : Str} ;
Temp = {s : Str ; t : ClTense ; a : Anteriority} ;
Tense = {s : Str ; t : ClTense} ;
}