mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -06:00
Added transfer example: constructing reflexives.
This commit is contained in:
15
transfer/examples/reflexive/Abstract.gf
Normal file
15
transfer/examples/reflexive/Abstract.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
abstract Abstract = {
|
||||
|
||||
cat
|
||||
S ; NP ; V2 ; Conj ;
|
||||
|
||||
fun
|
||||
PredV2 : V2 -> NP -> NP -> S ;
|
||||
ReflV2 : V2 -> NP -> S ;
|
||||
ConjNP : Conj -> NP -> NP -> NP ;
|
||||
|
||||
And, Or : Conj ;
|
||||
John, Mary, Bill : NP ;
|
||||
See, Whip : V2 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user