(Hun) Add a separate table of possessive stems in CNs and NPs

This commit is contained in:
Inari Listenmaa
2020-04-24 07:23:31 +02:00
parent b1e25c2167
commit 0442c0d7a7
3 changed files with 13 additions and 2 deletions
+5
View File
@@ -169,6 +169,11 @@ concrete NounHun of Noun = CatHun ** open ResHun, Prelude, Coordination in {
-- : N2 -> CN ;
UseN,UseN2 = \n -> n ** {
compl = \\_,_ => [] ;
pstems = table {
PossSg (dSg_rP3 _) => n.s ! PossdSg_PossrP3 ;
PossSg dSg_rPl1 => n.s ! PossdSg_PossrPl1 ;
PossSg dSg_rSg1P2 => n.s ! SgAccStem ;
PossPl => n.s ! PossdPl } ;
} ;
-- : N2 -> NP -> CN ;