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