From b1402e8bd6a68a891b00a214d6cf184d66defe19 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 22 Sep 2003 13:16:55 +0000 Subject: Founding the newly structured GF2.0 cvs archive. --- grammars/resource/abstract/TestAbs.gf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 grammars/resource/abstract/TestAbs.gf (limited to 'grammars/resource/abstract/TestAbs.gf') diff --git a/grammars/resource/abstract/TestAbs.gf b/grammars/resource/abstract/TestAbs.gf new file mode 100644 index 000000000..c07ac4968 --- /dev/null +++ b/grammars/resource/abstract/TestAbs.gf @@ -0,0 +1,15 @@ +abstract TestAbs = ResAbs ** { + +-- a random sample of lexicon to test resource grammar with + +fun + Big, Small, Old, Young : AdjDeg ; + Man, Woman, Car, House, Light : N ; + Walk, Run : V ; + Send, Wait, Love, SwitchOn, SwitchOff : TV ; + Say, Prove : VS ; + Mother, Uncle : Fun ; + Connection : Fun2 ; + Well, Always : AdV ; + John, Mary : PN ; +} ; -- cgit v1.2.3