From 8524facfd29e08f959a7646599d26268cfb2b6f1 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Thu, 24 Aug 2017 19:01:27 +0300 Subject: [PATCH] Fix UttVP to not include 3rd person singular auxiliary --- src/basque/PhraseEus.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/basque/PhraseEus.gf b/src/basque/PhraseEus.gf index 506074bdc..6b4e8674c 100644 --- a/src/basque/PhraseEus.gf +++ b/src/basque/PhraseEus.gf @@ -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 ;