1
0
forked from GitHub/gf-rgl

VV with present participle in Eng, e.g. start doing

This commit is contained in:
aarne
2010-12-17 13:26:01 +00:00
parent f5ddf33505
commit fc456ee60f
10 changed files with 41 additions and 25 deletions

View File

@@ -64,6 +64,7 @@ abstract Extra = Cat ** {
UseFoc : Temp -> Pol -> Foc -> Utt ;
fun
PartVP : VP -> AP ; -- looking at Mary
PartVP : VP -> AP ; -- (the man) looking at Mary
EmbedPresPart : VP -> SC ; -- looking at Mary (is fun)
}