(Hun) Use the separate pstems in caseFromPossStem

This commit is contained in:
Inari Listenmaa
2020-04-24 07:39:21 +02:00
parent 0442c0d7a7
commit efcfb3cefa
2 changed files with 22 additions and 16 deletions

View File

@@ -192,6 +192,7 @@ concrete NounHun of Noun = CatHun ** open ResHun, Prelude, Coordination in {
-- : AP -> CN -> CN
AdjCN ap cn = cn ** {
s = \\nc => ap.s ! Sg ++ cn.s ! nc ;
pstems = \\cs => ap.s ! Sg ++ cn.pstems ! cs ;
compl = \\n,c => ap.compar ++ cn.compl ! n ! c ;
} ;