time adverb word order in Chi ; mkDet in MakeStructural Swe

This commit is contained in:
aarne
2013-10-19 15:40:27 +00:00
parent 075796dbe5
commit 7a7b7309ef
5 changed files with 19 additions and 5 deletions

View File

@@ -175,6 +175,11 @@ oper
compl = vp.compl ;
prePart = adv.s ++ vp.prePart
} ;
insertAdvPost : SS -> VP -> VP = \adv,vp -> {
verb = vp.verb ;
compl = vp.compl ;
prePart = vp.prePart ++ adv.s
} ;
insertPP : SS -> VP -> VP = \pp,vp -> {
verb = vp.verb ;