forked from GitHub/gf-rgl
Fix UttVP to not include 3rd person singular auxiliary
This commit is contained in:
@@ -16,7 +16,7 @@ concrete PhraseEus of Phrase = CatEus ** open Prelude, ResEus in {
|
|||||||
UttIP ip = { s = ip.s ! Abs} ;
|
UttIP ip = { s = ip.s ! Abs} ;
|
||||||
UttIAdv iadv = iadv ;
|
UttIAdv iadv = iadv ;
|
||||||
UttNP np = { s = np.s ! Abs} ;
|
UttNP np = { s = np.s ! Abs} ;
|
||||||
UttVP vp = { s = linVP vp } ;
|
UttVP vp = { s = linVPPrc vp } ;
|
||||||
UttAdv adv = adv ;
|
UttAdv adv = adv ;
|
||||||
UttCN n = {s = n.s ! Hau ++ artDef ! Sg ! Abs ! n.ph } ;
|
UttCN n = {s = n.s ! Hau ++ artDef ! Sg ! Abs ! n.ph } ;
|
||||||
UttCard n = n ;
|
UttCard n = n ;
|
||||||
|
|||||||
Reference in New Issue
Block a user