mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
compoundN not compound N
This commit is contained in:
@@ -6530,7 +6530,7 @@ lin bosomed_A = mkWA (k41A "kurvikas") ; --UNCHK
|
||||
lin bosomy_A = mkWA (k38 "täyteläinen") ; --UNCHK
|
||||
lin boson_N = mkWN (k6 "bosoni") ; --UNCHK
|
||||
lin boss_A = mkWA (k38 "erinomainen") ; --UNCHK
|
||||
lin boss_N = L.boss_N | mkWN (compound N "esi" (k42 "mies")) ;
|
||||
lin boss_N = L.boss_N | mkWN (compoundN "esi" (k42 "mies")) ;
|
||||
lin boss_V2 = mkWV2 (k73 "leimata") ; --UNCHK
|
||||
lin boss_around_V2 = mkWV2 (k67A "komennella") ; --UNCHK
|
||||
lin bossism_N = mkWN "bossism" ; --UNCHK
|
||||
@@ -30801,7 +30801,7 @@ lin manage_VV = mkVVf (mkV "onnistua") infIllat ;
|
||||
lin manageability_N = mkWN (k40 "käsiteltävyys") ; --UNCHK
|
||||
lin manageable_A = mkWA "helposti" "käsiteltävä" ; --UNCHK
|
||||
lin management_N = mkN "johto" ;
|
||||
lin manager_N = mkN "johtaja" | mkWN (compound N "esi" (k42 "mies")) ;
|
||||
lin manager_N = mkN "johtaja" | mkWN (compoundN "esi" (k42 "mies")) ;
|
||||
lin manageress_N = mkWN (k32A "johtajatar") ; --UNCHK
|
||||
lin managerial_A = mkWA "liikkeenjohdollinen" ; --UNCHK
|
||||
lin managership_N = mkWN (k40 "johtajuus") ; --UNCHK
|
||||
@@ -50802,7 +50802,7 @@ lin superintend_V2 = mkWV2 (k53A "johtaa") ; --UNCHK
|
||||
lin superintendence_N = mkWN (k39 "ohjaus") ; --UNCHK
|
||||
lin superintendent_N = mkWN (k10 "johtaja") ; --UNCHK
|
||||
lin superior_A = mkWA (k16A "ylempi") ; --UNCHK
|
||||
lin superior_N = mkWN (compoundN "ylä" (k5 "indeksi")) | mkWN (compound N "esi" (k42 "mies")) ; --UNCHK
|
||||
lin superior_N = mkWN (compoundN "ylä" (k5 "indeksi")) | mkWN (compoundN "esi" (k42 "mies")) ; --UNCHK
|
||||
lin superiority_N = mkWN (k40 "ylemmyys") ; --UNCHK
|
||||
lin superjacent_A = mkWA (k10 "oleva") "yläpuolella" ; --UNCHK
|
||||
lin superlative_A = mkWA (k41 "paras") ; --UNCHK
|
||||
|
||||
Reference in New Issue
Block a user