import Construction in AllEng

This commit is contained in:
aarne
2013-12-11 09:49:43 +00:00
parent 168e7d54a3
commit ac8098719a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
--# -path=.:../abstract:../common:prelude
concrete AllEng of AllEngAbs =
LangEng,
LangEng, ConstructionEng,
IrregEng-[
blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V,
sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V],

View File

@@ -1,7 +1,7 @@
--# -path=.:../abstract:../common:prelude
abstract AllEngAbs =
Lang,
Lang, Construction,
IrregEngAbs-[
blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V,
sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V],

View File

@@ -85,7 +85,7 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, StemFin, Prelude in
} ;
ExtAdvNP np adv = {
s = \\c => np.s ! c ++ adv.s ;
s = \\c => np.s ! c ++ embedInCommas adv.s ;
a = np.a ;
isPron = np.isPron ; -- minun täällä - ni
isNeg = np.isNeg