mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-21 01:06:21 -06:00
the names API in more languages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user