summaryrefslogtreecommitdiff
path: root/examples/peacekeeping/PeaceLex_Eng.gf
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-04-20 17:55:46 +0000
committerbringert <bringert@cs.chalmers.se>2006-04-20 17:55:46 +0000
commita1e2767dbe912467ecb1dfe7d33bf173244b99b7 (patch)
tree63473aeeee4e7a30b9421efc285259c41de61a3a /examples/peacekeeping/PeaceLex_Eng.gf
parentf9cdc3c732b982943736dab1daec2eed42a4b79a (diff)
Reorganized the peacekeeping grammar.
Diffstat (limited to 'examples/peacekeeping/PeaceLex_Eng.gf')
-rw-r--r--examples/peacekeeping/PeaceLex_Eng.gf108
1 files changed, 0 insertions, 108 deletions
diff --git a/examples/peacekeeping/PeaceLex_Eng.gf b/examples/peacekeeping/PeaceLex_Eng.gf
deleted file mode 100644
index 4e21ee370..000000000
--- a/examples/peacekeeping/PeaceLex_Eng.gf
+++ /dev/null
@@ -1,108 +0,0 @@
-concrete PeaceLex_Eng of PeaceLex = CatEng ** open LangEng, ParadigmsEng in {
-
- lincat
- MassN = N ;
-
- lin
-
- -- Pronouns
-
- i_Pron = i_Pron ;
- youSg_Pron = youSg_Pron ;
- he_Pron = he_Pron ;
- we_Pron = we_Pron ;
- youPl_Pron = youPl_Pron ;
- they_Pron = they_Pron ;
- whoPl_IP = whoPl_IP ;
- whoSg_IP = whoSg_IP ;
- whatPl_IP = whatPl_IP ;
- whatSg_IP = whatSg_IP ;
-
- -- Determiners
-
- aSg_Det = DetSg (SgQuant IndefArt) NoOrd;
- aPl_Det = DetPl (PlQuant IndefArt) NoNum NoOrd;
- theSg_Det = DetSg (SgQuant DefArt) NoOrd ;
- thePl_Det = DetPl (PlQuant DefArt) NoNum NoOrd ;
- that_Det = DetSg (SgQuant that_Quant) NoOrd ;
- those_Det = DetPl (PlQuant that_Quant) NoNum NoOrd ;
- this_Det = DetSg (SgQuant this_Quant) NoOrd ;
- these_Det = DetPl (PlQuant this_Quant) NoNum NoOrd ;
-
-
- -- Adverbs
- here_Adv = here_Adv;
- there_Adv = there_Adv;
- where_IAdv = where_IAdv;
- when_IAdv = when_IAdv;
-
- -- Numerals
- one_Det = DetSg one_Quant NoOrd ;
- two_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ;
- three_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ;
- four_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ;
- five_Num = NumNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))) ;
-
- -- Adjectives
- black_A = black_A ;
- blue_A = blue_A ;
- cold_A = cold_A ;
- dangerous_A = regA "dangerous" ;
- dead_A = regA "dead" ;
- green_A = green_A ;
- hot_A = hot_A ;
- hungry_A = regA "hungry" ;
- large_A = regA "large" ;
- red_A = red_A ;
- sick_A = regA "sick" ;
- small_A = small_A ;
- white_A = white_A ;
- yellow_A = yellow_A ;
-
- -- Nouns
- air_N = regN "air" ;
- airplane_N = airplane_N ;
- animal_N = animal_N ;
- arm_N = regN "arm" ;
- blood_N = blood_N ;
- boat_N = boat_N ;
- boy_N = boy_N ;
- building_N = regN "building" ;
- car_N = regN "car" ;
- child_N = child_N ;
- corpse_N = regN "corpse" ;
- doctor_N = regN "doctor";
- enemy_N = regN "enemy";
- factory_N = factory_N ;
- food_N = regN "food";
- foot_N = foot_N ;
- friend_N = regN "friend";
- girl_N = girl_N ;
- hand_N = hand_N ;
- head_N = head_N ;
- house_N = house_N ;
- landmine_N = regN "landmine" ;
- leg_N = leg_N ;
- man_N = man_N ;
- medicine_N = regN "medicine" ;
- road_N = road_N ;
- skin_N = regN "skin" ;
- soldier_N = regN "soldier" ;
- water_N = water_N ;
- weapon_N = regN "weapon";
- woman_N = woman_N ;
-
- -- Verbs
- cough_V = regV "cough" ;
- drink_V2 = drink_V2 ;
- eat_V2 = eat_V2 ;
- give_V3 = give_V3;
- have_V2 = have_V2;
- need_V2 = dirV2 (regV "need");
- own_V2 = dirV2 (regV "own") ;
- see_V2 = see_V2 ;
- show_V3 = dirdirV3 (regV "show") ;
- sleep_V = sleep_V ;
- walk_V = walk_V ;
-
-}