1
0
forked from GitHub/gf-rgl

(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:
Hans Leiss
2019-07-06 15:29:23 +02:00
parent bc78d8466e
commit 45e6bfdec5
8 changed files with 1383 additions and 35 deletions

View File

@@ -0,0 +1,8 @@
Since ../run.hs could not find module `Test.Framework.BlackBoxTest', I used
gf --run < vp-paradigm.gfs | diff vp-paradigm.out - > vp-paradigm.diff
to produce the diff between the corrections shown in vp-paradigms.out and
the original output of gf-rgl of 4/07/2019.
vp-paradigms.gfs now loads the original alltenses/LangGer.gfo. HL 3/7/2019