summaryrefslogtreecommitdiff
path: root/grammars/resource/nabstract/TestResource.gf
diff options
context:
space:
mode:
Diffstat (limited to 'grammars/resource/nabstract/TestResource.gf')
-rw-r--r--grammars/resource/nabstract/TestResource.gf18
1 files changed, 18 insertions, 0 deletions
diff --git a/grammars/resource/nabstract/TestResource.gf b/grammars/resource/nabstract/TestResource.gf
new file mode 100644
index 000000000..d1764aa3d
--- /dev/null
+++ b/grammars/resource/nabstract/TestResource.gf
@@ -0,0 +1,18 @@
+abstract TestResource = Structural ** {
+
+-- a random sample of lexicon to test resource grammar with
+
+fun
+ Big, Small, Old, Young : AdjDeg ;
+ American, Finnish : Adj1 ;
+ Married : Adj2 ;
+ Man, Woman, Car, House, Light : N ;
+ Walk, Run : V ;
+ Send, Wait, Love, SwitchOn, SwitchOff : TV ;
+ Give, Prefer : V3 ;
+ Say, Prove : VS ;
+ Mother, Uncle : Fun ;
+ Connection : Fun2 ;
+ Well, Always : AdV ;
+ John, Mary : PN ;
+} ;