From a4fce19eb7e1c5152753d94db5d3f3092c0cfdf6 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Wed, 4 Oct 2017 14:47:30 +0200 Subject: [PATCH] use linCN in UttCN --- 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 805913abb..8c05e92b4 100644 --- a/src/basque/PhraseEus.gf +++ b/src/basque/PhraseEus.gf @@ -18,7 +18,7 @@ concrete PhraseEus of Phrase = CatEus ** open Prelude, ResEus in { UttNP np = { s = np.s ! Abs} ; UttVP vp = { s = linVPPrc vp } ; UttAdv adv = adv ; - UttCN n = {s = n.s ! Hau ++ artDef ! Sg ! Abs ! n.ph } ; + UttCN n = {s = linCNDef n } ; UttCard n = n ; UttAP ap = { s = ap.s ! Hau } ; UttInterj i = i ;