more smartness in ParadigmsFin enabled by the efficient compiler

This commit is contained in:
aarne
2011-09-13 08:41:16 +00:00
parent 9129bc6657
commit 6d2484f91c
3 changed files with 23 additions and 10 deletions

View File

@@ -21,7 +21,7 @@ lin
beer_N = mkN "olut" "oluita" ;
beg_V2V = mkV2V (mk2V "pyytää" "pyysi") (casePrep partitive) ;
big_A = mkA (mkN "suuri" "suuria") "suurempi" "suurin" ;
bike_N = mkN "polkupyörä" ; --- for correct vowel harmony
bike_N = mkN "polku" (mkN "pyörä") ;
bird_N = mkN "lintu" ;
black_A = mkA (mkN "musta") "mustempi" "mustin" ;
blue_A = mkA (mkN "sininen") "sinisempi" "sinisin" ;