Cze: prefix wildly guessed inflections with ??

This commit is contained in:
aarneranta
2020-04-30 07:58:23 +02:00
parent f9db17993a
commit bdd8827423
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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)
}) ;
} ;