mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
changed whichSg/Pl_IDet to which_IQuant in DictEngAbs and Eng, Fin, Swe, Chi implementations
This commit is contained in:
@@ -60981,8 +60981,7 @@ lin whet_V2 = mkV2 (mkV "whet" "whets" "whetted" "whetted" "whetting");
|
||||
lin whether_Prep = mkPrep "whether";
|
||||
lin whetstone_N = mkN "whetstone" "whetstones";
|
||||
lin whey_N = mkN "whey" ;
|
||||
lin whichPl_IDet = mkDeterminer plural "which";
|
||||
lin whichSg_IDet = mkDeterminer singular "which";
|
||||
lin which_IQuant = {s = \\_ => "which"} ;
|
||||
lin whichever_A = compoundA (mkA "whichever");
|
||||
lin whichsoever_A = compoundA (mkA "whichsoever");
|
||||
lin whiff_N = mkN "whiff" "whiffs";
|
||||
|
||||
@@ -60896,8 +60896,7 @@ fun whet_V2 : V2;
|
||||
fun whether_Prep : Prep ;
|
||||
fun whetstone_N : N;
|
||||
fun whey_N : N;
|
||||
fun whichPl_IDet : IDet;
|
||||
fun whichSg_IDet : IDet;
|
||||
fun which_IQuant : IQuant ;
|
||||
fun whichever_A : A;
|
||||
fun whichsoever_A : A;
|
||||
fun whiff_N : N;
|
||||
|
||||
Reference in New Issue
Block a user