mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Swadesh: changed smell_v from V2 to V.
This commit is contained in:
@@ -224,7 +224,7 @@ abstract Swadesh = Cat ** {
|
||||
sing_V : V ;
|
||||
sit_V : V ;
|
||||
sleep_V : V ;
|
||||
smell_V : V2 ;
|
||||
smell_V : V ;
|
||||
spit_V : V ;
|
||||
split_V : V2 ;
|
||||
squeeze_V : V2 ;
|
||||
|
||||
@@ -226,7 +226,7 @@ concrete SwadeshEng of Swadesh = CatEng
|
||||
sing_V = sing_V ;
|
||||
sit_V = sit_V ;
|
||||
sleep_V = sleep_V ;
|
||||
smell_V = dirV2 (regV "smell") ;
|
||||
smell_V = regV "smell" ;
|
||||
spit_V = spit_V ;
|
||||
split_V = dirV2 split_V ;
|
||||
squeeze_V = dirV2 (regV "squeeze") ;
|
||||
|
||||
@@ -242,7 +242,7 @@ concrete SwadeshFin of Swadesh = CatFin
|
||||
sing_V = regV "laulaa" ;
|
||||
sit_V = regV "istua" ;
|
||||
sleep_V = sleep_V ;
|
||||
smell_V = dirV2 (reg2V "haistaa" "haistoi") ;
|
||||
smell_V = reg2V "haistaa" "haistoi" ;
|
||||
spit_V = regV "sylkeä" ;
|
||||
split_V = dirV2 (reg2V "halkaista" "halkaisi") ;
|
||||
squeeze_V = dirV2 (regV "puristaa") ;
|
||||
|
||||
@@ -238,7 +238,7 @@ concrete SwadeshFre of Swadesh = CatFre
|
||||
sing_V = regV "chanter" ;
|
||||
sit_V = reflV asseoir_V2 ;
|
||||
sleep_V = dormir_V2 ;
|
||||
smell_V = ( sentir_V2) ;
|
||||
smell_V = v2V ( sentir_V2) ;
|
||||
spit_V = regV "cracher" ;
|
||||
split_V = ( fendre_V2) ;
|
||||
squeeze_V = dirV2 (regV "serrer") ;
|
||||
|
||||
@@ -237,7 +237,7 @@ concrete SwadeshIta of Swadesh = CatIta
|
||||
sing_V = regV "cantare" ;
|
||||
sit_V = reflV (verboV (sedere_84 "sedere")) ;
|
||||
sleep_V = sleep_V ;
|
||||
smell_V = dirV2 (verboV (sentire_99 "sentire")) ;
|
||||
smell_V = verboV (sentire_99 "sentire") ;
|
||||
spit_V = regV "sputare" ;
|
||||
split_V = dirV2 (verboV (ridere_74 "dividere")) ;
|
||||
squeeze_V = dirV2 (verboV (temere_20 "spremere")) ;
|
||||
|
||||
@@ -229,7 +229,7 @@ concrete SwadeshNor of Swadesh = CatNor
|
||||
sing_V = synge_V ;
|
||||
sit_V = sitte_V ;
|
||||
sleep_V = sove_V ;
|
||||
smell_V = dirV2 (regV "lukte") ;
|
||||
smell_V = regV "lukte" ;
|
||||
spit_V = regV "spytte" ;
|
||||
split_V = dirV2 (mk2V "kløyve" "kløyvde") ;
|
||||
squeeze_V = dirV2 (mk2V "klemme" "klemte") ;
|
||||
|
||||
@@ -241,7 +241,7 @@ concrete SwadeshSpa of Swadesh = CatSpa
|
||||
sing_V = regV "cantar" ;
|
||||
sit_V = reflV (regV "sentar") ;
|
||||
sleep_V = sleep_V ;
|
||||
smell_V = dirV2 (verboV (oler_52 "oler")) ;
|
||||
smell_V = verboV (oler_52 "oler") ;
|
||||
spit_V = regV "escupir" ;
|
||||
split_V = dirV2 (regV "separar") ; -- dividir,) ;
|
||||
squeeze_V = dirV2 (regV "exprimir") ;
|
||||
|
||||
@@ -231,7 +231,7 @@ concrete SwadeshSwe of Swadesh = CatSwe
|
||||
sing_V = sjunga_V ;
|
||||
sit_V = sitta_V ;
|
||||
sleep_V = sova_V ;
|
||||
smell_V = dirV2 (regV "lukta") ;
|
||||
smell_V = regV "lukta" ;
|
||||
spit_V = regV "spotta" ;
|
||||
split_V = dirV2 (klyva_V) ;
|
||||
squeeze_V = dirV2 (klämma_V) ;
|
||||
|
||||
Reference in New Issue
Block a user