cleand up VPI

This commit is contained in:
aarne
2005-01-24 20:32:28 +00:00
parent e96a410e74
commit e52dd4892c
5 changed files with 25 additions and 33 deletions

View File

@@ -99,7 +99,7 @@ cat
VV ; -- verb-compl. verb, e.g. "can", "want"
VP ; -- verb phrase, e.g. "switch the light on"
VPI ; -- infin. or imp. verb phrase e.g. "switch the light on", "don't run"
VPI ; -- infinitive verb phrase e.g. "switch the light on", "not have run"
--!
--3 Adverbs and prepositions/cases

View File

@@ -138,8 +138,8 @@ fun
ExistQCl : CN -> QCl ; -- "is there a bar",
ExistNumQCl : Num -> CN -> QCl ; -- "are there (86) bars"
--- ImperVP : VP -> Imp ; -- "be a man"
ImperVP : VPI -> Imp ; -- "(don't) be a man"
--- ImperVP : VP -> Imp ; -- "be a man"
PosImperVP, NegImperVP : VP -> Imp ; -- "(don't) be a man"
----rename these ??
IndicPhrase : S -> Phr ; -- "I walk."