mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-30 14:52:51 -06:00
newly organized resource with tense in lib
This commit is contained in:
18
lib/resource/abstract/TestResource.gf
Normal file
18
lib/resource/abstract/TestResource.gf
Normal file
@@ -0,0 +1,18 @@
|
||||
abstract TestResource = Rules, Structural ** {
|
||||
|
||||
-- a random sample of lexicon to test resource grammar with
|
||||
|
||||
fun
|
||||
Big, Happy, Small, Old, Young : ADeg ;
|
||||
American, Finnish : A1 ;
|
||||
Married : A2 ;
|
||||
Man, Woman, Car, House, Light, Bar, Bottle, Wine : N ;
|
||||
Walk, Run : V ;
|
||||
Send, Wait, Love, Drink, SwitchOn, SwitchOff : V2 ;
|
||||
Give, Prefer : V3 ;
|
||||
Say, Prove : VS ;
|
||||
Mother, Uncle : N2 ;
|
||||
Connection : N3 ;
|
||||
Well, Always : Adv ;
|
||||
John, Mary : PN ;
|
||||
} ;
|
||||
Reference in New Issue
Block a user