forked from GitHub/gf-rgl
Remove som compound stuff that should not be in the swadesh lists.
This commit is contained in:
@@ -169,10 +169,6 @@ abstract SwadeshLex = Categories ** {
|
|||||||
worm_N : N ;
|
worm_N : N ;
|
||||||
year_N : N ;
|
year_N : N ;
|
||||||
|
|
||||||
name_N2 : N2 ;
|
|
||||||
mother_N2 : N2 ;
|
|
||||||
father_N2 : N2 ;
|
|
||||||
|
|
||||||
-- Verbs
|
-- Verbs
|
||||||
|
|
||||||
bite_V : V ;
|
bite_V : V ;
|
||||||
@@ -232,6 +228,4 @@ abstract SwadeshLex = Categories ** {
|
|||||||
wash_V : V ;
|
wash_V : V ;
|
||||||
wipe_V : V ;
|
wipe_V : V ;
|
||||||
|
|
||||||
give_V3 : V3 ;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -176,10 +176,6 @@ concrete SwadeshLexEng of SwadeshLex = CategoriesEng
|
|||||||
worm_N = regN "worm" ;
|
worm_N = regN "worm" ;
|
||||||
year_N = regN "year" ;
|
year_N = regN "year" ;
|
||||||
|
|
||||||
name_N2 = mkN2 (regN "name") "of" ;
|
|
||||||
mother_N2 = mother_N2 ;
|
|
||||||
father_N2 = father_N2 ;
|
|
||||||
|
|
||||||
-- Verbs
|
-- Verbs
|
||||||
|
|
||||||
bite_V = bite_V ;
|
bite_V = bite_V ;
|
||||||
@@ -239,6 +235,4 @@ concrete SwadeshLexEng of SwadeshLex = CategoriesEng
|
|||||||
wash_V = regV "wash" ;
|
wash_V = regV "wash" ;
|
||||||
wipe_V = regV "wipe" ;
|
wipe_V = regV "wipe" ;
|
||||||
|
|
||||||
give_V3 = dirV3 give_V "to" ;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -111,7 +111,8 @@ concrete SwadeshLexSwe of SwadeshLex = CategoriesSwe
|
|||||||
egg_N = mk2N "ägg" "ägg" ;
|
egg_N = mk2N "ägg" "ägg" ;
|
||||||
eye_N = mkN "öga" "ögat" "ögon" "ögonen" ;
|
eye_N = mkN "öga" "ögat" "ögon" "ögonen" ;
|
||||||
fat_N = mk2N "fett" "fetter" ;
|
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" ;
|
feather_N = mk2N "fjäder" "fjädrar" ;
|
||||||
fingernail_N = mk2N "nagel" "naglar" ;
|
fingernail_N = mk2N "nagel" "naglar" ;
|
||||||
fire_N = mk2N "eld" "eldar" ;
|
fire_N = mk2N "eld" "eldar" ;
|
||||||
@@ -139,7 +140,8 @@ concrete SwadeshLexSwe of SwadeshLex = CategoriesSwe
|
|||||||
man_N = man_N ;
|
man_N = man_N ;
|
||||||
meat_N = meat_N ;
|
meat_N = meat_N ;
|
||||||
moon_N = moon_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 ;
|
mountain_N = mountain_N ;
|
||||||
mouth_N = mk2N "mun" "munnar" ;
|
mouth_N = mk2N "mun" "munnar" ;
|
||||||
name_N = mk2N "namn" "namn" ;
|
name_N = mk2N "namn" "namn" ;
|
||||||
@@ -177,10 +179,6 @@ concrete SwadeshLexSwe of SwadeshLex = CategoriesSwe
|
|||||||
worm_N = mk2N "mask" "maskar" ;
|
worm_N = mk2N "mask" "maskar" ;
|
||||||
year_N = mk2N "år" "år" ;
|
year_N = mk2N "år" "år" ;
|
||||||
|
|
||||||
-- name_N2 = mkN2 (mk2N "namn" "namn") "på" ;
|
|
||||||
mother_N2 = mother_N2 ;
|
|
||||||
father_N2 = father_N2 ;
|
|
||||||
|
|
||||||
-- Verbs
|
-- Verbs
|
||||||
|
|
||||||
bite_V = bita_V ;
|
bite_V = bita_V ;
|
||||||
@@ -240,6 +238,4 @@ concrete SwadeshLexSwe of SwadeshLex = CategoriesSwe
|
|||||||
wash_V = regV "tvätta" ;
|
wash_V = regV "tvätta" ;
|
||||||
wipe_V = regV "torka" ;
|
wipe_V = regV "torka" ;
|
||||||
|
|
||||||
give_V3 = dirV3 giva_V "to" ;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user