drop the copular sufix for P3 Pl

This commit is contained in:
krangelov
2020-03-30 12:34:44 +02:00
parent e685d5038e
commit 4a50152e17
3 changed files with 7 additions and 8 deletions

View File

@@ -18,11 +18,10 @@ concrete NounTur of Noun = CatTur ** open ResTur, SuffixTur, HarmonyTur, Prelude
UsePron p = p ;
-- TODO: look further into how correct this is.
UsePN pn = {
s = \\c => pn.s ! Sg ! c;
h = pn.h;
a = {n = Sg; p = P1}
a = {n = Sg; p = P3}
} ;
PossPron p = {s = []; useGen = YesGen p.a} ;