mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
Remove som compound stuff that should not be in the swadesh lists.
This commit is contained in:
@@ -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" ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user