the names API in more languages

This commit is contained in:
Krasimir Angelov
2023-08-16 19:39:22 +02:00
parent d25d648134
commit 6bc965f6c2
69 changed files with 1584 additions and 270 deletions
+4 -3
View File
@@ -56,9 +56,10 @@ lincat
N2 = {s : Case => Number => Str; g : AGender; c : Prep} ;
N3 = {s : Case => Number => Str; g : AGender; c : Prep} ;
GN = {s : Case => Str; g : Sex};
SN = {s : Sex => Case => Str};
LN, PN = {s : Case => Str; g : AGender; n : Number};
PN = {s : Case => Str; g : AGender; n : Number};
LN = {s : Case => Str; g : AGender; n : Number};
GN = {s : Case => Str; g : P.Sex};
SN = {s : P.Sex => Case => Str};
linref
V, VA, VS, V2, V3, V2A, V2S, V2Q, V2V = \v -> v.s ! VInf ++ v.refl ++ v.p;