mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 09:12:51 -06:00
Founding the newly structured GF2.0 cvs archive.
This commit is contained in:
15
grammars/resource/abstract/TestAbs.gf
Normal file
15
grammars/resource/abstract/TestAbs.gf
Normal file
@@ -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 ;
|
||||
} ;
|
||||
Reference in New Issue
Block a user