1
0
forked from GitHub/gf-rgl

short imperative Utt in Eng

This commit is contained in:
aarne
2010-06-22 10:53:58 +00:00
parent 8b2bf533a4
commit 8e80ac1956
2 changed files with 7 additions and 0 deletions

View File

@@ -129,4 +129,6 @@ concrete ExtraEng of ExtraEngAbs = CatEng **
AdvAP ap adv = {s = \\a => ap.s ! a ++ adv.s ; isPre = False} ; AdvAP ap adv = {s = \\a => ap.s ! a ++ adv.s ; isPre = False} ;
UseCopula = predAux auxBe ; UseCopula = predAux auxBe ;
UttVPShort vp = {s = infVP True vp (agrP3 Sg)} ;
} }

View File

@@ -16,4 +16,9 @@ abstract ExtraEngAbs = Extra - [ProDrop] ** {
that_RP : RP ; -- "that" as a relational pronoun (IdRP is "which" / "who") that_RP : RP ; -- "that" as a relational pronoun (IdRP is "which" / "who")
each_Det : Det ; each_Det : Det ;
-- infinitive without to
UttVPShort : VP -> Utt ;
} }