mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 19:46:26 -06:00
(Ger) Correction of VP paradigm with modal verbs
The inf part of VPC is split into inf,inf2:Str to correct
hat ... wollen lesen => hat ... lesen wollen
wird ... wollen haben lesen => wird ... haben lesen wollen
(for: lesen wollen|gewollt haben)
Changed useVP and mkClause of ResGer and MkVPS of ExtraGer.
(ExtraGer.DisToCl needs to be adapted, but best by unification with mkClause.)
See also tests/german/vp-paradigm.*
This commit is contained in:
@@ -13,8 +13,7 @@ concrete SentenceGer of Sentence = CatGer ** open ResGer, Prelude in {
|
||||
"uns graut" "*uns grauen"
|
||||
allows pre/post-positions in subjects -->
|
||||
"nach mir wurde gedürstet" "*mir wurde gedürstet"
|
||||
can't think of case of postpositions in subject
|
||||
HL: "des Geldes wegen wird gearbeitet" -}
|
||||
can't think of case of postpositions in subject -}
|
||||
|
||||
PredSCVP sc vp = mkClause sc.s (agrP3 Sg) vp ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user