diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-09-16 07:17:27 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-09-16 07:17:27 +0000 |
| commit | f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 (patch) | |
| tree | 946c9e8542b8e8271b6b529a95c0400fa6613cb4 /examples/peacekeeping/PeaceLexCommon.gf | |
| parent | 8e1c6cca407c82fc09569d80c231b8d256735989 (diff) | |
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
Diffstat (limited to 'examples/peacekeeping/PeaceLexCommon.gf')
| -rw-r--r-- | examples/peacekeeping/PeaceLexCommon.gf | 93 |
1 files changed, 0 insertions, 93 deletions
diff --git a/examples/peacekeeping/PeaceLexCommon.gf b/examples/peacekeeping/PeaceLexCommon.gf deleted file mode 100644 index cec47c235..000000000 --- a/examples/peacekeeping/PeaceLexCommon.gf +++ /dev/null @@ -1,93 +0,0 @@ -abstract PeaceLexCommon = PeaceCat ** { - - fun - - -- Pronouns - - i_Pron : Pron ; - youSg_Pron : Pron ; - he_Pron : Pron ; - we_Pron : Pron ; - youPl_Pron : Pron ; - they_Pron : Pron ; - whoPl_IP : IP ; - whoSg_IP : IP ; - whatPl_IP : IP ; - whatSg_IP : IP ; - - this_NP : NP ; - that_NP : NP ; - - -- Determiners - - the_Art : Art ; --a - a_Art : Art ; --a - -- aSg_Det : Det ; - -- aPl_Det : Det ; - -- theSg_Det : Det ; - -- thePl_Det : Det ; --a - - that_Det : Det ; - those_Det : Det ; - this_Det : Det ; - these_Det : Det ; - - -- Adverbs - - here_Adv : Adv ; - there_Adv : Adv ; - where_IAdv : IAdv ; - when_IAdv : IAdv ; - - -- Numerals - --- Causes too much ambiguity --- one_Det : Det ; - two_Num : Card ; --a - three_Num : Card ; - four_Num : Card ; - five_Num : Card ; - - -- Adjectives - - black_A : A ; - blue_A : A ; - cold_A : A ; - green_A : A ; - hot_A : A ; - red_A : A ; - small_A : A ; - white_A : A ; - yellow_A : A ; - - -- Nouns - - airplane_N : N ; - animal_N : N ; - blood_N : MassN ; - boat_N : N ; - boy_N : N ; - child_N : N ; - factory_N : N ; - foot_N : N ; - girl_N : N ; - hand_N : N ; - head_N : N ; - house_N : N ; - leg_N : N ; - man_N : N ; - road_N : N ; - water_N : MassN ; - woman_N : N; - - -- Verbs - breathe_V : V ; - eat_V2 : V2 ; - drink_V2 : V2 ; - give_V3 : V3 ; - have_V2 : V2; - see_V2 : V2 ; - sleep_V : V ; - walk_V : V ; - -} |
