mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-29 01:48:55 -06:00
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} ;
|
||||
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 ;
|
||||
|
||||
Reference in New Issue
Block a user