mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
one more fix word order in ExtendGer.PredVPS ; not yet correct for Sub with ConjVPS
This commit is contained in:
@@ -169,7 +169,7 @@ concrete ExtendGer of Extend =
|
|||||||
in case o of {
|
in case o of {
|
||||||
Main => subj ++ verb.verb ++ verb.compl ;
|
Main => subj ++ verb.verb ++ verb.compl ;
|
||||||
Inv => verb.verb ++ subj ++ verb.compl ; -- älskar jag henne och sover
|
Inv => verb.verb ++ subj ++ verb.compl ; -- älskar jag henne och sover
|
||||||
Sub => subj ++ verb.verb ++ verb.compl --- not quite correct in ConjVPS
|
Sub => subj ++ verb.compl ++ verb.verb --- not quite correct in ConjVPS
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user