mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 17:42:51 -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;
|
||||
|
||||
Reference in New Issue
Block a user