From 941a9f35baa4a67c1ee5df89f1ae0f40677a214d Mon Sep 17 00:00:00 2001 From: bringert Date: Mon, 13 Mar 2006 10:53:44 +0000 Subject: Added transfer example: constructing reflexives. --- transfer/examples/reflexive/Abstract.gf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 transfer/examples/reflexive/Abstract.gf (limited to 'transfer/examples/reflexive/Abstract.gf') diff --git a/transfer/examples/reflexive/Abstract.gf b/transfer/examples/reflexive/Abstract.gf new file mode 100644 index 000000000..0426defdc --- /dev/null +++ b/transfer/examples/reflexive/Abstract.gf @@ -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 ; + +} -- cgit v1.2.3