mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 08:19:31 -06:00
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
abstract TestShallow = Shallow ** {
|
|
|
|
fun
|
|
Big, Happy, Small, Old, Young : Adj ;
|
|
American, Finnish : Adj ;
|
|
Married : Adj ;
|
|
Man, Woman, Car, House, Light, Bar, Bottle, Wine : Noun ;
|
|
Walk, Run : Verb ;
|
|
Send, Wait, Love, Drink, SwitchOn, SwitchOff : TV ;
|
|
Mother, Uncle : Noun ;
|
|
} ;
|