1
0
forked from GitHub/gf-rgl

Added tests for pronoun-switch and object ordering in Ger (see tests/object-order.*)

This commit is contained in:
Hans Leiss
2019-07-03 19:16:35 +02:00
parent d3c6dddf2c
commit b521089274
14 changed files with 2552 additions and 0 deletions

20
tests/german/TestLang.gf Normal file
View File

@@ -0,0 +1,20 @@
abstract TestLang =
Grammar,
Lexicon
, TestLexiconGerAbs
, Construction
** {
flags startcat=Phr ;
cat
VPSlashSlash ;
fun
ReflVPSlash : V3 -> VPSlash ;
-- SlashV3a : V3 -> VPSlashSlash ; -- unneccessary
Slash2V4 : V4 -> NP -> VPSlashSlash ;
Slash3V4 : V4 -> NP -> VPSlashSlash ;
Slash4V4 : V4 -> NP -> VPSlashSlash ;
ComplSlashSlash: VPSlashSlash -> NP -> VPSlash ;
} ;