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/attempto/TestAttempto.gf | 84 --------------------------------------- 1 file changed, 84 deletions(-) delete mode 100644 examples/attempto/TestAttempto.gf (limited to 'examples/attempto/TestAttempto.gf') diff --git a/examples/attempto/TestAttempto.gf b/examples/attempto/TestAttempto.gf deleted file mode 100644 index 1b953ed2d..000000000 --- a/examples/attempto/TestAttempto.gf +++ /dev/null @@ -1,84 +0,0 @@ -abstract TestAttempto = Attempto ** { - -fun - card_N : CN ; - water_MCN : MCN ; - john_PN : PN ; - apple_N : CN ; - sleep_V : V ; - young_A : A ; - dog_N : CN ; - animal_N : CN ; - wait_V : V ; - man_N : CN ; - woman_N : CN ; - give_V3 : V3 ; - tired_A : A ; - rich_A : A ; - customer_N : CN ; - enter_V2 : V2 ; - bank_N : CN ; - satisfied_A : A ; - lucky_A : A ; - well_known_A : A ; - important_A : A ; - expensive_A : A ; - fill_in_V2 : V2 ; - form_N : CN ; - age_N : CN ; - teacher_N : CN ; - successful_A : A ; - fond_A2 : A2 ; - garden_N : CN ; - morning_N : CN ; - code_N : CN ; - drinkable_A : A ; - work_V : V ; - admitted_A : A ; - eat_V2 : V2 ; - burger_N : CN ; - earn_V2 : V2 ; - income_N : CN ; - england_PN : PN ; - beginning_N : CN ; - office_N : CN ; - interested_A2 : A2 ; - morning_N : CN ; - classroom_N : CN ; - manually_Adv : Adv ; - slot_N : CN ; - patiently_Adv : Adv ; - course_N : CN ; - carefully_Adv : Adv ; - time_N : CN ; - believe_VS : VS ; - seriously_Adv : Adv ; - clerk_N : CN ; - screen_N : CN ; - blink_V : V ; - bed_N : CN ; - container_N : CN ; - automated_teller_N : CN ; - reject_V2 : V2 ; - accept_V2 : V2 ; - type_V2 : V2 ; - know_VS : VS ; - manager_N : CN ; - oversleep_V : V ; - valid_A : A ; - see_V2 : V2 ; - bark_V : V ; - go_V2 : V2 ; - brother_N : CN ; - mary_PN : PN ; - machine_N : CN ; - correct_A : A ; - - kilogram_Unit : Unit ; - - in_Prep : Prep ; - at_Prep : Prep ; - into_Prep : Prep ; - - -} -- cgit v1.2.3