mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 10:12:51 -06:00
Started experimenting with shallow resource API.
Started experimenting with shallow resource API. Added PossessPrep to Structural.
This commit is contained in:
11
lib/resource-0.6/shallow/TestShallow.gf
Normal file
11
lib/resource-0.6/shallow/TestShallow.gf
Normal file
@@ -0,0 +1,11 @@
|
||||
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 ;
|
||||
} ;
|
||||
Reference in New Issue
Block a user