From 7c24fcb38faeaada097d2797e9cb0f305dbc637e Mon Sep 17 00:00:00 2001 From: bringert Date: Mon, 5 Dec 2005 16:45:11 +0000 Subject: Added aggregation example. --- transfer/examples/aggregation/English.gf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 transfer/examples/aggregation/English.gf (limited to 'transfer/examples/aggregation/English.gf') diff --git a/transfer/examples/aggregation/English.gf b/transfer/examples/aggregation/English.gf new file mode 100644 index 000000000..21da16b23 --- /dev/null +++ b/transfer/examples/aggregation/English.gf @@ -0,0 +1,18 @@ +concrete English of Abstract = { + +pattern + Pred np vp = np ++ vp ; + ConjS c A B = A ++ c ++ B ; + ConjVP c A B = A ++ c ++ B ; + ConjNP c A B = A ++ c ++ B ; + + John = "John" ; + Mary = "Mary" ; + Bill = "Bill" ; + Walk = "walks" ; + Run = "runs" ; + Swim = "swims" ; + + And = "and" ; + Or = "or" ; +} -- cgit v1.2.3