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 7e921934a0
commit 4803c693f0
5 changed files with 19 additions and 5 deletions
+5
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 ;