(May) Add VV complements

This commit is contained in:
Inari Listenmaa
2020-08-19 16:25:33 +02:00
parent 0e065d8005
commit bc0fb02f20
5 changed files with 22 additions and 16 deletions
+3 -1
View File
@@ -102,7 +102,9 @@ concrete CatMay of Cat = CommonX ** open ResMay, Prelude in {
VA, -- adjective-complement verb e.g. "look"
V = ResMay.Verb ;
VV, -- verb-phrase-complement verb e.g. "want"
VV -- verb-phrase-complement verb e.g. "want"
= SS ;
V2A, -- verb with NP and AP complement e.g. "paint"
V2V, -- verb with NP and V complement e.g. "cause"
V2S, -- verb with NP and S complement e.g. "tell"