mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-20 08:46:20 -06:00
the names API in more languages
This commit is contained in:
@@ -110,14 +110,14 @@ incomplete concrete CatRomance of Cat = CommonX - [SC,Pol]
|
||||
N = Noun ;
|
||||
N2 = Noun ** {c2 : Compl} ;
|
||||
N3 = Noun ** {c2,c3 : Compl} ;
|
||||
GN, SN, PN = {s : Str ; g : Gender} ;
|
||||
|
||||
lincat LN = {s : Str;
|
||||
p : Compl;
|
||||
art : HasArt;
|
||||
g : Gender;
|
||||
num : Number;
|
||||
} ;
|
||||
GN, PN = {s : Str ; g : Gender} ;
|
||||
SN = {s : Gender => Str ; pl : Str} ;
|
||||
LN = {s : Str;
|
||||
onPrep : Bool;
|
||||
art : HasArt;
|
||||
g : Gender;
|
||||
num : Number;
|
||||
} ;
|
||||
|
||||
-- tense augmented with passé simple
|
||||
lincat
|
||||
|
||||
Reference in New Issue
Block a user