Files
gf-core/lib/resource-0.6/shallow/TestShallow.gf
aarne 2ff53b2ffd Started experimenting with shallow resource API.
Started experimenting with shallow resource API.
Added PossessPrep to Structural.
2004-02-20 16:28:42 +00:00

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 ;
} ;