mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
merging Lexicon with Swadesh
This commit is contained in:
@@ -202,7 +202,8 @@ lin
|
||||
tree_N = reg2N "Baum" "Bäume" masculine ;
|
||||
---- trousers_N = regN "trousers" ; ---- pl t !
|
||||
ugly_A = regA "häßlich" ;
|
||||
understand_V2 = dirV2 (irregV "verstehen" "versteht" "verstand" "verstände" "verstanden") ;
|
||||
understand_V2 =
|
||||
dirV2 (irregV "verstehen" "versteht" "verstand" "verstände" "verstanden") ;
|
||||
university_N = reg2N "Universitet" "Universiteten" feminine ;
|
||||
village_N = reg2N "Dorf" "Dörfer" neuter ;
|
||||
wait_V2 = mkV2 (regV "warten") (mkPrep "auf" accusative) ;
|
||||
@@ -222,4 +223,136 @@ lin
|
||||
yellow_A = regA "gelb" ;
|
||||
young_A = mkA "jung" "jünger" "jüngste" ;
|
||||
|
||||
|
||||
-- rest of Swadesh words: to be completed!
|
||||
|
||||
{-
|
||||
left_Ord = ss "link" ; -- should be the adjective!
|
||||
right_Ord = ss "recht" ; -- adjective!
|
||||
far_Adv = mkAdv "weit" ;
|
||||
correct_A = (regA "recht") ;
|
||||
dry_A = regA "trocken" ;
|
||||
dull_A = regA "dull" ;
|
||||
full_A = regA "voll" ;
|
||||
heavy_A = regA "schwer" ;
|
||||
near_A = regA "nahe" ;
|
||||
rotten_A = (regA "rotten") ;
|
||||
round_A = regA "rund" ;
|
||||
sharp_A = regA "scharf" ;
|
||||
smooth_A = regA "eben" ;
|
||||
straight_A = regA "gerade" ;
|
||||
wet_A = regA "nass" ; ----
|
||||
wide_A = regA "weit" ;
|
||||
animal_N = regN "Tier" ;
|
||||
ashes_N = regN "Asch" ; -- FIXME: plural only?
|
||||
back_N = regN "Ruecke" ;
|
||||
bark_N = regN "bark" ;
|
||||
belly_N = regN "Mage" ;
|
||||
blood_N = regN "Blut" ;
|
||||
bone_N = regN "Bein" ;
|
||||
breast_N = regN "Brust" ;
|
||||
cloud_N = regN "Wolk" ;
|
||||
day_N = regN "Tag" ;
|
||||
dust_N = regN "dust" ;
|
||||
ear_N = regN "Ohre" ;
|
||||
earth_N = regN "Erde" ;
|
||||
egg_N = regN "Ei" ;
|
||||
eye_N = regN "Auge" ;
|
||||
fat_N = regN "dick" ;
|
||||
feather_N = regN "feather" ;
|
||||
fingernail_N = regN "Nagel" ;
|
||||
fire_N = regN "Feuer" ;
|
||||
flower_N = regN "Blum" ;
|
||||
fog_N = regN "fog" ;
|
||||
foot_N = mk2N "foot" "feet" ;
|
||||
forest_N = regN "forest" ;
|
||||
grass_N = regN "grass" ;
|
||||
guts_N = regN "gut" ; -- FIXME: no singular
|
||||
hair_N = regN "hair" ;
|
||||
hand_N = regN "hand" ;
|
||||
head_N = regN "head" ;
|
||||
heart_N = regN "heart" ;
|
||||
horn_N = regN "horn" ;
|
||||
husband_N = regN "Ehemann" ;
|
||||
ice_N = regN "ice" ;
|
||||
knee_N = regN "knee" ;
|
||||
leaf_N = mk2N "leaf" "leaves" ;
|
||||
leg_N = regN "leg" ;
|
||||
liver_N = regN "liver" ;
|
||||
louse_N = mk2N "louse" "lice" ;
|
||||
mouth_N = regN "mouth" ;
|
||||
name_N = regN "name" ;
|
||||
neck_N = regN "neck" ;
|
||||
night_N = regN "night" ;
|
||||
nose_N = regN "nose" ;
|
||||
person_N = regN "Persone" ;
|
||||
rain_N = regN "regnen" ;
|
||||
road_N = regN "Strasse" ;
|
||||
root_N = regN "root" ;
|
||||
rope_N = regN "rope" ;
|
||||
salt_N = regN "salt" ;
|
||||
sand_N = regN "sand" ;
|
||||
seed_N = regN "seed" ;
|
||||
skin_N = regN "skin" ;
|
||||
sky_N = regN "sky" ;
|
||||
smoke_N = regN "smoke" ;
|
||||
snow_N = regN "snow" ;
|
||||
stick_N = regN "stick" ;
|
||||
tail_N = regN "tail" ;
|
||||
tongue_N = regN "tongue" ;
|
||||
tooth_N = regN "Zahn" ;
|
||||
wife_N = regN "Frau" ;
|
||||
wind_N = regN "wind" ;
|
||||
wing_N = regN "wing" ;
|
||||
worm_N = regN "worm" ;
|
||||
year_N = regN "year" ;
|
||||
blow_V = blow_V ;
|
||||
breathe_V = dirV2 (regV "breathe") ;
|
||||
burn_V = burn_V ;
|
||||
dig_V = dig_V ;
|
||||
fall_V = fall_V ;
|
||||
float_V = regV "float" ;
|
||||
flow_V = regV "flow" ;
|
||||
fly_V = fly_V ;
|
||||
freeze_V = freeze_V ;
|
||||
give_V3 = dirV3 give_V "to" ;
|
||||
laugh_V = regV "laugh" ;
|
||||
lie_V = lie_V ;
|
||||
play_V = regV "play" ;
|
||||
sew_V = sew_V ;
|
||||
sing_V = sing_V ;
|
||||
sit_V = sit_V ;
|
||||
smell_V = regV "smell" ;
|
||||
spit_V = spit_V ;
|
||||
stand_V = stand_V ;
|
||||
swell_V = swell_V ;
|
||||
swim_V = swim_V ;
|
||||
think_V = think_V ;
|
||||
turn_V = regV "turn" ;
|
||||
vomit_V = regV "vomit" ;
|
||||
|
||||
bite_V2 = dirV2 bite_V ;
|
||||
count_V2 = dirV2 (regV "count") ;
|
||||
cut_V2 = dirV2 cut_V ;
|
||||
fear_V2 = dirV2 (regV "fear") ;
|
||||
fight_V2 = dirV2 fight_V ;
|
||||
hit_V2 = dirV2 hit_V ;
|
||||
hold_V2 = dirV2 hold_V ;
|
||||
hunt_V2 = dirV2 (regV "hunt") ;
|
||||
kill_V2 = dirV2 (regV "kill") ;
|
||||
pull_V2 = dirV2 (regV "pull") ;
|
||||
push_V2 = dirV2 (regV "push") ;
|
||||
rub_V2 = dirV2 (regDuplV "rub") ;
|
||||
scratch_V2 = dirV2 (regV "scratch") ;
|
||||
split_V2 = dirV2 split_V ;
|
||||
squeeze_V2 = dirV2 (regV "squeeze") ;
|
||||
stab_V2 = dirV2 (regDuplV "stab") ;
|
||||
suck_V2 = dirV2 (regV "suck") ;
|
||||
throw_V2 = dirV2 throw_V ;
|
||||
tie_V2 = dirV2 (regV "tie") ;
|
||||
wash_V2 = dirV2 (regV "wash") ;
|
||||
wipe_V2 = dirV2 (regV "wipe") ;
|
||||
|
||||
-}
|
||||
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user