summaryrefslogtreecommitdiff
path: root/grammars/resource/abstract/TestAbs.gf
diff options
context:
space:
mode:
authoraarne <unknown>2003-09-22 13:16:55 +0000
committeraarne <unknown>2003-09-22 13:16:55 +0000
commitb1402e8bd6a68a891b00a214d6cf184d66defe19 (patch)
tree90372ac4e53dce91cf949dbf8e93be06f1d9e8bd /grammars/resource/abstract/TestAbs.gf
Founding the newly structured GF2.0 cvs archive.
Diffstat (limited to 'grammars/resource/abstract/TestAbs.gf')
-rw-r--r--grammars/resource/abstract/TestAbs.gf15
1 files changed, 15 insertions, 0 deletions
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 ;
+} ;