1
0
forked from GitHub/gf-rgl

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

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)
}) ;
} ;

View File

@@ -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
<Neutr, _ + "e" , _+"ete"> => declKURE ;
<Neutr, _ + "e" , _ + "e"> => declMORE ;
<Neutr, _ + "í" , _ + "í"> => 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