changed whichSg/Pl_IDet to which_IQuant in DictEngAbs and Eng, Fin, Swe, Chi implementations

This commit is contained in:
aarne
2013-11-01 13:49:21 +00:00
parent 63806bf87e
commit fcb5b173f7
6 changed files with 6 additions and 13 deletions

View File

@@ -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";

View File

@@ -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;