mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
parsable demo of resource, without VP
This commit is contained in:
9
lib/resource-1.4/demo/Clause.gf
Normal file
9
lib/resource-1.4/demo/Clause.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
abstract Clause = Cat ** {
|
||||
|
||||
fun
|
||||
PredV : NP -> V -> Cl ;
|
||||
PredV2 : NP -> V2 -> NP -> Cl ;
|
||||
PredAP : NP -> AP -> Cl ;
|
||||
PredAdv : NP -> Adv -> Cl ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user