summaryrefslogtreecommitdiff
path: root/grammars/resource/abstract/TestAbs.gf
blob: c07ac496825a4435c267e8e84d8826fe22c220a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 ;
} ;