mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
added GN & SN categories for constructing names
This commit is contained in:
@@ -19,9 +19,9 @@ concrete NounTur of Noun = CatTur ** open ResTur, SuffixTur, HarmonyTur, Prelude
|
||||
UsePron p = p ;
|
||||
|
||||
UsePN pn = {
|
||||
s = \\c => pn.s ! Sg ! c;
|
||||
s = \\c => pn.s ! c;
|
||||
h = pn.h;
|
||||
a = {n = Sg; p = P3}
|
||||
a = {n = pn.n; p = P3}
|
||||
} ;
|
||||
|
||||
PossPron p = {s = []; useGen = YesGen p.a} ;
|
||||
|
||||
Reference in New Issue
Block a user