forked from GitHub/gf-core
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