mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 19:52:50 -06:00
experimenting with English VP
This commit is contained in:
17
lib/resource/exper/gf/Fun.gf
Normal file
17
lib/resource/exper/gf/Fun.gf
Normal file
@@ -0,0 +1,17 @@
|
||||
abstract Fun = Cat ** {
|
||||
fun
|
||||
Pred : NP -> VP -> Cl ;
|
||||
|
||||
UseV : V -> VP ;
|
||||
ComplV2 : V2 -> NP -> VP ;
|
||||
ComplVV : VV -> VP -> VP ;
|
||||
UseComp : Comp -> VP ;
|
||||
AdvVP : VP -> Adv -> VP ;
|
||||
|
||||
UseVV : VV -> V2 ;
|
||||
|
||||
CompAP : AP -> Comp ;
|
||||
CompNP : NP -> Comp ;
|
||||
CompAdv : Adv -> Comp ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user