Corrections in LexiconSpa

Corrected many verbs in LexiconSpa. Also added in BeschSpa oir_51 and corrected morder_50b. In MorphoSpa added words ending in é and á to a regexp for regular nouns.
This commit is contained in:
inari.listenmaa
2013-03-15 17:13:25 +00:00
parent 87d465594b
commit 2295f491c7
3 changed files with 112 additions and 35 deletions

View File

@@ -45,7 +45,7 @@ oper
mkNomReg : Str -> Noun = \mec ->
case mec of {
_ + ("o" | "e") => mkNoun (nomVino mec) Masc ;
_ + ("o" | "e" | "é" | "á") => mkNoun (nomVino mec) Masc ; --bebé, papá; how about other accented vocal endings? champú champúes
_ + "a" => mkNoun (nomVino mec) Fem ;
_ + "z" => mkNounIrreg mec (init mec + "ces") Fem ;
_ + "án" => mkNounIrreg mec (tk 2 mec + "anes") Masc ;