soundness checks in Romance smart V paradigms to eliminate non-verbs

This commit is contained in:
aarne
2014-12-07 13:07:07 +00:00
parent 122230cdc0
commit a080258582
4 changed files with 36 additions and 6 deletions

View File

@@ -375,15 +375,16 @@ oper
verb = case ar of {
"ir" => vivir_7 x ;
"er" => deber_6 x ;
_ => case z of {
"ar" => case z of {
"u" => actuar_9 x ;
"z" => cazar_21 x ;
"i" => guiar_43 x ;
"g" => pagar_53 x ;
"c" => sacar_72 x ;
_ => cortar_5 x
}
}
} ;
_ => Predef.error ("regular verb infinitive must end ar/ir/er, not satisfied by" ++ x)
}
in verbBesch verb ** {vtyp = VHabere ; p = [] ; lock_V = <>} ;
reflV v = v ** {vtyp = VRefl} ;