forked from GitHub/gf-rgl
new SlashVP, RelSlash in tests/german/TestLangGer.gf to control reflexives in relative clauses
26 lines
1.6 KiB
Plaintext
26 lines
1.6 KiB
Plaintext
-- To create vp-paradigm.out, I used changes of 30/6/2019 (in git branch vp-paradigm):
|
|
i ../../src/german/LangGer.gf
|
|
-- Use gf --run < vp-paradigm.gfs > vp-paradigm.tmp to compare with gf-rgl. HL 3/7/2019
|
|
-- i alltenses/LangGer.gfo
|
|
|
|
-- verb phrases with modal verb
|
|
l -lang=Ger -table (PredVP (UsePron he_Pron) (ComplVV want_VV (UseV sleep_V)))
|
|
|
|
l -table (PredVP (UsePron he_Pron) (ComplSlash (SlashVV want_VV (SlashV2a read_V2)) (DetCN (DetQuant DefArt NumSg) (UseN book_N))))
|
|
|
|
l -table (PredVP (UsePron he_Pron) (ComplVV want_VV (ComplSlash (SlashV2a read_V2) (DetCN (DetQuant DefArt NumSg) (UseN book_N)))))
|
|
|
|
l -table (PredVP (UsePron we_Pron) (ComplVV want_VV (ComplVS say_VS (UseCl (TTAnt TPres ASimul) PPos (PredVP (UsePron she_Pron) (UseV come_V))))))
|
|
|
|
-- verb phrase with PassV2
|
|
l -table (PredVP (DetCN (DetQuant DefArt NumSg) (UseN book_N)) (PassV2 read_V2))
|
|
|
|
-- pronoun switch:
|
|
l PhrUtt NoPConj (UttS (UseCl (TTAnt TPres ASimul) PPos (PredVP (UsePron i_Pron) (ComplSlash (Slash3V3 send_V3 (DetCN (DetQuant DefArt NumSg) (UseN woman_N))) (DetCN (DetQuant DefArt NumSg) (UseN book_N)))))) NoVoc
|
|
|
|
l PhrUtt NoPConj (UttS (UseCl (TTAnt TPres ASimul) PPos (PredVP (UsePron i_Pron) (ComplSlash (Slash3V3 send_V3 (UsePron she_Pron)) (UsePron it_Pron))))) NoVoc
|
|
|
|
-- relative clause from object np is not extracted behind vpart:
|
|
l UseCl (TTAnt TPast AAnter) PNeg (PredVP (UsePron i_Pron) (ComplSlash (SlashV2a know_V2) (DetCN (DetQuant DefArt NumSg) (RelCN (UseN book_N) (UseRCl (TTAnt TPast AAnter) PPos (RelSlash IdRP (SlashVP (UsePron youPl_Pron) (SlashV2VNP beg_V2V (UsePron we_Pron) (AdvVPSlash (SlashV2a read_V2) today_Adv)))))))))
|
|
|