top-level access to contracted auxiliaries in ExtraEng. Introduced them as variants in ParseEng.

This commit is contained in:
aarne
2013-12-03 14:52:12 +00:00
parent 23f13d5b55
commit 938587c159
3 changed files with 16 additions and 7 deletions

View File

@@ -28,7 +28,11 @@ abstract ExtraEngAbs = Extra - [ProDrop] ** {
--- AR 7/3/2013
ComplSlashPartLast : VPSlash -> NP -> VP ;
---------------------
--- AR 3/12/2013 ---- TODO: the same for QCl, RCl
ContractedUseCl : Temp -> Pol -> Cl -> S ; -- he's here, I'll be back
-----------------------------------------------------
--- these are obsolete: use UncNeg : Pol instead
fun
@@ -38,7 +42,7 @@ abstract ExtraEngAbs = Extra - [ProDrop] ** {
UncNegImpSg : Pol -> Imp -> Utt; -- do not help yourself
UncNegImpPl : Pol -> Imp -> Utt; -- do not help yourselves
-----------------------------------------------------
}