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

@@ -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" ;
}