From 11bb43d2fcc496257812f55d624a221a0b7b5010 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 30 Jan 2017 22:18:02 +0000 Subject: [PATCH] ambiguity in ExtraEst resolved --- lib/src/estonian/ExtraEst.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/estonian/ExtraEst.gf b/lib/src/estonian/ExtraEst.gf index e04ca7fd0..58c4818a1 100644 --- a/lib/src/estonian/ExtraEst.gf +++ b/lib/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 ;