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

View File

@@ -108,9 +108,10 @@ incomplete concrete CatScand of Cat =
-- {s : Number => Species => Case => Str ; g : Gender} ;
N2 = Noun ** {c2 : Complement} ;
N3 = Noun ** {c2,c3 : Complement} ;
LN = {s : Case => Str ; c : Complement ; g : Gender ; n : Number} ;
GN, SN, PN = {s : Case => Str ; g : Gender} ;
PN = {s : Case => Str ; g : Gender} ;
LN = {s : Case => Str ; g : Gender ; n : Number} ;
GN = {s : Case => Str ; g : Sex} ;
SN = {s : Sex => Case => Str; pl : Case => Str} ;
lincat