From fede892dd36b215fba56de11211485e1d5f3c0f1 Mon Sep 17 00:00:00 2001 From: bringert Date: Fri, 25 Feb 2005 10:43:10 +0000 Subject: [PATCH] Added Swadesh lexicon, abstract and english. --- lib/resource/abstract/SwadeshLex.gf | 237 +++++++++++++++++++++++++ lib/resource/english/SwadeshLexEng.gf | 244 ++++++++++++++++++++++++++ 2 files changed, 481 insertions(+) create mode 100644 lib/resource/abstract/SwadeshLex.gf create mode 100644 lib/resource/english/SwadeshLexEng.gf diff --git a/lib/resource/abstract/SwadeshLex.gf b/lib/resource/abstract/SwadeshLex.gf new file mode 100644 index 000000000..dabc214ff --- /dev/null +++ b/lib/resource/abstract/SwadeshLex.gf @@ -0,0 +1,237 @@ +-- Swadesh 207 +abstract SwadeshLex = Categories ** { + fun + + -- Pronouns + + i_NP : NP ; + thou_NP : NP ; + he_NP : NP ; + we_NP : NP ; + you_NP : NP ; + they_NP : NP ; + who8many_IP : IP ; -- only one who in Swadesh 207 + who8one_IP : IP ; + what8many_IP : IP ; -- only one what in Swadesh 207 + what8one_IP : IP ; + + -- Determiners + + that_Det : Det ; + this_Det : Det ; + all_NDet : NDet ; + many_Det : Det ; + some_Det : Det ; + few_Det : Det ; + other_Det : Det ; + + -- Adverbs + + here_Adv : Adv ; + there_Adv : Adv ; + where_IAdv : IAdv ; + when_IAdv : IAdv ; + how_IAdv : IAdv ; + + -- not : Adv ; -- ? + + -- Numerals + + one_Num : Num ; + two_Num : Num ; + three_Num : Num ; + four_Num : Num ; + five_Num : Num ; + + -- Adjectives + + bad_ADeg : ADeg ; + big_ADeg : ADeg ; + black_ADeg : ADeg ; + cold_ADeg : ADeg ; + correct_ADeg : ADeg ; + dirty_ADeg : ADeg ; + dry_ADeg : ADeg ; + dull_ADeg : ADeg ; + far_ADeg : ADeg ; + full_ADeg : ADeg ; + good_ADeg : ADeg ; + green_ADeg : ADeg ; + heavy_ADeg : ADeg ; + long_ADeg : ADeg ; + narrow_ADeg : ADeg ; + near_ADeg : ADeg ; + new_ADeg : ADeg ; + old_ADeg : ADeg ; + red_ADeg : ADeg ; + rotten_ADeg : ADeg ; + round_ADeg : ADeg ; + sharp_ADeg : ADeg ; + short_ADeg : ADeg ; + small_ADeg : ADeg ; + smooth_ADeg : ADeg ; + straight_ADeg : ADeg ; + thick_ADeg : ADeg ; + thin_ADeg : ADeg ; + warm_ADeg : ADeg ; + wet_ADeg : ADeg ; + white_ADeg : ADeg ; + wide_ADeg : ADeg ; + yellow_ADeg : ADeg ; + + left_A : A ; + right_A : A ; + + -- Nouns + + animal_N : N ; + ashes_N : N ; + back_N : N ; + bark_N : N ; + belly_N : N ; + bird_N : N ; + blood_N : N ; + bone_N : N ; + breast_N : N ; + child_N : N ; + cloud_N : N ; + day_N : N ; + dog_N : N ; + dust_N : N ; + ear_N : N ; + earth_N : N ; + egg_N : N ; + eye_N : N ; + fat_N : N ; + father_N : N ; + feather_N : N ; + fingernail_N : N ; + fire_N : N ; + fish_N : N ; + flower_N : N ; + fog_N : N ; + foot_N : N ; + forest_N : N ; + fruit_N : N ; + grass_N : N ; + guts_N : N ; + hair_N : N ; + hand_N : N ; + head_N : N ; + heart_N : N ; + horn_N : N ; + husband_N : N ; + ice_N : N ; + knee_N : N ; + lake_N : N ; + leaf_N : N ; + leg_N : N ; + liver_N : N ; + louse_N : N ; + man_N : N ; + meat_N : N ; + moon_N : N ; + mother_N : N ; + mountain_N : N ; + mouth_N : N ; + name_N : N ; + neck_N : N ; + night_N : N ; + nose_N : N ; + person_N : N ; + rain_N : N ; + river_N : N ; + road_N : N ; + root_N : N ; + rope_N : N ; + salt_N : N ; + sand_N : N ; + sea_N : N ; + seed_N : N ; + skin_N : N ; + sky_N : N ; + smoke_N : N ; + snake_N : N ; + snow_N : N ; + star_N : N ; + stick_N : N ; + stone_N : N ; + sun_N : N ; + tail_N : N ; + tongue_N : N ; + tooth_N : N ; + tree_N : N ; + water_N : N ; + wife_N : N ; + wind_N : N ; + wing_N : N ; + woman_N : N ; + worm_N : N ; + year_N : N ; + + name_N2 : N2 ; + mother_N2 : N2 ; + father_N2 : N2 ; + + -- Verbs + + bite_V : V ; + blow_V : V ; + breathe_V : V ; + burn_V : V ; + come_V : V ; + count_V : V ; + cut_V : V ; + die_V : V ; + dig_V : V ; + drink_V : V ; + eat_V : V ; + fall_V : V ; + fear_V : V ; + fight_V : V ; + float_V : V ; + flow_V : V ; + fly_V : V ; + freeze_V : V ; + give_V : V ; + hear_V : V ; + hit_V : V ; + hold_V : V ; + hunt_V : V ; + kill_V : V ; + know_V : V ; + laugh_V : V ; + lie_V : V ; + live_V : V ; + play_V : V ; + pull_V : V ; + push_V : V ; + rub_V : V ; + say_V : V ; + scratch_V : V ; + see_V : V ; + sew_V : V ; + sing_V : V ; + sit_V : V ; + sleep_V : V ; + smell_V : V ; + spit_V : V ; + split_V : V ; + squeeze_V : V ; + stab_V : V ; + stand_V : V ; + suck_V : V ; + swell_V : V ; + swim_V : V ; + think_V : V ; + throw_V : V ; + tie_V : V ; + turn_V : V ; + vomit_V : V ; + walk_V : V ; + wash_V : V ; + wipe_V : V ; + + give_V3 : V3 ; + +} \ No newline at end of file diff --git a/lib/resource/english/SwadeshLexEng.gf b/lib/resource/english/SwadeshLexEng.gf new file mode 100644 index 000000000..f9d1b8001 --- /dev/null +++ b/lib/resource/english/SwadeshLexEng.gf @@ -0,0 +1,244 @@ +--# -path=.:../abstract:../../prelude + +concrete SwadeshLexEng of SwadeshLex = CategoriesEng + ** open ResourceEng, SyntaxEng, ParadigmsEng, VerbsEng, + BasicEng in { + + lin + + -- Pronouns + + i_NP = i_NP ; + thou_NP = thou_NP ; + he_NP = he_NP ; + we_NP = we_NP ; + you_NP = you_NP ; + they_NP = they_NP ; + who8many_IP = who8many_IP ; + who8one_IP = who8one_IP ; + what8many_IP = what8many_IP ; + what8one_IP = what8one_IP ; + + -- Determiners + + this_Det = this_Det ; + that_Det = that_Det ; + all_NDet = all_NDet ; + many_Det = many_Det ; + some_Det = some_Det ; + few_Det = mkDeterminer Pl "few" ; + other_Det = mkDeterminer Pl "other" ; + + + -- Adverbs + + here_Adv = here_Adv; + there_Adv = there_Adv; +-- where_IAdv = where_IAdv; +-- when_IAdv = when_IAdv; +-- how_IAdv = how_IAdv; + + -- not : Adv ; -- ? + + + -- Numerals + +-- one_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 pot01)))) ; +-- two_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n2))))) ; +-- three_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n3))))) ; +-- four_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n4))))) ; +-- five_Num = UseNumeral (num (pot2as3 (pot1as2 (pot0as1 (pot0 n5))))) ; + + -- Adjectives + + bad_ADeg = bad_ADeg ; + big_ADeg = big_ADeg ; + black_ADeg = black_ADeg ; + cold_ADeg = cold_ADeg ; + correct_ADeg = compoundADeg (regA "correct") ; + dirty_ADeg = dirty_ADeg ; + dry_ADeg = regADeg "dry" ; + dull_ADeg = regADeg "dull" ; + far_ADeg = mkADeg "far" (variants { "further"; "farther" }) + (variants { "furthest"; "farthest" }) "far" ; + full_ADeg = regADeg "full" ; + good_ADeg = good_ADeg ; + green_ADeg = green_ADeg ; + heavy_ADeg = regADeg "heavy" ; + long_ADeg = long_ADeg ; + narrow_ADeg = narrow_ADeg ; + near_ADeg = regADeg "near" ; + new_ADeg = new_ADeg ; + old_ADeg = old_ADeg ; + red_ADeg = red_ADeg ; + rotten_ADeg = compoundADeg (regA "rotten") ; + round_ADeg = regADeg "round" ; + sharp_ADeg = regADeg "sharp" ; + short_ADeg = short_ADeg ; + small_ADeg = small_ADeg ; + smooth_ADeg = regADeg "smooth" ; + straight_ADeg = regADeg "straight" ; + thick_ADeg = thick_ADeg ; + thin_ADeg = thin_ADeg ; + warm_ADeg = warm_ADeg ; + wet_ADeg = duplADeg "wet" ; + white_ADeg = white_ADeg ; + wide_ADeg = regADeg "wide" ; + yellow_ADeg = yellow_ADeg ; + + left_A = regA "left" ; + right_A = regA "right" ; + + -- Nouns + + animal_N = regN "animal" ; + ashes_N = regN "ashes" ; -- FIXME: plural only? + back_N = regN "back" ; + bark_N = regN "bark" ; + belly_N = regN "belly" ; + bird_N = bird_N; + blood_N = regN "blood" ; + bone_N = regN "bone" ; + breast_N = regN "breast" ; + child_N = child_N ; + cloud_N = regN "cloud" ; + day_N = regN "day" ; + dog_N = dog_N ; + dust_N = regN "dust" ; + ear_N = regN "ear" ; + earth_N = regN "earth" ; + egg_N = regN "egg" ; + eye_N = regN "eye" ; + fat_N = regN "fat" ; + father_N = UseN2 father_N2 ; + feather_N = regN "feather" ; + fingernail_N = regN "fingernail" ; + fire_N = regN "fire" ; + fish_N = fish_N ; + flower_N = regN "flower" ; + fog_N = regN "fog" ; + foot_N = mk2N "foot" "feet" ; + forest_N = regN "forest" ; + fruit_N = fruit_N ; + grass_N = regN "grass" ; + guts_N = regN "guts" ; -- FIXME: plural only? + hair_N = regN "hair" ; + hand_N = regN "hand" ; + head_N = regN "head" ; + heart_N = regN "heart" ; + horn_N = regN "horn" ; + husband_N = genderN masculine (regN "husband") ; + ice_N = regN "ice" ; + knee_N = regN "knee" ; + lake_N = lake_N ; + leaf_N = mk2N "leaf" "leaves" ; + leg_N = regN "leg" ; + liver_N = regN "liver" ; + louse_N = mk2N "louse" "lice" ; + man_N = man_N ; + meat_N = meat_N ; + moon_N = moon_N ; + mother_N = UseN2 mother_N2 ; + mountain_N = mountain_N ; + mouth_N = regN "mouth" ; + name_N = regN "name" ; + neck_N = regN "neck" ; + night_N = regN "night" ; + nose_N = regN "nose" ; + person_N = genderN human (regN "person") ; + rain_N = regN "rain" ; + river_N = river_N ; + road_N = regN "road" ; + root_N = regN "root" ; + rope_N = regN "rope" ; + salt_N = regN "salt" ; + sand_N = regN "sand" ; + sea_N = sea_N ; + seed_N = regN "seed" ; + skin_N = regN "skin" ; + sky_N = regN "sky" ; + smoke_N = regN "smoke" ; + snake_N = snake_N ; + snow_N = regN "snow" ; + star_N = star_N ; + stick_N = regN "stick" ; + stone_N = stone_N ; + sun_N = sun_N ; + tail_N = regN "tail" ; + tongue_N = regN "tongue" ; + tooth_N = mk2N "tooth" "teeth" ; + tree_N = tree_N ; + water_N = water_N ; + wife_N = genderN feminine (mk2N "wife" "wives") ; + wind_N = regN "wind" ; + wing_N = regN "wing" ; + woman_N = woman_N ; + worm_N = regN "worm" ; + year_N = regN "year" ; + + name_N2 = mkN2 (regN "name") "of" ; + mother_N2 = mother_N2 ; + father_N2 = father_N2 ; + + -- Verbs + + bite_V = bite_V ; + blow_V = blow_V ; + breathe_V = regV "breathe" ; + burn_V = burn_V ; + come_V = come_V ; + count_V = regV "count" ; + cut_V = cut_V ; + die_V = die_V ; + dig_V = dig_V ; + drink_V = drink_V ; + eat_V = eat_V ; + fall_V = fall_V ; + fear_V = regV "fear" ; + fight_V = fight_V ; + float_V = regV "float" ; + flow_V = regV "flow" ; + fly_V = fly_V ; + freeze_V = freeze_V ; + give_V = give_V ; + hear_V = hear_V ; + hit_V = hit_V ; + hold_V = hold_V ; + hunt_V = regV "hunt" ; + kill_V = regV "kill" ; + know_V = know_V ; + laugh_V = regV "laugh" ; + lie_V = lie_V ; + live_V = live_V ; + play_V = UseV2 play_V2 ; + pull_V = regV "pull" ; + push_V = regV "push" ; + rub_V = regDuplV "rub" ; + say_V = say_V ; + scratch_V = regV "scratch" ; + see_V = see_V ; + sew_V = sew_V ; + sing_V = sing_V ; + sit_V = sit_V ; + sleep_V = sleep_V ; + smell_V = regV "smell" ; + spit_V = spit_V ; + split_V = split_V ; + squeeze_V = regV "squeeze" ; + stab_V = regDuplV "stab" ; + stand_V = stand_V ; + suck_V = regV "suck" ; + swell_V = swell_V ; + swim_V = swim_V ; + think_V = think_V ; + throw_V = throw_V ; + tie_V = regV "tie" ; + turn_V = regV "turn" ; + vomit_V = regV "vomit" ; + walk_V = walk_V ; + wash_V = regV "wash" ; + wipe_V = regV "wipe" ; + + give_V3 = dirV3 give_V "to" ; + +} \ No newline at end of file