From bdd8827423320ae6ef5be9f0d7014c02025e0aad Mon Sep 17 00:00:00 2001 From: aarneranta Date: Thu, 30 Apr 2020 07:58:23 +0200 Subject: [PATCH] Cze: prefix wildly guessed inflections with ?? --- src/czech/ParadigmsCze.gf | 2 +- src/czech/ResCze.gf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/czech/ParadigmsCze.gf b/src/czech/ParadigmsCze.gf index 2c850d5e..a8cb9678 100644 --- a/src/czech/ParadigmsCze.gf +++ b/src/czech/ParadigmsCze.gf @@ -97,7 +97,7 @@ oper _ + "í" => jarniAdjForms s ; _ + "ův" => otcuvAdjForms s ; _ + "in" => matcinAdjForms s ; - _ => matcinAdjForms s -- Predef.error ("no mkA for" ++ s) + _ => matcinAdjForms ("??" + s) -- Predef.error ("no mkA for" ++ s) }) ; } ; diff --git a/src/czech/ResCze.gf b/src/czech/ResCze.gf index b065aaca..1ff5c71d 100644 --- a/src/czech/ResCze.gf +++ b/src/czech/ResCze.gf @@ -86,7 +86,7 @@ oper ul + "ice" => ul + "ic" ; koleg + "yně" => koleg + "yň" ; ruz + "e" => ruz + "í" ; - _ => s -- Predef.error ("shortFemPlGen does not apply to" ++ s) + _ => "??" + s -- Predef.error ("shortFemPlGen does not apply to" ++ s) } ; --------------- @@ -155,7 +155,7 @@ oper => declKURE ; => declMORE ; => declSTAVENI ; - _ => declSTAVENI -- Predef.error ("cannot infer declension type for" ++ nom ++ gen) + _ => (\s -> declSTROJ ("??" + s)) -- Predef.error ("cannot infer declension type for" ++ nom ++ gen) } in decl nom ; @@ -172,7 +172,7 @@ oper _ + "ce" => declSOUDCE s ; _ + "e" => declMORE s ; _ + "í" => declSTAVENI s ; - _ => declSTAVENI s -- Predef.error ("cannot guess declension type for" ++ s) + _ => declSTROJ ("??" + s) -- Predef.error ("cannot guess declension type for" ++ s) } ; -- the traditional declensions, in both CEG and Wiki