Better smart paradigms for diphthong verbs ending in -er and nouns ending in n

In BeschSpa: Fixed bugs in regAlternV and added regAlternVEr. Now the two-place constructor mkN "mostrar" "muestro" now works also for verbs in -er conjugation. (Not for -ir though, they are more irregular.)
In MorphoSpa: Added smart paradigms for nouns with alternation "jardín" "jardines". Now they only need one form.
In LexiconSpa: Corrected Paris to París.
This commit is contained in:
inari.listenmaa
2013-03-05 15:55:27 +00:00
parent c77412d35b
commit dc56fedfa5
4 changed files with 103 additions and 16 deletions

View File

@@ -131,7 +131,7 @@ lin
open_V2 = dirV2 (special_ppV (regV "abrir") "abierto") ;
paint_V2A = mkV2A (regV "pintar") accusative (mkPrep "en") ;
paper_N = regN "papel" ;
paris_PN = mkPN "Paris" masculine ;
paris_PN = mkPN "París" masculine ;
peace_N = femN (regN "paz") ;
pen_N = regN "lapicera" ;
planet_N = mascN (regN "planeta") ;