forked from GitHub/gf-rgl
added GN & SN categories for constructing names
This commit is contained in:
+10
-1
@@ -49,7 +49,16 @@ concrete CatTur of Cat = CommonX - [CAdv,AdN] ** open ResTur, HarmonyTur, Prelud
|
||||
N = Noun ;
|
||||
N2 = Noun ** {c : Prep} ;
|
||||
N3 = Noun ** {c1,c2 : Prep} ;
|
||||
PN = Noun ;
|
||||
GN, SN = {
|
||||
s : Case => Str ;
|
||||
h : Harmony
|
||||
} ;
|
||||
PN = {
|
||||
s : Case => Str ;
|
||||
h : Harmony ;
|
||||
n : Number
|
||||
} ;
|
||||
|
||||
|
||||
linref
|
||||
V = \v -> v.s ! VInfinitive ;
|
||||
|
||||
Reference in New Issue
Block a user