forked from GitHub/gf-rgl
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 {
|
||||
Main => subj ++ verb.verb ++ verb.compl ;
|
||||
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