From 049c910f4dc6518191ef918d4524d314e35522a9 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 30 Jan 2017 22:18:02 +0000 Subject: [PATCH] ambiguity in ExtraEst resolved --- src/estonian/ExtraEst.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/estonian/ExtraEst.gf b/src/estonian/ExtraEst.gf index e04ca7fd0..58c4818a1 100644 --- a/src/estonian/ExtraEst.gf +++ b/src/estonian/ExtraEst.gf @@ -130,7 +130,7 @@ concrete ExtraEst of ExtraEstAbs = CatEst ** acn = DetCN (DetQuant IndefArt NumSg) cn in { s = table { - NPCase Nom | NPAcc => acn.s ! NPCase Part ; + NPCase Nom | NPAcc => acn.s ! NPCase ResEst.Part ; c => acn.s ! c } ; a = acn.a ;