mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 16:29:32 -06:00
verb correspond_V2 (correspond to) in DictEng, Swe, Fin
This commit is contained in:
@@ -12624,6 +12624,7 @@ lin correlational_A = mkA "correlational" ;
|
||||
lin correlative_A = compoundA (mkA "correlative");
|
||||
lin correlative_N = mkN "correlative" "correlatives";
|
||||
lin correspond_V = mkV "correspond" "corresponds" "corresponded" "corresponded" "corresponding";
|
||||
lin correspond_V2 = mkV2 (mkV "correspond") to_Prep ;
|
||||
lin correspondence_N = mkN "correspondence" "correspondences";
|
||||
lin correspondent_N = mkN "correspondent" "correspondents";
|
||||
lin correspondingly_Adv = mkAdv "correspondingly" ;
|
||||
|
||||
@@ -12605,6 +12605,7 @@ fun correlational_A : A;
|
||||
fun correlative_A : A;
|
||||
fun correlative_N : N;
|
||||
fun correspond_V : V;
|
||||
fun correspond_V2 : V2 ; -- x corresponds to y
|
||||
fun correspondence_N : N;
|
||||
fun correspondent_N : N;
|
||||
fun correspondingly_Adv : Adv;
|
||||
@@ -30781,7 +30782,7 @@ fun lethargic_A : A;
|
||||
fun lethargically_Adv : Adv;
|
||||
fun lethargy_N : N;
|
||||
fun lethe_PN : PN;
|
||||
fun letter_1_N : N;
|
||||
fun letter_1_N : N; ---- which is which??
|
||||
fun letter_2_N : N;
|
||||
fun letter_box_N : N;
|
||||
fun letter_card_N : N;
|
||||
|
||||
@@ -55056,6 +55056,7 @@ dam_N = mkN "pato" ;
|
||||
daily_N = mkWN (compoundN "päivä" (k7A "lehti")) ;
|
||||
correspondent_N = mkN "kirjeenvaihtaja" ; --mkWN (k10 "kirjoittaja") "kirjeiden" ;
|
||||
correspond_V = mkV vOlla "kirjeenvaihdossa" ;
|
||||
correspond_V2 = mkV2 (mkV "vastata") partitive ;
|
||||
cool_V2 = mkV2 "viilentää" partitive ;
|
||||
continual_A = mkWA (kH1 "lakkaamaton") ;
|
||||
companion_N = mkWN (k38 "seuralainen") ;
|
||||
|
||||
@@ -13097,6 +13097,7 @@ lin correlational_A = variants {};
|
||||
lin correlative_A = mkA "motsvarande";
|
||||
lin correlative_N = mkN "motsvarande";
|
||||
lin correspond_V = mkV "brevväxlar"; -- comment=2
|
||||
lin correspond_V2 = mkV2 (mkV "motsvarar") ;
|
||||
lin correspondence_N = mkN "överensstämmelse" "överensstämmelser"; -- comment=4
|
||||
lin correspondent_N = mkN "kund" "kunder"; -- comment=5
|
||||
lin correspondingly_Adv = variants {};
|
||||
|
||||
Reference in New Issue
Block a user