From f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Mon, 16 Sep 2013 07:17:27 +0000 Subject: Remove contribs and examples Everything has now been moved to a separate repository at https://github.com/GrammaticalFramework/gf-contrib The contents of the examples folder are build during SetupWeb --- examples/lrec-tutorial/face/FaceI.gf | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 examples/lrec-tutorial/face/FaceI.gf (limited to 'examples/lrec-tutorial/face/FaceI.gf') diff --git a/examples/lrec-tutorial/face/FaceI.gf b/examples/lrec-tutorial/face/FaceI.gf deleted file mode 100644 index b612dcdb8..000000000 --- a/examples/lrec-tutorial/face/FaceI.gf +++ /dev/null @@ -1,17 +0,0 @@ -incomplete concrete FaceI of Face = open Syntax, LexFace in { - -lincat - Message = Cl ; - Person = NP ; - Object = CN ; - Number = Numeral ; -lin - Have p n o = mkCl p have_V2 (mkNP n o) ; - Like p o = mkCl p like_V2 (mkNP this_Quant o) ; - You = mkNP youSg_Pron ; - Friend = mkCN friend_N ; - Invitation = mkCN invitation_N ; - One = n1_Numeral ; - Two = n2_Numeral ; - Hundred = n100_Numeral ; -} -- cgit v1.2.3