1
0
forked from GitHub/gf-rgl

Fix UttVP to not include 3rd person singular auxiliary

This commit is contained in:
Inari Listenmaa
2017-08-24 19:01:27 +03:00
parent 8ffd8cd979
commit 8524facfd2

View File

@@ -16,7 +16,7 @@ concrete PhraseEus of Phrase = CatEus ** open Prelude, ResEus in {
UttIP ip = { s = ip.s ! Abs} ;
UttIAdv iadv = iadv ;
UttNP np = { s = np.s ! Abs} ;
UttVP vp = { s = linVP vp } ;
UttVP vp = { s = linVPPrc vp } ;
UttAdv adv = adv ;
UttCN n = {s = n.s ! Hau ++ artDef ! Sg ! Abs ! n.ph } ;
UttCard n = n ;