Remove som compound stuff that should not be in the swadesh lists.

This commit is contained in:
bringert
2005-03-09 15:57:00 +00:00
parent 21d5145aed
commit 0051dd7a96
3 changed files with 4 additions and 20 deletions

View File

@@ -169,10 +169,6 @@ abstract SwadeshLex = Categories ** {
worm_N : N ;
year_N : N ;
name_N2 : N2 ;
mother_N2 : N2 ;
father_N2 : N2 ;
-- Verbs
bite_V : V ;
@@ -232,6 +228,4 @@ abstract SwadeshLex = Categories ** {
wash_V : V ;
wipe_V : V ;
give_V3 : V3 ;
}

View File

@@ -176,10 +176,6 @@ concrete SwadeshLexEng of SwadeshLex = CategoriesEng
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 ;
@@ -239,6 +235,4 @@ concrete SwadeshLexEng of SwadeshLex = CategoriesEng
wash_V = regV "wash" ;
wipe_V = regV "wipe" ;
give_V3 = dirV3 give_V "to" ;
}

View File

@@ -111,7 +111,8 @@ concrete SwadeshLexSwe of SwadeshLex = CategoriesSwe
egg_N = mk2N "ägg" "ägg" ;
eye_N = mkN "öga" "ögat" "ögon" "ögonen" ;
fat_N = mk2N "fett" "fetter" ;
-- father_N = UseN2 father_N2 ;
-- father_N = mascN (mkN "far" "fadern" "fäder" "fäderna") ;
father_N = UseN2 father_N2 ;
feather_N = mk2N "fjäder" "fjädrar" ;
fingernail_N = mk2N "nagel" "naglar" ;
fire_N = mk2N "eld" "eldar" ;
@@ -139,7 +140,8 @@ concrete SwadeshLexSwe of SwadeshLex = CategoriesSwe
man_N = man_N ;
meat_N = meat_N ;
moon_N = moon_N ;
-- mother_N = UseN2 mother_N2 ;
-- mother_N = mkN "mor" "modern" "mödrar" "mödrarna" ;
mother_N = UseN2 mother_N2 ;
mountain_N = mountain_N ;
mouth_N = mk2N "mun" "munnar" ;
name_N = mk2N "namn" "namn" ;
@@ -177,10 +179,6 @@ concrete SwadeshLexSwe of SwadeshLex = CategoriesSwe
worm_N = mk2N "mask" "maskar" ;
year_N = mk2N "år" "år" ;
-- name_N2 = mkN2 (mk2N "namn" "namn") "på" ;
mother_N2 = mother_N2 ;
father_N2 = father_N2 ;
-- Verbs
bite_V = bita_V ;
@@ -240,6 +238,4 @@ concrete SwadeshLexSwe of SwadeshLex = CategoriesSwe
wash_V = regV "tvätta" ;
wipe_V = regV "torka" ;
give_V3 = dirV3 giva_V "to" ;
}