mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 06:32:51 -06:00
soundness checks in Romance smart V paradigms to eliminate non-verbs
This commit is contained in:
@@ -229,7 +229,8 @@ oper v_besch101 : Str -> VerbeN = \s -> mkNV (conj s) ; --- to do
|
||||
_ + "cer" => conj1placer parler ;
|
||||
_ + "ger" => conj1manger parler ;
|
||||
_ + "yer" => conj1payer parler ;
|
||||
_ => conj1aimer parler
|
||||
_ + "er" => conj1aimer parler ;
|
||||
_ => Predef.error ("verb infinitive must end er/ir/re, not satisfied by" ++ parler)
|
||||
} ;
|
||||
|
||||
-- The following can be more reliable.
|
||||
|
||||
Reference in New Issue
Block a user