diff --git a/next-lib/src/parsing/BigLexEng.gf b/next-lib/src/parsing/BigLexEng.gf index 7bfaf26f3..7d6021447 100644 --- a/next-lib/src/parsing/BigLexEng.gf +++ b/next-lib/src/parsing/BigLexEng.gf @@ -17,7 +17,7 @@ lin absent_A = mkA "absent" ; lin absent_A2from = mkA2 "absent" "from" ; lin absentee_N = mkN "absentee" ; lin absolute_A = longA "absolute" ; -lin absolve_V3from = mkV3 (mkV "absolve") "from" ; +lin absolve_V3from = mkV3 "absolve" "from" ; lin abstract_N = mkN "abstract" ; lin abstract_A = longA "abstract" ; lin abstract_V = (mkV "abstract") ; @@ -41,7 +41,7 @@ lin account_V2for = mkV2 "account" "for" ; lin accumulate_V2 = mkV2 "accumulate" ; lin accuracy_N = mkN "accuracy" ; lin accurate_A = longA "accurate" ; -lin accuse_V3of = mkV3 (mkV "accuse") "of" ; +lin accuse_V3of = mkV3 "accuse" "of" ; lin ache_N = mkN "ache" ; lin ache_V = (mkV "ache") ; lin achieve_V2 = mkV2 "achieve" ; @@ -60,7 +60,7 @@ lin actual_A = longA "actual" ; lin acute_A = longA "acute" ; lin adage_N = mkN "adage" ; lin adapt_V2 = mkV2 "adapt" ; -lin add_V3to = mkV3 (mkV "add") "to" ; +lin add_V3to = mkV3 "add" "to" ; lin addict_N = mkN "addict" ; lin addict_V2 = mkV2 "addict" ; lin addition_N2to = mkN2 "addition" "to" ; @@ -90,7 +90,7 @@ lin admissible_A = longA "admissible" ; lin admission_N = mkN "admission" ; lin admission_N2to = mkN2 "admission" "to" ; lin admit_V2 = mkV2 "admit" ; -lin admit_V3to = mkV3 (mkV "admit") "to" ; +lin admit_V3to = mkV3 "admit" "to" ; lin admit_V = (mkV "admit") ; lin admit_V2of = mkV2 "admit" "of" ; lin admit_VS = mkVS (mkV "admit") ; @@ -116,7 +116,7 @@ lin affair_N = mkN "affair" ; lin affect_V2 = mkV2 "affect" ; lin affection_N2for = mkN2 "affection" "for" ; lin affix_N = mkN "affix" ; -lin affix_V3with = mkV3 (mkV "affix") "with" ; +lin affix_V3with = mkV3 "affix" "with" ; lin afflict_V2 = mkV2 "afflict" ; lin afford_V2 = mkV2 "afford" ; lin afford_VV = mkVV (mkV "afford") ; @@ -161,7 +161,7 @@ lin align_V2 = mkV2 "align" ; -- lin all_Adv = mkAdv "all" ; lin allege_VS = mkVS (mkV "allege") ; lin alley_N = mkN "alley" ; -lin allocate_V3to = mkV3 (mkV "allocate") "to" ; +lin allocate_V3to = mkV3 "allocate" "to" ; lin allow_V2 = mkV2 "allow" ; lin allow_V2 = mkV2 "allow" ; lin allow_V2for = mkV2 "allow" "for" ; @@ -188,7 +188,7 @@ lin amaze_V2 = mkV2 "amaze" ; lin amazing_A = longA "amazing" ; lin ambiguity_N = mkN "ambiguity" ; lin ambiguous_A = longA "ambiguous" ; -lin ambition_N2 = mkN2 "ambition" "" ; +lin ambition_N2 = mkN2 "ambition" ; lin ambitious_A = longA "ambitious" ; lin amenable_A = longA "amenable" ; lin amenable_A2to = longA2 "amenable" "to" ; @@ -271,13 +271,13 @@ lin appear_V2 = mkV2 "appear" ; lin appear_V2 = mkV2 "appear" ; lin appear_V = (mkV "appear") ; lin appear_V2 = mkV2 "appear" ; -lin append_V3to = mkV3 (mkV "append") "to" ; +lin append_V3to = mkV3 "append" "to" ; lin appendix_N = mkN "appendix" "appendices" ; lin apple_N = mkN "apple" ; lin applicable_A = longA "applicable" ; lin applicable_A2to = longA2 "applicable" "to" ; lin applicant_N = mkN "applicant" ; -lin apply_V3to = mkV3 (mkV "apply") "to" ; +lin apply_V3to = mkV3 "apply" "to" ; lin apply_V2for = mkV2 "apply" "for" ; lin appoint_V2 = mkV2 "appoint" ; lin appoint_V = (mkV "appoint") ; @@ -314,7 +314,7 @@ lin area_N = mkN "area" ; lin arena_N = mkN "arena" ; lin argue_V = (mkV "argue") ; lin argument_N2s_withabout = mkN2 "argument" "s_withabout" ; -- -lin argument_N2 = mkN2 "argument" "" ; -- +lin argument_N2 = mkN2 "argument" ; -- --lin arise_V = IrregEng.arise_V ; lin arithmetic_N = mkN "arithmetic" ; lin arm_N = mkN "arm" ; @@ -344,13 +344,13 @@ lin ascend_V2 = mkV2 "ascend" ; lin ascend_V = (mkV "ascend") ; lin ascent_N = mkN "ascent" ; lin ascertain_V2 = mkV2 "ascertain" ; -lin ascribe_V3to = mkV3 (mkV "ascribe") "to" ; +lin ascribe_V3to = mkV3 "ascribe" "to" ; lin ash_N = mkN "ash" ; lin asia_PN = regPN "asia" ; lin ask_V2 = mkV2 "ask" ; -lin ask_V3for = mkV3 (mkV "ask") "for" ; -lin ask_V3to = mkV3 (mkV "ask") "to" ; -lin ask_V3s = mkV3 (mkV "ask") "s" ; -- +lin ask_V3for = mkV3 "ask" "for" ; +lin ask_V3to = mkV3 "ask" "to" ; +lin ask_V3s = mkV3 "ask" "s" ; -- lin ask_V2 = mkV2 "ask" ; lin ask_V2for = mkV2 "ask" "for" ; lin ask_V2 = mkV2 "ask" ; @@ -369,18 +369,18 @@ lin assembly_N = mkN "assembly" ; lin assent_V2to = mkV2 "assent" "to" ; lin assert_VS = mkVS (mkV "assert") ; lin assess_V2 = mkV2 "assess" ; -lin assign_V3to = mkV3 (mkV "assign") "to" ; +lin assign_V3to = mkV3 "assign" "to" ; lin assimilate_V2 = mkV2 "assimilate" ; lin assist_V2 = mkV2 "assist" ; lin assist_V = (mkV "assist") ; lin assist_V2 = mkV2 "assist" ; lin assist_V2at = mkV2 "assist" "at" ; lin assistant_N = mkN "assistant" ; -lin associate_V3with =mkV3 (mkV "associate") "with" ; +lin associate_V3with =mkV3 "associate" "with" ; lin association_N = mkN "association" ; lin assume_V2 = mkV2 "assume" ; lin assume_VS = mkVS (mkV "assume") ; -lin assumption_N2 = mkN2 "assumption" "" ; -- +lin assumption_N2 = mkN2 "assumption" ; -- lin assure_VS = mkVS (mkV "assure") ; lin asterisk_N = mkN "asterisk" ; lin asthma_N = mkN "asthma" ; @@ -395,12 +395,12 @@ lin atlas_N = mkN "atlas" ; lin atmosphere_N = mkN "atmosphere" ; lin atom_N = mkN "atom" ; lin attach_V2 = mkV2 "attach" ; -lin attach_V3to =mkV3 (mkV "attach") "to" ; +lin attach_V3to =mkV3 "attach" "to" ; lin attach_V2to = mkV2 "attach" "to" ; lin attack_V2 = mkV2 "attack" ; lin attack_N2on = mkN2 "attack" "on" ; lin attain_V2 = mkV2 "attain" ; -lin attempt_N2 = mkN2 "attempt" "" ; +lin attempt_N2 = mkN2 "attempt" ; lin attempt_VV = mkVV (mkV "attempt") ; lin attend_V2to = mkV2 "attend" "to" ; lin attention_N2to = mkN2 "attention" "to" ; @@ -409,7 +409,7 @@ lin attentive_A2to = longA2 "attentive" "to" ; lin attitude_N = mkN "attitude" ; lin attract_V2 = mkV2 "attract" ; lin attribute_N = mkN "attribute" ; -lin attribute_V3to =mkV3 (mkV "attribute") "to" ; +lin attribute_V3to =mkV3 "attribute" "to" ; lin audible_A = longA "audible" ; lin audience_N = mkN "audience" ; lin augment_V2 = mkV2 "augment" ; @@ -441,7 +441,7 @@ lin avoid_V2 = mkV2 "avoid" ; lin avowed_A = longA "avowed" ; lin await_V2 = mkV2 "await" ; lin awaken_V2 = mkV2 "awaken" ; -lin award_V3to =mkV3 (mkV "award") "to" ; +lin award_V3to =mkV3 "award" "to" ; lin awful_A = longA "awful" ; lin awkward_A = mkA "awkward" ; lin axe_N = mkN "axe" ; @@ -481,7 +481,7 @@ lin barn_N = mkN "barn" ; lin baron_N = mkN "baron" ; lin barrel_N = mkN "barrel" ; lin base_N = mkN "base" ; -lin base_V3loc =mkV3 (mkV "base") "loc" ; +lin base_V3loc =mkV3 "base" "loc" ; lin basic_A = longA "basic" ; lin basically_Adv = mkAdv "basically" ; lin basin_N = mkN "basin" ; @@ -522,7 +522,7 @@ lin behaviour_N = massN "behaviour" ; lin being_N = mkN "being" ; lin belief_N = mkN "belief" ; lin belief_N2in = mkN2 "belief" "in" ; -lin belief_N2 = mkN2 "belief" "" ; +lin belief_N2 = mkN2 "belief" ; lin believe_V2 = mkV2 "believe" ; lin believe_V2in = mkV2 "believe" "in" ; lin believe_VS = mkVS (mkV "believe") ; @@ -557,7 +557,7 @@ lin big_A = mkA "big" ; lin bike_N = mkN "bike" ; lin bill_N = mkN "bill" ; lin bill_PN = regPN "bill" ; -lin billion_N2 = mkN2 "billion" "" ; +lin billion_N2 = mkN2 "billion" ; lin bin_N = mkN "bin" ; lin binary_A = longA "binary" ; lin bind_V2 = mkV2 bind_V ; @@ -574,7 +574,7 @@ lin bizarre_A = longA "bizarre" ; lin black_A = mkA "black" ; lin blackboard_N = mkN "blackboard" ; lin blade_N = mkN "blade" ; -lin blame_V3for =mkV3 (mkV "blame") "for" ; +lin blame_V3for =mkV3 "blame" "for" ; lin blame_N = mkN "blame" ; lin blame_N2for = mkN2 "blame" "for" ; lin blank_A = mkA "blank" ; @@ -598,7 +598,7 @@ lin bomb_N = mkN "bomb" ; lin bomb_V2 = mkV2 "bomb" ; lin bombard_V2 = mkV2 "bombard" ; lin bond_N = mkN "bond" ; -lin bond_V3to =mkV3 (mkV "bond") "to" ; +lin bond_V3to =mkV3 "bond" "to" ; lin bone_N = mkN "bone" ; lin bonus_N = mkN "bonus" ; lin book_N = mkN "book" ; @@ -612,7 +612,7 @@ lin border_N = mkN "border" ; lin border_V2 = mkV2 "border" ; lin bore_N = mkN "bore" ; lin bore_V2 = mkV2 "bore" ; -lin borrow_V3from =mkV3 (mkV "borrow") "from" ; +lin borrow_V3from =mkV3 "borrow" "from" ; lin boss_N = mkN "boss" ; lin bother_V2 = mkV2 "bother" ; lin bother_V2about = mkV2 "bother" "about" ; @@ -731,7 +731,7 @@ lin capable_A2of = longA2 "capable" "of" ; lin capacity_N = mkN "capacity" ; lin capital_N = mkN "capital" ; lin captain_N = mkN "captain" ; -lin captain_N2 = mkN2 "captain" "" ; +lin captain_N2 = mkN2 "captain" ; lin capture_V2 = mkV2 "capture" ; lin car_N = mkN "car" ; lin card_N = mkN "card" ; @@ -783,11 +783,11 @@ lin certain_A = longA "certain" ; lin certain_A2of = longA2 "certain" "of" ; lin certain_A2 = longA2 "certain" "" ; lin certainty_N = mkN "certainty" ; -lin certainty_N2 = mkN2 "certainty" "" ; +lin certainty_N2 = mkN2 "certainty" ; lin certify_V2 = mkV2 "certify" ; lin certitude_N = mkN "certitude" ; lin chain_N = mkN "chain" ; -lin chain_V3to =mkV3 (mkV "chain") "to" ; +lin chain_V3to =mkV3 "chain" "to" ; lin chair_N = mkN "chair" ; lin chairman_N = mkN "chairman" "chairmen" ; lin chairwoman_N = mkN "chairwoman" "chairwomen" ; @@ -808,9 +808,9 @@ lin characteristic_N = mkN "characteristic" ; lin characteristic_A = longA "characteristic" ; lin characteristic_A2of = longA2 "characteristic" "of" ; lin characteristically_A = longA "characteristically" ; -lin characterize_V3_pred =mkV3 (mkV "characterize") "_pred" ; +lin characterize_V3_pred =mkV3 "characterize" "_pred" ; lin charge_N = mkN "charge" ; -lin charge_V3with =mkV3 (mkV "charge") "with" ; +lin charge_V3with =mkV3 "charge" "with" ; lin charitable_A = longA "charitable" ; lin charity_N = mkN "charity" ; lin charm_N = mkN "charm" ; @@ -874,7 +874,7 @@ lin civilize_V2 = mkV2 "civilize" ; lin clad_A = longA "clad" ; lin clad_A2in = longA2 "clad" "in" ; lin claim_VS = mkVS (mkV "claim") ; -lin claim_N2 = mkN2 "claim" "" ; +lin claim_N2 = mkN2 "claim" ; lin clan_N = mkN "clan" ; lin clap_V = (mkV "clap") ; lin clap_N = mkN "clap" ; @@ -882,7 +882,7 @@ lin clarify_V2 = mkV2 "clarify" ; lin clarity_N = mkN "clarity" ; lin clash_V2with = mkV2 "clash" "with" ; lin class_N = mkN "class" ; -lin class_V3_pred =mkV3 (mkV "class") "_pred" ; +lin class_V3_pred =mkV3 "class" "_pred" ; lin classic_A = longA "classic" ; lin classify_V2 = mkV2 "classify" ; lin clause_N = mkN "clause" ; @@ -954,7 +954,7 @@ lin collapse_N = mkN "collapse" ; lin collapse_V = (mkV "collapse") ; lin collar_N = mkN "collar" ; lin colleague_N = mkN "colleague" ; -lin collect_V3from =mkV3 (mkV "collect") "from" ; +lin collect_V3from =mkV3 "collect" "from" ; lin college_N = mkN "college" ; lin collide_V = (mkV "collide") ; lin collinear_A = longA "collinear" ; @@ -967,7 +967,7 @@ lin column_N = mkN "column" ; lin comb_N = mkN "comb" ; lin combat_N = mkN "combat" ; lin combinator_N = mkN "combinator" ; -lin combine_V3with =mkV3 (mkV "combine") "with" ; +lin combine_V3with =mkV3 "combine" "with" ; lin come_V2 = mkV2 come_V ; lin comedy_N = mkN "comedy" ; lin comfort_N = mkN "comfort" ; @@ -999,7 +999,7 @@ lin companion_N = mkN "companion" ; lin company_N = mkN "company" ; lin comparative_A = longA "comparative" ; lin comparative_N = mkN "comparative" ; -lin compare_V3with =mkV3 (mkV "compare") "with" ; +lin compare_V3with =mkV3 "compare" "with" ; lin comparison_N2of_ppwith = mkN2 "comparison" "of_ppwith" ; lin compass_V = (mkV "compass") ; lin compatible_A = longA "compatible" ; @@ -1060,7 +1060,7 @@ lin concerted_A = longA "concerted" ; lin concession_N = mkN "concession" ; lin concise_A = longA "concise" ; lin conclude_VS = mkVS (mkV "conclude") ; -lin conclusion_N2 = mkN2 "conclusion" "" ; +lin conclusion_N2 = mkN2 "conclusion" ; lin conclusive_A = longA "conclusive" ; lin concomitant_A = longA "concomitant" ; lin concrete_A = longA "concrete" ; @@ -1080,7 +1080,7 @@ lin confess_VS = mkVS (mkV "confess") ; lin confidence_N = mkN "confidence" ; lin confident_A = longA "confident" ; lin configure_V2 = mkV2 "configure" ; -lin confine_V3to =mkV3 (mkV "confine") "to" ; +lin confine_V3to =mkV3 "confine" "to" ; lin confirm_V2 = mkV2 "confirm" ; lin conflate_V2 = mkV2 "conflate" ; lin conflict_V2with = mkV2 "conflict" "with" ; @@ -1089,7 +1089,7 @@ lin confluent_A = longA "confluent" ; lin conform_V2to = mkV2 "conform" "to" ; lin confound_V2 = mkV2 "confound" ; lin confounded_A = longA "confounded" ; -lin confront_V3with =mkV3 (mkV "confront") "with" ; +lin confront_V3with =mkV3 "confront" "with" ; lin confuse_V2 = mkV2 "confuse" ; lin congruence_N = mkN "congruence" ; lin congruent_A = longA "congruent" ; @@ -1113,7 +1113,7 @@ lin consequent_A = longA "consequent" ; lin conservative_A = longA "conservative" ; lin conserve_V2 = mkV2 "conserve" ; lin consider_V2 = mkV2 "consider" ; -lin consider_V3 =mkV3 (mkV "consider") "" ; +lin consider_V3 =mkV3 "consider" ; lin consider_V2 = mkV2 "consider" ; lin consider_V2 = mkV2 "consider" ; lin considerate_A = longA "considerate" ; @@ -1135,7 +1135,7 @@ lin constraint_N = mkN "constraint" ; lin constrict_V2 = mkV2 "constrict" ; lin construct_V2 = mkV2 "construct" ; lin constructor_N = mkN "constructor" ; -lin construe_V3_pred =mkV3 (mkV "construe") "_pred" ; +lin construe_V3_pred =mkV3 "construe" "_pred" ; lin consult_V2 = mkV2 "consult" ; lin consume_V2 = mkV2 "consume" ; lin consumption_N = mkN "consumption" "consumption" ; @@ -1153,7 +1153,7 @@ lin content_A = longA "content" ; lin content_A2with = longA2 "content" "with" ; lin contented_A = longA "contented" ; lin contented_A2with = longA2 "contented" "with" ; -lin contention_N2 = mkN2 "contention" "" ; +lin contention_N2 = mkN2 "contention" ; lin context_N = mkN "context" ; lin contextual_A = longA "contextual" ; lin contiguous_A = longA "contiguous" ; @@ -1174,7 +1174,7 @@ lin contradict_V2 = mkV2 "contradict" ; lin contrary_A = longA "contrary" ; lin contrary_A2to = longA2 "contrary" "to" ; lin contrast_N = mkN "contrast" ; -lin contrast_V3with =mkV3 (mkV "contrast") "with" ; +lin contrast_V3with =mkV3 "contrast" "with" ; lin contrastive_A = longA "contrastive" ; lin contravene_V2 = mkV2 "contravene" ; lin contribute_V2to = mkV2 "contribute" "to" ; @@ -1191,12 +1191,12 @@ lin conversation_N = mkN "conversation" ; lin converse_A = longA "converse" ; lin converse_V2with = mkV2 "converse" "with" ; lin conversion_N = mkN "conversion" ; -lin convert_V3to =mkV3 (mkV "convert") "to" ; +lin convert_V3to =mkV3 "convert" "to" ; lin convey_V2 = mkV2 "convey" ; lin convict_N = mkN "convict" ; lin convict_V2 = mkV2 "convict" ; lin conviction_N = mkN "conviction" ; -lin convince_V3 =mkV3 (mkV "convince") "" ; +lin convince_V3 =mkV3 "convince" ; lin convincing_A = longA "convincing" ; lin convoluted_A = longA "convoluted" ; lin cook_N = mkN "cook" ; @@ -1318,7 +1318,7 @@ lin cup_N = mkN "cup" ; lin cupboard_N = mkN "cupboard" ; lin curb_V2 = mkV2 "curb" ; lin cure_N = mkN "cure" ; -lin cure_V3of =mkV3 (mkV "cure") "of" ; +lin cure_V3of =mkV3 "cure" "of" ; lin curiosity_N = mkN "curiosity" ; lin curious_A = longA "curious" ; lin curl_V = (mkV "curl") ; @@ -1380,7 +1380,7 @@ lin deceptive_A = longA "deceptive" ; lin decide_VV = mkVV (mkV "decide") ; lin decimal_A = longA "decimal" ; lin decimal_N = mkN "decimal" ; -lin decision_N2 = mkN2 "decision" "" ; +lin decision_N2 = mkN2 "decision" ; lin decisive_A = longA "decisive" ; lin declare_V2 = mkV2 "declare" ; lin declare_VS = mkVS (mkV "declare") ; @@ -1389,7 +1389,7 @@ lin decomposition_N = mkN "decomposition" ; lin decrease_V = (mkV "decrease") ; lin decrease_N2in = mkN2 "decrease" "in" ; lin decrement_V2 = mkV2 "decrement" ; -lin dedicate_V3to =mkV3 (mkV "dedicate") "to" ; +lin dedicate_V3to =mkV3 "dedicate" "to" ; lin deduce_VS = mkVS (mkV "deduce") ; lin deducible_A = longA "deducible" ; lin deed_N = mkN "deed" ; @@ -1461,8 +1461,8 @@ lin desert_N = mkN "desert" ; lin deserve_V2 = mkV2 "deserve" ; lin design_N = mkN "design" ; lin design_V2 = mkV2 "design" ; -lin designate_V3_pred =mkV3 (mkV "designate") "_pred" ; -lin desire_N2 = mkN2 "desire" "" ; +lin designate_V3_pred =mkV3 "designate" "_pred" ; +lin desire_N2 = mkN2 "desire" ; lin desire_V2 = mkV2 "desire" ; lin desire_V2 = mkV2 "desire" ; lin desire_VV = mkVV (mkV "desire") ; @@ -1495,7 +1495,7 @@ lin deviant_A = longA "deviant" ; lin deviate_V2from = mkV2 "deviate" "from" ; lin devil_N = mkN "devil" ; lin devise_V2 = mkV2 "devise" ; -lin devote_V3to =mkV3 (mkV "devote") "to" ; +lin devote_V3to =mkV3 "devote" "to" ; lin devour_V2 = mkV2 "devour" ; lin diagnose_V2 = mkV2 "diagnose" ; lin diagnosis_N = mkN "diagnosis" ; @@ -1534,7 +1534,7 @@ lin dine_V = (mkV "dine") ; lin dinner_N = mkN "dinner" ; lin dire_A = mkA "dire" ; lin direct_A = longA "direct" ; -lin direct_V3to =mkV3 (mkV "direct") "to" ; +lin direct_V3to =mkV3 "direct" "to" ; lin direction_N = mkN "direction" ; lin director_N = mkN "director" ; lin directory_N = mkN "directory" ; @@ -1559,7 +1559,7 @@ lin discourage_V2 = mkV2 "discourage" ; lin discourse_N = mkN "discourse" ; lin discover_V2 = mkV2 "discover" ; lin discover_VS = mkVS (mkV "discover") ; -lin discovery_N2 = mkN2 "discovery" "" ; +lin discovery_N2 = mkN2 "discovery" ; lin discrepancy_N = mkN "discrepancy" ; lin discrete_A = mkA "discrete" ; lin discriminate_V2 = mkV2 "discriminate" ; @@ -1607,8 +1607,8 @@ lin distinct_A = longA "distinct" ; lin distinct_A2from = longA2 "distinct" "from" ; lin distinction_N = mkN "distinction" ; lin distinctive_A = longA "distinctive" ; -lin distinguish_V3from =mkV3 (mkV "distinguish") "from" ; -lin distract_V3from =mkV3 (mkV "distract") "from" ; +lin distinguish_V3from =mkV3 "distinguish" "from" ; +lin distract_V3from =mkV3 "distract" "from" ; lin distribute_V2 = mkV2 "distribute" ; lin district_N = mkN "district" ; lin disturb_V2 = mkV2 "disturb" ; @@ -1623,7 +1623,7 @@ lin divine_A = longA "divine" ; lin divisible_A = longA "divisible" ; lin division_N = mkN "division" ; lin divisor_N = mkN "divisor" ; -lin divorce_V3from =mkV3 (mkV "divorce") "from" ; +lin divorce_V3from =mkV3 "divorce" "from" ; lin do_V2 = mkV2 "do" ; lin doctor_N = mkN "doctor" ; lin document_N = mkN "document" ; @@ -1636,7 +1636,7 @@ lin dome_N = mkN "dome" ; lin dominance_N = mkN "dominance" ; lin dominant_A = longA "dominant" ; lin dominate_V2 = mkV2 "dominate" ; -lin donate_V3to =mkV3 (mkV "donate") "to" ; +lin donate_V3to =mkV3 "donate" "to" ; lin donkey_N = mkN "donkey" ; lin doom_N = mkN "doom" ; lin doomed_A = longA "doomed" ; @@ -1646,20 +1646,20 @@ lin dormancy_N = mkN "dormancy" ; lin dormant_A = mkA "dormant" ; lin dosage_N = mkN "dosage" ; lin dose_N = mkN "dose" ; -lin dose_V3with =mkV3 (mkV "dose") "with" ; +lin dose_V3with =mkV3 "dose" "with" ; lin dot_N = mkN "dot" ; lin double_A = longA "double" ; lin double_V2 = mkV2 "double" ; lin doubt_V2 = mkV2 "doubt" ; lin doubt_VS = mkVS (mkV "doubt") ; -lin doubt_N2 = mkN2 "doubt" "" ; +lin doubt_N2 = mkN2 "doubt" ; lin dour_A = mkA "dour" ; lin dove_N = mkN "dove" ; lin down_N = mkN "down" ; lin down_Prep = mkPrep "down" ; lin downward_Adv = mkAdv "downward" ; lin doze_V = (mkV "doze") ; -lin dozen_N2 = mkN2 "dozen" "" ; +lin dozen_N2 = mkN2 "dozen" ; lin draft_N = mkN "draft" ; lin drag_N = mkN "drag" ; lin drag_V2 = mkV2 "drag" ; @@ -1786,7 +1786,7 @@ lin elude_V2 = mkV2 "elude" ; lin elusive_A = longA "elusive" ; lin embarrass_V2 = mkV2 "embarrass" ; lin embassy_N = mkN "embassy" ; -lin embed_V3in =mkV3 (mkV "embed") "in" ; +lin embed_V3in =mkV3 "embed" "in" ; lin embody_V2 = mkV2 "embody" ; lin embrace_N = mkN "embrace" ; lin embrace_V2 = mkV2 "embrace" ; @@ -1826,7 +1826,7 @@ lin end_N = mkN "end" ; lin end_V2 = mkV2 "end" ; lin endeavour_VV = mkVV (mkV "endeavour") ; lin ending_N = mkN "ending" ; -lin endow_V3with =mkV3 (mkV "endow") "with" ; +lin endow_V3with =mkV3 "endow" "with" ; lin enemy_N = mkN "enemy" ; lin energetic_A = longA "energetic" ; lin energetically_Adv = mkAdv "energetically" ; @@ -1855,12 +1855,12 @@ lin enterprising_A = longA "enterprising" ; lin entertain_V2 = mkV2 "entertain" ; lin enthusiast_N = mkN "enthusiast" ; lin entire_A = longA "entire" ; -lin entitle_V3to =mkV3 (mkV "entitle") "to" ; +lin entitle_V3to =mkV3 "entitle" "to" ; lin entity_N = mkN "entity" ; lin entrance_N = mkN "entrance" ; lin entrance_V2 = mkV2 "entrance" ; lin entropy_N = mkN "entropy" ; -lin entrust_V3to =mkV3 (mkV "entrust") "to" ; +lin entrust_V3to =mkV3 "entrust" "to" ; lin entry_N = mkN "entry" ; lin enumerate_V2 = mkV2 "enumerate" ; lin envelope_N = mkN "envelope" ; @@ -1873,7 +1873,7 @@ lin equal_N = mkN "equal" ; lin equal_V2 = mkV2 "equal" ; lin equal_A = mkA "equal" ; lin equal_A2to = mkA2 "equal" "to" ; -lin equate_V3with =mkV3 (mkV "equate") "with" ; +lin equate_V3with =mkV3 "equate" "with" ; lin equation_N = mkN "equation" ; lin equidistant_A = longA "equidistant" ; lin equip_V2 = mkV2 "equip" ; @@ -1937,7 +1937,7 @@ lin exception_N = mkN "exception" ; lin excess_N = mkN "excess" ; lin excessive_A = longA "excessive" ; lin exchange_N = mkN "exchange" ; -lin exchange_V3for =mkV3 (mkV "exchange") "for" ; +lin exchange_V3for =mkV3 "exchange" "for" ; lin excite_V2 = mkV2 "excite" ; lin exclude_V2 = mkV2 "exclude" ; lin exclusion_N = mkN "exclusion" ; @@ -1980,7 +1980,7 @@ lin expert_N = mkN "expert" ; lin expertise_N = mkN "expertise" ; lin expire_V2 = mkV2 "expire" ; lin expiry_N = mkN "expiry" ; -lin explain_V3to =mkV3 (mkV "explain") "to" ; +lin explain_V3to =mkV3 "explain" "to" ; lin explanation_N = mkN "explanation" ; lin explanatory_A = longA "explanatory" ; lin explicate_V2 = mkV2 "explicate" ; @@ -2013,7 +2013,7 @@ lin extensive_A = longA "extensive" ; lin extent_N = mkN "extent" ; lin external_A = longA "external" ; lin extra_A = longA "extra" ; -lin extract_V3from =mkV3 (mkV "extract") "from" ; +lin extract_V3from =mkV3 "extract" "from" ; lin extraneous_A = longA "extraneous" ; lin extravagance_N = mkN "extravagance" ; lin extravagant_A = longA "extravagant" ; @@ -2023,12 +2023,12 @@ lin extrinsically_Adv = mkAdv "extrinsically" ; lin eye_N = mkN "eye" ; lin face_N = mkN "face" ; lin face_V2 = mkV2 "face" ; -lin face_V3with =mkV3 (mkV "face") "with" ; +lin face_V3with =mkV3 "face" "with" ; lin facet_N = mkN "facet" ; lin facetious_A = longA "facetious" ; lin facilitate_V2 = mkV2 "facilitate" ; lin facility_N = mkN "facility" ; -lin fact_N2 = mkN2 "fact" "" ; +lin fact_N2 = mkN2 "fact" ; lin factive_A = longA "factive" ; lin factive_N = mkN "factive" ; lin factor_N = mkN "factor" ; @@ -2064,7 +2064,7 @@ lin farm_V = (mkV "farm") ; lin fashion_N = mkN "fashion" ; lin fashionable_A = longA "fashionable" ; lin fast_A = mkA "fast" ; -lin fasten_V3to =mkV3 (mkV "fasten") "to" ; +lin fasten_V3to =mkV3 "fasten" "to" ; lin fat_N = massN "fat" ; lin fat_A = duplADeg "fat" ; lin fate_N = mkN "fate" ; @@ -2093,7 +2093,7 @@ lin fee_N = mkN "fee" ; lin feed_V2 = mkV2 feed_V ; lin feedback_N = mkN "feedback" ; lin feel_V2 = mkV2 feel_V ; -lin feeling_N2 = mkN2 "feeling" "" ; +lin feeling_N2 = mkN2 "feeling" ; lin felix_PN = regPN "felix" ; lin fellow_N = mkN "fellow" ; lin felt_N = mkN "felt" ; @@ -2101,7 +2101,7 @@ lin female_A = longA "female" ; lin fence_N = mkN "fence" ; lin fertilize_V2 = mkV2 "fertilize" ; lin fertilizer_N = mkN "fertilizer" ; -lin fetch_V3from =mkV3 (mkV "fetch") "from" ; +lin fetch_V3from =mkV3 "fetch" "from" ; lin fetter_V2 = mkV2 "fetter" ; lin fever_N = mkN "fever" ; lin fiction_N = mkN "fiction" ; @@ -2111,13 +2111,13 @@ lin field_N = mkN "field" ; lin fierce_A = mkA "fierce" ; lin fig_N = mkN "fig" ; lin fight_N = mkN "fight" ; -lin fight_V2 = mkV2 IrregEng.fight_V "" ; +lin fight_V2 = mkV2 IrregEng.fight_V ; lin fight_V = IrregEng.fight_V ; lin figure_N = mkN "figure" ; lin file_N = mkN "file" ; lin file_V2 = mkV2 "file" ; lin fill_V2 = mkV2 "fill" ; -lin fill_V3 =mkV3 (mkV "fill") "" ; +lin fill_V3 =mkV3 "fill" ; lin film_N = mkN "film" ; lin film_V2 = mkV2 "film" ; lin filter_N = mkN "filter" ; @@ -2148,7 +2148,7 @@ lin fisherman_N = mkN "fisherman" "fishermen" ; lin fit_V2 = mkV2 "fit" ; lin fit_A = mkA "fit" ; lin fit_A2for = mkA2 "fit" "for" ; -lin fix_V3to =mkV3 (mkV "fix") "to" ; +lin fix_V3to =mkV3 "fix" "to" ; lin flag_N = mkN "flag" ; lin flame_N = mkN "flame" ; lin flash_N = mkN "flash" ; @@ -2184,7 +2184,7 @@ lin focus_N = mkN "focus" ; lin focus_V2 = mkV2 "focus" ; lin focus_V2on = mkV2 "focus" "on" ; lin fog_N = mkN "fog" ; -lin foist_V3on =mkV3 (mkV "foist") "on" ; +lin foist_V3on =mkV3 "foist" "on" ; lin fold_N = mkN "fold" ; lin fold_V2 = mkV2 "fold" ; lin follow_V2 = mkV2 "follow" ; @@ -2285,7 +2285,7 @@ lin funereal_A = longA "funereal" ; lin fungus_N = mkN "fungus" "fungi" ; lin funny_A = mkA "funny" ; lin fur_N = mkN "fur" ; -lin furnish_V3with =mkV3 (mkV "furnish") "with" ; +lin furnish_V3with =mkV3 "furnish" "with" ; lin furniture_N = massN "furniture" ; lin fuss_N = mkN "fuss" ; lin future_A = longA "future" ; @@ -2442,7 +2442,7 @@ lin ground_N = mkN "ground" ; lin group_N = mkN "group" ; lin group_V2 = mkV2 "group" ; lin grove_N = mkN "grove" ; -lin grow_V2 = mkV2 IrregEng.grow_V "" ; +lin grow_V2 = mkV2 IrregEng.grow_V ; lin grow_V = IrregEng.grow_V ; lin growth_N = massN "growth" ; lin guarantee_N = mkN "guarantee" ; @@ -2477,7 +2477,7 @@ lin hammer_V2 = mkV2 "hammer" ; lin hamper_V2 = mkV2 "hamper" ; lin hand_N = mkN "hand" ; lin hand_V3 = dirdirV3 (mkV "hand") ; -lin hand_V3to =mkV3 (mkV "hand") "to" ; +lin hand_V3to =mkV3 "hand" "to" ; lin handicap_N = mkN "handicap" ; lin handicap_V2 = mkV2 "handicap" ; lin handkerchief_N = mkN "handkerchief" ; @@ -2501,7 +2501,7 @@ lin harm_V2 = mkV2 "harm" ; lin harmonium_N = mkN "harmonium" ; lin harmony_N = mkN "harmony" ; lin harness_N = mkN "harness" ; -lin harness_V3to =mkV3 (mkV "harness") "to" ; +lin harness_V3to =mkV3 "harness" "to" ; lin hash_N = mkN "hash" ; lin hash_V2 = mkV2 "hash" ; lin haste_N = mkN "haste" ; @@ -2545,7 +2545,7 @@ lin heterogeneous_A = longA "heterogeneous" ; lin heuristic_A = longA "heuristic" ; lin heuristic_N = mkN "heuristic" ; lin heuristically_Adv = mkAdv "heuristically" ; -lin hide_V2 = mkV2 IrregEng.hide_V "" ; +lin hide_V2 = mkV2 IrregEng.hide_V ; lin hide_V = IrregEng.hide_V ; lin hierarchy_N = mkN "hierarchy" ; lin high_A = mkA "high" ; @@ -2622,7 +2622,7 @@ lin humor_N = massN "humor" ; lin humour_N = massN "humour" ; lin hunch_V = (mkV "hunch") ; lin hundred_N = mkN "hundred" ; -lin hundred_N2 = mkN2 "hundred" "" ; +lin hundred_N2 = mkN2 "hundred" ; lin hunger_V2for = mkV2 "hunger" "for" ; lin hungry_A = mkA "hungry" ; lin hungry_A2for = mkA2 "hungry" "for" ; @@ -2631,7 +2631,7 @@ lin hunt_V2 = mkV2 "hunt" ; lin huntsman_N = mkN "huntsman" "huntsmen" ; lin hurry_V = (mkV "hurry") ; lin hurry_N = mkN "hurry" ; -lin hurt_V2 = mkV2 IrregEng.hurt_V "" ; +lin hurt_V2 = mkV2 IrregEng.hurt_V ; lin hurt_V = IrregEng.hurt_V ; lin husband_N2of = mkN2 "husband" "of" ; lin hut_N = mkN "hut" ; @@ -2684,7 +2684,7 @@ lin immodest_A = longA "immodest" ; lin immodesty_N = mkN "immodesty" ; lin immune_A2to = longA2 "immune" "to" ; lin impair_V2 = mkV2 "impair" ; -lin impart_V3to =mkV3 (mkV "impart") "to" ; +lin impart_V3to =mkV3 "impart" "to" ; lin impartial_A = longA "impartial" ; lin impatient_A = longA "impatient" ; lin impatient_A2with = longA2 "impatient" "with" ; @@ -2713,7 +2713,7 @@ lin importance_N = massN "importance" ; lin important_A = longA "important" ; lin important_A2 = longA2 "important" "" ; lin important_A2 = longA2 "important" "" ; -lin impose_V3on =mkV3 (mkV "impose") "on" ; +lin impose_V3on =mkV3 "impose" "on" ; lin imposition_N = mkN "imposition" ; lin impossible_A2 = longA2 "impossible" "" ; lin impossible_A = longA "impossible" ; @@ -2787,7 +2787,7 @@ lin inevitable_A = longA "inevitable" ; lin infect_V2 = mkV2 "infect" ; lin infection_N = mkN "infection" ; lin infectious_A = longA "infectious" ; -lin infer_V3from =mkV3 (mkV "infer") "from" ; +lin infer_V3from =mkV3 "infer" "from" ; lin inference_N = mkN "inference" ; lin inferior_A = longA "inferior" ; lin inferior_A2to = longA2 "inferior" "to" ; @@ -2800,7 +2800,7 @@ lin inflation_N = mkN "inflation" ; lin inflect_V = (mkV "inflect") ; lin influence_N = mkN "influence" ; lin influence_V2 = mkV2 "influence" ; -lin inform_V3 =mkV3 (mkV "inform") "" ; +lin inform_V3 =mkV3 "inform" ; lin informal_A = longA "informal" ; lin informant_N = mkN "informant" ; lin information_N = mkN "information" ; @@ -2810,13 +2810,13 @@ lin ingredient_N = mkN "ingredient" ; lin inhabit_V2 = mkV2 "inhabit" ; lin inherent_A = longA "inherent" ; lin inherent_A2to = longA2 "inherent" "to" ; -lin inherit_V3from =mkV3 (mkV "inherit") "from" ; +lin inherit_V3from =mkV3 "inherit" "from" ; lin inheritance_N = mkN "inheritance" ; lin inhibit_V2 = mkV2 "inhibit" ; lin initial_A = longA "initial" ; lin initialize_V2 = mkV2 "initialize" ; lin initiate_V2 = mkV2 "initiate" ; -lin inject_V3with =mkV3 (mkV "inject") "with" ; +lin inject_V3with =mkV3 "inject" "with" ; lin injunction_N = mkN "injunction" ; lin injure_V2 = mkV2 "injure" ; lin injury_N = mkN "injury" ; @@ -2840,7 +2840,7 @@ lin inside_N = mkN "inside" ; lin insight_N = mkN "insight" ; lin insist_V2 = mkV2 "insist" ; lin insistence_N2on = mkN2 "insistence" "on" ; -lin insistence_N2 = mkN2 "insistence" "" ; +lin insistence_N2 = mkN2 "insistence" ; lin insistent_A2 = longA2 "insistent" "" ; lin inspect_V2 = mkV2 "inspect" ; lin inspector_N = mkN "inspector" ; @@ -2852,14 +2852,14 @@ lin instant_N = mkN "instant" ; lin instantiate_V2 = mkV2 "instantiate" ; lin instantly_Adv = mkAdv "instantly" ; lin instigate_V2 = mkV2 "instigate" ; -lin instil_V3in =mkV3 (mkV "instil") "in" ; +lin instil_V3in =mkV3 "instil" "in" ; lin instinct_N = mkN "instinct" ; lin institute_V2 = mkV2 "institute" ; lin institute_N = mkN "institute" ; lin institution_N = mkN "institution" ; lin instruct_V2 = mkV2 "instruct" ; lin instrument_N = mkN "instrument" ; -lin insulate_V3from =mkV3 (mkV "insulate") "from" ; +lin insulate_V3from =mkV3 "insulate" "from" ; lin insult_N = mkN "insult" ; lin insult_V2 = mkV2 "insult" ; lin insurance_N = mkN "insurance" ; @@ -2867,7 +2867,7 @@ lin insure_V2 = mkV2 "insure" ; lin intact_A = longA "intact" ; lin integer_N = mkN "integer" ; lin integral_A = longA "integral" ; -lin integrate_V3with =mkV3 (mkV "integrate") "with" ; +lin integrate_V3with =mkV3 "integrate" "with" ; lin intellectual_A = longA "intellectual" ; lin intelligence_N = mkN "intelligence" ; lin intelligent_A = longA "intelligent" ; @@ -2910,7 +2910,7 @@ lin intrigue_N = mkN "intrigue" ; lin intrigue_V = (mkV "intrigue") ; lin intrinsic_A = longA "intrinsic" ; lin intrinsically_Adv = mkAdv "intrinsically" ; -lin introduce_V3to =mkV3 (mkV "introduce") "to" ; +lin introduce_V3to =mkV3 "introduce" "to" ; lin introduction_N2to = mkN2 "introduction" "to" ; lin introspection_N = massN "introspection" ; lin introspective_A = longA "introspective" ; @@ -2929,11 +2929,11 @@ lin invent_V2 = mkV2 "invent" ; lin inverse_A = longA "inverse" ; lin inversion_N = mkN "inversion" ; lin invert_V2 = mkV2 "invert" ; -lin invest_V3with =mkV3 (mkV "invest") "with" ; +lin invest_V3with =mkV3 "invest" "with" ; lin investigate_V2 = mkV2 "investigate" ; lin invisible_A = longA "invisible" ; lin invisible_A2to = longA2 "invisible" "to" ; -lin invite_V3to =mkV3 (mkV "invite") "to" ; +lin invite_V3to =mkV3 "invite" "to" ; lin invocation_N = mkN "invocation" ; lin invoke_V2 = mkV2 "invoke" ; lin involve_V2 = mkV2 "involve" ; @@ -2976,7 +2976,7 @@ lin jeweller_N = mkN "jeweller" ; lin jewellery_N = mkN "jewellery" ; lin job_N = mkN "job" ; lin john_PN = regPN "john" ; -lin join_V3to =mkV3 (mkV "join") "to" ; +lin join_V3to =mkV3 "join" "to" ; lin joint_N = mkN "joint" ; lin joke_N = mkN "joke" ; lin joke_V = (mkV "joke") ; @@ -3015,7 +3015,7 @@ lin kick_N = mkN "kick" ; lin kick_V2 = mkV2 "kick" ; lin kidney_N = mkN "kidney" ; lin kill_V2 = mkV2 "kill" ; -lin kill_V3f =mkV3 (mkV "kill") "f" ; +lin kill_V3f =mkV3 "kill" "f" ; lin kilogram_N = mkN "kilogram" ; lin kilometre_N = mkN "kilometre" ; lin kim_PN = regPN "kim" ; @@ -3089,7 +3089,7 @@ lin lean_V2on = mkV2 "lean" "on" ; lin leap_V = (mkV "leap") ; lin learn_VS = mkVS (mkV "learn") ; lin leather_N = massN "leather" ; -lin leave_V2 = mkV2 IrregEng.leave_V "" ; +lin leave_V2 = mkV2 IrregEng.leave_V ; lin leave_V = IrregEng.leave_V ; lin lecture_N = mkN "lecture" ; lin lecture_V = (mkV "lecture") ; @@ -3103,7 +3103,7 @@ lin legible_A = longA "legible" ; lin legitimate_A = longA "legitimate" ; lin legitimize_V2 = mkV2 "legitimize" ; lin lemon_N = mkN "lemon" ; -lin lend_V3to =mkV3 (mkV "lend") "to" ; +lin lend_V3to =mkV3 "lend" "to" ; lin length_N = mkN "length" ; lin lengthen_V2 = mkV2 "lengthen" ; lin lesson_N = mkN "lesson" ; @@ -3121,7 +3121,7 @@ lin liable_A2to = longA2 "liable" "to" ; lin liable_A2 = longA2 "liable" "" ; lin liar_N = mkN "liar" ; lin liberal_A = longA "liberal" ; -lin liberate_V3from =mkV3 (mkV "liberate") "from" ; +lin liberate_V3from =mkV3 "liberate" "from" ; lin libertine_N = mkN "libertine" ; lin liberty_N = mkN "liberty" ; lin library_N = mkN "library" ; @@ -3129,7 +3129,7 @@ lin licence_N = mkN "licence" ; lin license_V2 = mkV2 "license" ; lin lid_N = mkN "lid" ; lin lie_V = (mkV "lie") ; -lin lie_V2 = mkV2 IrregEng.lie_V "" ; +lin lie_V2 = mkV2 IrregEng.lie_V ; lin life_N = mkN "life" ; lin lift_N = mkN "lift" ; lin lift_V2 = mkV2 "lift" ; @@ -3156,7 +3156,7 @@ lin linguist_N = mkN "linguist" ; lin linguistic_A = longA "linguistic" ; lin linguistics_N = massN "linguistics" ; lin link_N = mkN "link" ; -lin link_V3to =mkV3 (mkV "link") "to" ; +lin link_V3to =mkV3 "link" "to" ; lin lion_N = mkN "lion" ; lin lip_N = mkN "lip" ; lin liquefaction_N = mkN "liquefaction" ; @@ -3179,7 +3179,7 @@ lin live_V2 = mkV2 "live" ; lin load_N = mkN "load" ; lin load_V2 = mkV2 "load" ; lin loaf_N = mkN "loaf" "loaves" ; -lin loan_V3to =mkV3 (mkV "loan") "to" ; +lin loan_V3to =mkV3 "loan" "to" ; lin lobster_N = mkN "lobster" ; lin local_A = longA "local" ; lin locate_V2 = mkV2 "locate" ; @@ -3198,7 +3198,7 @@ lin long_A = mkA "long" ; lin long_V2for = mkV2 "long" "for" ; lin longwinded_A = longA "longwinded" ; lin look_N = mkN "look" ; -lin look_V3 =mkV3 (mkV "look") "" ; +lin look_V3 =mkV3 "look" ; lin look_V2for = mkV2 "look" "for" ; lin loop_N = mkN "loop" ; lin loophole_N = mkN "loophole" ; @@ -3238,7 +3238,7 @@ lin magnet_N = mkN "magnet" ; lin magnetic_A = longA "magnetic" ; lin magnitude_N = mkN "magnitude" ; lin mail_N = massN "mail" ; -lin mail_V3to =mkV3 (mkV "mail") "to" ; +lin mail_V3to =mkV3 "mail" "to" ; lin main_A = longA "main" ; lin mainstream_A = longA "mainstream" ; lin maintain_V2 = mkV2 "maintain" ; @@ -3270,7 +3270,7 @@ lin manual_N = mkN "manual" ; lin manufacture_V2 = mkV2 "manufacture" ; lin manuscript_N = mkN "manuscript" ; lin map_N = mkN "map" ; -lin map_V3to =mkV3 (mkV "map") "to" ; +lin map_V3to =mkV3 "map" "to" ; lin mapping_N = mkN "mapping" ; lin march_N = mkN "march" ; lin march_PN = regPN "march" ; @@ -3367,7 +3367,7 @@ lin military_A = longA "military" ; lin milk_N = massN "milk" ; lin mill_N = mkN "mill" ; lin mill_V2 = mkV2 "mill" ; -lin million_N2 = mkN2 "million" "" ; +lin million_N2 = mkN2 "million" ; lin mimic_N = mkN "mimic" ; lin mimic_V2 = mkV2 "mimic" ; lin mind_N = mkN "mind" ; @@ -3398,7 +3398,7 @@ lin missile_N = mkN "missile" ; lin mist_N = mkN "mist" ; lin mistake_N = mkN "mistake" ; lin mistake_V3for =mkV3 mistake_V "for" ; -lin mix_V3with =mkV3 (mkV "mix") "with" ; +lin mix_V3with =mkV3 "mix" "with" ; lin mixture_N = mkN "mixture" ; lin mnemonic_A = longA "mnemonic" ; lin mode_N = mkN "mode" ; @@ -3455,7 +3455,7 @@ lin muesli_N = massN "muesli" ; lin multifarious_A = longA "multifarious" ; lin multiple_A = longA "multiple" ; lin multiplicity_N = mkN "multiplicity" ; -lin multiply_V3by =mkV3 (mkV "multiply") "by" ; +lin multiply_V3by =mkV3 "multiply" "by" ; lin multitude_N2of = mkN2 "multitude" "of" ; lin mundane_A = longA "mundane" ; lin murder_N = mkN "murder" ; @@ -3622,7 +3622,7 @@ lin offend_V2 = mkV2 "offend" ; lin offense_N2against = mkN2 "offense" "against" ; lin offensive_A = longA "offensive" ; lin offer_VV = mkVV (mkV "offer") ; -lin offer_N2 = mkN2 "offer" "" ; +lin offer_N2 = mkN2 "offer" ; lin office_N = mkN "office" ; lin officer_N = mkN "officer" ; lin official_N = mkN "official" ; @@ -3734,7 +3734,7 @@ lin painstaking_A = longA "painstaking" ; lin paint_N = massN "paint" ; lin paint_V2 = mkV2 "paint" ; lin pair_N = mkN "pair" ; -lin pair_V3with =mkV3 (mkV "pair") "with" ; +lin pair_V3with =mkV3 "pair" "with" ; lin palace_N = mkN "palace" ; lin pale_A = mkA "pale" ; lin pamper_V2 = mkV2 "pamper" ; @@ -3783,7 +3783,7 @@ lin partition_V2 = mkV2 "partition" ; lin partly_Adv = mkAdv "partly" ; lin partner_N = mkN "partner" ; lin party_N = mkN "party" ; -lin pass_V3to =mkV3 (mkV "pass") "to" ; +lin pass_V3to =mkV3 "pass" "to" ; lin passage_N = mkN "passage" ; lin passenger_N = mkN "passenger" ; lin passion_N = mkN "passion" ; @@ -3792,7 +3792,7 @@ lin passive_A = longA "passive" ; lin past_A = longA "past" ; lin past_N = mkN "past" ; lin paste_N = mkN "paste" ; -lin paste_V3to =mkV3 (mkV "paste") "to" ; +lin paste_V3to =mkV3 "paste" "to" ; lin pastry_N = massN "pastry" ; lin pasty_N = mkN "pasty" ; lin pat_V2 = mkV2 "pat" ; @@ -3862,7 +3862,7 @@ lin person_N = mkN "person" (variants { "persons"; "people"}); lin personal_A = longA "personal" ; lin perspective_N = mkN "perspective" ; lin perspicuous_A = longA "perspicuous" ; -lin persuade_V3 =mkV3 (mkV "persuade") "" ; +lin persuade_V3 =mkV3 "persuade" ; lin persuade_V2 = mkV2 "persuade" ; lin persuasion_N = mkN "persuasion" ; lin persuasive_A = longA "persuasive" ; @@ -3895,7 +3895,7 @@ lin pianist_N = mkN "pianist" ; lin piano_N = mkN "piano" ; lin pick_N = mkN "pick" ; lin pick_V2 = mkV2 "pick" ; -lin pick_V3 =mkV3 (mkV "pick") "" ; +lin pick_V3 =mkV3 "pick" ; lin picnic_N = mkN "picnic" ; lin picnic_V = (mkV "picnic") ; lin picture_N = mkN "picture" ; @@ -3913,7 +3913,7 @@ lin pillow_N = mkN "pillow" ; lin pilot_N = mkN "pilot" ; lin pilot_V2 = mkV2 "pilot" ; lin pin_N = mkN "pin" ; -lin pin_V3to =mkV3 (mkV "pin") "to" ; +lin pin_V3to =mkV3 "pin" "to" ; lin pink_A = mkA "pink" ; lin pipe_N = mkN "pipe" ; lin pistol_N = mkN "pistol" ; @@ -3926,13 +3926,13 @@ lin pity_V2 = mkV2 "pity" ; lin pity_N = mkN "pity" ; lin place_N = mkN "place" ; lin place_V2 = mkV2 "place" ; -lin place_V3in =mkV3 (mkV "place") "in" ; +lin place_V3in =mkV3 "place" "in" ; lin plague_N = mkN "plague" ; lin plague_V2 = mkV2 "plague" ; lin plain_A = mkA "plain" ; lin plain_N = mkN "plain" ; lin plan_VV = mkVV (mkV "plan") ; -lin plan_N2 = mkN2 "plan" "" ; +lin plan_N2 = mkN2 "plan" ; lin planar_A = longA "planar" ; lin plane_N = mkN "plane" ; lin planet_N = mkN "planet" ; @@ -4018,7 +4018,7 @@ lin possible_A2 = longA2 "possible" "" ; lin possible_A = longA "possible" ; lin possible_A2 = longA2 "possible" "" ; lin post_N = mkN "post" ; -lin post_V3to =mkV3 (mkV "post") "to" ; +lin post_V3to =mkV3 "post" "to" ; lin posterior_A = longA "posterior" ; lin postman_N = mkN "postman" "postmen" ; lin postpone_V2 = mkV2 "postpone" ; @@ -4030,7 +4030,7 @@ lin potent_A = longA "potent" ; lin potential_A = longA "potential" ; lin pound_N = mkN "pound" ; lin pound_V2 = mkV2 "pound" ; -lin pour_V3loc =mkV3 (mkV "pour") "loc" ; +lin pour_V3loc =mkV3 "pour" "loc" ; lin powder_N = mkN "powder" ; lin power_N = mkN "power" ; lin power_V2 = mkV2 "power" ; @@ -4060,7 +4060,7 @@ lin predicate_V2 = mkV2 "predicate" ; lin predict_V2 = mkV2 "predict" ; lin predilection_N2for = mkN2 "predilection" "for" ; lin preface_N = mkN "preface" ; -lin prefer_V3to =mkV3 (mkV "prefer") "to" ; +lin prefer_V3to =mkV3 "prefer" "to" ; lin prefer_V2 = mkV2 "prefer" ; lin prefer_VV = mkVV (mkV "prefer") ; lin prefer_V2 = mkV2 "prefer" ; @@ -4074,7 +4074,7 @@ lin premise_N = mkN "premise" ; lin preoccupation_N2with = mkN2 "preoccupation" "with" ; lin preoccupied_A2with = longA2 "preoccupied" "with" ; lin preoccupy_V2 = mkV2 "preoccupy" ; -lin prepare_V3for =mkV3 (mkV "prepare") "for" ; +lin prepare_V3for =mkV3 "prepare" "for" ; lin preposition_N = mkN "preposition" ; lin prerequisite_N = mkN "prerequisite" ; lin prescribe_V2 = mkV2 "prescribe" ; @@ -4083,8 +4083,8 @@ lin prescriptive_A = longA "prescriptive" ; lin presence_N = mkN "presence" ; lin present_A = longA "present" ; lin present_N = mkN "present" ; -lin present_V3with =mkV3 (mkV "present") "with" ; -lin preserve_V3from =mkV3 (mkV "preserve") "from" ; +lin present_V3with =mkV3 "present" "with" ; +lin preserve_V3from =mkV3 "preserve" "from" ; lin preside_V = (mkV "preside") ; lin presidency_N = mkN "presidency" ; lin president_N = mkN "president" ; @@ -4095,8 +4095,8 @@ lin presume_VS = mkVS (mkV "presume") ; lin presumption_N = mkN "presumption" ; lin presumptuous_A = longA "presumptuous" ; lin presuppose_VS = mkVS (mkV "presuppose") ; -lin presupposition_N2 = mkN2 "presupposition" "" ; -lin pretence_N2 = mkN2 "pretence" "" ; +lin presupposition_N2 = mkN2 "presupposition" ; +lin pretence_N2 = mkN2 "pretence" ; lin pretend_VS = mkVS (mkV "pretend") ; lin pretty_A = mkA "pretty" ; lin prevent_V2 = mkV2 "prevent" ; @@ -4123,7 +4123,7 @@ lin privacy_N = mkN "privacy" ; lin private_A = longA "private" ; lin privilege_N = mkN "privilege" ; lin prize_N = mkN "prize" ; -lin probability_N2 = mkN2 "probability" "" ; +lin probability_N2 = mkN2 "probability" ; lin probable_A = longA "probable" ; lin probable_A2 = longA2 "probable" "" ; lin probe_N = mkN "probe" ; @@ -4174,7 +4174,7 @@ lin pronominal_A = longA "pronominal" ; lin pronoun_N = mkN "pronoun" ; lin pronounce_V2 = mkV2 "pronounce" ; lin pronunciation_N = mkN "pronunciation" ; -lin proof_N2 = mkN2 "proof" "" ; +lin proof_N2 = mkN2 "proof" ; lin propagate_V = (mkV "propagate") ; lin propensity_N2for = mkN2 "propensity" "for" ; lin proper_A = longA "proper" ; @@ -4186,11 +4186,11 @@ lin propose_VV = mkVV (mkV "propose") ; lin proposition_N = mkN "proposition" ; lin prose_N = massN "prose" ; lin prosody_N = mkN "prosody" ; -lin prospect_N2 = mkN2 "prospect" "" ; +lin prospect_N2 = mkN2 "prospect" ; lin prospect_V2for = mkV2 "prospect" "for" ; lin prospective_A = longA "prospective" ; lin prospector_N = mkN "prospector" ; -lin protect_V3from =mkV3 (mkV "protect") "from" ; +lin protect_V3from =mkV3 "protect" "from" ; lin protest_N = mkN "protest" ; lin protest_V2against = mkV2 "protest" "against" ; lin protocol_N = mkN "protocol" ; @@ -4199,7 +4199,7 @@ lin proud_A = mkA "proud" ; lin proud_A2of = mkA2 "proud" "of" ; lin prove_VS = mkVS (mkV "prove") ; lin proven_A = longA "proven" ; -lin provide_V3for =mkV3 (mkV "provide") "for" ; +lin provide_V3for =mkV3 "provide" "for" ; lin provision_N = mkN "provision" ; lin prune_N = mkN "prune" ; lin prune_V2 = mkV2 "prune" ; @@ -4317,7 +4317,7 @@ lin rebut_V2 = mkV2 "rebut" ; lin recapitulate_V2 = mkV2 "recapitulate" ; lin recede_V = (mkV "recede") ; lin receipt_N = mkN "receipt" ; -lin receive_V3from =mkV3 (mkV "receive") "from" ; +lin receive_V3from =mkV3 "receive" "from" ; lin recency_N = mkN "recency" ; lin recent_A = longA "recent" ; lin reception_N = mkN "reception" ; @@ -4362,7 +4362,7 @@ lin refuse_N = mkN "refuse" ; lin refuse_VV = mkVV (mkV "refuse") ; lin refute_V2 = mkV2 "refute" ; lin regard_N = mkN "regard" ; -lin regard_V3_pred =mkV3 (mkV "regard") "_pred" ; +lin regard_V3_pred =mkV3 "regard" "_pred" ; lin regime_N = mkN "regime" ; lin regiment_N = mkN "regiment" ; lin regiment_V2 = mkV2 "regiment" ; @@ -4374,14 +4374,14 @@ lin regulation_N = mkN "regulation" ; lin reinforce_V2 = mkV2 "reinforce" ; lin reject_V2 = mkV2 "reject" ; lin rejoice_V = (mkV "rejoice") ; -lin relate_V3to =mkV3 (mkV "relate") "to" ; +lin relate_V3to =mkV3 "relate" "to" ; lin related_A = longA "related" ; lin related_A2to = longA2 "related" "to" ; lin relation_N = mkN "relation" ; lin relative_N = mkN "relative" ; lin relax_V = (mkV "relax") ; lin release_V2 = mkV2 "release" ; -lin relegate_V3to =mkV3 (mkV "relegate") "to" ; +lin relegate_V3to =mkV3 "relegate" "to" ; lin relevance_N2to = mkN2 "relevance" "to" ; lin relevant_A = longA "relevant" ; lin relevant_A2to = longA2 "relevant" "to" ; @@ -4391,7 +4391,7 @@ lin relieve_V2 = mkV2 "relieve" ; lin religion_N = mkN "religion" ; lin religious_A = longA "religious" ; lin relinquish_V2 = mkV2 "relinquish" ; -lin reluctance_N2 = mkN2 "reluctance" "" ; +lin reluctance_N2 = mkN2 "reluctance" ; lin reluctant_A = longA "reluctant" ; lin reluctant_A2 = longA2 "reluctant" "" ; lin rely_V2on = mkV2 "rely" "on" ; @@ -4402,16 +4402,16 @@ lin remedial_A = longA "remedial" ; lin remedy_N = mkN "remedy" ; lin remedy_V2 = mkV2 "remedy" ; lin remember_VS = mkVS (mkV "remember") ; -lin remind_V3 =mkV3 (mkV "remind") "" ; +lin remind_V3 =mkV3 "remind" ; lin remind_V2 = mkV2 "remind" ; lin reminder_N = mkN "reminder" ; lin reminiscent_A = longA "reminiscent" ; lin reminiscent_A2of = longA2 "reminiscent" "of" ; lin remnant_N = mkN "remnant" ; lin remote_A = mkA "remote" ; -lin remove_V3from =mkV3 (mkV "remove") "from" ; +lin remove_V3from =mkV3 "remove" "from" ; lin renaissance_N = mkN "renaissance" ; -lin render_V3 =mkV3 (mkV "render") "" ; +lin render_V3 =mkV3 "render" ; lin rendition_N = mkN "rendition" ; lin renew_V2 = mkV2 "renew" ; lin renounce_V2 = mkV2 "renounce" ; @@ -4435,7 +4435,7 @@ lin report_V2 = mkV2 "report" ; lin report_VS = mkVS (mkV "report") ; lin reprehend_V2 = mkV2 "reprehend" ; lin reprehensible_A = longA "reprehensible" ; -lin represent_V3_pred =mkV3 (mkV "represent") "_pred" ; +lin represent_V3_pred =mkV3 "represent" "_pred" ; lin representative_A = longA "representative" ; lin representative_N = mkN "representative" ; lin reprove_V2 = mkV2 "reprove" ; @@ -4474,7 +4474,7 @@ lin responsible_A2for = longA2 "responsible" "for" ; lin rest_N = mkN "rest" ; lin rest_V = (mkV "rest") ; lin restaurant_N = mkN "restaurant" ; -lin restore_V3to =mkV3 (mkV "restore") "to" ; +lin restore_V3to =mkV3 "restore" "to" ; lin restrain_V2 = mkV2 "restrain" ; lin restraint_N = mkN "restraint" ; lin restrict_V2 = mkV2 "restrict" ; @@ -4486,7 +4486,7 @@ lin resurgence_N = mkN "resurgence" ; lin resurgent_A = longA "resurgent" ; lin resurrect_V2 = mkV2 "resurrect" ; lin retain_V2 = mkV2 "retain" ; -lin retention_N2 = mkN2 "retention" "" ; +lin retention_N2 = mkN2 "retention" ; lin retract_V2 = mkV2 "retract" ; lin retrieve_V2 = mkV2 "retrieve" ; lin return_N = mkN "return" ; @@ -4512,7 +4512,7 @@ lin reward_N2for = mkN2 "reward" "for" ; lin rhetoric_N = mkN "rhetoric" ; lin rice_N = mkN "rice" ; lin rich_A = mkA "rich" ; -lin rid_V3of =mkV3 (mkV "rid") "of" ; +lin rid_V3of =mkV3 "rid" "of" ; lin ride_N = mkN "ride" ; lin ride_V2 = mkV2 "ride" ; lin ridiculous_A = longA "ridiculous" ; @@ -4522,7 +4522,7 @@ lin rigid_A = mkA "rigid" ; lin rigorous_A = longA "rigorous" ; lin rigour_N = mkN "rigour" ; lin ring_N = mkN "ring" ; -lin ring_V2 = mkV2 IrregEng.ring_V "" ; +lin ring_V2 = mkV2 IrregEng.ring_V ; lin ring_V = IrregEng.ring_V ; lin ripe_A = mkA "ripe" ; lin rise_N = mkN "rise" ; @@ -4648,7 +4648,7 @@ lin scratch_N = mkN "scratch" ; lin scratch_V2 = mkV2 "scratch" ; lin screen_N = mkN "screen" ; lin screw_N = mkN "screw" ; -lin screw_V3to =mkV3 (mkV "screw") "to" ; +lin screw_V3to =mkV3 "screw" "to" ; lin screw_V = (mkV "screw") ; lin script_N = mkN "script" ; lin scrupulous_A = longA "scrupulous" ; @@ -4696,7 +4696,7 @@ lin sensitive_A2to = longA2 "sensitive" "to" ; lin sensory_A = longA "sensory" ; lin sentence_N = mkN "sentence" ; lin separate_V2 = mkV2 "separate" ; -lin separate_V3from =mkV3 (mkV "separate") "from" ; +lin separate_V3from =mkV3 "separate" "from" ; lin separate_A = longA "separate" ; lin separate_A2from = longA2 "separate" "from" ; lin september_PN = regPN "september" ; @@ -4714,7 +4714,7 @@ lin set_V = IrregEng.set_V ; lin setting_N2for = mkN2 "setting" "for" ; lin settle_V = (mkV "settle") ; lin severe_A = longA "severe" ; -lin sew_V2 = mkV2 IrregEng.sew_V "" ; +lin sew_V2 = mkV2 IrregEng.sew_V ; lin sew_V = IrregEng.sew_V ; lin sex_N = mkN "sex" ; lin sexual_A = longA "sexual" ; @@ -4722,13 +4722,13 @@ lin shade_N = mkN "shade" ; lin shade_V2 = mkV2 "shade" ; lin shadow_N = mkN "shadow" ; lin shake_N = mkN "shake" ; -lin shake_V2 = mkV2 IrregEng.shake_V "" ; +lin shake_V2 = mkV2 IrregEng.shake_V ; lin shake_V = IrregEng.shake_V ; lin shallow_A = mkA "shallow" ; lin shame_N = mkN "shame" ; lin shape_V2 = mkV2 "shape" ; lin share_N = mkN "share" ; -lin share_V3with =mkV3 (mkV "share") "with" ; +lin share_V3with =mkV3 "share" "with" ; lin sharp_A = mkA "sharp" ; lin shatter_V2 = mkV2 "shatter" ; lin shave_N = mkN "shave" ; @@ -4762,7 +4762,7 @@ lin shoulder_V2 = mkV2 "shoulder" ; lin shout_N = mkN "shout" ; lin shout_V = (mkV "shout") ; lin show_N = mkN "show" ; -lin show_V3 =mkV3 show_V "" ; +lin show_V3 =mkV3 show_V ; lin shrug_V = (mkV "shrug") ; lin shrug_V2 = mkV2 "shrug" ; lin shrug_N = mkN "shrug" ; @@ -4797,11 +4797,11 @@ lin simultaneous_A = longA "simultaneous" ; lin since_Subj = mkSubj "since" ; lin since_Prep = mkPrep "since" ; lin sincere_A = longA "sincere" ; -lin sing_V2 = mkV2 IrregEng.sing_V "" ; +lin sing_V2 = mkV2 IrregEng.sing_V ; lin sing_V = IrregEng.sing_V ; lin single_A = longA "single" ; lin singular_A = longA "singular" ; -lin sink_V2 = mkV2 IrregEng.sink_V "" ; +lin sink_V2 = mkV2 IrregEng.sink_V ; lin sink_V = IrregEng.sink_V ; lin sister_N2of = mkN2 "sister" "of" ; lin sit_V = (mkV "sit") ; @@ -4936,7 +4936,7 @@ lin spell_N = mkN "spell" ; --lin spell_V2 = mkV2 spell_V ; --lin spell_V = IrregEng.spell_V ; lin spend_V2 = mkV2 spend_V ; -lin spin_V2 = mkV2 IrregEng.spin_V "" ; +lin spin_V2 = mkV2 IrregEng.spin_V ; lin spin_V = IrregEng.spin_V ; lin spinster_N = mkN "spinster" ; lin spirit_N = mkN "spirit" ; @@ -5081,7 +5081,7 @@ lin struggle_N = mkN "struggle" ; lin struggle_V2with = mkV2 "struggle" "with" ; lin student_N = mkN "student" ; lin study_V = (mkV "study") ; -lin study_N2 = mkN2 "study" "" ; +lin study_N2 = mkN2 "study" ; lin stuff_N = mkN "stuff" ; lin stuff_V2 = mkV2 "stuff" ; lin stupid_A = mkA "stupid" ; @@ -5094,7 +5094,7 @@ lin subcategorize_V = (mkV "subcategorize") ; lin subjacency_N = mkN "subjacency" ; lin subjacent_A = longA "subjacent" ; lin subjacent_A2to = longA2 "subjacent" "to" ; -lin subject_V3to =mkV3 (mkV "subject") "to" ; +lin subject_V3to =mkV3 "subject" "to" ; lin subject_N = mkN "subject" ; lin subjective_A = longA "subjective" ; lin submarine_A = longA "submarine" ; @@ -5108,13 +5108,13 @@ lin subservient_A = longA "subservient" ; lin substance_N = mkN "substance" ; lin substantial_A = longA "substantial" ; lin substantive_A = longA "substantive" ; -lin substitute_V3for =mkV3 (mkV "substitute") "for" ; +lin substitute_V3for =mkV3 "substitute" "for" ; lin substitute_N = mkN "substitute" ; lin subsume_V2 = mkV2 "subsume" ; lin subsumption_N = mkN "subsumption" ; lin subtle_A = mkA "subtle" ; lin subtlety_N = mkN "subtlety" ; -lin subtract_V3from =mkV3 (mkV "subtract") "from" ; +lin subtract_V3from =mkV3 "subtract" "from" ; lin succeed_V2in = mkV2 "succeed" "in" ; lin success_N = mkN "success" ; lin succession_N = mkN "succession" ; @@ -5153,8 +5153,8 @@ lin supplementary_A = longA "supplementary" ; lin suppletion_N = mkN "suppletion" ; lin suppletive_A = longA "suppletive" ; lin supply_V2 = mkV2 "supply" ; -lin supply_V3to =mkV3 (mkV "supply") "to" ; -lin supply_V3with =mkV3 (mkV "supply") "with" ; +lin supply_V3to =mkV3 "supply" "to" ; +lin supply_V3with =mkV3 "supply" "with" ; lin supply_N = mkN "supply" ; lin support_V2 = mkV2 "support" ; lin support_N = mkN "support" ; @@ -5188,7 +5188,7 @@ lin sustain_V2 = mkV2 "sustain" ; lin sustenance_N = mkN "sustenance" ; lin swallow_V2 = mkV2 "swallow" ; lin swan_N = mkN "swan" ; -lin swap_V3for =mkV3 (mkV "swap") "for" ; +lin swap_V3for =mkV3 "swap" "for" ; lin swear_VS = mkVS swear_V ; lin swede_N = mkN "swede" ; lin sweden_PN = regPN "sweden" ; @@ -5288,8 +5288,8 @@ lin telephone_V2 = mkV2 "telephone" ; lin telephone_N = mkN "telephone" ; lin telescope_N = mkN "telescope" ; lin television_N = mkN "television" ; -lin tell_V3 =mkV3 tell_V "" ; -lin temper_V3with =mkV3 (mkV "temper") "with" ; +lin tell_V3 =mkV3 tell_V ; +lin temper_V3with =mkV3 "temper" "with" ; lin temper_N = mkN "temper" ; lin temperature_N = mkN "temperature" ; lin template_N = mkN "template" ; @@ -5310,7 +5310,7 @@ lin tensed_A = longA "tensed" ; lin tension_N = mkN "tension" ; lin tent_N = mkN "tent" ; lin tentative_A = longA "tentative" ; -lin term_V3ed =mkV3 (mkV "term") "ed" ; +lin term_V3ed =mkV3 "term" "ed" ; lin term_N = mkN "term" ; lin terminal_A = longA "terminal" ; lin terminal_N = mkN "terminal" ; @@ -5353,19 +5353,19 @@ lin think_VS = mkVS think_V ; lin third_N = mkN "third" ; lin thirst_N2for = mkN2 "thirst" "for" ; lin thorough_A = longA "thorough" ; -lin thought_N2 = mkN2 "thought" "" ; -lin thousand_N2 = mkN2 "thousand" "" ; +lin thought_N2 = mkN2 "thought" ; +lin thousand_N2 = mkN2 "thousand" ; lin thread_N = mkN "thread" ; -lin threat_N2 = mkN2 "threat" "" ; -lin threaten_V3with =mkV3 (mkV "threaten") "with" ; +lin threat_N2 = mkN2 "threat" ; +lin threaten_V3with =mkV3 "threaten" "with" ; lin threshold_N = mkN "threshold" ; lin throat_N = mkN "throat" ; --lin through_Prep = mkPrep "through" ; lin throughout_Prep = mkPrep "throughout" ; lin throw_V3loc =mkV3 throw_V "loc" ; lin throw_N = mkN "throw" ; -lin thrown_V3loc =mkV3 (mkV "thrown") "loc" ; -lin thrust_V3loc =mkV3 (mkV "thrust") "loc" ; +lin thrown_V3loc =mkV3 "thrown" "loc" ; +lin thrust_V3loc =mkV3 "thrust" "loc" ; lin thrust_N = mkN "thrust" ; lin thumb_N = mkN "thumb" ; lin thunder_N = mkN "thunder" ; @@ -5374,7 +5374,7 @@ lin thus_Subj = mkSubj "thus" ; lin ticket_N = mkN "ticket" ; lin tidy_V2 = mkV2 "tidy" ; lin tidy_A = mkA "tidy" ; -lin tie_V3to =mkV3 (mkV "tie") "to" ; +lin tie_V3to =mkV3 "tie" "to" ; lin tie_N = mkN "tie" ; lin tiger_N = mkN "tiger" ; lin tight_A = mkA "tight" ; @@ -5455,7 +5455,7 @@ lin transcendental_A = longA "transcendental" ; lin transcribe_V2 = mkV2 "transcribe" ; lin transcript_N = mkN "transcript" ; lin transcription_N = mkN "transcription" ; -lin transfer_V3to =mkV3 (mkV "transfer") "to" ; +lin transfer_V3to =mkV3 "transfer" "to" ; lin transform_V2 = mkV2 "transform" ; lin transience_N = mkN "transience" ; lin transient_A = longA "transient" ; @@ -5463,7 +5463,7 @@ lin transistor_N = mkN "transistor" ; lin transit_N = mkN "transit" ; lin transitive_A = longA "transitive" ; lin transitory_A = longA "transitory" ; -lin translate_V3into =mkV3 (mkV "translate") "into" ; +lin translate_V3into =mkV3 "translate" "into" ; lin transmit_V2 = mkV2 "transmit" ; lin transparency_N = mkN "transparency" ; lin transparent_A = longA "transparent" ; @@ -5475,7 +5475,7 @@ lin travel_V2 = mkV2 "travel" ; lin travel_N = mkN "travel" ; lin traverse_V2 = mkV2 "traverse" ; lin tray_N = mkN "tray" ; -lin treat_V3_pred =mkV3 (mkV "treat") "_pred" ; +lin treat_V3_pred =mkV3 "treat" "_pred" ; lin treatment_N = mkN "treatment" ; lin treble_A = longA "treble" ; lin treble_V2 = mkV2 "treble" ; @@ -5514,14 +5514,14 @@ lin try_V2 = mkV2 "try" ; lin try_VV = mkVV (mkV "try") ; lin tub_N = mkN "tub" ; lin tube_N = mkN "tube" ; -lin tuck_V3 =mkV3 (mkV "tuck") "" ; +lin tuck_V3 =mkV3 "tuck" ; lin tuesday_PN = regPN "tuesday" ; lin tuition_N = mkN "tuition" ; lin tumble_V = (mkV "tumble") ; lin tune_V2 = mkV2 "tune" ; lin tune_N = mkN "tune" ; -lin turn_V3f =mkV3 (mkV "turn") "f" ; -lin turn_V3 =mkV3 (mkV "turn") "" ; +lin turn_V3f =mkV3 "turn" "f" ; +lin turn_V3 =mkV3 "turn" ; lin turn_V = (mkV "turn") ; lin turn_N = mkN "turn" ; lin turtle_N = mkN "turtle" ; @@ -5582,7 +5582,7 @@ lin upset_V2 = mkV2 upset_V ; lin upside_down_A = longA "upside_down" ; lin upstairs_Adv = mkAdv "upstairs" ; lin urge_V2 = mkV2 "urge" ; -lin urge_N2 = mkN2 "urge" "" ; +lin urge_N2 = mkN2 "urge" ; lin urgency_N = mkN "urgency" ; lin urgent_A = mkA "urgent" ; lin usage_N = mkN "usage" ; @@ -5642,7 +5642,7 @@ lin victim_N = mkN "victim" ; lin victor_N = mkN "victor" ; lin victory_N = mkN "victory" ; lin vie_V2with = mkV2 "vie" "with" ; -lin view_V3_pred =mkV3 (mkV "view") "_pred" ; +lin view_V3_pred =mkV3 "view" "_pred" ; lin view_N = mkN "view" ; lin vigorous_A = longA "vigorous" ; lin village_N = mkN "village" ; @@ -5728,7 +5728,7 @@ lin weigh_V2 = mkV2 "weigh" ; lin weigh_V2 = mkV2 "weigh" ; lin weight_N = mkN "weight" ; lin welcome_A = longA "welcome" ; -lin welcome_V3to = mkV3 (mkV "welcome") "to" ; +lin welcome_V3to = mkV3 "welcome" "to" ; lin welcome_N2to = mkN2 "welcome" "to" ; lin welfare_N = mkN "welfare" ; lin well_Adv = mkAdv "well" ; @@ -5778,7 +5778,7 @@ lin will_N = mkN "will" ; lin willing_A2 = longA2 "willing" "" ; lin willing_A = longA "willing" ; lin win_V2 = mkV2 (IrregEng.win_V) ; -lin wind_V2 = mkV2 IrregEng.wind_V "" ; +lin wind_V2 = mkV2 IrregEng.wind_V ; lin wind_V = IrregEng.wind_V ; lin wind_N = mkN "wind" ; lin window_N = mkN "window" ;