forked from GitHub/gf-rgl
Added tests for pronoun-switch and object ordering in Ger (see tests/object-order.*)
This commit is contained in:
20
tests/german/TestLang.gf
Normal file
20
tests/german/TestLang.gf
Normal 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 ;
|
||||
} ;
|
||||
Reference in New Issue
Block a user