mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
cleand up VPI
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user