added GN & SN categories for constructing names

This commit is contained in:
Krasimir Angelov
2022-12-15 08:44:42 +01:00
parent d0e433cd46
commit 7085acacc9
55 changed files with 371 additions and 43 deletions

View File

@@ -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} ;