mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 12:08:34 -06:00
Cze: prefix wildly guessed inflections with ??
This commit is contained in:
@@ -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)
|
||||
}) ;
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user