From db95cbad6d2b3a5ba8ca90dafbb8e7513637a7e3 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 3 Nov 2006 10:23:06 +0000 Subject: [PATCH] bew BigLexEng (not ready) --- examples/big/BigLexEng.gf | 1383 ++++++++++++++++++++-------------- examples/big/BigLexEngAbs.gf | 1078 +++++++++++++++----------- examples/big/MkDict.hs | 21 +- examples/big/mywordlist1 | 843 ++++++++++----------- examples/big/postedit.hs | 38 + 5 files changed, 1905 insertions(+), 1458 deletions(-) create mode 100644 examples/big/postedit.hs diff --git a/examples/big/BigLexEng.gf b/examples/big/BigLexEng.gf index e63bbdf27..610dac4ac 100644 --- a/examples/big/BigLexEng.gf +++ b/examples/big/BigLexEng.gf @@ -1,20 +1,32 @@ -concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { +concrete BigLexEng of BigLexEngAbs = CatEng ** open IrregEng, ParadigmsEng in { + oper longA : Str -> A = \s -> compoundADeg (regA s) ; + regV3 : Str -> V3 = \s -> dirdirV3 (regV s) ; + regV2 : Str -> V2 = \s -> dirV2 (regV s) ; + prepA2 : Str -> Str -> A2 = \a,p -> mkA2 (regA a) (mkPrep p) ; + prepN2 : Str -> Str -> N2 = \a,p -> mkN2 (regN a) (mkPrep p) ; + prepV2 : Str -> Str -> V2 = \a,p -> mkV2 (regV a) (mkPrep p) ; + regVS : Str -> VS = \v -> mkVS (regV v) ; + mkIAdv : Str -> IAdv = \s -> {s = s ; lock_IAdv = <>} ; + mkSubj : Str -> Subj = \s -> {s = s ; lock_Subj = <>} ; + mkPConj : Str -> PConj = \s -> {s = s ; lock_PConj = <>} ; lin abandon_V2_regV2 = regV2 "abandon" ; lin abbreviate_V_regV = regV "abbreviate" ; lin abduct_V2_regV2 = regV2 "abduct" ; lin able_A_regA = regA "able" ; + lin able_A_regA = regA "able" ; lin abolish_V2_regV2 = regV2 "abolish" ; lin abolition_N_regN = regN "abolition" ; lin abound_V_regV = regV "abound" ; + lin about_Adv_mkAdv = mkAdv "about" ; lin about_Prep_mkPrep = mkPrep "about" ; lin above_Prep_mkPrep = mkPrep "above" ; lin abroad_Adv_mkAdv = mkAdv "abroad" ; - lin absence_N2_prepN2 = prepN2 "absence" "from" ; +lin absence_N2_prepN2from = prepN2 "absence" "from" ; lin absent_A_regA = regA "absent" ; - lin absent_A2_prepA2 = prepA2 "absent" "from" ; +lin absent_A2_prepA2from = prepA2 "absent" "from" ; lin absentee_N_regN = regN "absentee" ; lin absolute_A_longA = longA "absolute" ; - lin absolve_V_regV = regV "absolve" ; +lin absolve_V3_mkV3_from = dirV3 (regV "absolve") "from" ; lin abstract_N_regN = regN "abstract" ; lin abstract_A_longA = longA "abstract" ; lin abstract_V_regV = regV "abstract" ; @@ -24,26 +36,26 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin accelerate_V2_regV2 = regV2 "accelerate" ; lin accept_V2_regV2 = regV2 "accept" ; lin access_V2_regV2 = regV2 "access" ; - lin access_N2_prepN2 = prepN2 "access" "to" ; +lin access_N2_prepN2to = prepN2 "access" "to" ; lin accessible_A_longA = longA "accessible" ; lin accessible_A_longA = longA "accessible" ; lin accident_N_regN = regN "accident" ; lin accommodate_V2_regV2 = regV2 "accommodate" ; lin accompany_V2_regV2 = regV2 "accompany" ; lin accomplish_V2_regV2 = regV2 "accomplish" ; - lin accord_V2_prepV2 = prepV2 "accord" "with" ; +lin accord_V2_prepV2with = prepV2 "accord" "with" ; lin accordingly_Adv_mkAdv = mkAdv "accordingly" ; lin account_N_regN = regN "account" ; - lin account_V2_prepV2 = prepV2 "account" "for" ; +lin account_V2_prepV2for = prepV2 "account" "for" ; lin accumulate_V2_regV2 = regV2 "accumulate" ; lin accuracy_N_regN = regN "accuracy" ; lin accurate_A_longA = longA "accurate" ; - lin accuse_V_regV = regV "accuse" ; +lin accuse_V3_mkV3_of = dirV3 (regV "accuse") "of" ; lin ache_N_regN = regN "ache" ; lin ache_V_regV = regV "ache" ; lin achieve_V2_regV2 = regV2 "achieve" ; lin acknowledge_V2_regV2 = regV2 "acknowledge" ; - lin acknowledge_VS_mkVS = regVS "acknowledge" ; + lin acknowledge_VS_mkVS = mkVS "acknowledge" ; lin acquire_V2_regV2 = regV2 "acquire" ; lin acquisition_N_regN = regN "acquisition" ; lin acquisitive_A_longA = longA "acquisitive" ; @@ -57,24 +69,25 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin acute_A_longA = longA "acute" ; lin adage_N_regN = regN "adage" ; lin adapt_V2_regV2 = regV2 "adapt" ; - lin add_V_regV = regV "add" ; +lin add_V3_mkV3_to = dirV3 (regV "add") "to" ; lin addict_N_regN = regN "addict" ; lin addict_V2_regV2 = regV2 "addict" ; - lin addition_N2_prepN2 = prepN2 "addition" "to" ; +lin addition_N2_prepN2to = prepN2 "addition" "to" ; lin additive_N_regN = regN "additive" ; lin address_N_regN = regN "address" ; lin address_V2_regV2 = regV2 "address" ; lin adept_A_regA = regA "adept" ; - lin adept_A2_prepA2 = prepA2 "adept" "at" ; +lin adept_A2_prepA2at = prepA2 "adept" "at" ; lin adequacy_N_regN = regN "adequacy" ; lin adequate_A_longA = longA "adequate" ; lin adequate_A_longA = longA "adequate" ; - lin adhere_V2_prepV2 = prepV2 "adhere" "to" ; +lin adhere_V2_prepV2to = prepV2 "adhere" "to" ; lin adherent_N_regN = regN "adherent" ; lin adhesive_N_regN = regN "adhesive" ; lin adhesive_A_longA = longA "adhesive" ; - lin adjacency_N2_prepN2 = prepN2 "adjacency" "to" ; - lin adjacent_A2_prepA2 = prepA2 "adjacent" "to" ; +lin adjacency_N2_prepN2to = prepN2 "adjacency" "to" ; + lin adjacent_A_longA = longA "adjacent" ; +lin adjacent_A2_prepA2to_long = prepA2 "adjacent" "to_long" ; lin adjective_N_regN = regN "adjective" ; lin adjoin_V2_regV2 = regV2 "adjoin" ; lin adjunct_N_regN = regN "adjunct" ; @@ -84,12 +97,12 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin admire_V2_regV2 = regV2 "admire" ; lin admissible_A_longA = longA "admissible" ; lin admission_N_regN = regN "admission" ; - lin admission_N2_prepN2 = prepN2 "admission" "to" ; +lin admission_N2_prepN2to = prepN2 "admission" "to" ; lin admit_V2_regV2 = regV2 "admit" ; +lin admit_V3_mkV3_to = dirV3 (regV "admit") "to" ; lin admit_V_regV = regV "admit" ; - lin admit_V_regV = regV "admit" ; - lin admit_V2_prepV2 = prepV2 "admit" "of" ; - lin admit_VS_mkVS = regVS "admit" ; +lin admit_V2_prepV2of = prepV2 "admit" "of" ; + lin admit_VS_mkVS = mkVS "admit" ; lin adopt_V_regV = regV "adopt" ; lin adult_N_regN = regN "adult" ; lin adult_A_longA = longA "adult" ; @@ -110,14 +123,19 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin aesthetic_A_longA = longA "aesthetic" ; lin affair_N_regN = regN "affair" ; lin affect_V2_regV2 = regV2 "affect" ; - lin affection_N2_prepN2 = prepN2 "affection" "for" ; +lin affection_N2_prepN2for = prepN2 "affection" "for" ; lin afflict_V2_regV2 = regV2 "afflict" ; lin afford_V2_regV2 = regV2 "afford" ; lin afford_V_regV = regV "afford" ; + lin afraid_A_longA = longA "afraid" ; + lin afraid_A_longA = longA "afraid" ; + lin afraid_A_longA = longA "afraid" ; + lin afresh_Adv_mkAdv = mkAdv "afresh" ; lin Africa_PN_regPN = regPN "Africa" ; lin african_A_longA = longA "african" ; lin african_N_regN = regN "african" ; lin after_Subj_mkSubj = mkSubj "after" ; + lin after_Adv_mkAdv = mkAdv "after" ; lin after_Prep_mkPrep = mkPrep "after" ; lin afternoon_N_regN = regN "afternoon" ; lin afterthought_N_regN = regN "afterthought" ; @@ -132,13 +150,14 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin aggravate_V2_regV2 = regV2 "aggravate" ; lin aggressive_A_longA = longA "aggressive" ; lin ago_Adv_mkAdv = mkAdv "ago" ; - lin agree_V2_prepV2 = prepV2 "agree" "with" ; +lin agree_V2_prepV2with = prepV2 "agree" "with" ; + lin ahead_Adv_mkAdv = mkAdv "ahead" ; lin aid_N_regN = regN "aid" ; lin aid_V2_regV2 = regV2 "aid" ; lin aide_N_regN = regN "aide" ; lin aim_N_regN = regN "aim" ; - lin aim_V2_at = prepV2 "aim" "at" ; - lin aim_V2_to = prepV2 "aim" "to" ; +lin aim_V2_prepV2at = prepV2 "aim" "at" ; +lin aim_V2_prepV2to = prepV2 "aim" "to" ; lin air_N_regN = regN "air" ; lin aircraft_N_regN = regN "aircraft" ; lin aircraft_N_regN = regN "aircraft" ; @@ -149,19 +168,22 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin alcoholic_N_regN = regN "alcoholic" ; lin algebra_N_regN = regN "algebra" ; lin algorithm_N_regN = regN "algorithm" ; - lin alias_N2_prepN2 = prepN2 "alias" "for" ; +lin alias_N2_prepN2for = prepN2 "alias" "for" ; lin align_V2_regV2 = regV2 "align" ; - lin allege_VS_mkVS = regVS "allege" ; + lin alike_A_longA = longA "alike" ; + lin alive_A_longA = longA "alive" ; + lin allege_VS_mkVS = mkVS "allege" ; lin alley_N_regN = regN "alley" ; lin allocate_V_regV = regV "allocate" ; lin allow_V2_regV2 = regV2 "allow" ; lin allow_V_regV = regV "allow" ; - lin allow_V2_for = prepV2 "allow" "for" ; - lin allow_V2_of = prepV2 "allow" "of" ; - lin allude_V2_prepV2 = prepV2 "allude" "to" ; +lin allow_V2_prepV2for = prepV2 "allow" "for" ; +lin allow_V2_prepV2of = prepV2 "allow" "of" ; +lin allude_V2_prepV2to = prepV2 "allude" "to" ; lin ally_N_regN = regN "ally" ; - lin ally_V2_prepV2 = prepV2 "ally" "with" ; +lin ally_V2_prepV2with = prepV2 "ally" "with" ; lin alone_Adv_mkAdv = mkAdv "alone" ; + lin alone_A_longA = longA "alone" ; lin along_Prep_mkPrep = mkPrep "along" ; lin aloud_Adv_mkAdv = mkAdv "aloud" ; lin alphabet_N_regN = regN "alphabet" ; @@ -171,11 +193,12 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin also_Adv_mkAdv = mkAdv "also" ; lin altar_N_regN = regN "altar" ; lin alter_V_regV = regV "alter" ; - lin alternate_V2_prepV2 = prepV2 "alternate" "with" ; - lin alternative_N2_prepN2 = prepN2 "alternative" "to" ; +lin alternate_V2_prepV2with = prepV2 "alternate" "with" ; +lin alternative_N2_prepN2to = prepN2 "alternative" "to" ; lin alternatively_A_longA = longA "alternatively" ; + lin although_V_mkV = mkV "although" ; lin always_Adv_mkAdv = mkAdv "always" ; - lin am_V_regV = regV "am" ; +-- lin am_V_regV = regV "am" ; lin amaze_V2_regV2 = regV2 "amaze" ; lin amazing_A_longA = longA "amazing" ; lin ambiguity_N_regN = regN "ambiguity" ; @@ -200,7 +223,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin analogous_A_longA = longA "analogous" ; lin analogous_A_longA = longA "analogous" ; lin analogue_N_regN = regN "analogue" ; - lin analogy_N2_prepN2 = prepN2 "analogy" "with" ; +lin analogy_N2_prepN2with = prepN2 "analogy" "with" ; lin analyse_V2_regV2 = regV2 "analyse" ; lin analyses_N_regN = regN "analyses" ; lin analysis_N_regN = regN "analysis" ; @@ -216,9 +239,11 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin angled_A_longA = longA "angled" ; lin angler_N_regN = regN "angler" ; lin angling_N_regN = regN "angling" ; - lin angry_A2_about = prepA2 "angry" "about" ; - lin angry_A2_at = prepA2 "angry" "at" ; - lin angry_A2_with = prepA2 "angry" "with" ; + lin angry_A_regA = regA "angry" ; +lin angry_A2_prepA2about = prepA2 "angry" "about" ; +lin angry_A2_prepA2at = prepA2 "angry" "at" ; +lin angry_A2_prepA2with = prepA2 "angry" "with" ; + lin angry_A_regA = regA "angry" ; lin animal_N_regN = regN "animal" ; lin animate_A_longA = longA "animate" ; lin animate_V2_regV2 = regV2 "animate" ; @@ -239,36 +264,42 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin antibiotic_N_regN = regN "antibiotic" ; lin anticipate_V2_regV2 = regV2 "anticipate" ; lin anticipate_V_regV = regV "anticipate" ; - lin anticipate_VS_mkVS = regVS "anticipate" ; + lin anticipate_VS_mkVS = mkVS "anticipate" ; lin anxiety_N_regN = regN "anxiety" ; lin anxious_A_longA = longA "anxious" ; lin anxious_A_longA = longA "anxious" ; lin anxious_A_longA = longA "anxious" ; + lin anybody_NP_mkNP = mkNP "anybody" ; lin anyhow_Adv_mkAdv = mkAdv "anyhow" ; + lin anything_NP_mkNP = mkNP "anything" ; lin anyway_Adv_mkAdv = mkAdv "anyway" ; lin anywhere_Adv_mkAdv = mkAdv "anywhere" ; + lin apart_Adv_mkAdv = mkAdv "apart" ; lin ape_N_regN = regN "ape" ; - lin apologetic_A2_prepA2 = prepA2 "apologetic" "for" ; - lin apologise_V2_prepV2 = prepV2 "apologise" "for" ; - lin apologize_V2_prepV2 = prepV2 "apologize" "for" ; + lin apologetic_A_longA = longA "apologetic" ; +lin apologetic_A2_prepA2for_long = prepA2 "apologetic" "for_long" ; +lin apologise_V2_prepV2for = prepV2 "apologise" "for" ; +lin apologize_V2_prepV2for = prepV2 "apologize" "for" ; lin appal_V2_regV2 = regV2 "appal" ; lin apparatus_N_regN = regN "apparatus" ; - lin apparent_A2_prepA2 = prepA2 "apparent" "to" ; + lin apparent_A_longA = longA "apparent" ; +lin apparent_A2_prepA2to_long = prepA2 "apparent" "to_long" ; lin apparition_N_regN = regN "apparition" ; - lin appeal_V2_prepV2 = prepV2 "appeal" "to" ; - lin appeal_N2_prepN2 = prepN2 "appeal" "to" ; +lin appeal_V2_prepV2to = prepV2 "appeal" "to" ; +lin appeal_N2_prepN2to = prepN2 "appeal" "to" ; lin appear_V_regV = regV "appear" ; lin appear_V_regV = regV "appear" ; lin appear_V_regV = regV "appear" ; lin appear_V_regV = regV "appear" ; - lin append_V_regV = regV "append" ; +lin append_V3_mkV3_to = dirV3 (regV "append") "to" ; lin appendices_N_regN = regN "appendices" ; lin appendix_N_regN = regN "appendix" ; lin apple_N_regN = regN "apple" ; - lin applicable_A2_prepA2 = prepA2 "applicable" "to" ; + lin applicable_A_longA = longA "applicable" ; +lin applicable_A2_prepA2to_long = prepA2 "applicable" "to_long" ; lin applicant_N_regN = regN "applicant" ; - lin apply_V_regV = regV "apply" ; - lin apply_V2_prepV2 = prepV2 "apply" "for" ; +lin apply_V3_mkV3_to = dirV3 (regV "apply") "to" ; +lin apply_V2_prepV2for = prepV2 "apply" "for" ; lin appoint_V2_regV2 = regV2 "appoint" ; lin appoint_V_regV = regV "appoint" ; lin appoint_V_regV = regV "appoint" ; @@ -280,14 +311,17 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin apprehension_N_regN = regN "apprehension" ; lin apprehensive_A_longA = longA "apprehensive" ; lin approach_V2_regV2 = regV2 "approach" ; - lin approach_N2_prepN2 = prepN2 "approach" "to" ; +lin approach_N2_prepN2to = prepN2 "approach" "to" ; lin approbation_N_regN = regN "approbation" ; - lin approve_V2_prepV2 = prepV2 "approve" "of" ; + lin appropriate_A_regA = regA "appropriate" ; + lin appropriate_A_regA = regA "appropriate" ; +lin approve_V2_prepV2of = prepV2 "approve" "of" ; lin approximate_A_longA = longA "approximate" ; - lin approximate_V2_prepV2 = prepV2 "approximate" "to" ; +lin approximate_V2_prepV2to = prepV2 "approximate" "to" ; lin April_PN_regPN = regPN "April" ; lin apse_N_regN = regN "apse" ; lin apt_A_regA = regA "apt" ; + lin apt_A_regA = regA "apt" ; lin aptitude_N_regN = regN "aptitude" ; lin arabian_A_longA = longA "arabian" ; lin arabic_A_longA = longA "arabic" ; @@ -302,7 +336,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin area_N_regN = regN "area" ; lin arena_N_regN = regN "arena" ; lin argue_V_regV = regV "argue" ; - lin argument_N2_prepN2 = prepN2 "argument" "s_withabout" ; +lin argument_N2_prepN2s_withabout = prepN2 "argument" "s_withabout" ; lin argument_N_regN = regN "argument" ; lin arithmetic_N_regN = regN "arithmetic" ; lin arm_N_regN = regN "arm" ; @@ -320,7 +354,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin array_N_regN = regN "array" ; lin arrest_V2_regV2 = regV2 "arrest" ; lin arrive_V_regV = regV "arrive" ; - lin arrive_V2_prepV2 = prepV2 "arrive" "at" ; +lin arrive_V2_prepV2at = prepV2 "arrive" "at" ; lin arrow_N_regN = regN "arrow" ; lin art_N_regN = regN "art" ; lin artefact_N_regN = regN "artefact" ; @@ -333,21 +367,23 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin ascend_V_regV = regV "ascend" ; lin ascent_N_regN = regN "ascent" ; lin ascertain_V2_regV2 = regV2 "ascertain" ; - lin ascribe_V_regV = regV "ascribe" ; +lin ascribe_V3_mkV3_to = dirV3 ascribe_V ; lin ash_N_regN = regN "ash" ; + lin ashamed_A_longA = longA "ashamed" ; + lin ashamed_A_longA = longA "ashamed" ; lin Asia_PN_regPN = regPN "Asia" ; lin ask_V2_regV2 = regV2 "ask" ; +lin ask_V3_mkV3_for = dirV3 ask_V ; +lin ask_V3_mkV3_to = dirV3 ask_V ; + lin ask_V_regV = regV "ask" ; +lin ask_V2_prepV2for = prepV2 "ask" "for" ; + lin ask_VQ_mkVQ = mkVQ "ask" ; lin ask_V_regV = regV "ask" ; lin ask_V_regV = regV "ask" ; lin ask_V_regV = regV "ask" ; - lin ask_V_regV = regV "ask" ; - lin ask_V2_prepV2 = prepV2 "ask" "for" ; - lin ask_V_regV = regV "ask" ; - lin ask_V_regV = regV "ask" ; - lin ask_V_regV = regV "ask" ; - lin ask_V_regV = regV "ask" ; + lin asleep_A_longA = longA "asleep" ; lin aspect_N_regN = regN "aspect" ; - lin aspire_V2_prepV2 = prepV2 "aspire" "to" ; +lin aspire_V2_prepV2to = prepV2 "aspire" "to" ; lin aspire_V_regV = regV "aspire" ; lin aspirin_N_regN = regN "aspirin" ; lin ass_N_regN = regN "ass" ; @@ -355,27 +391,28 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin assault_V2_regV2 = regV2 "assault" ; lin assemble_V2_regV2 = regV2 "assemble" ; lin assembly_N_regN = regN "assembly" ; - lin assent_V2_prepV2 = prepV2 "assent" "to" ; - lin assert_VS_mkVS = regVS "assert" ; +lin assent_V2_prepV2to = prepV2 "assent" "to" ; + lin assert_VS_mkVS = mkVS "assert" ; lin assess_V2_regV2 = regV2 "assess" ; - lin assign_V_regV = regV "assign" ; +lin assign_V3_mkV3_to = dirV3 assign_V ; lin assimilate_V2_regV2 = regV2 "assimilate" ; lin assist_V2_regV2 = regV2 "assist" ; lin assist_V_regV = regV "assist" ; lin assist_V_regV = regV "assist" ; - lin assist_V2_prepV2 = prepV2 "assist" "at" ; +lin assist_V2_prepV2at = prepV2 "assist" "at" ; lin assistant_N_regN = regN "assistant" ; - lin associate_V_regV = regV "associate" ; +lin associate_V3_mkV3_with = dirV3 associate_V ; lin association_N_regN = regN "association" ; lin assume_V2_regV2 = regV2 "assume" ; - lin assume_VS_mkVS = regVS "assume" ; + lin assume_VS_mkVS = mkVS "assume" ; lin assumption_N_regN = regN "assumption" ; - lin assure_VS_mkVS = regVS "assure" ; + lin assure_VS_mkVS = mkVS "assure" ; lin asterisk_N_regN = regN "asterisk" ; lin asthma_N_regN = regN "asthma" ; lin asthmatic_A_longA = longA "asthmatic" ; lin asthmatically_Adv_mkAdv = mkAdv "asthmatically" ; lin astonish_V2_regV2 = regV2 "astonish" ; + lin astray_A_regA = regA "astray" ; lin astronomer_N_regN = regN "astronomer" ; lin astronomy_N_regN = regN "astronomy" ; lin asymmetry_N_regN = regN "asymmetry" ; @@ -384,25 +421,26 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin atmosphere_N_regN = regN "atmosphere" ; lin atom_N_regN = regN "atom" ; lin attach_V2_regV2 = regV2 "attach" ; - lin attach_V_regV = regV "attach" ; - lin attach_V2_prepV2 = prepV2 "attach" "to" ; +lin attach_V3_mkV3_to = dirV3 attach_V ; +lin attach_V2_prepV2to = prepV2 "attach" "to" ; lin attack_V2_regV2 = regV2 "attack" ; - lin attack_N2_prepN2 = prepN2 "attack" "on" ; +lin attack_N2_prepN2on = prepN2 "attack" "on" ; lin attain_V2_regV2 = regV2 "attain" ; lin attempt_N_regN = regN "attempt" ; lin attempt_V_regV = regV "attempt" ; - lin attend_V2_prepV2 = prepV2 "attend" "to" ; - lin attention_N2_prepN2 = prepN2 "attention" "to" ; - lin attentive_A2_prepA2 = prepA2 "attentive" "to" ; +lin attend_V2_prepV2to = prepV2 "attend" "to" ; +lin attention_N2_prepN2to = prepN2 "attention" "to" ; + lin attentive_A_longA = longA "attentive" ; +lin attentive_A2_prepA2to_long = prepA2 "attentive" "to_long" ; lin attitude_N_regN = regN "attitude" ; lin attract_V_regV = regV "attract" ; lin attribute_N_regN = regN "attribute" ; - lin attribute_V_regV = regV "attribute" ; +lin attribute_V3_mkV3_to = dirV3 attribute_V ; lin audible_A_longA = longA "audible" ; lin audience_N_regN = regN "audience" ; lin augment_V2_regV2 = regV2 "augment" ; lin August_PN_regPN = regPN "August" ; - lin aunt_N2_prepN2 = prepN2 "aunt" "of" ; +lin aunt_N2_prepN2of = prepN2 "aunt" "of" ; lin Australia_PN_regPN = regPN "Australia" ; lin australian_A_longA = longA "australian" ; lin Austria_PN_regPN = regPN "Austria" ; @@ -412,6 +450,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin automata_N_regN = regN "automata" ; lin automate_V_regV = regV "automate" ; lin automatic_A_longA = longA "automatic" ; + lin automatically_A_regA = regA "automatically" ; lin automaton_N_regN = regN "automaton" ; lin autonomous_A_longA = longA "autonomous" ; lin autonomy_N_regN = regN "autonomy" ; @@ -428,9 +467,14 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin avoid_V_regV = regV "avoid" ; lin avowed_A_longA = longA "avowed" ; lin await_V2_regV2 = regV2 "await" ; + lin awake_A_longA = longA "awake" ; lin awaken_V2_regV2 = regV2 "awaken" ; lin award_V_regV = regV "award" ; + lin aware_A_longA = longA "aware" ; + lin aware_A_longA = longA "aware" ; + lin away_Adv_mkAdv = mkAdv "away" ; lin awful_A_longA = longA "awful" ; + lin awkward_A_regA = regA "awkward" ; lin axe_N_regN = regN "axe" ; lin axes_N_regN = regN "axes" ; lin axiom_N_regN = regN "axiom" ; @@ -443,6 +487,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin backing_N_regN = regN "backing" ; lin backtrack_V_regV = regV "backtrack" ; lin backward_A_longA = longA "backward" ; + lin backwards_Adv_mkAdv = mkAdv "backwards" ; lin bacteria_N_regN = regN "bacteria" ; lin bacterial_A_longA = longA "bacterial" ; lin bacterium_N_regN = regN "bacterium" ; @@ -469,9 +514,10 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin baron_N_regN = regN "baron" ; lin barrel_N_regN = regN "barrel" ; lin base_N_regN = regN "base" ; - lin base_V_regV = regV "base" ; +lin base_V3_mkV3_loc = dirV3 base_V ; lin bases_N_regN = regN "bases" ; lin basic_A_longA = longA "basic" ; + lin basically_A_regA = regA "basically" ; lin basin_N_regN = regN "basin" ; lin basis_N_regN = regN "basis" ; lin basis_N_regN = regN "basis" ; @@ -490,16 +536,18 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin beam_N_regN = regN "beam" ; lin bean_N_regN = regN "bean" ; lin bear_N_regN = regN "bear" ; - lin bear_V2_irreg = dirV2 bear_V ; +lin bear_V2_irreg = dirV2 bear_V ; lin beard_N_regN = regN "beard" ; lin beast_N_regN = regN "beast" ; - lin beat_V2_irreg = dirV2 beat_V ; +lin beat_V2_irreg = dirV2 beat_V ; lin beauty_N_regN = regN "beauty" ; lin because_Subj_mkSubj = mkSubj "because" ; + lin because_V_mkV = mkV "because" ; lin bed_N_regN = regN "bed" ; lin bee_N_regN = regN "bee" ; lin beer_N_regN = regN "beer" ; lin before_Subj_mkSubj = mkSubj "before" ; + lin before_Adv_mkAdv = mkAdv "before" ; lin before_Prep_mkPrep = mkPrep "before" ; lin beg_V_regV = regV "beg" ; lin beginning_N_regN = regN "beginning" ; @@ -510,25 +558,30 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin being_V_regV = regV "being" ; lin being_N_regN = regN "being" ; lin belief_N_regN = regN "belief" ; - lin belief_N2_prepN2 = prepN2 "belief" "in" ; +lin belief_N2_prepN2in = prepN2 "belief" "in" ; lin belief_N_regN = regN "belief" ; lin believe_V_regV = regV "believe" ; - lin believe_V2_prepV2 = prepV2 "believe" "in" ; - lin believe_VS_mkVS = regVS "believe" ; +lin believe_V2_prepV2in = prepV2 "believe" "in" ; + lin believe_VS_mkVS = mkVS "believe" ; + lin believe_VS_mkVS = mkVS "believe" ; + lin believe_VS_mkVS = mkVS "believe" ; lin bell_N_regN = regN "bell" ; lin belong_V_regV = regV "belong" ; - lin beloved_A2_prepA2 = prepA2 "beloved" "by" ; + lin beloved_A_longA = longA "beloved" ; +lin beloved_A2_prepA2by_long = prepA2 "beloved" "by_long" ; lin below_Prep_mkPrep = mkPrep "below" ; lin belt_N_regN = regN "belt" ; lin bench_N_regN = regN "bench" ; lin beneath_Prep_mkPrep = mkPrep "beneath" ; - lin beneficial_A2_prepA2 = prepA2 "beneficial" "to" ; + lin beneficial_A_longA = longA "beneficial" ; +lin beneficial_A2_prepA2to_long = prepA2 "beneficial" "to_long" ; lin benefit_N_regN = regN "benefit" ; lin berry_N_regN = regN "berry" ; lin beside_Prep_mkPrep = mkPrep "beside" ; lin besides_Adv_mkAdv = mkAdv "besides" ; lin bet_N_regN = regN "bet" ; lin betray_V2_regV2 = regV2 "betray" ; + lin between_V_mkV = mkV "between" ; lin beyond_Prep_mkPrep = mkPrep "beyond" ; lin bias_V2_regV2 = regV2 "bias" ; lin bible_N_regN = regN "bible" ; @@ -537,13 +590,14 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin biconditional_V_regV = regV "biconditional" ; lin bicycle_N_regN = regN "bicycle" ; lin bidirectional_A_longA = longA "bidirectional" ; + lin big_A_regA = regA "big" ; lin bike_N_regN = regN "bike" ; lin bill_N_regN = regN "bill" ; lin Bill_PN_regPN = regPN "Bill" ; lin billion_N_regN = regN "billion" ; lin bin_N_regN = regN "bin" ; lin binary_A_longA = longA "binary" ; - lin bind_V2_irreg = dirV2 bind_V ; +lin bind_V2_irreg = dirV2 bind_V ; lin binding_N_regN = regN "binding" ; lin bird_N_regN = regN "bird" ; lin birth_N_regN = regN "birth" ; @@ -551,17 +605,18 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin bisect_V_regV = regV "bisect" ; lin bisector_N_regN = regN "bisector" ; lin bit_N_regN = regN "bit" ; - lin bite_V2_irreg = dirV2 bite_V ; +lin bite_V2_irreg = dirV2 bite_V ; lin bitter_A_longA = longA "bitter" ; lin bizarre_A_longA = longA "bizarre" ; lin black_A_regA = regA "black" ; lin blackboard_N_regN = regN "blackboard" ; lin blade_N_regN = regN "blade" ; - lin blame_V_regV = regV "blame" ; +lin blame_V3_mkV3_for = dirV3 blame_V ; lin blame_N_regN = regN "blame" ; - lin blame_N2_prepN2 = prepN2 "blame" "for" ; +lin blame_N2_prepN2for = prepN2 "blame" "for" ; lin blank_A_regA = regA "blank" ; lin blank_N_regN = regN "blank" ; + lin blind_A_regA = regA "blind" ; lin blind_V2_regV2 = regV2 "blind" ; lin block_N_regN = regN "block" ; lin block_V2_regV2 = regV2 "block" ; @@ -573,11 +628,12 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin boat_N_regN = regN "boat" ; lin body_N_regN = regN "body" ; lin boil_V2_regV2 = regV2 "boil" ; + lin bold_A_regA = regA "bold" ; lin bomb_N_regN = regN "bomb" ; lin bomb_V2_regV2 = regV2 "bomb" ; lin bombard_V2_regV2 = regV2 "bombard" ; lin bond_N_regN = regN "bond" ; - lin bond_V_regV = regV "bond" ; +lin bond_V3_mkV3_to = dirV3 bond_V ; lin bone_N_regN = regN "bone" ; lin bonus_N_regN = regN "bonus" ; lin book_N_regN = regN "book" ; @@ -591,12 +647,12 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin border_V2_regV2 = regV2 "border" ; lin bore_N_regN = regN "bore" ; lin bore_V2_regV2 = regV2 "bore" ; - lin borrow_V_regV = regV "borrow" ; +lin borrow_V3_mkV3_from = dirV3 borrow_V ; lin boss_N_regN = regN "boss" ; lin bother_V_regV = regV "bother" ; lin bother_V_regV = regV "bother" ; lin bother_V2_regV2 = regV2 "bother" ; - lin bother_V2_prepV2 = prepV2 "bother" "about" ; +lin bother_V2_prepV2about = prepV2 "bother" "about" ; lin bottle_N_regN = regN "bottle" ; lin bottom_N_regN = regN "bottom" ; lin bough_N_regN = regN "bough" ; @@ -622,7 +678,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin bread_N_regN = regN "bread" ; lin breadth_N_regN = regN "breadth" ; lin break_N_regN = regN "break" ; - lin break_V2_irreg = dirV2 break_V ; +lin break_V2_irreg = dirV2 break_V ; lin breakage_N_regN = regN "breakage" ; lin breakfast_N_regN = regN "breakfast" ; lin breath_N_regN = regN "breath" ; @@ -637,16 +693,19 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin brief_A_regA = regA "brief" ; lin briefs_N_regN = regN "briefs" ; lin bright_A_regA = regA "bright" ; + lin brilliance_V_mkV = mkV "brilliance" ; lin brilliant_A_regA = regA "brilliant" ; - lin bring_V2_irreg = dirV2 bring_V ; +lin bring_V2_irreg = dirV2 bring_V ; lin bristle_N_regN = regN "bristle" ; lin Britain_PN_regPN = regPN "Britain" ; lin british_A_longA = longA "british" ; lin broach_V2_regV2 = regV2 "broach" ; + lin broad_A_regA = regA "broad" ; lin broadcast_N_regN = regN "broadcast" ; lin bronchitis_N_regN = regN "bronchitis" ; lin brother_N_regN = regN "brother" ; - lin brother_N2_prepN2 = prepN2 "brother" "of" ; +lin brother_N2_prepN2of = prepN2 "brother" "of" ; + lin brown_A_regA = regA "brown" ; lin bruise_N_regN = regN "bruise" ; lin bruise_V2_regV2 = regV2 "bruise" ; lin brute_N_regN = regN "brute" ; @@ -656,7 +715,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin buffer_N_regN = regN "buffer" ; lin buffer_V2_regV2 = regV2 "buffer" ; lin bug_N_regN = regN "bug" ; - lin build_V2_irreg = dirV2 build_V ; +lin build_V2_irreg = dirV2 build_V ; lin building_N_regN = regN "building" ; lin bullet_N_regN = regN "bullet" ; lin bully_N_regN = regN "bully" ; @@ -665,7 +724,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin bunch_N_regN = regN "bunch" ; lin bundle_N_regN = regN "bundle" ; lin burden_N_regN = regN "burden" ; - lin burn_V2_irreg = dirV2 burn_V ; +lin burn_V2_irreg = dirV2 burn_V ; lin bury_V2_regV2 = regV2 "bury" ; lin bus_N_regN = regN "bus" ; lin bush_N_regN = regN "bush" ; @@ -675,8 +734,9 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin butter_V2_regV2 = regV2 "butter" ; lin butterfly_N_regN = regN "butterfly" ; lin button_N_regN = regN "button" ; - lin buy_V2_irreg = dirV2 buy_V ; +lin buy_V2_irreg = dirV2 buy_V ; lin buzz_V_regV = regV "buzz" ; + lin by_Adv_mkAdv = mkAdv "by" ; lin by_Prep_mkPrep = mkPrep "by" ; lin cabinet_N_regN = regN "cabinet" ; lin cable_N_regN = regN "cable" ; @@ -686,6 +746,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin calculus_N_regN = regN "calculus" ; lin call_N_regN = regN "call" ; lin call_V2_regV2 = regV2 "call" ; + lin calm_A_regA = regA "calm" ; lin cam_N_regN = regN "cam" ; lin Cambridge_PN_regPN = regPN "Cambridge" ; lin camel_N_regN = regN "camel" ; @@ -729,15 +790,15 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin case_N_regN = regN "case" ; lin cash_N_regN = regN "cash" ; lin cast_N_regN = regN "cast" ; - lin cast_V2_irreg = dirV2 cast_V ; +lin cast_V2_irreg = dirV2 cast_V ; lin castle_N_regN = regN "castle" ; lin casual_A_longA = longA "casual" ; lin cat_N_regN = regN "cat" ; lin catch_N_regN = regN "catch" ; - lin catch_V2_irreg = dirV2 catch_V ; +lin catch_V2_irreg = dirV2 catch_V ; lin categorical_A_longA = longA "categorical" ; lin category_N_regN = regN "category" ; - lin cater_V2_prepV2 = prepV2 "cater" "for" ; +lin cater_V2_prepV2for = prepV2 "cater" "for" ; lin cattle_N_regN = regN "cattle" ; lin cause_N_regN = regN "cause" ; lin cause_V2_regV2 = regV2 "cause" ; @@ -768,7 +829,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin certify_V_regV = regV "certify" ; lin certitude_N_regN = regN "certitude" ; lin chain_N_regN = regN "chain" ; - lin chain_V_regV = regV "chain" ; +lin chain_V3_mkV3_to = dirV3 chain_V ; lin chair_N_regN = regN "chair" ; lin chairman_N_regN = regN "chairman" ; lin chairmen_N_regN = regN "chairmen" ; @@ -776,7 +837,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin chairwomen_N_regN = regN "chairwomen" ; lin chalk_N_regN = regN "chalk" ; lin challenge_N_regN = regN "challenge" ; - lin challenge_N2_prepN2 = prepN2 "challenge" "to" ; +lin challenge_N2_prepN2to = prepN2 "challenge" "to" ; lin chance_N_regN = regN "chance" ; lin chancellor_N_regN = regN "chancellor" ; lin change_V_regV = regV "change" ; @@ -788,11 +849,12 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin char_V_regV = regV "char" ; lin character_N_regN = regN "character" ; lin characteristic_N_regN = regN "characteristic" ; - lin characteristic_A2_prepA2 = prepA2 "characteristic" "of" ; + lin characteristic_A_longA = longA "characteristic" ; +lin characteristic_A2_prepA2of_long = prepA2 "characteristic" "of_long" ; lin characteristically_A_longA = longA "characteristically" ; - lin characterize_V_regV = regV "characterize" ; +lin characterize_V3_mkV3_as = dirV3 characterize_V ; lin charge_N_regN = regN "charge" ; - lin charge_V_regV = regV "charge" ; +lin charge_V3_mkV3_with = dirV3 charge_V ; lin charitable_A_longA = longA "charitable" ; lin charity_N_regN = regN "charity" ; lin charm_N_regN = regN "charm" ; @@ -821,6 +883,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin chest_N_regN = regN "chest" ; lin chicken_N_regN = regN "chicken" ; lin chief_N_regN = regN "chief" ; + lin chief_A_regA = regA "chief" ; lin child_N_regN = regN "child" ; lin children_N_regN = regN "children" ; lin chimney_N_regN = regN "chimney" ; @@ -830,7 +893,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin chinese_A_longA = longA "chinese" ; lin chocolate_N_regN = regN "chocolate" ; lin choice_N_regN = regN "choice" ; - lin choose_V2_irreg = dirV2 choose_V ; +lin choose_V2_irreg = dirV2 choose_V ; lin christian_N_regN = regN "christian" ; lin christmas_N_regN = regN "christmas" ; lin chronic_A_longA = longA "chronic" ; @@ -856,27 +919,30 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin civilize_V2_regV2 = regV2 "civilize" ; lin clad_A_longA = longA "clad" ; lin clad_A_longA = longA "clad" ; - lin claim_VS_mkVS = regVS "claim" ; + lin claim_VS_mkVS = mkVS "claim" ; lin claim_N_regN = regN "claim" ; lin clan_N_regN = regN "clan" ; lin clap_V_regV = regV "clap" ; lin clap_N_regN = regN "clap" ; lin clarify_V2_regV2 = regV2 "clarify" ; lin clarity_N_regN = regN "clarity" ; - lin clash_V2_prepV2 = prepV2 "clash" "with" ; +lin clash_V2_prepV2with = prepV2 "clash" "with" ; lin class_N_regN = regN "class" ; - lin class_V_regV = regV "class" ; +lin class_V3_mkV3_as = dirV3 class_V ; lin classic_A_longA = longA "classic" ; lin classify_V2_regV2 = regV2 "classify" ; lin clause_N_regN = regN "clause" ; lin clay_N_regN = regN "clay" ; + lin clean_A_regA = regA "clean" ; lin clean_V2_regV2 = regV2 "clean" ; lin clear_V2_regV2 = regV2 "clear" ; lin clear_A_regA = regA "clear" ; ---- lin cleave_V2_irreg = dirV2 cleave_V ; + lin clear_A_regA = regA "clear" ; +lin cleave_V2_irreg = dirV2 cleave_V ; lin cleaver_N_regN = regN "cleaver" ; lin cleft_N_regN = regN "cleft" ; lin clerk_N_regN = regN "clerk" ; + lin clever_A_regA = regA "clever" ; lin client_N_regN = regN "client" ; lin cliff_N_regN = regN "cliff" ; lin climate_N_regN = regN "climate" ; @@ -888,7 +954,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin clock_N_regN = regN "clock" ; lin clog_N_regN = regN "clog" ; lin close_V2_regV2 = regV2 "close" ; - lin close_A2_prepA2 = prepA2 "close" "to" ; + lin close_A_regA = regA "close" ; +lin close_A2_prepA2to = prepA2 "close" "to" ; lin closet_N_regN = regN "closet" ; lin closure_N_regN = regN "closure" ; lin cloth_N_regN = regN "cloth" ; @@ -924,7 +991,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin coherence_N_regN = regN "coherence" ; lin coherent_A_longA = longA "coherent" ; lin coin_N_regN = regN "coin" ; - lin coincide_V2_prepV2 = prepV2 "coincide" "with" ; +lin coincide_V2_prepV2with = prepV2 "coincide" "with" ; lin coincidence_N_regN = regN "coincidence" ; lin coincidental_A_longA = longA "coincidental" ; lin cold_A_regA = regA "cold" ; @@ -934,7 +1001,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin collapse_V_regV = regV "collapse" ; lin collar_N_regN = regN "collar" ; lin colleague_N_regN = regN "colleague" ; - lin collect_V_regV = regV "collect" ; +lin collect_V3_mkV3_from = dirV3 collect_V ; lin college_N_regN = regN "college" ; lin collide_V_regV = regV "collide" ; lin collinear_A_longA = longA "collinear" ; @@ -947,7 +1014,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin comb_N_regN = regN "comb" ; lin combat_N_regN = regN "combat" ; lin combinator_N_regN = regN "combinator" ; - lin combine_V_regV = regV "combine" ; +lin combine_V3_mkV3_with = dirV3 combine_V ; lin comedy_N_regN = regN "comedy" ; lin comfort_N_regN = regN "comfort" ; lin comfort_V2_regV2 = regV2 "comfort" ; @@ -957,7 +1024,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin command_V_regV = regV "command" ; lin commence_V_regV = regV "commence" ; lin comment_N_regN = regN "comment" ; - lin comment_V2_prepV2 = prepV2 "comment" "on" ; +lin comment_V2_prepV2on = prepV2 "comment" "on" ; lin commerce_N_regN = regN "commerce" ; lin commercial_N_regN = regN "commercial" ; lin commission_V2_regV2 = regV2 "commission" ; @@ -965,10 +1032,11 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin commit_V_regV = regV "commit" ; lin committee_N_regN = regN "committee" ; lin commodity_N_regN = regN "commodity" ; + lin common_A_regA = regA "common" ; lin commonsense_A_longA = longA "commonsense" ; lin commonwealth_N_regN = regN "commonwealth" ; lin commune_N_regN = regN "commune" ; - lin communicate_V2_prepV2 = prepV2 "communicate" "with" ; +lin communicate_V2_prepV2with = prepV2 "communicate" "with" ; lin community_N_regN = regN "community" ; lin commutative_A_longA = longA "commutative" ; lin commutator_N_regN = regN "commutator" ; @@ -977,23 +1045,25 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin company_N_regN = regN "company" ; lin comparative_A_longA = longA "comparative" ; lin comparative_N_regN = regN "comparative" ; - lin compare_V_regV = regV "compare" ; - lin comparison_N2_prepN2 = prepN2 "comparison" "of_ppwith" ; +lin compare_V3_mkV3_with = dirV3 compare_V ; +lin comparison_N2_prepN2of_ppwith = prepN2 "comparison" "of_ppwith" ; lin compass_V_regV = regV "compass" ; - lin compatible_A2_prepA2 = prepA2 "compatible" "with" ; + lin compatible_A_longA = longA "compatible" ; +lin compatible_A2_prepA2with_long = prepA2 "compatible" "with_long" ; lin compel_V_regV = regV "compel" ; - lin compensate_V2_prepV2 = prepV2 "compensate" "for" ; - lin compete_V2_prepV2 = prepV2 "compete" "with" ; +lin compensate_V2_prepV2for = prepV2 "compensate" "for" ; +lin compete_V2_prepV2with = prepV2 "compete" "with" ; lin competence_N_regN = regN "competence" ; lin competent_A_longA = longA "competent" ; lin competition_N_regN = regN "competition" ; lin competitor_N_regN = regN "competitor" ; lin compile_V2_regV2 = regV2 "compile" ; - lin complain_V2_prepV2 = prepV2 "complain" "about" ; - lin complaint_N2_prepN2 = prepN2 "complaint" "about" ; +lin complain_V2_prepV2about = prepV2 "complain" "about" ; +lin complaint_N2_prepN2about = prepN2 "complaint" "about" ; lin complement_N_regN = regN "complement" ; lin complement_V2_regV2 = regV2 "complement" ; - lin complementary_A2_prepA2 = prepA2 "complementary" "to" ; + lin complementary_A_longA = longA "complementary" ; +lin complementary_A2_prepA2to_long = prepA2 "complementary" "to_long" ; lin complete_A_longA = longA "complete" ; lin complete_V2_regV2 = regV2 "complete" ; lin complex_A_longA = longA "complex" ; @@ -1001,7 +1071,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin complicate_V2_regV2 = regV2 "complicate" ; lin compliment_N_regN = regN "compliment" ; lin compliment_V2_regV2 = regV2 "compliment" ; - lin comply_V2_prepV2 = prepV2 "comply" "with" ; +lin comply_V2_prepV2with = prepV2 "comply" "with" ; lin component_N_regN = regN "component" ; lin compose_V2_regV2 = regV2 "compose" ; lin composite_A_longA = longA "composite" ; @@ -1010,7 +1080,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin compound_N_regN = regN "compound" ; lin compound_V2_regV2 = regV2 "compound" ; lin comprehend_V2_regV2 = regV2 "comprehend" ; - lin comprehensible_A2_prepA2 = prepA2 "comprehensible" "to" ; + lin comprehensible_A_longA = longA "comprehensible" ; +lin comprehensible_A2_prepA2to_long = prepA2 "comprehensible" "to_long" ; lin comprehension_N_regN = regN "comprehension" ; lin comprehensive_A_longA = longA "comprehensive" ; lin compress_V2_regV2 = regV2 "compress" ; @@ -1021,8 +1092,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin concatenate_V_regV = regV "concatenate" ; lin concave_A_regA = regA "concave" ; lin conceal_V2_regV2 = regV2 "conceal" ; - lin concede_VS_mkVS = regVS "concede" ; - lin conceive_V2_prepV2 = prepV2 "conceive" "of" ; + lin concede_VS_mkVS = mkVS "concede" ; +lin conceive_V2_prepV2of = prepV2 "conceive" "of" ; lin concentrate_V2_regV2 = regV2 "concentrate" ; lin concept_N_regN = regN "concept" ; lin conception_N_regN = regN "conception" ; @@ -1034,7 +1105,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin concerted_A_longA = longA "concerted" ; lin concession_N_regN = regN "concession" ; lin concise_A_longA = longA "concise" ; - lin conclude_VS_mkVS = regVS "conclude" ; + lin conclude_VS_mkVS = mkVS "conclude" ; lin conclusion_N_regN = regN "conclusion" ; lin conclusive_A_longA = longA "conclusive" ; lin concomitant_A_longA = longA "concomitant" ; @@ -1046,29 +1117,29 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin condition_N_regN = regN "condition" ; lin condition_V2_regV2 = regV2 "condition" ; lin conditional_N_regN = regN "conditional" ; - lin conducive_A2_prepA2 = prepA2 "conducive" "to" ; +lin conducive_A2_prepA2to = prepA2 "conducive" "to" ; lin conduct_N_regN = regN "conduct" ; lin conduct_V2_regV2 = regV2 "conduct" ; - lin confer_V2_prepV2 = prepV2 "confer" "with" ; +lin confer_V2_prepV2with = prepV2 "confer" "with" ; lin conference_N_regN = regN "conference" ; - lin confess_VS_mkVS = regVS "confess" ; + lin confess_VS_mkVS = mkVS "confess" ; lin confidence_N_regN = regN "confidence" ; lin confident_A_longA = longA "confident" ; lin configure_V2_regV2 = regV2 "configure" ; - lin confine_V_regV = regV "confine" ; +lin confine_V3_mkV3_to = dirV3 confine_V ; lin confirm_V2_regV2 = regV2 "confirm" ; lin conflate_V_regV = regV "conflate" ; - lin conflict_V2_prepV2 = prepV2 "conflict" "with" ; +lin conflict_V2_prepV2with = prepV2 "conflict" "with" ; lin confluence_N_regN = regN "confluence" ; lin confluent_A_longA = longA "confluent" ; - lin conform_V2_prepV2 = prepV2 "conform" "to" ; +lin conform_V2_prepV2to = prepV2 "conform" "to" ; lin confound_V2_regV2 = regV2 "confound" ; lin confounded_A_longA = longA "confounded" ; - lin confront_V_regV = regV "confront" ; +lin confront_V3_mkV3_with = dirV3 confront_V ; lin confuse_V_regV = regV "confuse" ; lin congruence_N_regN = regN "congruence" ; lin congruent_A_longA = longA "congruent" ; - lin conjecture_VS_mkVS = regVS "conjecture" ; + lin conjecture_VS_mkVS = mkVS "conjecture" ; lin conjoin_V2_regV2 = regV2 "conjoin" ; lin conjunct_N_regN = regN "conjunct" ; lin conjunction_N_regN = regN "conjunction" ; @@ -1088,13 +1159,14 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin conservative_A_longA = longA "conservative" ; lin conserve_V2_regV2 = regV2 "conserve" ; lin consider_V2_regV2 = regV2 "consider" ; - lin consider_V_regV = regV "consider" ; +lin consider_V2A_mkV2A = mkV2 consider_V ; lin consider_V_regV = regV "consider" ; lin consider_V_regV = regV "consider" ; lin considerate_A_longA = longA "considerate" ; - lin consist_V2_prepV2 = prepV2 "consist" "of" ; +lin consist_V2_prepV2of = prepV2 "consist" "of" ; lin consistency_N_regN = regN "consistency" ; - lin consistent_A2_prepA2 = prepA2 "consistent" "with" ; + lin consistent_A_longA = longA "consistent" ; +lin consistent_A2_prepA2with_long = prepA2 "consistent" "with_long" ; lin consonant_A_longA = longA "consonant" ; lin consonant_A_longA = longA "consonant" ; lin consonant_N_regN = regN "consonant" ; @@ -1109,7 +1181,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin constrict_V2_regV2 = regV2 "constrict" ; lin construct_V_regV = regV "construct" ; lin constructor_N_regN = regN "constructor" ; - lin construe_V_regV = regV "construe" ; +lin construe_V3_mkV3_as = dirV3 construe_V ; lin consult_V2_regV2 = regV2 "consult" ; lin consume_V2_regV2 = regV2 "consume" ; lin consumption_N_regN = regN "consumption" ; @@ -1122,17 +1194,20 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin contemplate_V2_regV2 = regV2 "contemplate" ; lin contemporary_A_longA = longA "contemporary" ; lin contemporary_N_regN = regN "contemporary" ; - lin contend_VS_mkVS = regVS "contend" ; + lin contend_VS_mkVS = mkVS "contend" ; lin content_A_longA = longA "content" ; lin content_A_longA = longA "content" ; - lin contented_A2_prepA2 = prepA2 "contented" "with" ; + lin contented_A_longA = longA "contented" ; +lin contented_A2_prepA2with_long = prepA2 "contented" "with_long" ; lin contention_N_regN = regN "contention" ; lin contents_N_regN = regN "contents" ; lin context_N_regN = regN "context" ; lin contextual_A_longA = longA "contextual" ; - lin contiguous_A2_prepA2 = prepA2 "contiguous" "to" ; + lin contiguous_A_longA = longA "contiguous" ; +lin contiguous_A2_prepA2to_long = prepA2 "contiguous" "to_long" ; lin contingency_N_regN = regN "contingency" ; - lin contingent_A2_prepA2 = prepA2 "contingent" "on" ; + lin contingent_A_longA = longA "contingent" ; +lin contingent_A2_prepA2on_long = prepA2 "contingent" "on_long" ; lin continual_A_longA = longA "continual" ; lin continue_V_regV = regV "continue" ; lin continue_V_regV = regV "continue" ; @@ -1143,12 +1218,13 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin contract_V_regV = regV "contract" ; lin contract_N_regN = regN "contract" ; lin contradict_V2_regV2 = regV2 "contradict" ; - lin contrary_A2_prepA2 = prepA2 "contrary" "to" ; + lin contrary_A_longA = longA "contrary" ; +lin contrary_A2_prepA2to_long = prepA2 "contrary" "to_long" ; lin contrast_N_regN = regN "contrast" ; - lin contrast_V_regV = regV "contrast" ; +lin contrast_V3_mkV3_with = dirV3 contrast_V ; lin contrastive_A_longA = longA "contrastive" ; lin contravene_V2_regV2 = regV2 "contravene" ; - lin contribute_V2_prepV2 = prepV2 "contribute" "to" ; +lin contribute_V2_prepV2to = prepV2 "contribute" "to" ; lin control_N_regN = regN "control" ; lin control_V2_regV2 = regV2 "control" ; lin controversial_A_longA = longA "controversial" ; @@ -1160,14 +1236,14 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin convergence_N_regN = regN "convergence" ; lin conversation_N_regN = regN "conversation" ; lin converse_A_longA = longA "converse" ; - lin converse_V2_prepV2 = prepV2 "converse" "with" ; +lin converse_V2_prepV2with = prepV2 "converse" "with" ; lin conversion_N_regN = regN "conversion" ; - lin convert_V_regV = regV "convert" ; +lin convert_V3_mkV3_to = dirV3 convert_V ; lin convey_V2_regV2 = regV2 "convey" ; lin convict_N_regN = regN "convict" ; lin convict_V2_regV2 = regV2 "convict" ; lin conviction_N_regN = regN "conviction" ; - lin convince_V_regV = regV "convince" ; + lin convince_V2_regV2 = regV2 "convince" ; lin convincing_A_longA = longA "convincing" ; lin convoluted_A_longA = longA "convoluted" ; lin cook_N_regN = regN "cook" ; @@ -1175,7 +1251,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin cool_A_regA = regA "cool" ; lin cool_V_regV = regV "cool" ; lin coordinate_V2_regV2 = regV2 "coordinate" ; - lin cope_V2_prepV2 = prepV2 "cope" "with" ; +lin cope_V2_prepV2with = prepV2 "cope" "with" ; lin copper_N_regN = regN "copper" ; lin copula_N_regN = regN "copula" ; lin copy_N_regN = regN "copy" ; @@ -1191,8 +1267,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin correct_A_longA = longA "correct" ; lin correct_V2_regV2 = regV2 "correct" ; lin correlate_V2_regV2 = regV2 "correlate" ; - lin correspond_V2_prepV2 = prepV2 "correspond" "to" ; - lin correspondence_N2_prepN2 = prepN2 "correspondence" "to" ; +lin correspond_V2_prepV2to = prepV2 "correspond" "to" ; +lin correspondence_N2_prepN2to = prepN2 "correspondence" "to" ; lin corresponding_A_longA = longA "corresponding" ; lin cosmetic_A_longA = longA "cosmetic" ; lin cost_N_regN = regN "cost" ; @@ -1204,6 +1280,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin cough_N_regN = regN "cough" ; lin council_N_regN = regN "council" ; lin councillor_N_regN = regN "councillor" ; + lin count_N_regN = regN "count" ; lin count_V2_regV2 = regV2 "count" ; lin counterfactual_A_longA = longA "counterfactual" ; lin counterintuitive_A_longA = longA "counterintuitive" ; @@ -1243,7 +1320,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin creator_N_regN = regN "creator" ; lin creature_N_regN = regN "creature" ; lin credit_N_regN = regN "credit" ; - lin creep_V2_irreg = dirV2 creep_V ; +lin creep_V2_irreg = dirV2 creep_V ; lin cricket_N_regN = regN "cricket" ; lin crime_N_regN = regN "crime" ; lin criminal_A_longA = longA "criminal" ; @@ -1252,7 +1329,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin crisis_N_regN = regN "crisis" ; lin criteria_N_regN = regN "criteria" ; lin criterion_N_regN = regN "criterion" ; - lin critic_N2_prepN2 = prepN2 "critic" "of" ; +lin critic_N2_prepN2of = prepN2 "critic" "of" ; lin criticise_V2_regV2 = regV2 "criticise" ; lin criticism_N_regN = regN "criticism" ; lin criticize_V2_regV2 = regV2 "criticize" ; @@ -1273,8 +1350,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin crucial_A_longA = longA "crucial" ; lin crude_A_regA = regA "crude" ; lin cruel_A_regA = regA "cruel" ; - lin cruel_A2_prepA2 = prepA2 "cruel" "to" ; - lin cruelty_N2_prepN2 = prepN2 "cruelty" "to" ; +lin cruel_A2_prepA2to = prepA2 "cruel" "to" ; +lin cruelty_N2_prepN2to = prepN2 "cruelty" "to" ; lin crush_V2_regV2 = regV2 "crush" ; lin cry_V_regV = regV "cry" ; lin cry_N_regN = regN "cry" ; @@ -1293,7 +1370,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin cupboard_N_regN = regN "cupboard" ; lin curb_V2_regV2 = regV2 "curb" ; lin cure_N_regN = regN "cure" ; - lin cure_V_regV = regV "cure" ; +lin cure_V3_mkV3_of = dirV3 cure_V ; lin curiosity_N_regN = regN "curiosity" ; lin curious_A_longA = longA "curious" ; lin curl_V_regV = regV "curl" ; @@ -1310,7 +1387,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin custard_N_regN = regN "custard" ; lin custom_N_regN = regN "custom" ; lin cut_N_regN = regN "cut" ; - lin cut_V2_irreg = dirV2 cut_V ; +lin cut_V2_irreg = dirV2 cut_V ; lin cycle_V_regV = regV "cycle" ; lin cyclic_A_longA = longA "cyclic" ; lin cynic_N_regN = regN "cynic" ; @@ -1325,6 +1402,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin dare_V_regV = regV "dare" ; lin dare_V_regV = regV "dare" ; lin dark_N_regN = regN "dark" ; + lin dark_A_regA = regA "dark" ; lin darken_V2_regV2 = regV2 "darken" ; lin darken_V_regV = regV "darken" ; lin data_N_regN = regN "data" ; @@ -1332,12 +1410,14 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin date_N_regN = regN "date" ; lin dative_A_longA = longA "dative" ; lin datum_N_regN = regN "datum" ; - lin daughter_N2_prepN2 = prepN2 "daughter" "of" ; +lin daughter_N2_prepN2of = prepN2 "daughter" "of" ; lin day_N_regN = regN "day" ; + lin dead_A_regA = regA "dead" ; + lin deaf_A_regA = regA "deaf" ; lin deal_N_regN = regN "deal" ; - lin deal_V2_mkV2 = mkV2 deal_V (mkPrep "with") ; +lin deal_V2_mkV2_with = mkV2 deal_V "with" ; lin dear_A_regA = regA "dear" ; - lin dear_A2_prepA2 = prepA2 "dear" "to" ; +lin dear_A2_prepA2to = prepA2 "dear" "to" ; lin death_N_regN = regN "death" ; lin debate_N_regN = regN "debate" ; lin debate_V2_regV2 = regV2 "debate" ; @@ -1356,16 +1436,17 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin decision_N_regN = regN "decision" ; lin decisive_A_longA = longA "decisive" ; lin declare_V_regV = regV "declare" ; - lin declare_VS_mkVS = regVS "declare" ; + lin declare_VS_mkVS = mkVS "declare" ; lin decompose_V_regV = regV "decompose" ; lin decomposition_N_regN = regN "decomposition" ; lin decrease_V_regV = regV "decrease" ; - lin decrease_N2_prepN2 = prepN2 "decrease" "in" ; +lin decrease_N2_prepN2in = prepN2 "decrease" "in" ; lin decrement_V2_regV2 = regV2 "decrement" ; - lin dedicate_V_regV = regV "dedicate" ; - lin deduce_VS_mkVS = regVS "deduce" ; +lin dedicate_V3_mkV3_to = dirV3 dedicate_V ; + lin deduce_VS_mkVS = mkVS "deduce" ; lin deducible_A_longA = longA "deducible" ; lin deed_N_regN = regN "deed" ; + lin deep_A_regA = regA "deep" ; lin deer_N_regN = regN "deer" ; lin defeat_N_regN = regN "defeat" ; lin defeat_V2_regV2 = regV2 "defeat" ; @@ -1400,19 +1481,20 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin delve_V_regV = regV "delve" ; lin demand_N_regN = regN "demand" ; lin demand_V2_regV2 = regV2 "demand" ; - lin demonstrate_VS_mkVS = regVS "demonstrate" ; + lin demonstrate_VS_mkVS = mkVS "demonstrate" ; lin denial_N_regN = regN "denial" ; lin denote_V2_regV2 = regV2 "denote" ; lin dense_A_regA = regA "dense" ; lin deny_V2_regV2 = regV2 "deny" ; - lin depart_V2_prepV2 = prepV2 "depart" "from" ; +lin depart_V2_prepV2from = prepV2 "depart" "from" ; lin department_N_regN = regN "department" ; lin departure_N_regN = regN "departure" ; - lin depend_V2_prepV2 = prepV2 "depend" "on" ; - lin dependence_N2_prepN2 = prepN2 "dependence" "on" ; +lin depend_V2_prepV2on = prepV2 "depend" "on" ; +lin dependence_N2_prepN2on = prepN2 "dependence" "on" ; lin dependency_N_regN = regN "dependency" ; lin dependent_N_regN = regN "dependent" ; - lin dependent_A2_prepA2 = prepA2 "dependent" "on" ; + lin dependent_A_longA = longA "dependent" ; +lin dependent_A2_prepA2on_long = prepA2 "dependent" "on_long" ; lin depict_V2_regV2 = regV2 "depict" ; lin deploy_V2_regV2 = regV2 "deploy" ; lin deposit_N_regN = regN "deposit" ; @@ -1421,7 +1503,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin depressing_A_longA = longA "depressing" ; lin depth_N_regN = regN "depth" ; lin derivative_N_regN = regN "derivative" ; - lin derive_V2_prepV2 = prepV2 "derive" "from" ; +lin derive_V2_prepV2from = prepV2 "derive" "from" ; lin descend_V2_regV2 = regV2 "descend" ; lin descendant_N_regN = regN "descendant" ; lin descent_N_regN = regN "descent" ; @@ -1432,7 +1514,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin deserve_V2_regV2 = regV2 "deserve" ; lin design_N_regN = regN "design" ; lin design_V2_regV2 = regV2 "design" ; - lin designate_V_regV = regV "designate" ; +lin designate_V3_mkV3_as = dirV3 designate_V ; lin desire_N_regN = regN "desire" ; lin desire_V2_regV2 = regV2 "desire" ; lin desire_V_regV = regV "desire" ; @@ -1440,13 +1522,14 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin desk_N_regN = regN "desk" ; lin despair_N_regN = regN "despair" ; lin despair_V_regV = regV "despair" ; - lin despair_V2_prepV2 = prepV2 "despair" "of" ; - lin desperate_A2_prepA2 = prepA2 "desperate" "for" ; +lin despair_V2_prepV2of = prepV2 "despair" "of" ; + lin desperate_A_longA = longA "desperate" ; +lin desperate_A2_prepA2for_long = prepA2 "desperate" "for_long" ; lin desperation_N_regN = regN "desperation" ; lin destination_N_regN = regN "destination" ; lin destiny_N_regN = regN "destiny" ; lin destroy_V2_regV2 = regV2 "destroy" ; - lin destruction_N2_prepN2 = prepN2 "destruction" "of" ; +lin destruction_N2_prepN2of = prepN2 "destruction" "of" ; lin destructive_A_longA = longA "destructive" ; lin detach_V2_regV2 = regV2 "detach" ; lin detail_N_regN = regN "detail" ; @@ -1458,13 +1541,14 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin determinism_N_regN = regN "determinism" ; lin deterministic_A_longA = longA "deterministic" ; lin determinize_V2_regV2 = regV2 "determinize" ; - lin detract_V2_prepV2 = prepV2 "detract" "from" ; +lin detract_V2_prepV2from = prepV2 "detract" "from" ; lin develop_V2_regV2 = regV2 "develop" ; lin deviance_N_regN = regN "deviance" ; + lin deviant_A_longA = longA "deviant" ; lin deviate_V_regV = regV "deviate" ; lin devil_N_regN = regN "devil" ; lin devise_V2_regV2 = regV2 "devise" ; - lin devote_V_regV = regV "devote" ; +lin devote_V3_mkV3_to = dirV3 devote_V ; lin devour_V2_regV2 = regV2 "devour" ; lin diagnose_V2_regV2 = regV2 "diagnose" ; lin diagnosis_N_regN = regN "diagnosis" ; @@ -1482,7 +1566,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin dictionary_N_regN = regN "dictionary" ; lin die_V_regV = regV "die" ; lin die_N_regN = regN "die" ; - lin differ_V2_prepV2 = prepV2 "differ" "from" ; +lin differ_V2_prepV2from = prepV2 "differ" "from" ; lin difference_N_regN = regN "difference" ; lin different_A_longA = longA "different" ; lin different_A_longA = longA "different" ; @@ -1492,7 +1576,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin difficulty_N_regN = regN "difficulty" ; lin diffuse_A_longA = longA "diffuse" ; lin diffuse_V_regV = regV "diffuse" ; - lin dig_V2_irreg = dirV2 dig_V ; +lin dig_V2_irreg = dirV2 dig_V ; lin digest_N_regN = regN "digest" ; lin digest_V2_regV2 = regV2 "digest" ; lin digit_N_regN = regN "digit" ; @@ -1504,7 +1588,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin dinner_N_regN = regN "dinner" ; lin dire_A_regA = regA "dire" ; lin direct_A_longA = longA "direct" ; - lin direct_V_regV = regV "direct" ; +lin direct_V3_mkV3_to = dirV3 direct_V ; lin direction_N_regN = regN "direction" ; lin director_N_regN = regN "director" ; lin directory_N_regN = regN "directory" ; @@ -1528,16 +1612,16 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin discourage_V2_regV2 = regV2 "discourage" ; lin discourse_N_regN = regN "discourse" ; lin discover_V2_regV2 = regV2 "discover" ; - lin discover_VS_mkVS = regVS "discover" ; + lin discover_VS_mkVS = mkVS "discover" ; lin discovery_N_regN = regN "discovery" ; lin discrepancy_N_regN = regN "discrepancy" ; lin discrete_A_regA = regA "discrete" ; lin discriminate_V_regV = regV "discriminate" ; lin discuss_V_regV = regV "discuss" ; lin discussion_N_regN = regN "discussion" ; - lin discussion_N2_about = prepN2 "discussion" "about" ; - lin discussion_N3 = mkN3 (regN "discussion") (mkPrep "with") (mkPrep "about") ; - lin discussion_N2_with = prepN2 "discussion" "with" ; +lin discussion_N2_prepN2about = prepN2 "discussion" "about" ; +lin discussion_N2_prepN2s_withabout = prepN2 "discussion" "s_withabout" ; +lin discussion_N2_prepN2with = prepN2 "discussion" "with" ; lin disease_N_regN = regN "disease" ; lin diseased_A_longA = longA "diseased" ; lin disguise_V_regV = regV "disguise" ; @@ -1554,11 +1638,11 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin dislocate_V2_regV2 = regV2 "dislocate" ; lin dismiss_V2_regV2 = regV2 "dismiss" ; lin disparate_A_longA = longA "disparate" ; - lin dispense_V2_prepV2 = prepV2 "dispense" "with" ; +lin dispense_V2_prepV2with = prepV2 "dispense" "with" ; lin dispensible_A_longA = longA "dispensible" ; lin display_N_regN = regN "display" ; lin display_V2_regV2 = regV2 "display" ; - lin dispose_V2_prepV2 = prepV2 "dispose" "of" ; +lin dispose_V2_prepV2of = prepV2 "dispose" "of" ; lin disproportionate_A_longA = longA "disproportionate" ; lin dispute_N_regN = regN "dispute" ; lin dispute_V2_regV2 = regV2 "dispute" ; @@ -1573,11 +1657,12 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin distance_N_regN = regN "distance" ; lin distant_A_longA = longA "distant" ; lin distant_A_longA = longA "distant" ; - lin distinct_A2_prepA2 = prepA2 "distinct" "from" ; + lin distinct_A_longA = longA "distinct" ; +lin distinct_A2_prepA2from_long = prepA2 "distinct" "from_long" ; lin distinction_N_regN = regN "distinction" ; lin distinctive_A_longA = longA "distinctive" ; - lin distinguish_V_regV = regV "distinguish" ; - lin distract_V_regV = regV "distract" ; +lin distinguish_V3_mkV3_from = dirV3 distinguish_V ; +lin distract_V3_mkV3_from = dirV3 distract_V ; lin distribute_V_regV = regV "distribute" ; lin district_N_regN = regN "district" ; lin disturb_V2_regV2 = regV2 "disturb" ; @@ -1592,7 +1677,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin divisible_A_longA = longA "divisible" ; lin division_N_regN = regN "division" ; lin divisor_N_regN = regN "divisor" ; - lin divorce_V_regV = regV "divorce" ; +lin divorce_V3_mkV3_from = dirV3 divorce_V ; lin do_V_regV = regV "do" ; lin do_V2_regV2 = regV2 "do" ; lin doctor_N_regN = regN "doctor" ; @@ -1608,7 +1693,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin dominance_N_regN = regN "dominance" ; lin dominant_A_longA = longA "dominant" ; lin dominate_V_regV = regV "dominate" ; - lin donate_V_regV = regV "donate" ; +lin donate_V3_mkV3_to = dirV3 donate_V ; lin donkey_N_regN = regN "donkey" ; lin doom_N_regN = regN "doom" ; lin doomed_A_longA = longA "doomed" ; @@ -1618,17 +1703,18 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin dormant_A_regA = regA "dormant" ; lin dosage_N_regN = regN "dosage" ; lin dose_N_regN = regN "dose" ; - lin dose_V_regV = regV "dose" ; +lin dose_V3_mkV3_with = dirV3 dose_V ; lin dot_N_regN = regN "dot" ; lin double_A_longA = longA "double" ; lin double_V2_regV2 = regV2 "double" ; lin doubt_V2_regV2 = regV2 "doubt" ; - lin doubt_VS_mkVS = regVS "doubt" ; + lin doubt_VS_mkVS = mkVS "doubt" ; lin doubt_N_regN = regN "doubt" ; lin dour_A_regA = regA "dour" ; lin dove_N_regN = regN "dove" ; lin down_N_regN = regN "down" ; lin down_Prep_mkPrep = mkPrep "down" ; + lin down_Adv_mkAdv = mkAdv "down" ; lin downward_Adv_mkAdv = mkAdv "downward" ; lin doze_V_regV = regV "doze" ; lin dozen_N_regN = regN "dozen" ; @@ -1645,20 +1731,20 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin drastic_A_longA = longA "drastic" ; lin drastically_Adv_mkAdv = mkAdv "drastically" ; lin draught_N_regN = regN "draught" ; - lin draw_V2_irreg = dirV2 draw_V ; +lin draw_V2_irreg = dirV2 draw_V ; lin drawback_N_regN = regN "drawback" ; lin drawer_N_regN = regN "drawer" ; lin dread_N_regN = regN "dread" ; lin dread_V2_regV2 = regV2 "dread" ; lin dreadful_A_longA = longA "dreadful" ; lin dream_N_regN = regN "dream" ; - lin dream_VS_mkVS = regVS "dream" ; + lin dream_VS_mkVS = mkVS "dream" ; lin dress_V_regV = regV "dress" ; lin dress_N_regN = regN "dress" ; lin drill_N_regN = regN "drill" ; lin drill_V2_regV2 = regV2 "drill" ; lin drink_N_regN = regN "drink" ; - lin drink_V2_irreg = dirV2 drink_V ; +lin drink_V2_irreg = dirV2 drink_V ; lin drop_N_regN = regN "drop" ; lin drop_V2_regV2 = regV2 "drop" ; lin drought_N_regN = regN "drought" ; @@ -1672,7 +1758,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin dubious_A_longA = longA "dubious" ; lin duck_N_regN = regN "duck" ; lin duck_V_regV = regV "duck" ; - lin due_A2_prepA2 = prepA2 "due" "to" ; + lin due_A_longA = longA "due" ; +lin due_A2_prepA2to_long = prepA2 "due" "to_long" ; lin duel_N_regN = regN "duel" ; lin dull_A_regA = regA "dull" ; lin dumb_A_regA = regA "dumb" ; @@ -1687,7 +1774,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin duty_N_regN = regN "duty" ; lin dwarf_N_regN = regN "dwarf" ; lin dwarf_V2_regV2 = regV2 "dwarf" ; ---- lin dwell_V2_irreg = dirV2 dwell_V ; +lin dwell_V2_irreg = dirV2 dwell_V ; lin dwelling_N_regN = regN "dwelling" ; lin dynamic_A_longA = longA "dynamic" ; lin dynamically_Adv_mkAdv = mkAdv "dynamically" ; @@ -1702,10 +1789,12 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin earth_N_regN = regN "earth" ; lin ease_N_regN = regN "ease" ; lin east_N_regN = regN "east" ; - lin east_A2_prepA2 = prepA2 "east" "of" ; + lin east_A_longA = longA "east" ; +lin east_A2_prepA2of_long = prepA2 "east" "of_long" ; lin eastern_A_regA = regA "eastern" ; lin easy_A_regA = regA "easy" ; - lin eat_V2_irreg = dirV2 eat_V ; + lin easy_A_regA = regA "easy" ; +lin eat_V2_irreg = dirV2 eat_V ; lin ebb_V_regV = regV "ebb" ; lin echo_N_regN = regN "echo" ; lin echo_V2_regV2 = regV2 "echo" ; @@ -1729,6 +1818,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin egg_N_regN = regN "egg" ; lin elaborate_A_longA = longA "elaborate" ; lin elaborate_V_regV = regV "elaborate" ; + lin elastic_A_regA = regA "elastic" ; lin elbow_N_regN = regN "elbow" ; lin elect_V_regV = regV "elect" ; lin electric_A_longA = longA "electric" ; @@ -1748,12 +1838,13 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin ellipse_N_regN = regN "ellipse" ; lin ellipsis_N_regN = regN "ellipsis" ; lin elliptical_A_longA = longA "elliptical" ; + lin elsewhere_Adv_mkAdv = mkAdv "elsewhere" ; lin elucidate_V2_regV2 = regV2 "elucidate" ; lin elude_V2_regV2 = regV2 "elude" ; lin elusive_A_longA = longA "elusive" ; lin embarrass_V2_regV2 = regV2 "embarrass" ; lin embassy_N_regN = regN "embassy" ; - lin embed_V_regV = regV "embed" ; +lin embed_V3_mkV3_in = dirV3 embed_V ; lin embody_V2_regV2 = regV2 "embody" ; lin embrace_N_regN = regN "embrace" ; lin embrace_V2_regV2 = regV2 "embrace" ; @@ -1763,9 +1854,9 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin emergent_A_longA = longA "emergent" ; lin emphasis_N_regN = regN "emphasis" ; lin emphasise_V2_regV2 = regV2 "emphasise" ; - lin emphasise_VS_mkVS = regVS "emphasise" ; + lin emphasise_VS_mkVS = mkVS "emphasise" ; lin emphasize_V2_regV2 = regV2 "emphasize" ; - lin emphasize_VS_mkVS = regVS "emphasize" ; + lin emphasize_VS_mkVS = mkVS "emphasize" ; lin emphatic_A_longA = longA "emphatic" ; lin emphatically_Adv_mkAdv = mkAdv "emphatically" ; lin empire_N_regN = regN "empire" ; @@ -1773,6 +1864,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin empiricism_N_regN = regN "empiricism" ; lin empiricist_N_regN = regN "empiricist" ; lin employ_V2_regV2 = regV2 "employ" ; + lin empty_A_regA = regA "empty" ; lin empty_V2_regV2 = regV2 "empty" ; lin emulate_V_regV = regV "emulate" ; lin enable_V_regV = regV "enable" ; @@ -1792,7 +1884,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin end_V2_regV2 = regV2 "end" ; lin endeavour_V_regV = regV "endeavour" ; lin ending_N_regN = regN "ending" ; - lin endow_V_regV = regV "endow" ; +lin endow_V3_mkV3_with = dirV3 endow_V ; lin enemy_N_regN = regN "enemy" ; lin energetic_A_longA = longA "energetic" ; lin energetically_Adv_mkAdv = mkAdv "energetically" ; @@ -1811,22 +1903,22 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin enjoy_V2_regV2 = regV2 "enjoy" ; lin enlarge_V2_regV2 = regV2 "enlarge" ; lin enormous_A_longA = longA "enormous" ; - lin enquire_V2_prepV2 = prepV2 "enquire" "about" ; +lin enquire_V2_prepV2about = prepV2 "enquire" "about" ; lin enrich_V2_regV2 = regV2 "enrich" ; - lin ensure_VS_mkVS = regVS "ensure" ; - lin entail_VS_mkVS = regVS "entail" ; + lin ensure_VS_mkVS = mkVS "ensure" ; + lin entail_VS_mkVS = mkVS "entail" ; lin enter_V2_regV2 = regV2 "enter" ; lin enterprise_N_regN = regN "enterprise" ; lin enterprising_A_longA = longA "enterprising" ; lin entertain_V2_regV2 = regV2 "entertain" ; lin enthusiast_N_regN = regN "enthusiast" ; lin entire_A_longA = longA "entire" ; - lin entitle_V_regV = regV "entitle" ; +lin entitle_V3_mkV3_to = dirV3 entitle_V ; lin entity_N_regN = regN "entity" ; lin entrance_N_regN = regN "entrance" ; lin entrance_V2_regV2 = regV2 "entrance" ; lin entropy_N_regN = regN "entropy" ; - lin entrust_V_regV = regV "entrust" ; +lin entrust_V3_mkV3_to = dirV3 entrust_V ; lin entry_N_regN = regN "entry" ; lin enumerate_V_regV = regV "enumerate" ; lin envelope_N_regN = regN "envelope" ; @@ -1838,22 +1930,24 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin equal_N_regN = regN "equal" ; lin equal_V2_regV2 = regV2 "equal" ; lin equal_A_regA = regA "equal" ; - lin equal_A2_prepA2 = prepA2 "equal" "to" ; +lin equal_A2_prepA2to = prepA2 "equal" "to" ; lin equate_V_regV = regV "equate" ; lin equation_N_regN = regN "equation" ; lin equidistant_A_longA = longA "equidistant" ; lin equip_V2_regV2 = regV2 "equip" ; lin equipment_N_regN = regN "equipment" ; - lin equivalence_N2_prepN2 = prepN2 "equivalence" "to" ; +lin equivalence_N2_prepN2to = prepN2 "equivalence" "to" ; lin equivalent_V_regV = regV "equivalent" ; - lin equivalent_A2_prepA2 = prepA2 "equivalent" "to" ; + lin equivalent_A_longA = longA "equivalent" ; +lin equivalent_A2_prepA2to_long = prepA2 "equivalent" "to_long" ; lin ergonomic_A_longA = longA "ergonomic" ; lin ergonomically_Adv_mkAdv = mkAdv "ergonomically" ; lin erroneous_A_longA = longA "erroneous" ; lin error_N_regN = regN "error" ; - lin escape_V2_prepV2 = prepV2 "escape" "from" ; +lin escape_V2_prepV2from = prepV2 "escape" "from" ; lin eschew_V2_regV2 = regV2 "eschew" ; lin esoteric_A_longA = longA "esoteric" ; + lin especially_A_regA = regA "especially" ; lin espouse_V2_regV2 = regV2 "espouse" ; lin essay_N_regN = regN "essay" ; lin essence_N_regN = regN "essence" ; @@ -1861,7 +1955,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin establish_V2_regV2 = regV2 "establish" ; lin establishment_N_regN = regN "establishment" ; lin estate_N_regN = regN "estate" ; - lin estimate_VS_mkVS = regVS "estimate" ; + lin estimate_VS_mkVS = mkVS "estimate" ; lin euclidean_A_longA = longA "euclidean" ; lin Europe_PN_regPN = regPN "Europe" ; lin european_A_longA = longA "european" ; @@ -1874,8 +1968,12 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin evening_N_regN = regN "evening" ; lin event_N_regN = regN "event" ; lin eventual_A_longA = longA "eventual" ; + lin ever_A_regA = regA "ever" ; lin everyday_A_longA = longA "everyday" ; + lin everywhere_Adv_mkAdv = mkAdv "everywhere" ; lin evidence_N_regN = regN "evidence" ; + lin evident_A_longA = longA "evident" ; + lin evident_A_longA = longA "evident" ; lin evil_A_regA = regA "evil" ; lin evocation_N_regN = regN "evocation" ; lin evoke_V2_regV2 = regV2 "evoke" ; @@ -1898,14 +1996,15 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin excess_N_regN = regN "excess" ; lin excessive_A_longA = longA "excessive" ; lin exchange_N_regN = regN "exchange" ; - lin exchange_V_regV = regV "exchange" ; +lin exchange_V3_mkV3_for = dirV3 exchange_V ; lin excite_V2_regV2 = regV2 "excite" ; lin exclude_V2_regV2 = regV2 "exclude" ; lin exclusion_N_regN = regN "exclusion" ; - lin exclusive_A2_prepA2 = prepA2 "exclusive" "to" ; + lin exclusive_A_longA = longA "exclusive" ; +lin exclusive_A2_prepA2to_long = prepA2 "exclusive" "to_long" ; lin excursion_N_regN = regN "excursion" ; lin excuse_V2_regV2 = regV2 "excuse" ; - lin excuse_N2_prepN2 = prepN2 "excuse" "for" ; +lin excuse_N2_prepN2for = prepN2 "excuse" "for" ; lin execute_V2_regV2 = regV2 "execute" ; lin exemplar_N_regN = regN "exemplar" ; lin exemplify_V2_regV2 = regV2 "exemplify" ; @@ -1919,13 +2018,13 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin existence_N_regN = regN "existence" ; lin existent_A_longA = longA "existent" ; lin exit_N_regN = regN "exit" ; - lin exit_V2_prepV2 = prepV2 "exit" "from" ; +lin exit_V2_prepV2from = prepV2 "exit" "from" ; lin exophoric_A_longA = longA "exophoric" ; lin expand_V_regV = regV "expand" ; lin expansion_N_regN = regN "expansion" ; lin expect_V2_regV2 = regV2 "expect" ; lin expect_V_regV = regV "expect" ; - lin expect_VS_mkVS = regVS "expect" ; + lin expect_VS_mkVS = mkVS "expect" ; lin expedient_N_regN = regN "expedient" ; lin expel_V2_regV2 = regV2 "expel" ; lin expend_V2_regV2 = regV2 "expend" ; @@ -1940,7 +2039,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin expertise_N_regN = regN "expertise" ; lin expire_V2_regV2 = regV2 "expire" ; lin expiry_N_regN = regN "expiry" ; - lin explain_V_regV = regV "explain" ; +lin explain_V3_mkV3_to = dirV3 explain_V ; lin explanation_N_regN = regN "explanation" ; lin explanatory_A_longA = longA "explanatory" ; lin explicate_V2_regV2 = regV2 "explicate" ; @@ -1959,7 +2058,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin exposure_V_regV = regV "exposure" ; lin express_A_longA = longA "express" ; lin express_V2_regV2 = regV2 "express" ; - lin expressible_A2_prepA2 = prepA2 "expressible" "by" ; + lin expressible_A_longA = longA "expressible" ; +lin expressible_A2_prepA2by_long = prepA2 "expressible" "by_long" ; lin expression_N_regN = regN "expression" ; lin expressly_Adv_mkAdv = mkAdv "expressly" ; lin expulsion_N_regN = regN "expulsion" ; @@ -1982,7 +2082,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin eye_N_regN = regN "eye" ; lin face_N_regN = regN "face" ; lin face_V2_regV2 = regV2 "face" ; - lin face_V_regV = regV "face" ; +lin face_V3_mkV3_with = dirV3 face_V ; lin facet_N_regN = regN "facet" ; lin facetious_A_longA = longA "facetious" ; lin facilitate_V2_regV2 = regV2 "facilitate" ; @@ -2007,19 +2107,24 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin false_A_regA = regA "false" ; lin falsehood_N_regN = regN "falsehood" ; lin fame_N_regN = regN "fame" ; - lin familiar_A2_prepA2 = prepA2 "familiar" "to" ; + lin familiar_A_longA = longA "familiar" ; +lin familiar_A2_prepA2to_long = prepA2 "familiar" "to_long" ; lin family_N_regN = regN "family" ; lin fan_N_regN = regN "fan" ; + lin fancy_A_regA = regA "fancy" ; lin fancy_V2_regV2 = regV2 "fancy" ; - lin far_A2_prepA2 = prepA2 "far" "from" ; + lin far_A_longA = longA "far" ; +lin far_A2_prepA2from_long = prepA2 "far" "from_long" ; lin farce_N_regN = regN "farce" ; lin fare_N_regN = regN "fare" ; lin farm_N_regN = regN "farm" ; lin farm_V_regV = regV "farm" ; lin fashion_N_regN = regN "fashion" ; lin fashionable_A_longA = longA "fashionable" ; - lin fasten_V_regV = regV "fasten" ; + lin fast_A_regA = regA "fast" ; +lin fasten_V3_mkV3_to = dirV3 fasten_V ; lin fat_N_regN = regN "fat" ; + lin fat_A_regA = regA "fat" ; lin fate_N_regN = regN "fate" ; lin father_N_regN = regN "father" ; lin fatigue_N_regN = regN "fatigue" ; @@ -2029,7 +2134,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin favor_V2_regV2 = regV2 "favor" ; lin favour_N_regN = regN "favour" ; lin favour_V2_regV2 = regV2 "favour" ; - lin favourable_A2_prepA2 = prepA2 "favourable" "to" ; + lin favourable_A_longA = longA "favourable" ; +lin favourable_A2_prepA2to_long = prepA2 "favourable" "to_long" ; lin favourite_A_longA = longA "favourite" ; lin fear_N_regN = regN "fear" ; lin fear_V2_regV2 = regV2 "fear" ; @@ -2042,7 +2148,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin federal_A_longA = longA "federal" ; lin federation_N_regN = regN "federation" ; lin fee_N_regN = regN "fee" ; - lin feed_V2_irreg = dirV2 feed_V ; +lin feed_V2_irreg = dirV2 feed_V ; lin feedback_N_regN = regN "feedback" ; lin feeling_N_regN = regN "feeling" ; lin feet_N_regN = regN "feet" ; @@ -2053,7 +2159,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin fence_N_regN = regN "fence" ; lin fertilize_V2_regV2 = regV2 "fertilize" ; lin fertilizer_N_regN = regN "fertilizer" ; - lin fetch_V_regV = regV "fetch" ; +lin fetch_V3_mkV3_from = dirV3 fetch_V ; lin fetter_V2_regV2 = regV2 "fetter" ; lin fever_N_regN = regN "fever" ; lin fiction_N_regN = regN "fiction" ; @@ -2063,12 +2169,12 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin fierce_A_regA = regA "fierce" ; lin fig_N_regN = regN "fig" ; lin fight_N_regN = regN "fight" ; - lin fight_V2_irreg = dirV2 fight_V ; +lin fight_V2_irreg = dirV2 fight_V ; lin figure_N_regN = regN "figure" ; lin file_N_regN = regN "file" ; lin file_V2_regV2 = regV2 "file" ; lin fill_V2_regV2 = regV2 "fill" ; - lin fill_V_regV = regV "fill" ; +lin fill_V3_mkV3_in = dirV3 fill_V ; lin film_N_regN = regN "film" ; lin film_V2_regV2 = regV2 "film" ; lin filter_N_regN = regN "filter" ; @@ -2077,7 +2183,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin final_A_longA = longA "final" ; lin fincance_N_regN = regN "fincance" ; lin financial_A_longA = longA "financial" ; - lin find_V2_irreg = dirV2 find_V ; +lin find_V2_irreg = dirV2 find_V ; lin findings_N_regN = regN "findings" ; lin fine_A_regA = regA "fine" ; lin fine_N_regN = regN "fine" ; @@ -2101,7 +2207,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin fishermen_N_regN = regN "fishermen" ; lin fit_V2_regV2 = regV2 "fit" ; lin fit_A_regA = regA "fit" ; - lin fit_A2_prepA2 = prepA2 "fit" "for" ; +lin fit_A2_prepA2for = prepA2 "fit" "for" ; lin flag_N_regN = regN "flag" ; lin flame_N_regN = regN "flame" ; lin flash_N_regN = regN "flash" ; @@ -2113,7 +2219,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin flawed_A_longA = longA "flawed" ; lin flesh_N_regN = regN "flesh" ; lin flexible_A_longA = longA "flexible" ; - lin flight_N2_prepN2 = prepN2 "flight" "from" ; +lin flight_N2_prepN2from = prepN2 "flight" "from" ; lin flip_V2_regV2 = regV2 "flip" ; lin float_V_regV = regV "float" ; lin flood_N_regN = regN "flood" ; @@ -2134,35 +2240,38 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin focal_A_longA = longA "focal" ; lin focus_N_regN = regN "focus" ; lin focus_V2_regV2 = regV2 "focus" ; - lin focus_V2_prepV2 = prepV2 "focus" "on" ; +lin focus_V2_prepV2on = prepV2 "focus" "on" ; lin fog_N_regN = regN "fog" ; - lin foist_V_regV = regV "foist" ; +lin foist_V3_mkV3_on = dirV3 foist_V ; lin fold_N_regN = regN "fold" ; lin fold_V2_regV2 = regV2 "fold" ; lin follow_V2_regV2 = regV2 "follow" ; - lin fond_A2_prepA2 = prepA2 "fond" "of" ; +lin fond_A2_prepA2of = prepA2 "fond" "of" ; lin food_N_regN = regN "food" ; lin fool_N_regN = regN "fool" ; lin fool_V2_regV2 = regV2 "fool" ; lin foolish_A_longA = longA "foolish" ; lin foot_N_regN = regN "foot" ; lin football_N_regN = regN "football" ; + lin for_PConj_mkPConj = mkPConj "for" ; lin for_Prep_mkPrep = mkPrep "for" ; lin foray_N_regN = regN "foray" ; lin force_N_regN = regN "force" ; lin force_V_regV = regV "force" ; lin forcible_A_longA = longA "forcible" ; lin forearm_N_regN = regN "forearm" ; ---- lin forego_V2_irreg = dirV2 forego_V ; +lin forego_V2_irreg = dirV2 forego_V ; lin foreground_N_regN = regN "foreground" ; lin forehead_N_regN = regN "forehead" ; lin foreign_A_longA = longA "foreign" ; lin foreigner_N_regN = regN "foreigner" ; lin forerunner_N_regN = regN "forerunner" ; ---- lin foresee_V2_irreg = dirV2 foresee_V ; +lin foresee_V2_irreg = dirV2 foresee_V ; lin forest_N_regN = regN "forest" ; lin forestall_V2_regV2 = regV2 "forestall" ; ---- lin forgo_V2_irreg = dirV2 forgo_V ; + lin forever_Adv_mkAdv = mkAdv "forever" ; +lin forgive_V3_mkV3_for = dirV3 forgive_V "for" ; +lin forgo_V2_irreg = dirV2 forgo_V ; lin fork_N_regN = regN "fork" ; lin form_N_regN = regN "form" ; lin form_V2_regV2 = regV2 "form" ; @@ -2175,6 +2284,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin formulae_N_regN = regN "formulae" ; lin formulate_V2_regV2 = regV2 "formulate" ; lin fort_N_regN = regN "fort" ; + lin forth_Adv_mkAdv = mkAdv "forth" ; lin forthcoming_A_longA = longA "forthcoming" ; lin forthwith_Adv_mkAdv = mkAdv "forthwith" ; lin fortnight_N_regN = regN "fortnight" ; @@ -2183,6 +2293,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin fortune_N_regN = regN "fortune" ; lin forum_N_regN = regN "forum" ; lin forward_A_longA = longA "forward" ; + lin forwards_Adv_mkAdv = mkAdv "forwards" ; lin found_V2_regV2 = regV2 "found" ; lin foundation_N_regN = regN "foundation" ; lin fountain_N_regN = regN "fountain" ; @@ -2201,7 +2312,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin free_A_regA = regA "free" ; lin free_V2_regV2 = regV2 "free" ; lin freedom_N_regN = regN "freedom" ; - lin freeze_V2_irreg = dirV2 freeze_V ; +lin freeze_V2_irreg = dirV2 freeze_V ; lin french_A_regA = regA "french" ; lin frequency_N_regN = regN "frequency" ; lin frequent_A_longA = longA "frequent" ; @@ -2210,7 +2321,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin Friday_PN_regPN = regPN "Friday" ; lin friend_N_regN = regN "friend" ; lin friendly_A_regA = regA "friendly" ; - lin friendly_A2_prepA2 = prepA2 "friendly" "to" ; +lin friendly_A2_prepA2to = prepA2 "friendly" "to" ; lin fright_N_regN = regN "fright" ; lin frighten_V2_regV2 = regV2 "frighten" ; lin frill_N_regN = regN "frill" ; @@ -2234,7 +2345,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin fungus_N_regN = regN "fungus" ; lin funny_A_regA = regA "funny" ; lin fur_N_regN = regN "fur" ; - lin furnish_V_regV = regV "furnish" ; +lin furnish_V3_mkV3_with = dirV3 furnish_V ; lin furniture_N_regN = regN "furniture" ; lin fuss_N_regN = regN "fuss" ; lin future_A_longA = longA "future" ; @@ -2252,7 +2363,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin game_N_regN = regN "game" ; lin gap_N_regN = regN "gap" ; lin gape_V_regV = regV "gape" ; - lin gape_V2_prepV2 = prepV2 "gape" "at" ; +lin gape_V2_prepV2at = prepV2 "gape" "at" ; lin garage_N_regN = regN "garage" ; lin garden_N_regN = regN "garden" ; lin garment_N_regN = regN "garment" ; @@ -2263,7 +2374,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin gauge_N_regN = regN "gauge" ; lin gauge_V2_regV2 = regV2 "gauge" ; lin gay_A_regA = regA "gay" ; - lin gaze_V2_prepV2 = prepV2 "gaze" "at" ; +lin gaze_V2_prepV2at = prepV2 "gaze" "at" ; lin gaze_N_regN = regN "gaze" ; lin gear_N_regN = regN "gear" ; lin gear_V2_regV2 = regV2 "gear" ; @@ -2276,7 +2387,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin generator_N_regN = regN "generator" ; lin generic_A_longA = longA "generic" ; lin generosity_N_regN = regN "generosity" ; - lin generous_A2_prepA2 = prepA2 "generous" "to" ; + lin generous_A_longA = longA "generous" ; +lin generous_A2_prepA2to_long = prepA2 "generous" "to_long" ; lin genitive_A_longA = longA "genitive" ; lin genius_N_regN = regN "genius" ; lin gentle_A_regA = regA "gentle" ; @@ -2295,15 +2407,19 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin gerund_N_regN = regN "gerund" ; lin gesture_V_regV = regV "gesture" ; lin gesture_N_regN = regN "gesture" ; - lin get_V2_irreg = dirV2 get_V ; +lin get_V2_irreg = dirV2 get_V ; lin gift_N_regN = regN "gift" ; lin gin_N_regN = regN "gin" ; lin giraffe_N_regN = regN "giraffe" ; lin girl_N_regN = regN "girl" ; lin gist_N_regN = regN "gist" ; +lin give_V3_irreg = dirV2 give_V ; +lin give_V3_mkV3_to = dirV3 give_V "to" ; + lin glad_A_regA = regA "glad" ; + lin glad_A_regA = regA "glad" ; lin glad_A_regA = regA "glad" ; lin glance_N_regN = regN "glance" ; - lin glance_V2_prepV2 = prepV2 "glance" "at" ; +lin glance_V2_prepV2at = prepV2 "glance" "at" ; lin glass_N_regN = regN "glass" ; lin glasses_N_regN = regN "glasses" ; lin glean_V2_regV2 = regV2 "glean" ; @@ -2316,7 +2432,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin glow_V2_regV2 = regV2 "glow" ; lin gnat_N_regN = regN "gnat" ; lin gnu_N_regN = regN "gnu" ; - lin go_V2_irreg = dirV2 go_V ; +lin go_V2_irreg = dirV2 go_V ; lin goat_N_regN = regN "goat" ; lin god_N_regN = regN "god" ; lin goddess_N_regN = regN "goddess" ; @@ -2355,7 +2471,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin grasp_V2_regV2 = regV2 "grasp" ; lin grass_N_regN = regN "grass" ; lin grateful_A_regA = regA "grateful" ; - lin grateful_A2_prepA2 = prepA2 "grateful" "to" ; +lin grateful_A2_prepA2to = prepA2 "grateful" "to" ; + lin grateful_A_regA = regA "grateful" ; lin gratuitous_A_longA = longA "gratuitous" ; lin grave_N_regN = regN "grave" ; lin gravitation_N_regN = regN "gravitation" ; @@ -2380,7 +2497,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin grime_N_regN = regN "grime" ; lin grin_N_regN = regN "grin" ; lin grin_V_regV = regV "grin" ; - lin grind_V2_irreg = dirV2 grind_V ; +lin grind_V2_irreg = dirV2 grind_V ; lin grip_N_regN = regN "grip" ; lin grip_V2_regV2 = regV2 "grip" ; lin grit_N_regN = regN "grit" ; @@ -2390,14 +2507,14 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin group_N_regN = regN "group" ; lin group_V2_regV2 = regV2 "group" ; lin grove_N_regN = regN "grove" ; - lin grow_V2_irreg = dirV2 grow_V ; +lin grow_V2_irreg = dirV2 grow_V ; lin growth_N_regN = regN "growth" ; lin guarantee_N_regN = regN "guarantee" ; - lin guarantee_VS_mkVS = regVS "guarantee" ; + lin guarantee_VS_mkVS = mkVS "guarantee" ; lin guard_N_regN = regN "guard" ; lin guard_V2_regV2 = regV2 "guard" ; lin guess_N_regN = regN "guess" ; - lin guess_VS_mkVS = regVS "guess" ; + lin guess_VS_mkVS = mkVS "guess" ; lin guest_N_regN = regN "guest" ; lin guide_N_regN = regN "guide" ; lin guide_V2_regV2 = regV2 "guide" ; @@ -2424,8 +2541,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin hammer_V2_regV2 = regV2 "hammer" ; lin hamper_V2_regV2 = regV2 "hamper" ; lin hand_N_regN = regN "hand" ; - lin hand_V_regV = regV "hand" ; - lin hand_V_regV = regV "hand" ; + lin hand_V3_regV3 = regV3 "hand" ; +lin hand_V3_mkV3_to = dirV3 hand_V ; lin handicap_N_regN = regN "handicap" ; lin handicap_V2_regV2 = regV2 "handicap" ; lin handkerchief_N_regN = regN "handkerchief" ; @@ -2437,8 +2554,10 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin happen_V_regV = regV "happen" ; lin happening_N_regN = regN "happening" ; lin happy_A_regA = regA "happy" ; + lin happy_A_regA = regA "happy" ; lin harbour_N_regN = regN "harbour" ; lin hard_A_regA = regA "hard" ; + lin hard_A_regA = regA "hard" ; lin hardly_Adv_mkAdv = mkAdv "hardly" ; lin hardware_N_regN = regN "hardware" ; lin harm_N_regN = regN "harm" ; @@ -2446,7 +2565,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin harmonium_N_regN = regN "harmonium" ; lin harmony_N_regN = regN "harmony" ; lin harness_N_regN = regN "harness" ; - lin harness_V_regV = regV "harness" ; +lin harness_V3_mkV3_to = dirV3 harness_V ; lin has_V_regV = regV "has" ; lin has_V_regV = regV "has" ; lin has_V_regV = regV "has" ; @@ -2457,7 +2576,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin hat_N_regN = regN "hat" ; lin hate_V2_regV2 = regV2 "hate" ; lin hatred_N_regN = regN "hatred" ; - lin have_V2_irreg = dirV2 have_V ; +lin have_V2_irreg = dirV2 have_V ; lin haven_N_regN = regN "haven" ; lin having_V_regV = regV "having" ; lin hazard_N_regN = regN "hazard" ; @@ -2469,7 +2588,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin health_N_regN = regN "health" ; lin healthy_A_regA = regA "healthy" ; lin heap_N_regN = regN "heap" ; - lin hear_V2_irreg = dirV2 hear_V ; +lin hear_V2_irreg = dirV2 hear_V ; lin heart_N_regN = regN "heart" ; lin hearth_N_regN = regN "hearth" ; lin heat_V_regV = regV "heat" ; @@ -2485,7 +2604,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin help_V2_regV2 = regV2 "help" ; lin hemlock_N_regN = regN "hemlock" ; lin hen_N_regN = regN "hen" ; - lin herd_N2_prepN2 = prepN2 "herd" "of" ; + lin hence_V_mkV = mkV "hence" ; +lin herd_N2_prepN2of = prepN2 "herd" "of" ; lin here_Adv_mkAdv = mkAdv "here" ; lin herring_N_regN = regN "herring" ; lin heterogeneity_N_regN = regN "heterogeneity" ; @@ -2493,7 +2613,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin heuristic_A_longA = longA "heuristic" ; lin heuristic_N_regN = regN "heuristic" ; lin heuristically_Adv_mkAdv = mkAdv "heuristically" ; - lin hide_V2_irreg = dirV2 hide_V ; +lin hide_V2_irreg = dirV2 hide_V ; lin hierarchy_N_regN = regN "hierarchy" ; lin high_A_regA = regA "high" ; lin highlight_N_regN = regN "highlight" ; @@ -2504,14 +2624,15 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin hindrance_N_regN = regN "hindrance" ; lin hinge_N_regN = regN "hinge" ; lin hint_N_regN = regN "hint" ; - lin hint_V2_prepV2 = prepV2 "hint" "at" ; +lin hint_V2_prepV2at = prepV2 "hint" "at" ; lin hire_V2_regV2 = regV2 "hire" ; lin history_N_regN = regN "history" ; - lin hit_V2_irreg = dirV2 hit_V ; +lin hit_V2_irreg = dirV2 hit_V ; + lin hither_Adv_mkAdv = mkAdv "hither" ; lin hitherto_Adv_mkAdv = mkAdv "hitherto" ; lin hoax_N_regN = regN "hoax" ; lin hoax_V2_regV2 = regV2 "hoax" ; - lin hold_V2_irreg = dirV2 hold_V ; +lin hold_V2_irreg = dirV2 hold_V ; lin hole_N_regN = regN "hole" ; lin holiday_N_regN = regN "holiday" ; lin hollow_A_regA = regA "hollow" ; @@ -2532,8 +2653,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin hop_N_regN = regN "hop" ; lin hop_V_regV = regV "hop" ; lin hope_N_regN = regN "hope" ; - lin hope_V2_prepV2 = prepV2 "hope" "for" ; - lin hope_VS_mkVS = regVS "hope" ; +lin hope_V2_prepV2for = prepV2 "hope" "for" ; + lin hope_VS_mkVS = mkVS "hope" ; lin horizon_N_regN = regN "horizon" ; lin horizontal_A_longA = longA "horizontal" ; lin horn_N_regN = regN "horn" ; @@ -2542,7 +2663,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin horrify_V2_regV2 = regV2 "horrify" ; lin horror_N_regN = regN "horror" ; lin horse_N_regN = regN "horse" ; - lin hospitable_A2_prepA2 = prepA2 "hospitable" "to" ; + lin hospitable_A_longA = longA "hospitable" ; +lin hospitable_A2_prepA2to_long = prepA2 "hospitable" "to_long" ; lin hospital_N_regN = regN "hospital" ; lin hospitality_N_regN = regN "hospitality" ; lin host_N_regN = regN "host" ; @@ -2554,7 +2676,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin house_V2_regV2 = regV2 "house" ; lin household_A_longA = longA "household" ; lin household_N_regN = regN "household" ; ---- lin however_IAdv_mkIAdv = mkIAdv "however" ; + lin how_IAdv_mkIAdv = mkIAdv "how" ; + lin however_IAdv_mkIAdv = mkIAdv "however" ; lin huge_A_regA = regA "huge" ; lin hum_N_regN = regN "hum" ; lin hum_V_regV = regV "hum" ; @@ -2567,18 +2690,18 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin hunch_V_regV = regV "hunch" ; lin hundred_N_regN = regN "hundred" ; lin hundred_N_regN = regN "hundred" ; - lin hunger_N2_prepN2 = prepN2 "hunger" "for" ; - lin hunger_V2_prepV2 = prepV2 "hunger" "for" ; +lin hunger_N2_prepN2for = prepN2 "hunger" "for" ; +lin hunger_V2_prepV2for = prepV2 "hunger" "for" ; lin hungry_A_regA = regA "hungry" ; - lin hungry_A2_prepA2 = prepA2 "hungry" "for" ; +lin hungry_A2_prepA2for = prepA2 "hungry" "for" ; lin hunt_N_regN = regN "hunt" ; lin hunt_V2_regV2 = regV2 "hunt" ; lin huntsman_N_regN = regN "huntsman" ; lin huntsmen_N_regN = regN "huntsmen" ; lin hurry_V_regV = regV "hurry" ; lin hurry_N_regN = regN "hurry" ; - lin hurt_V2_irreg = dirV2 hurt_V ; - lin husband_N2_prepN2 = prepN2 "husband" "of" ; +lin hurt_V2_irreg = dirV2 hurt_V ; +lin husband_N2_prepN2of = prepN2 "husband" "of" ; lin hut_N_regN = regN "hut" ; lin hybrid_A_longA = longA "hybrid" ; lin hydrogen_N_regN = regN "hydrogen" ; @@ -2593,7 +2716,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin icon_N_regN = regN "icon" ; lin idea_N_regN = regN "idea" ; lin ideal_A_longA = longA "ideal" ; - lin identical_A2_prepA2 = prepA2 "identical" "to" ; + lin identical_A_longA = longA "identical" ; +lin identical_A2_prepA2to_long = prepA2 "identical" "to_long" ; lin identify_V2_regV2 = regV2 "identify" ; lin identity_N_regN = regN "identity" ; lin idiocy_N_regN = regN "idiocy" ; @@ -2603,6 +2727,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin idle_A_regA = regA "idle" ; lin idle_V_regV = regV "idle" ; lin ignore_V2_regV2 = regV2 "ignore" ; + lin ill_A_longA = longA "ill" ; lin illegal_A_longA = longA "illegal" ; lin illegitimacy_N_regN = regN "illegitimacy" ; lin illegitimate_A_longA = longA "illegitimate" ; @@ -2615,7 +2740,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin image_N_regN = regN "image" ; lin imaginary_A_longA = longA "imaginary" ; lin imagine_V_regV = regV "imagine" ; - lin imagine_VS_mkVS = regVS "imagine" ; + lin imagine_VS_mkVS = mkVS "imagine" ; lin imbalance_N_regN = regN "imbalance" ; lin imitate_V_regV = regV "imitate" ; lin immaterial_A_longA = longA "immaterial" ; @@ -2629,41 +2754,55 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin immodesty_N_regN = regN "immodesty" ; lin immune_A_longA = longA "immune" ; lin impair_V2_regV2 = regV2 "impair" ; - lin impart_V_regV = regV "impart" ; +lin impart_V3_mkV3_to = dirV3 impart_V ; lin impartial_A_longA = longA "impartial" ; - lin impatience_N2_prepN2 = prepN2 "impatience" "with" ; - lin impatient_A2_prepA2 = prepA2 "impatient" "with" ; +lin impatience_N2_prepN2with = prepN2 "impatience" "with" ; + lin impatient_A_longA = longA "impatient" ; +lin impatient_A2_prepA2with_long = prepA2 "impatient" "with_long" ; lin impenetrable_A_longA = longA "impenetrable" ; + lin imperative_A_longA = longA "imperative" ; + lin imperative_A_longA = longA "imperative" ; lin imperfect_A_longA = longA "imperfect" ; lin imperfection_N_regN = regN "imperfection" ; lin imperial_A_longA = longA "imperial" ; lin imperious_A_longA = longA "imperious" ; lin impersonal_A_longA = longA "impersonal" ; lin impertinent_A_longA = longA "impertinent" ; - lin impinge_V2_prepV2 = prepV2 "impinge" "on" ; +lin impinge_V2_prepV2on = prepV2 "impinge" "on" ; lin implausible_A_longA = longA "implausible" ; lin implement_V2_regV2 = regV2 "implement" ; lin implicate_V2_regV2 = regV2 "implicate" ; lin implicature_N_regN = regN "implicature" ; - lin implicit_A2_prepA2 = prepA2 "implicit" "in" ; - lin imply_VS_mkVS = regVS "imply" ; - lin impolite_A2_prepA2 = prepA2 "impolite" "to" ; + lin implicit_A_longA = longA "implicit" ; +lin implicit_A2_prepA2in_long = prepA2 "implicit" "in_long" ; + lin imply_VS_mkVS = mkVS "imply" ; + lin impolite_A_longA = longA "impolite" ; +lin impolite_A2_prepA2to_long = prepA2 "impolite" "to_long" ; lin import_N_regN = regN "import" ; lin import_V2_regV2 = regV2 "import" ; lin importance_N_regN = regN "importance" ; - lin impose_V_regV = regV "impose" ; + lin important_A_longA = longA "important" ; + lin important_V_mkV = mkV "important" ; + lin important_V_mkV = mkV "important" ; +lin impose_V3_mkV3_on = dirV3 impose_V ; lin imposition_N_regN = regN "imposition" ; + lin impossible_A_longA = longA "impossible" ; + lin impossible_A_longA = longA "impossible" ; + lin impossible_V_mkV = mkV "impossible" ; + lin impossible_V_mkV = mkV "impossible" ; lin imprecise_A_longA = longA "imprecise" ; lin imprecision_N_regN = regN "imprecision" ; lin impress_V2_regV2 = regV2 "impress" ; lin improbable_A_longA = longA "improbable" ; lin improve_V_regV = regV "improve" ; lin impure_A_regA = regA "impure" ; + lin in_Adv_mkAdv = mkAdv "in" ; + lin in_Adv_mkAdv = mkAdv "in" ; lin in_Prep_mkPrep = mkPrep "in" ; - lin inability_N2_prepN2 = prepN2 "inability" "to" ; +lin inability_N2_prepN2to = prepN2 "inability" "to" ; lin inaccuracy_N_regN = regN "inaccuracy" ; lin inactive_A_longA = longA "inactive" ; - lin inadequacy_N2_prepN2 = prepN2 "inadequacy" "for" ; +lin inadequacy_N2_prepN2for = prepN2 "inadequacy" "for" ; lin inadequecy_N_regN = regN "inadequecy" ; lin incapacitate_V_regV = regV "incapacitate" ; lin incarnation_N_regN = regN "incarnation" ; @@ -2679,7 +2818,10 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin inclusive_A_longA = longA "inclusive" ; lin incoherence_N_regN = regN "incoherence" ; lin income_N_regN = regN "income" ; + lin inconceivable_A_longA = longA "inconceivable" ; lin inconsistency_N_regN = regN "inconsistency" ; + lin incontestable_A_longA = longA "incontestable" ; + lin incontestable_A_longA = longA "incontestable" ; lin inconvenience_N_regN = regN "inconvenience" ; lin inconvenience_V2_regV2 = regV2 "inconvenience" ; lin incorporate_V_regV = regV "incorporate" ; @@ -2700,17 +2842,18 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin index_V2_regV2 = regV2 "index" ; lin India_PN_regPN = regPN "India" ; lin indian_A_regA = regA "indian" ; - lin indicate_VS_mkVS = regVS "indicate" ; + lin indicate_VS_mkVS = mkVS "indicate" ; lin indices_N_regN = regN "indices" ; lin indigestion_N_regN = regN "indigestion" ; lin indirect_A_longA = longA "indirect" ; lin indiscriminate_A_longA = longA "indiscriminate" ; + lin indistinguishable_A_longA = longA "indistinguishable" ; lin individual_A_longA = longA "individual" ; lin individual_N_regN = regN "individual" ; lin indoor_A_longA = longA "indoor" ; lin induce_V_regV = regV "induce" ; lin induct_V2_regV2 = regV2 "induct" ; - lin indulge_V2_prepV2 = prepV2 "indulge" "in" ; +lin indulge_V2_prepV2in = prepV2 "indulge" "in" ; lin indulgent_A_longA = longA "indulgent" ; lin industry_N_regN = regN "industry" ; lin inescapable_A_longA = longA "inescapable" ; @@ -2718,7 +2861,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin infect_V2_regV2 = regV2 "infect" ; lin infection_N_regN = regN "infection" ; lin infectious_A_longA = longA "infectious" ; - lin infer_V_regV = regV "infer" ; +lin infer_V3_mkV3_from = dirV3 infer_V ; lin inference_N_regN = regN "inference" ; lin inferior_A_longA = longA "inferior" ; lin inferior_A_longA = longA "inferior" ; @@ -2730,7 +2873,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin inflect_V_regV = regV "inflect" ; lin influence_N_regN = regN "influence" ; lin influence_V2_regV2 = regV2 "influence" ; - lin inform_V_regV = regV "inform" ; + lin inform_V2_regV2 = regV2 "inform" ; lin informal_A_longA = longA "informal" ; lin informant_N_regN = regN "informant" ; lin information_N_regN = regN "information" ; @@ -2738,27 +2881,29 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin ingenuity_N_regN = regN "ingenuity" ; lin ingredient_N_regN = regN "ingredient" ; lin inhabit_V2_regV2 = regV2 "inhabit" ; - lin inherent_A2_prepA2 = prepA2 "inherent" "to" ; - lin inherit_V_regV = regV "inherit" ; + lin inherent_A_longA = longA "inherent" ; +lin inherent_A2_prepA2to_long = prepA2 "inherent" "to_long" ; +lin inherit_V3_mkV3_from = dirV3 inherit_V ; lin inheritance_N_regN = regN "inheritance" ; lin inhibit_V_regV = regV "inhibit" ; lin initial_A_longA = longA "initial" ; lin initialize_V2_regV2 = regV2 "initialize" ; lin initiate_V_regV = regV "initiate" ; - lin inject_V_regV = regV "inject" ; +lin inject_V3_mkV3_with = dirV3 inject_V ; lin injunction_N_regN = regN "injunction" ; lin injure_V2_regV2 = regV2 "injure" ; lin injury_N_regN = regN "injury" ; lin ink_N_regN = regN "ink" ; lin inn_N_regN = regN "inn" ; - lin innate_A2_prepA2 = prepA2 "innate" "to" ; + lin innate_A_longA = longA "innate" ; +lin innate_A2_prepA2to_long = prepA2 "innate" "to_long" ; lin inner_A_longA = longA "inner" ; lin innocuous_A_longA = longA "innocuous" ; lin innovation_N_regN = regN "innovation" ; lin input_N_regN = regN "input" ; - lin inquire_V2_prepV2 = prepV2 "inquire" "about" ; +lin inquire_V2_prepV2about = prepV2 "inquire" "about" ; lin inquire_V_regV = regV "inquire" ; - lin inquiry_N2_prepN2 = prepN2 "inquiry" "about" ; +lin inquiry_N2_prepN2about = prepN2 "inquiry" "about" ; lin inscribe_V2_regV2 = regV2 "inscribe" ; lin inscription_N_regN = regN "inscription" ; lin insect_N_regN = regN "insect" ; @@ -2767,26 +2912,28 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin inside_N_regN = regN "inside" ; lin insight_N_regN = regN "insight" ; lin insist_V_regV = regV "insist" ; - lin insistence_N2_prepN2 = prepN2 "insistence" "on" ; +lin insistence_N2_prepN2on = prepN2 "insistence" "on" ; lin insistence_N_regN = regN "insistence" ; + lin insistent_A_regA = regA "insistent" ; lin inspect_V2_regV2 = regV2 "inspect" ; lin inspector_N_regN = regN "inspector" ; lin inspire_V2_regV2 = regV2 "inspire" ; lin instability_N_regN = regN "instability" ; lin install_V2_regV2 = regV2 "install" ; - lin instance_N2_prepN2 = prepN2 "instance" "of" ; +lin instance_N2_prepN2of = prepN2 "instance" "of" ; lin instant_N_regN = regN "instant" ; lin instantiate_V2_regV2 = regV2 "instantiate" ; lin instantly_Adv_mkAdv = mkAdv "instantly" ; + lin instead_Adv_mkAdv = mkAdv "instead" ; lin instigate_V_regV = regV "instigate" ; - lin instil_V_regV = regV "instil" ; +lin instil_V3_mkV3_in = dirV3 instil_V ; lin instinct_N_regN = regN "instinct" ; lin institute_V_regV = regV "institute" ; lin institute_N_regN = regN "institute" ; lin institution_N_regN = regN "institution" ; lin instruct_V_regV = regV "instruct" ; lin instrument_N_regN = regN "instrument" ; - lin insulate_V_regV = regV "insulate" ; +lin insulate_V3_mkV3_from = dirV3 insulate_V ; lin insult_N_regN = regN "insult" ; lin insult_V2_regV2 = regV2 "insult" ; lin insurance_N_regN = regN "insurance" ; @@ -2808,7 +2955,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin interest_N_regN = regN "interest" ; lin interest_V2_regV2 = regV2 "interest" ; lin interface_N_regN = regN "interface" ; - lin interfere_V2_prepV2 = prepV2 "interfere" "with" ; +lin interfere_V2_prepV2with = prepV2 "interfere" "with" ; lin interference_N_regN = regN "interference" ; lin interject_V_regV = regV "interject" ; lin intermediate_A_longA = longA "intermediate" ; @@ -2837,8 +2984,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin intrigue_V_regV = regV "intrigue" ; lin intrinsic_A_longA = longA "intrinsic" ; lin intrinsically_Adv_mkAdv = mkAdv "intrinsically" ; - lin introduce_V_regV = regV "introduce" ; - lin introduction_N2_prepN2 = prepN2 "introduction" "to" ; +lin introduce_V3_mkV3_to = dirV3 introduce_V ; +lin introduction_N2_prepN2to = prepN2 "introduction" "to" ; lin introspection_N_regN = regN "introspection" ; lin introspective_A_longA = longA "introspective" ; lin intrude_V_regV = regV "intrude" ; @@ -2856,10 +3003,11 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin inverse_A_longA = longA "inverse" ; lin inversion_N_regN = regN "inversion" ; lin invert_V2_regV2 = regV2 "invert" ; - lin invest_V_regV = regV "invest" ; +lin invest_V3_mkV3_with = dirV3 invest_V ; lin investigate_V2_regV2 = regV2 "investigate" ; - lin invisible_A2_prepA2 = prepA2 "invisible" "to" ; - lin invite_V_regV = regV "invite" ; + lin invisible_A_longA = longA "invisible" ; +lin invisible_A2_prepA2to_long = prepA2 "invisible" "to_long" ; +lin invite_V3_mkV3_to = dirV3 invite_V ; lin invocation_N_regN = regN "invocation" ; lin invoke_V2_regV2 = regV2 "invoke" ; lin involve_V2_regV2 = regV2 "involve" ; @@ -2889,22 +3037,22 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin item_N_regN = regN "item" ; lin itemize_V2_regV2 = regV2 "itemize" ; lin iterate_V_regV = regV "iterate" ; - lin itself_N_regN = regN "itself" ; lin January_PN_regPN = regPN "January" ; lin Japan_PN_regPN = regPN "Japan" ; lin japanese_A_longA = longA "japanese" ; lin jaundice_N_regN = regN "jaundice" ; lin jaundiced_A_longA = longA "jaundiced" ; lin jaw_N_regN = regN "jaw" ; - lin jealous_A2_prepA2 = prepA2 "jealous" "of" ; - lin jealousy_N2_prepN2 = prepN2 "jealousy" "of" ; + lin jealous_A_longA = longA "jealous" ; +lin jealous_A2_prepA2of_long = prepA2 "jealous" "of_long" ; +lin jealousy_N2_prepN2of = prepN2 "jealousy" "of" ; lin jew_N_regN = regN "jew" ; lin jewel_N_regN = regN "jewel" ; lin jeweller_N_regN = regN "jeweller" ; lin jewellery_N_regN = regN "jewellery" ; lin job_N_regN = regN "job" ; lin John_PN_regPN = regPN "John" ; - lin join_V_regV = regV "join" ; +lin join_V3_mkV3_to = dirV3 join_V ; lin joint_N_regN = regN "joint" ; lin joke_N_regN = regN "joke" ; lin joke_V_regV = regV "joke" ; @@ -2933,8 +3081,9 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin juxtapose_V2_regV2 = regV2 "juxtapose" ; lin juxtaposition_N_regN = regN "juxtaposition" ; lin keen_A_regA = regA "keen" ; - lin keen_A2_prepA2 = prepA2 "keen" "on" ; - lin keep_V2_irreg = dirV2 keep_V ; +lin keen_A2_prepA2on = prepA2 "keen" "on" ; + lin keen_A_regA = regA "keen" ; +lin keep_V2_irreg = dirV2 keep_V ; lin kennel_N_regN = regN "kennel" ; lin kettle_N_regN = regN "kettle" ; lin key_N_regN = regN "key" ; @@ -2942,13 +3091,13 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin kick_V2_regV2 = regV2 "kick" ; lin kidney_N_regN = regN "kidney" ; lin kill_V2_regV2 = regV2 "kill" ; - lin kill_V_regV = regV "kill" ; +lin kill_V3_mkV3 = dirV3 kill_V ; lin kilogram_N_regN = regN "kilogram" ; lin kilometre_N_regN = regN "kilometre" ; lin Kim_PN_regPN = regPN "Kim" ; lin kind_N_regN = regN "kind" ; lin kind_A_regA = regA "kind" ; - lin kind_A2_prepA2 = prepA2 "kind" "to" ; +lin kind_A2_prepA2to = prepA2 "kind" "to" ; lin king_N_regN = regN "king" ; lin kingdom_N_regN = regN "kingdom" ; lin kiss_N_regN = regN "kiss" ; @@ -2965,8 +3114,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin knocker_N_regN = regN "knocker" ; lin knot_N_regN = regN "knot" ; lin knot_V2_regV2 = regV2 "knot" ; - lin know_VS_mkVS = regVS "know" ; - lin knowledge_N2_prepN2 = prepN2 "knowledge" "of" ; + lin know_VS_mkVS = mkVS "know" ; +lin knowledge_N2_prepN2of = prepN2 "knowledge" "of" ; lin knowledge_N_regN = regN "knowledge" ; lin label_N_regN = regN "label" ; lin label_V2_regV2 = regV2 "label" ; @@ -2999,25 +3148,26 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin latitude_N_regN = regN "latitude" ; lin lattice_N_regN = regN "lattice" ; lin laugh_N_regN = regN "laugh" ; - lin laugh_V2_prepV2 = prepV2 "laugh" "at" ; +lin laugh_V2_prepV2at = prepV2 "laugh" "at" ; lin laughter_N_regN = regN "laughter" ; lin law_N_regN = regN "law" ; lin lawn_N_regN = regN "lawn" ; lin lawyer_N_regN = regN "lawyer" ; lin lax_A_regA = regA "lax" ; +lin lay_V3_mkV3_loc = dirV3 lay_V "loc" ; lin layer_N_regN = regN "layer" ; lin layer_V2_regV2 = regV2 "layer" ; lin laze_V_regV = regV "laze" ; lin lazy_A_regA = regA "lazy" ; lin lead_N_regN = regN "lead" ; - lin lead_V2_irreg = dirV2 lead_V ; +lin lead_V2_irreg = dirV2 lead_V ; lin leaf_N_regN = regN "leaf" ; lin league_N_regN = regN "league" ; - lin lean_V2_prepV2 = prepV2 "lean" "on" ; +lin lean_V2_prepV2on = prepV2 "lean" "on" ; lin leap_V_regV = regV "leap" ; - lin learn_VS_mkVS = regVS "learn" ; + lin learn_VS_mkVS = mkVS "learn" ; lin leather_N_regN = regN "leather" ; - lin leave_V2_irreg = dirV2 leave_V ; +lin leave_V2_irreg = dirV2 leave_V ; lin leaves_N_regN = regN "leaves" ; lin lecture_N_regN = regN "lecture" ; lin lecture_V_regV = regV "lecture" ; @@ -3031,7 +3181,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin legitimate_A_longA = longA "legitimate" ; lin legitimize_V2_regV2 = regV2 "legitimize" ; lin lemon_N_regN = regN "lemon" ; - lin lend_V_regV = regV "lend" ; +lin lend_V3_mkV3_to = dirV3 lend_V ; lin length_N_regN = regN "length" ; lin lengthen_V2_regV2 = regV2 "lengthen" ; lin lesson_N_regN = regN "lesson" ; @@ -3061,13 +3211,13 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin lift_V2_regV2 = regV2 "lift" ; lin light_A_regA = regA "light" ; lin light_N_regN = regN "light" ; - lin light_V2_irreg = dirV2 light_V ; +lin light_V2_irreg = dirV2 light_V ; lin lightning_N_regN = regN "lightning" ; lin like_A_longA = longA "like" ; lin like_V2_regV2 = regV2 "like" ; lin like_V_regV = regV "like" ; lin like_V_regV = regV "like" ; - lin likelihood_N2_prepN2 = prepN2 "likelihood" "of" ; +lin likelihood_N2_prepN2of = prepN2 "likelihood" "of" ; lin likely_A_longA = longA "likely" ; lin likely_A_longA = longA "likely" ; lin likely_A_longA = longA "likely" ; @@ -3082,7 +3232,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin linguistic_A_longA = longA "linguistic" ; lin linguistics_N_regN = regN "linguistics" ; lin link_N_regN = regN "link" ; - lin link_V_regV = regV "link" ; +lin link_V3_mkV3_to = dirV3 link_V ; lin lion_N_regN = regN "lion" ; lin lip_N_regN = regN "lip" ; lin liquefaction_N_regN = regN "liquefaction" ; @@ -3093,7 +3243,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin Lisp_PN_regPN = regPN "Lisp" ; lin list_N_regN = regN "list" ; lin list_V2_regV2 = regV2 "list" ; - lin listen_V2_prepV2 = prepV2 "listen" "to" ; +lin listen_V2_prepV2to = prepV2 "listen" "to" ; lin Liszt_PN_regPN = regPN "Liszt" ; lin literal_A_longA = longA "literal" ; lin literary_A_longA = longA "literary" ; @@ -3105,7 +3255,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin load_N_regN = regN "load" ; lin load_V2_regV2 = regV2 "load" ; lin loaf_N_regN = regN "loaf" ; - lin loan_V_regV = regV "loan" ; +lin loan_V3_mkV3_to = dirV3 loan_V ; lin loaves_N_regN = regN "loaves" ; lin lobster_N_regN = regN "lobster" ; lin local_A_longA = longA "local" ; @@ -3122,17 +3272,17 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin lonely_A_regA = regA "lonely" ; lin long_Adv_mkAdv = mkAdv "long" ; lin long_A_regA = regA "long" ; - lin long_V2_prepV2 = prepV2 "long" "for" ; +lin long_V2_prepV2for = prepV2 "long" "for" ; lin longwinded_A_longA = longA "longwinded" ; lin look_N_regN = regN "look" ; - lin look_V_regV = regV "look" ; - lin look_V2_prepV2 = prepV2 "look" "for" ; +---- lin look_V3_mkV3 = dirV3 look_V ; +lin look_V2_prepV2for = prepV2 "look" "for" ; lin loop_N_regN = regN "loop" ; lin loophole_N_regN = regN "loophole" ; lin loose_A_regA = regA "loose" ; lin lord_N_regN = regN "lord" ; lin lore_N_regN = regN "lore" ; - lin lose_V2_irreg = dirV2 lose_V ; +lin lose_V2_irreg = dirV2 lose_V ; lin loss_N_regN = regN "loss" ; lin lot_N_regN = regN "lot" ; lin lottery_N_regN = regN "lottery" ; @@ -3143,8 +3293,9 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin lovely_A_regA = regA "lovely" ; lin low_A_regA = regA "low" ; lin lower_V2_regV2 = regV2 "lower" ; - lin loyal_A2_prepA2 = prepA2 "loyal" "to" ; - lin loyalty_N2_prepN2 = prepN2 "loyalty" "to" ; + lin loyal_A_longA = longA "loyal" ; +lin loyal_A2_prepA2to_long = prepA2 "loyal" "to_long" ; +lin loyalty_N2_prepN2to = prepN2 "loyalty" "to" ; lin luck_N_regN = regN "luck" ; lin lump_N_regN = regN "lump" ; lin lung_N_regN = regN "lung" ; @@ -3155,9 +3306,9 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin machine_N_regN = regN "machine" ; lin machinery_N_regN = regN "machinery" ; lin mad_A_regA = regA "mad" ; - lin mad_A2_about = prepA2 "mad" "about" ; - lin mad_A2_with = prepA2 "mad" "with" ; - lin made_A2_prepA2 = prepA2 "made" "from" ; +lin mad_A2_prepA2about = prepA2 "mad" "about" ; +lin mad_A2_prepA2with = prepA2 "mad" "with" ; +lin made_A2_prepA2from_long = prepA2 "made" "from_long" ; lin magazine_N_regN = regN "magazine" ; lin magic_A_longA = longA "magic" ; lin magic_N_regN = regN "magic" ; @@ -3165,15 +3316,15 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin magnetic_A_longA = longA "magnetic" ; lin magnitude_N_regN = regN "magnitude" ; lin mail_N_regN = regN "mail" ; - lin mail_V_regV = regV "mail" ; +lin mail_V3_mkV3_to = dirV3 mail_V ; lin main_A_longA = longA "main" ; lin mainstream_A_longA = longA "mainstream" ; lin maintain_V2_regV2 = regV2 "maintain" ; - lin maintain_VS_mkVS = regVS "maintain" ; + lin maintain_VS_mkVS = mkVS "maintain" ; lin maintenance_N_regN = regN "maintenance" ; lin major_A_longA = longA "major" ; lin majority_N_regN = regN "majority" ; - lin make_V2_irreg = dirV2 make_V ; +lin make_V2_irreg = dirV2 make_V ; lin male_A_longA = longA "male" ; lin malign_V2_regV2 = regV2 "malign" ; lin malignant_A_longA = longA "malignant" ; @@ -3199,7 +3350,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin manufacture_V2_regV2 = regV2 "manufacture" ; lin manuscript_N_regN = regN "manuscript" ; lin map_N_regN = regN "map" ; - lin map_V_regV = regV "map" ; +lin map_V3_mkV3_to = dirV3 map_V ; lin mapping_N_regN = regN "mapping" ; lin march_N_regN = regN "march" ; lin March_PN_regPN = regPN "March" ; @@ -3242,8 +3393,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin mayor_N_regN = regN "mayor" ; lin meal_N_regN = regN "meal" ; lin mean_A_regA = regA "mean" ; - lin mean_V2_irreg = dirV2 mean_V ; - lin mean_VS_mkVS = regVS "mean" ; +lin mean_V2_irreg = dirV2 mean_V ; + lin mean_VS_mkVS = mkVS "mean" ; lin meaning_N_regN = regN "meaning" ; lin means_N_regN = regN "means" ; lin meanwhile_Adv_mkAdv = mkAdv "meanwhile" ; @@ -3259,20 +3410,22 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin medicine_N_regN = regN "medicine" ; lin medium_A_longA = longA "medium" ; lin medium_N_regN = regN "medium" ; - lin meet_V2_irreg = dirV2 meet_V ; - lin meeting_N2_prepN2 = prepN2 "meeting" "with" ; +lin meet_V2_irreg = dirV2 meet_V ; +lin meeting_N2_prepN2with = prepN2 "meeting" "with" ; lin melody_N_regN = regN "melody" ; lin melt_V_regV = regV "melt" ; lin member_N_regN = regN "member" ; lin memorable_A_longA = longA "memorable" ; lin memorial_N_regN = regN "memorial" ; - lin memory_N2_prepN2 = prepN2 "memory" "of" ; +lin memory_N2_prepN2ger = prepN2 "memory" "ger" ; +lin memory_N2_prepN2of = prepN2 "memory" "of" ; lin men_N_regN = regN "men" ; lin mend_V2_regV2 = regV2 "mend" ; lin mental_A_longA = longA "mental" ; lin mention_N_regN = regN "mention" ; lin mention_V2_regV2 = regV2 "mention" ; lin mercy_N_regN = regN "mercy" ; + lin mere_A_regA = regA "mere" ; lin merge_V2_regV2 = regV2 "merge" ; lin merit_N_regN = regN "merit" ; lin merry_A_regA = regA "merry" ; @@ -3316,7 +3469,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin minimum_N_regN = regN "minimum" ; lin minister_N_regN = regN "minister" ; lin ministry_N_regN = regN "ministry" ; - lin ministry_N2_prepN2 = prepN2 "ministry" "of" ; +lin ministry_N2_prepN2of = prepN2 "ministry" "of" ; lin minor_A_longA = longA "minor" ; lin minor_N_regN = regN "minor" ; lin minute_A_longA = longA "minute" ; @@ -3327,11 +3480,13 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin misery_N_regN = regN "misery" ; lin mislead_V2_regV2 = regV2 "mislead" ; lin misplace_V2_regV2 = regV2 "misplace" ; + lin miss_N_regN = regN "miss" ; lin miss_V2_regV2 = regV2 "miss" ; lin missile_N_regN = regN "missile" ; lin mist_N_regN = regN "mist" ; lin mistake_N_regN = regN "mistake" ; - lin mix_V_regV = regV "mix" ; +lin mistake_V3_mkV3_for = dirV3 mistake_V "for" ; +lin mix_V3_mkV3_with = dirV3 mix_V ; lin mixture_N_regN = regN "mixture" ; lin mnemonic_A_longA = longA "mnemonic" ; lin mode_N_regN = regN "mode" ; @@ -3373,7 +3528,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin mosque_N_regN = regN "mosque" ; lin mosquito_N_regN = regN "mosquito" ; lin mostly_Adv_mkAdv = mkAdv "mostly" ; - lin mother_N2_prepN2 = prepN2 "mother" "of" ; +lin mother_N2_prepN2of = prepN2 "mother" "of" ; lin motion_N_regN = regN "motion" ; lin motivate_V2_regV2 = regV2 "motivate" ; lin motive_N_regN = regN "motive" ; @@ -3384,13 +3539,15 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin mouse_N_regN = regN "mouse" ; lin mouth_N_regN = regN "mouth" ; lin move_V_regV = regV "move" ; + lin mr_N_regN = regN "mr" ; + lin mrs_N_regN = regN "mrs" ; lin mud_N_regN = regN "mud" ; lin muesli_N_regN = regN "muesli" ; lin multifarious_A_longA = longA "multifarious" ; lin multiple_A_longA = longA "multiple" ; lin multiplicity_N_regN = regN "multiplicity" ; - lin multiply_V_regV = regV "multiply" ; - lin multitude_N2_prepN2 = prepN2 "multitude" "of" ; +lin multiply_V3_mkV3_by = dirV3 multiply_V ; +lin multitude_N2_prepN2of = prepN2 "multitude" "of" ; lin mundane_A_longA = longA "mundane" ; lin murder_N_regN = regN "murder" ; lin muscle_N_regN = regN "muscle" ; @@ -3398,7 +3555,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin music_N_regN = regN "music" ; lin musical_N_regN = regN "musical" ; lin must_V_regV = regV "must" ; - lin mutter_V2_prepV2 = prepV2 "mutter" "about" ; +lin mutter_V2_prepV2about = prepV2 "mutter" "about" ; lin mutual_A_longA = longA "mutual" ; lin mystery_N_regN = regN "mystery" ; lin myth_N_regN = regN "myth" ; @@ -3416,14 +3573,16 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin native_A_longA = longA "native" ; lin native_N_regN = regN "native" ; lin nature_N_regN = regN "nature" ; + lin navigate_V_mkV = mkV "navigate" ; lin navigator_N_regN = regN "navigator" ; lin navy_N_regN = regN "navy" ; lin near_A_regA = regA "near" ; - lin near_A2_prepA2 = prepA2 "near" "to" ; +lin near_A2_prepA2to = prepA2 "near" "to" ; lin nearby_Adv_mkAdv = mkAdv "nearby" ; lin neat_A_regA = regA "neat" ; - lin necessary_A2_for = prepA2 "necessary" "for" ; - lin necessary_A2_to = prepA2 "necessary" "to" ; + lin necessary_A_longA = longA "necessary" ; +lin necessary_A2_prepA2for_long = prepA2 "necessary" "for_long" ; +lin necessary_A2_prepA2to_long = prepA2 "necessary" "to_long" ; lin necessitate_V2_regV2 = regV2 "necessitate" ; lin necessity_N_regN = regN "necessity" ; lin neck_N_regN = regN "neck" ; @@ -3438,13 +3597,13 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin negligence_N_regN = regN "negligence" ; lin negligent_A_longA = longA "negligent" ; lin negligible_A_longA = longA "negligible" ; - lin negotiate_V2_prepV2 = prepV2 "negotiate" "with" ; +lin negotiate_V2_prepV2with = prepV2 "negotiate" "with" ; lin neighbour_N_regN = regN "neighbour" ; - lin nephew_N2_prepN2 = prepN2 "nephew" "of" ; +lin nephew_N2_prepN2of = prepN2 "nephew" "of" ; lin nerve_N_regN = regN "nerve" ; lin nervous_A_longA = longA "nervous" ; lin nest_N_regN = regN "nest" ; - lin nest_V2_prepV2 = prepV2 "nest" "in" ; +lin nest_V2_prepV2in = prepV2 "nest" "in" ; lin net_N_regN = regN "net" ; lin network_N_regN = regN "network" ; lin neutral_A_longA = longA "neutral" ; @@ -3477,18 +3636,20 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin normal_A_longA = longA "normal" ; lin normative_A_longA = longA "normative" ; lin north_N_regN = regN "north" ; - lin north_A2_prepA2 = prepA2 "north" "of" ; + lin north_A_longA = longA "north" ; +lin north_A2_prepA2of_long = prepA2 "north" "of_long" ; lin northern_A_longA = longA "northern" ; lin nose_N_regN = regN "nose" ; lin notation_N_regN = regN "notation" ; lin note_N_regN = regN "note" ; - lin note_VS_mkVS = regVS "note" ; + lin note_VS_mkVS = mkVS "note" ; lin notice_N_regN = regN "notice" ; lin notice_V2_regV2 = regV2 "notice" ; - lin notice_VS_mkVS = regVS "notice" ; + lin notice_VS_mkVS = mkVS "notice" ; lin notion_N_regN = regN "notion" ; lin notoriety_N_regN = regN "notoriety" ; - lin notorious_A2_prepA2 = prepA2 "notorious" "for" ; + lin notorious_A_longA = longA "notorious" ; +lin notorious_A2_prepA2for_long = prepA2 "notorious" "for_long" ; lin notwithstanding_Adv_mkAdv = mkAdv "notwithstanding" ; lin noun_N_regN = regN "noun" ; lin novel_A_longA = longA "novel" ; @@ -3498,6 +3659,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin novice_N_regN = regN "novice" ; lin now_Adv_mkAdv = mkAdv "now" ; lin now_Adv_mkAdv = mkAdv "now" ; + lin nowhere_Adv_mkAdv = mkAdv "nowhere" ; + lin nuclear_A_regA = regA "nuclear" ; lin nucleus_N_regN = regN "nucleus" ; lin nudge_N_regN = regN "nudge" ; lin nudge_V2_regV2 = regV2 "nudge" ; @@ -3521,12 +3684,13 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin oats_N_regN = regN "oats" ; lin obey_V2_regV2 = regV2 "obey" ; lin object_N_regN = regN "object" ; - lin object_V2_prepV2 = prepV2 "object" "to" ; +lin object_V2_prepV2to = prepV2 "object" "to" ; lin objectionable_A_longA = longA "objectionable" ; lin objective_A_longA = longA "objective" ; lin objective_N_regN = regN "objective" ; lin obligation_N_regN = regN "obligation" ; - lin obligatory_A2_prepA2 = prepA2 "obligatory" "for" ; + lin obligatory_A_longA = longA "obligatory" ; +lin obligatory_A2_prepA2for_long = prepA2 "obligatory" "for_long" ; lin oblige_V_regV = regV "oblige" ; lin oblique_A_longA = longA "oblique" ; lin obscure_A_longA = longA "obscure" ; @@ -3548,10 +3712,11 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin odd_A_regA = regA "odd" ; lin odds_N_regN = regN "odds" ; lin of_Prep_mkPrep = mkPrep "of" ; + lin off_Adv_mkAdv = mkAdv "off" ; lin off_Prep_mkPrep = mkPrep "off" ; - lin offence_N2_prepN2 = prepN2 "offence" "against" ; +lin offence_N2_prepN2against = prepN2 "offence" "against" ; lin offend_V2_regV2 = regV2 "offend" ; - lin offense_N2_prepN2 = prepN2 "offense" "against" ; +lin offense_N2_prepN2against = prepN2 "offense" "against" ; lin offensive_A_longA = longA "offensive" ; lin offer_V_regV = regV "offer" ; lin offer_N_regN = regN "offer" ; @@ -3567,6 +3732,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin omission_N_regN = regN "omission" ; lin omit_V2_regV2 = regV2 "omit" ; lin omniscient_A_longA = longA "omniscient" ; + lin on_Adv_mkAdv = mkAdv "on" ; lin on_Prep_mkPrep = mkPrep "on" ; lin once_Adv_mkAdv = mkAdv "once" ; lin onerous_A_longA = longA "onerous" ; @@ -3582,7 +3748,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin opening_N_regN = regN "opening" ; lin operand_N_regN = regN "operand" ; lin operate_V2_regV2 = regV2 "operate" ; - lin operation_N2_prepN2 = prepN2 "operation" "on" ; +lin operation_N2_prepN2on = prepN2 "operation" "on" ; lin operator_N_regN = regN "operator" ; lin opinion_N_regN = regN "opinion" ; lin opponent_N_regN = regN "opponent" ; @@ -3592,7 +3758,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin oppose_V2_regV2 = regV2 "oppose" ; lin opposite_A_longA = longA "opposite" ; lin opposite_Adv_mkAdv = mkAdv "opposite" ; - lin opposition_N2_prepN2 = prepN2 "opposition" "to" ; +lin opposition_N2_prepN2to = prepN2 "opposition" "to" ; lin optimal_A_longA = longA "optimal" ; lin optimism_N_regN = regN "optimism" ; lin optimist_N_regN = regN "optimist" ; @@ -3629,6 +3795,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin other_N_regN = regN "other" ; lin otherwise_Adv_mkAdv = mkAdv "otherwise" ; lin ought_V_regV = regV "ought" ; + lin out_Adv_mkAdv = mkAdv "out" ; lin outdated_A_longA = longA "outdated" ; lin outdoor_A_longA = longA "outdoor" ; lin outdoors_N_regN = regN "outdoors" ; @@ -3652,7 +3819,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin overt_A_longA = longA "overt" ; lin overture_N_regN = regN "overture" ; lin overwhelm_V2_regV2 = regV2 "overwhelm" ; - lin owe_V_regV = regV "owe" ; + lin owe_V3_regV3 = regV3 "owe" ; lin own_A_longA = longA "own" ; lin own_V2_regV2 = regV2 "own" ; lin ox_N_regN = regN "ox" ; @@ -3670,7 +3837,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin paint_N_regN = regN "paint" ; lin paint_V2_regV2 = regV2 "paint" ; lin pair_N_regN = regN "pair" ; - lin pair_V_regV = regV "pair" ; +lin pair_V3_mkV3_with = dirV3 pair_V ; lin palace_N_regN = regN "palace" ; lin pale_A_regA = regA "pale" ; lin pamper_V2_regV2 = regV2 "pamper" ; @@ -3690,7 +3857,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin paragraph_N_regN = regN "paragraph" ; lin parallel_N_regN = regN "parallel" ; lin parallel_V2_regV2 = regV2 "parallel" ; - lin parallel_A2_prepA2 = prepA2 "parallel" "to" ; + lin parallel_A_longA = longA "parallel" ; +lin parallel_A2_prepA2to_long = prepA2 "parallel" "to_long" ; lin parameter_N_regN = regN "parameter" ; lin paraphrase_N_regN = regN "paraphrase" ; lin paraphrase_V2_regV2 = regV2 "paraphrase" ; @@ -3698,7 +3866,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin parasitic_A_longA = longA "parasitic" ; lin parasol_N_regN = regN "parasol" ; lin parcel_N_regN = regN "parcel" ; - lin parent_N2_prepN2 = prepN2 "parent" "of" ; +lin parent_N2_prepN2of = prepN2 "parent" "of" ; lin parentheses_N_regN = regN "parentheses" ; lin parenthesis_N_regN = regN "parenthesis" ; lin parenthesize_V2_regV2 = regV2 "parenthesize" ; @@ -3720,7 +3888,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin partly_Adv_mkAdv = mkAdv "partly" ; lin partner_N_regN = regN "partner" ; lin party_N_regN = regN "party" ; - lin pass_V_regV = regV "pass" ; +lin pass_V3_mkV3_to = dirV3 pass_V ; lin passage_N_regN = regN "passage" ; lin passenger_N_regN = regN "passenger" ; lin passion_N_regN = regN "passion" ; @@ -3729,7 +3897,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin past_A_longA = longA "past" ; lin past_N_regN = regN "past" ; lin paste_N_regN = regN "paste" ; - lin paste_V_regV = regV "paste" ; +lin paste_V3_mkV3_to = dirV3 paste_V ; lin pastry_N_regN = regN "pastry" ; lin pasty_N_regN = regN "pasty" ; lin pat_V2_regV2 = regV2 "pat" ; @@ -3737,18 +3905,20 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin pathology_N_regN = regN "pathology" ; lin patience_N_regN = regN "patience" ; lin patient_N_regN = regN "patient" ; - lin patient_A2_prepA2 = prepA2 "patient" "with" ; + lin patient_A_longA = longA "patient" ; +lin patient_A2_prepA2with_long = prepA2 "patient" "with_long" ; lin pattern_N_regN = regN "pattern" ; - lin paucity_N2_prepN2 = prepN2 "paucity" "of" ; +lin paucity_N2_prepN2of = prepN2 "paucity" "of" ; lin pause_V_regV = regV "pause" ; lin pause_N_regN = regN "pause" ; lin pay_N_regN = regN "pay" ; - lin pay_V2_mkV2 = mkV2 pay_V (mkPrep "for") ; +lin pay_V2_mkV2_for = mkV2 pay_V "for" ; lin pea_N_regN = regN "pea" ; lin peace_N_regN = regN "peace" ; lin peak_N_regN = regN "peak" ; lin pear_N_regN = regN "pear" ; - lin peculiar_A2_prepA2 = prepA2 "peculiar" "to" ; + lin peculiar_A_longA = longA "peculiar" ; +lin peculiar_A2_prepA2to_long = prepA2 "peculiar" "to_long" ; lin pedagogical_A_longA = longA "pedagogical" ; lin pedant_N_regN = regN "pedant" ; lin pedantic_A_longA = longA "pedantic" ; @@ -3800,7 +3970,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin personal_A_longA = longA "personal" ; lin perspective_N_regN = regN "perspective" ; lin perspicuous_A_longA = longA "perspicuous" ; - lin persuade_V_regV = regV "persuade" ; + lin persuade_V2_regV2 = regV2 "persuade" ; lin persuade_V_regV = regV "persuade" ; lin persuasion_N_regN = regN "persuasion" ; lin persuasive_A_longA = longA "persuasive" ; @@ -3835,7 +4005,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin piano_N_regN = regN "piano" ; lin pick_N_regN = regN "pick" ; lin pick_V2_regV2 = regV2 "pick" ; - lin pick_V_regV = regV "pick" ; +---- lin pick_V3_mkV3 = dirV3 pick_V lin picnic_N_regN = regN "picnic" ; lin picnic_V_regV = regV "picnic" ; lin picture_N_regN = regN "picture" ; @@ -3853,7 +4023,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin pilot_N_regN = regN "pilot" ; lin pilot_V2_regV2 = regV2 "pilot" ; lin pin_N_regN = regN "pin" ; - lin pin_V_regV = regV "pin" ; +lin pin_V3_mkV3_to = dirV3 pin_V ; lin pink_A_regA = regA "pink" ; lin pipe_N_regN = regN "pipe" ; lin pistol_N_regN = regN "pistol" ; @@ -3866,7 +4036,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin pity_N_regN = regN "pity" ; lin place_N_regN = regN "place" ; lin place_V2_regV2 = regV2 "place" ; - lin place_V_regV = regV "place" ; +lin place_V3_mkV3_in = dirV3 place_V ; lin plague_N_regN = regN "plague" ; lin plague_V2_regV2 = regV2 "plague" ; lin plain_A_regA = regA "plain" ; @@ -3886,12 +4056,12 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin play_N_regN = regN "play" ; lin play_V2_regV2 = regV2 "play" ; lin play_V_regV = regV "play" ; - lin play_V2_prepV2 = prepV2 "play" "with" ; +lin play_V2_prepV2with = prepV2 "play" "with" ; lin pleasant_A_longA = longA "pleasant" ; lin please_V2_regV2 = regV2 "please" ; lin pleasure_N_regN = regN "pleasure" ; lin pledge_N_regN = regN "pledge" ; - lin pledge_VS_mkVS = regVS "pledge" ; + lin pledge_VS_mkVS = mkVS "pledge" ; lin plenty_N_regN = regN "plenty" ; lin plot_N_regN = regN "plot" ; lin plot_V_regV = regV "plot" ; @@ -3910,7 +4080,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin poet_N_regN = regN "poet" ; lin poetry_N_regN = regN "poetry" ; lin point_N_regN = regN "point" ; - lin point_V2_prepV2 = prepV2 "point" "to" ; +lin point_V2_prepV2to = prepV2 "point" "to" ; lin poison_N_regN = regN "poison" ; lin poison_V2_regV2 = regV2 "poison" ; lin Poland_PN_regPN = regPN "Poland" ; @@ -3923,7 +4093,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin polish_A_longA = longA "polish" ; lin polish_N_regN = regN "polish" ; lin polish_V2_regV2 = regV2 "polish" ; - lin polite_A2_prepA2 = prepA2 "polite" "to" ; + lin polite_A_longA = longA "polite" ; +lin polite_A2_prepA2to_long = prepA2 "polite" "to_long" ; lin political_A_longA = longA "political" ; lin politician_N_regN = regN "politician" ; lin politics_N_regN = regN "politics" ; @@ -3933,12 +4104,14 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin poor_N_regN = regN "poor" ; lin poor_A_regA = regA "poor" ; lin pop_N_regN = regN "pop" ; - lin popular_A2_prepA2 = prepA2 "popular" "with" ; - lin populated_A2_prepA2 = prepA2 "populated" "by" ; + lin popular_A_longA = longA "popular" ; +lin popular_A2_prepA2with_long = prepA2 "popular" "with_long" ; + lin populated_A_longA = longA "populated" ; +lin populated_A2_prepA2by_long = prepA2 "populated" "by_long" ; lin population_N_regN = regN "population" ; lin porcupine_N_regN = regN "porcupine" ; lin pore_N_regN = regN "pore" ; - lin pore_V2_prepV2 = prepV2 "pore" "over" ; +lin pore_V2_prepV2over = prepV2 "pore" "over" ; lin pork_N_regN = regN "pork" ; lin porosity_N_regN = regN "porosity" ; lin porous_A_longA = longA "porous" ; @@ -3949,11 +4122,16 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin pose_N_regN = regN "pose" ; lin pose_V2_regV2 = regV2 "pose" ; lin position_N_regN = regN "position" ; + lin positive_A_longA = longA "positive" ; + lin positive_A_longA = longA "positive" ; lin positively_Adv_mkAdv = mkAdv "positively" ; lin possess_V2_regV2 = regV2 "possess" ; lin possession_N_regN = regN "possession" ; + lin possible_A_longA = longA "possible" ; + lin possible_A_longA = longA "possible" ; + lin possible_A_regA = regA "possible" ; lin post_N_regN = regN "post" ; - lin post_V_regV = regV "post" ; +lin post_V3_mkV3_to = dirV3 post_V ; lin posterior_A_longA = longA "posterior" ; lin postman_N_regN = regN "postman" ; lin postmen_N_regN = regN "postmen" ; @@ -3966,7 +4144,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin potential_A_longA = longA "potential" ; lin pound_N_regN = regN "pound" ; lin pound_V2_regV2 = regV2 "pound" ; - lin pour_V_regV = regV "pour" ; +lin pour_V3_mkV3_loc = dirV3 pour_V ; lin powder_N_regN = regN "powder" ; lin power_N_regN = regN "power" ; lin power_V2_regV2 = regV2 "power" ; @@ -3979,7 +4157,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin pragmatics_N_regN = regN "pragmatics" ; lin praise_N_regN = regN "praise" ; lin praise_V2_regV2 = regV2 "praise" ; - lin pray_V2_prepV2 = prepV2 "pray" "to" ; +lin pray_V2_prepV2to = prepV2 "pray" "to" ; lin prayer_N_regN = regN "prayer" ; lin precarious_A_longA = longA "precarious" ; lin precede_V2_regV2 = regV2 "precede" ; @@ -3994,9 +4172,9 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin predicate_N_regN = regN "predicate" ; lin predicate_V2_regV2 = regV2 "predicate" ; lin predict_V2_regV2 = regV2 "predict" ; - lin predilection_N2_prepN2 = prepN2 "predilection" "for" ; +lin predilection_N2_prepN2for = prepN2 "predilection" "for" ; lin preface_N_regN = regN "preface" ; - lin prefer_V_regV = regV "prefer" ; +lin prefer_V3_mkV3_to = dirV3 prefer_V ; lin prefer_V_regV = regV "prefer" ; lin prefer_V_regV = regV "prefer" ; lin prefer_V_regV = regV "prefer" ; @@ -4007,10 +4185,10 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin prejudiced_A_longA = longA "prejudiced" ; lin preliminary_A_longA = longA "preliminary" ; lin premise_N_regN = regN "premise" ; - lin preoccupation_N2_prepN2 = prepN2 "preoccupation" "with" ; - lin preoccupied_A2_prepA2 = prepA2 "preoccupied" "with" ; +lin preoccupation_N2_prepN2with = prepN2 "preoccupation" "with" ; +lin preoccupied_A2_prepA2with_long = prepA2 "preoccupied" "with_long" ; lin preoccupy_V2_regV2 = regV2 "preoccupy" ; - lin prepare_V_regV = regV "prepare" ; +lin prepare_V3_mkV3_for = dirV3 prepare_V ; lin preposition_N_regN = regN "preposition" ; lin prerequisite_N_regN = regN "prerequisite" ; lin prescribe_V2_regV2 = regV2 "prescribe" ; @@ -4019,21 +4197,21 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin presence_N_regN = regN "presence" ; lin present_A_longA = longA "present" ; lin present_N_regN = regN "present" ; - lin present_V_regV = regV "present" ; - lin preserve_V_regV = regV "preserve" ; +lin present_V3_mkV3_with = dirV3 present_V ; +lin preserve_V3_mkV3_from = dirV3 preserve_V ; lin preside_V_regV = regV "preside" ; lin presidency_N_regN = regN "presidency" ; lin president_N_regN = regN "president" ; lin press_V2_regV2 = regV2 "press" ; lin pressure_N_regN = regN "pressure" ; lin prestige_N_regN = regN "prestige" ; - lin presume_VS_mkVS = regVS "presume" ; + lin presume_VS_mkVS = mkVS "presume" ; lin presumption_N_regN = regN "presumption" ; lin presumptuous_A_longA = longA "presumptuous" ; - lin presuppose_VS_mkVS = regVS "presuppose" ; + lin presuppose_VS_mkVS = mkVS "presuppose" ; lin presupposition_N_regN = regN "presupposition" ; lin pretence_N_regN = regN "pretence" ; - lin pretend_VS_mkVS = regVS "pretend" ; + lin pretend_VS_mkVS = mkVS "pretend" ; lin pretty_A_regA = regA "pretty" ; lin prevent_V_regV = regV "prevent" ; lin previous_A_longA = longA "previous" ; @@ -4044,6 +4222,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin priest_N_regN = regN "priest" ; lin prim_A_regA = regA "prim" ; lin primary_A_longA = longA "primary" ; + lin prime_N_mkN = mkN "prime" ; + lin prime_N_mkN = mkN "prime" ; lin primitive_A_longA = longA "primitive" ; lin prince_N_regN = regN "prince" ; lin principal_A_longA = longA "principal" ; @@ -4051,7 +4231,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin principled_A_longA = longA "principled" ; lin print_V2_regV2 = regV2 "print" ; lin prior_N_regN = regN "prior" ; - lin prior_A2_prepA2 = prepA2 "prior" "to" ; + lin prior_A_longA = longA "prior" ; +lin prior_A2_prepA2to_long = prepA2 "prior" "to_long" ; lin priority_N_regN = regN "priority" ; lin prison_N_regN = regN "prison" ; lin privacy_N_regN = regN "privacy" ; @@ -4059,6 +4240,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin privilege_N_regN = regN "privilege" ; lin prize_N_regN = regN "prize" ; lin probability_N_regN = regN "probability" ; + lin probable_A_longA = longA "probable" ; + lin probable_A_longA = longA "probable" ; lin probe_N_regN = regN "probe" ; lin probe_V2_regV2 = regV2 "probe" ; lin problem_N_regN = regN "problem" ; @@ -4075,14 +4258,15 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin product_N_regN = regN "product" ; lin profession_N_regN = regN "profession" ; lin professor_N_regN = regN "professor" ; - lin proficiency_N2_prepN2 = prepN2 "proficiency" "in" ; + lin professor_N_regN = regN "professor" ; +lin proficiency_N2_prepN2in = prepN2 "proficiency" "in" ; lin proficient_A_longA = longA "proficient" ; lin profit_N_regN = regN "profit" ; lin profitable_A_longA = longA "profitable" ; lin profound_A_longA = longA "profound" ; lin profundity_N_regN = regN "profundity" ; lin profuse_A_longA = longA "profuse" ; - lin profusion_N2_prepN2 = prepN2 "profusion" "of" ; +lin profusion_N2_prepN2of = prepN2 "profusion" "of" ; lin prognosis_N_regN = regN "prognosis" ; lin program_N_regN = regN "program" ; lin program_V_regV = regV "program" ; @@ -4102,14 +4286,15 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin prompt_N_regN = regN "prompt" ; lin prompt_V2_regV2 = regV2 "prompt" ; lin promulgate_V2_regV2 = regV2 "promulgate" ; - lin prone_A2_prepA2 = prepA2 "prone" "to" ; + lin prone_A_longA = longA "prone" ; +lin prone_A2_prepA2to_long = prepA2 "prone" "to_long" ; lin pronominal_A_longA = longA "pronominal" ; lin pronoun_N_regN = regN "pronoun" ; lin pronounce_V2_regV2 = regV2 "pronounce" ; lin pronunciation_N_regN = regN "pronunciation" ; lin proof_N_regN = regN "proof" ; lin propagate_V_regV = regV "propagate" ; - lin propensity_N2_prepN2 = prepN2 "propensity" "for" ; +lin propensity_N2_prepN2for = prepN2 "propensity" "for" ; lin proper_A_longA = longA "proper" ; lin property_N_regN = regN "property" ; lin proponent_N_regN = regN "proponent" ; @@ -4120,19 +4305,19 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin prose_N_regN = regN "prose" ; lin prosody_N_regN = regN "prosody" ; lin prospect_N_regN = regN "prospect" ; - lin prospect_V2_prepV2 = prepV2 "prospect" "for" ; +lin prospect_V2_prepV2for = prepV2 "prospect" "for" ; lin prospective_A_longA = longA "prospective" ; lin prospector_N_regN = regN "prospector" ; - lin protect_V_regV = regV "protect" ; +lin protect_V3_mkV3_from = dirV3 protect_V ; lin protest_N_regN = regN "protest" ; - lin protest_V2_prepV2 = prepV2 "protest" "against" ; +lin protest_V2_prepV2against = prepV2 "protest" "against" ; lin protocol_N_regN = regN "protocol" ; lin prototype_N_regN = regN "prototype" ; lin proud_A_regA = regA "proud" ; - lin proud_A2_prepA2 = prepA2 "proud" "of" ; - lin prove_VS_mkVS = regVS "prove" ; +lin proud_A2_prepA2of = prepA2 "proud" "of" ; + lin prove_VS_mkVS = mkVS "prove" ; lin proven_A_longA = longA "proven" ; - lin provide_V_regV = regV "provide" ; +lin provide_V3_mkV3_for = dirV3 provide_V ; lin provision_N_regN = regN "provision" ; lin prune_N_regN = regN "prune" ; lin prune_V2_regV2 = regV2 "prune" ; @@ -4164,6 +4349,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin pursuit_N_regN = regN "pursuit" ; lin purveyor_N_regN = regN "purveyor" ; lin push_V2_regV2 = regV2 "push" ; +lin put_V3_mkV3_loc = dirV3 put_V "loc" ; lin puzzle_V_regV = regV "puzzle" ; lin puzzle_V_regV = regV "puzzle" ; lin puzzle_N_regN = regN "puzzle" ; @@ -4171,13 +4357,13 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin pyramid_N_regN = regN "pyramid" ; lin quadruple_N_regN = regN "quadruple" ; lin quail_N_regN = regN "quail" ; - lin qualify_V2_prepV2 = prepV2 "qualify" "for" ; +lin qualify_V2_prepV2for = prepV2 "qualify" "for" ; lin qualitative_A_longA = longA "qualitative" ; lin quality_N_regN = regN "quality" ; lin quantify_V2_regV2 = regV2 "quantify" ; lin quantitative_A_longA = longA "quantitative" ; lin quantity_N_regN = regN "quantity" ; - lin quarrel_N2_prepN2 = prepN2 "quarrel" "with" ; +lin quarrel_N2_prepN2with = prepN2 "quarrel" "with" ; lin quarter_N_regN = regN "quarter" ; lin quartet_N_regN = regN "quartet" ; lin queen_N_regN = regN "queen" ; @@ -4187,7 +4373,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin quest_N_regN = regN "quest" ; lin question_N_regN = regN "question" ; lin question_V2_regV2 = regV2 "question" ; - lin quibble_V2_prepV2 = prepV2 "quibble" "about" ; +lin quibble_V2_prepV2about = prepV2 "quibble" "about" ; lin quick_A_regA = regA "quick" ; lin quiet_A_regA = regA "quiet" ; lin quiet_N_regN = regN "quiet" ; @@ -4219,7 +4405,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin raisin_N_regN = regN "raisin" ; lin random_A_longA = longA "random" ; lin range_N_regN = regN "range" ; - lin range_V2_prepV2 = prepV2 "range" "over" ; +lin range_V2_prepV2over = prepV2 "range" "over" ; lin rank_N_regN = regN "rank" ; lin rank_V2_regV2 = regV2 "rank" ; lin rapid_A_longA = longA "rapid" ; @@ -4236,25 +4422,25 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin ray_N_regN = regN "ray" ; lin razor_N_regN = regN "razor" ; lin reach_V2_regV2 = regV2 "reach" ; - lin read_V2_irreg = dirV2 read_V ; +lin read_V2_irreg = dirV2 read_V ; lin ready_A_regA = regA "ready" ; - lin ready_A2_prepA2 = prepA2 "ready" "for" ; +lin ready_A2_prepA2for = prepA2 "ready" "for" ; lin real_A_longA = longA "real" ; lin realist_N_regN = regN "realist" ; lin realistic_A_longA = longA "realistic" ; lin realistically_Adv_mkAdv = mkAdv "realistically" ; - lin realize_VS_mkVS = regVS "realize" ; + lin realize_VS_mkVS = mkVS "realize" ; lin realm_N_regN = regN "realm" ; lin rear_A_longA = longA "rear" ; lin rear_N_regN = regN "rear" ; lin reason_V_regV = regV "reason" ; - lin reason_N2_prepN2 = prepN2 "reason" "for" ; +lin reason_N2_prepN2for = prepN2 "reason" "for" ; lin reasonable_A_longA = longA "reasonable" ; lin rebut_V2_regV2 = regV2 "rebut" ; lin recapitulate_V2_regV2 = regV2 "recapitulate" ; lin recede_V_regV = regV "recede" ; lin receipt_N_regN = regN "receipt" ; - lin receive_V_regV = regV "receive" ; +lin receive_V3_mkV3_from = dirV3 receive_V ; lin recency_N_regN = regN "recency" ; lin recent_A_longA = longA "recent" ; lin reception_N_regN = regN "reception" ; @@ -4271,7 +4457,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin reconcile_V2_regV2 = regV2 "reconcile" ; lin record_N_regN = regN "record" ; lin record_V2_regV2 = regV2 "record" ; - lin recourse_N2_prepN2 = prepN2 "recourse" "to" ; +lin recourse_N2_prepN2to = prepN2 "recourse" "to" ; lin recover_V_regV = regV "recover" ; lin recovery_N_regN = regN "recovery" ; lin rectify_V2_regV2 = regV2 "rectify" ; @@ -4285,8 +4471,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin redundancy_N_regN = regN "redundancy" ; lin redundant_A_longA = longA "redundant" ; lin reed_N_regN = regN "reed" ; - lin refer_V2_prepV2 = prepV2 "refer" "to" ; - lin reference_N2_prepN2 = prepN2 "reference" "to" ; +lin refer_V2_prepV2to = prepV2 "refer" "to" ; +lin reference_N2_prepN2to = prepN2 "reference" "to" ; lin referent_N_regN = regN "referent" ; lin referral_N_regN = regN "referral" ; lin refine_V2_regV2 = regV2 "refine" ; @@ -4299,7 +4485,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin refuse_V_regV = regV "refuse" ; lin refute_V2_regV2 = regV2 "refute" ; lin regard_N_regN = regN "regard" ; - lin regard_V_regV = regV "regard" ; +lin regard_V3_mkV3_as = dirV3 regard_V ; lin regime_N_regN = regN "regime" ; lin regiment_N_regN = regN "regiment" ; lin regiment_V2_regV2 = regV2 "regiment" ; @@ -4311,15 +4497,17 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin reinforce_V2_regV2 = regV2 "reinforce" ; lin reject_V2_regV2 = regV2 "reject" ; lin rejoice_V_regV = regV "rejoice" ; - lin relate_V_regV = regV "relate" ; - lin related_A2_prepA2 = prepA2 "related" "to" ; +lin relate_V3_mkV3_to = dirV3 relate_V ; + lin related_A_longA = longA "related" ; +lin related_A2_prepA2to_long = prepA2 "related" "to_long" ; lin relation_N_regN = regN "relation" ; lin relative_N_regN = regN "relative" ; lin relax_V_regV = regV "relax" ; lin release_V2_regV2 = regV2 "release" ; - lin relegate_V_regV = regV "relegate" ; - lin relevance_N2_prepN2 = prepN2 "relevance" "to" ; - lin relevant_A2_prepA2 = prepA2 "relevant" "to" ; +lin relegate_V3_mkV3_to = dirV3 relegate_V ; +lin relevance_N2_prepN2to = prepN2 "relevance" "to" ; + lin relevant_A_longA = longA "relevant" ; +lin relevant_A2_prepA2to_long = prepA2 "relevant" "to_long" ; lin reliable_A_longA = longA "reliable" ; lin relief_N_regN = regN "relief" ; lin relieve_V2_regV2 = regV2 "relieve" ; @@ -4327,7 +4515,9 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin religious_A_longA = longA "religious" ; lin relinquish_V2_regV2 = regV2 "relinquish" ; lin reluctance_N_regN = regN "reluctance" ; - lin rely_V2_prepV2 = prepV2 "rely" "on" ; + lin reluctant_A_longA = longA "reluctant" ; + lin reluctant_A_regA = regA "reluctant" ; +lin rely_V2_prepV2on = prepV2 "rely" "on" ; lin remain_V_regV = regV "remain" ; lin remainder_N_regN = regN "remainder" ; lin remains_N_regN = regN "remains" ; @@ -4335,17 +4525,17 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin remedial_A_longA = longA "remedial" ; lin remedy_N_regN = regN "remedy" ; lin remedy_V2_regV2 = regV2 "remedy" ; - lin remember_VS_mkVS = regVS "remember" ; - lin remind_V_regV = regV "remind" ; + lin remember_VS_mkVS = mkVS "remember" ; + lin remind_V2_regV2 = regV2 "remind" ; lin remind_V_regV = regV "remind" ; lin reminder_N_regN = regN "reminder" ; lin reminiscent_A_longA = longA "reminiscent" ; lin reminiscent_A_longA = longA "reminiscent" ; lin remnant_N_regN = regN "remnant" ; lin remote_A_regA = regA "remote" ; - lin remove_V_regV = regV "remove" ; +lin remove_V3_mkV3_from = dirV3 remove_V ; lin renaissance_N_regN = regN "renaissance" ; - lin render_V_regV = regV "render" ; +---- lin render_V2A_mkV2A = mkV2 render_V lin rendition_N_regN = regN "rendition" ; lin renew_V2_regV2 = regV2 "renew" ; lin renounce_V2_regV2 = regV2 "renounce" ; @@ -4363,22 +4553,22 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin replica_N_regN = regN "replica" ; lin replicate_V2_regV2 = regV2 "replicate" ; lin reply_N_regN = regN "reply" ; - lin reply_V2_prepV2 = prepV2 "reply" "to" ; +lin reply_V2_prepV2to = prepV2 "reply" "to" ; lin report_N_regN = regN "report" ; lin report_V2_regV2 = regV2 "report" ; - lin report_VS_mkVS = regVS "report" ; + lin report_VS_mkVS = mkVS "report" ; lin reprehend_V2_regV2 = regV2 "reprehend" ; lin reprehensible_A_longA = longA "reprehensible" ; - lin represent_V_regV = regV "represent" ; +lin represent_V3_mkV3_as = dirV3 represent_V ; lin representative_A_longA = longA "representative" ; lin representative_N_regN = regN "representative" ; lin reprove_V2_regV2 = regV2 "reprove" ; lin reptile_N_regN = regN "reptile" ; lin republic_N_regN = regN "republic" ; lin request_V2_regV2 = regV2 "request" ; - lin request_N2_prepN2 = prepN2 "request" "for" ; +lin request_N2_prepN2for = prepN2 "request" "for" ; lin require_V2_regV2 = regV2 "require" ; - lin require_V2_prepV2 = prepV2 "require" "_sbse" ; +lin require_V2_prepV2_sbse = prepV2 "require" "_sbse" ; lin requisite_A_longA = longA "requisite" ; lin rescue_V2_regV2 = regV2 "rescue" ; lin resemble_V2_regV2 = regV2 "resemble" ; @@ -4394,20 +4584,21 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin resolution_N_regN = regN "resolution" ; lin resolve_V2_regV2 = regV2 "resolve" ; lin resort_N_regN = regN "resort" ; - lin resort_V2_prepV2 = prepV2 "resort" "to" ; +lin resort_V2_prepV2to = prepV2 "resort" "to" ; lin resource_N_regN = regN "resource" ; lin respect_N_regN = regN "respect" ; lin respect_V2_regV2 = regV2 "respect" ; lin respective_A_longA = longA "respective" ; lin respiration_N_regN = regN "respiration" ; lin respiratory_A_longA = longA "respiratory" ; - lin respond_V2_prepV2 = prepV2 "respond" "to" ; - lin response_N2_prepN2 = prepN2 "response" "to" ; - lin responsible_A2_prepA2 = prepA2 "responsible" "for" ; +lin respond_V2_prepV2to = prepV2 "respond" "to" ; +lin response_N2_prepN2to = prepN2 "response" "to" ; + lin responsible_A_longA = longA "responsible" ; +lin responsible_A2_prepA2for_long = prepA2 "responsible" "for_long" ; lin rest_N_regN = regN "rest" ; lin rest_V_regV = regV "rest" ; lin restaurant_N_regN = regN "restaurant" ; - lin restore_V_regV = regV "restore" ; +lin restore_V3_mkV3_to = dirV3 restore_V ; lin restrain_V2_regV2 = regV2 "restrain" ; lin restraint_N_regN = regN "restraint" ; lin restrict_V_regV = regV "restrict" ; @@ -4424,15 +4615,15 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin retrieve_V2_regV2 = regV2 "retrieve" ; lin return_N_regN = regN "return" ; lin return_V2_regV2 = regV2 "return" ; - lin return_V2_prepV2 = prepV2 "return" "to" ; +lin return_V2_prepV2to = prepV2 "return" "to" ; lin revamp_V2_regV2 = regV2 "revamp" ; lin reveal_V2_regV2 = regV2 "reveal" ; - lin revel_V2_prepV2 = prepV2 "revel" "in" ; +lin revel_V2_prepV2in = prepV2 "revel" "in" ; lin revelation_N_regN = regN "revelation" ; lin revenge_N_regN = regN "revenge" ; lin revenue_N_regN = regN "revenue" ; lin reverse_V2_regV2 = regV2 "reverse" ; - lin reverse_N2_prepN2 = prepN2 "reverse" "of" ; +lin reverse_N2_prepN2of = prepN2 "reverse" "of" ; lin reversible_A_longA = longA "reversible" ; lin revise_V_regV = regV "revise" ; lin revive_V2_regV2 = regV2 "revive" ; @@ -4441,11 +4632,11 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin revolution_N_regN = regN "revolution" ; lin revolve_V_regV = regV "revolve" ; lin reward_V2_regV2 = regV2 "reward" ; - lin reward_N2_prepN2 = prepN2 "reward" "for" ; +lin reward_N2_prepN2for = prepN2 "reward" "for" ; lin rhetoric_N_regN = regN "rhetoric" ; lin rice_N_regN = regN "rice" ; lin rich_A_regA = regA "rich" ; - lin rid_V_regV = regV "rid" ; +lin rid_V3_mkV3_of = dirV3 rid_V ; lin ride_N_regN = regN "ride" ; lin ride_V2_regV2 = regV2 "ride" ; lin ridiculous_A_longA = longA "ridiculous" ; @@ -4455,7 +4646,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin rigorous_A_longA = longA "rigorous" ; lin rigour_N_regN = regN "rigour" ; lin ring_N_regN = regN "ring" ; - lin ring_V2_irreg = dirV2 ring_V ; +lin ring_V2_irreg = dirV2 ring_V ; lin ripe_A_regA = regA "ripe" ; lin rise_N_regN = regN "rise" ; lin risk_N_regN = regN "risk" ; @@ -4501,7 +4692,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin rubber_N_regN = regN "rubber" ; lin rubbish_N_regN = regN "rubbish" ; lin rude_A_regA = regA "rude" ; - lin rude_A2_prepA2 = prepA2 "rude" "to" ; +lin rude_A2_prepA2to = prepA2 "rude" "to" ; lin rudimentary_A_longA = longA "rudimentary" ; lin ruin_N_regN = regN "ruin" ; lin ruin_V2_regV2 = regV2 "ruin" ; @@ -4517,7 +4708,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin sad_A_regA = regA "sad" ; lin safe_N_regN = regN "safe" ; lin safe_A_regA = regA "safe" ; - lin safe_A2_prepA2 = prepA2 "safe" "from" ; +lin safe_A2_prepA2from = prepA2 "safe" "from" ; lin safety_N_regN = regN "safety" ; lin sail_N_regN = regN "sail" ; lin saint_N_regN = regN "saint" ; @@ -4550,7 +4741,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin savings_N_regN = regN "savings" ; lin saw_N_regN = regN "saw" ; lin saw_V2_regV2 = regV2 "saw" ; - lin say_VS_mkVS = regVS "say" ; + lin say_VS_mkVS = mkVS "say" ; lin scale_N_regN = regN "scale" ; lin scan_V2_regV2 = regV2 "scan" ; lin scarce_A_regA = regA "scarce" ; @@ -4575,13 +4766,13 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin scope_N_regN = regN "scope" ; lin score_N_regN = regN "score" ; lin score_V_regV = regV "score" ; - lin score_N2_prepN2 = prepN2 "score" "of" ; +lin score_N2_prepN2of = prepN2 "score" "of" ; lin scramble_V2_regV2 = regV2 "scramble" ; lin scratch_N_regN = regN "scratch" ; lin scratch_V2_regV2 = regV2 "scratch" ; lin screen_N_regN = regN "screen" ; lin screw_N_regN = regN "screw" ; - lin screw_V_regV = regV "screw" ; +lin screw_V3_mkV3_to = dirV3 screw_V ; lin screw_V_regV = regV "screw" ; lin script_N_regN = regN "script" ; lin scrupulous_A_longA = longA "scrupulous" ; @@ -4589,7 +4780,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin sea_N_regN = regN "sea" ; lin search_N_regN = regN "search" ; lin search_V2_regV2 = regV2 "search" ; - lin search_V2_prepV2 = prepV2 "search" "for" ; +lin search_V2_prepV2for = prepV2 "search" "for" ; lin season_N_regN = regN "season" ; lin season_V2_regV2 = regV2 "season" ; lin seat_N_regN = regN "seat" ; @@ -4601,10 +4792,10 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin section_N_regN = regN "section" ; lin secure_V2_regV2 = regV2 "secure" ; lin secure_A_regA = regA "secure" ; - lin secure_A2_prepA2 = prepA2 "secure" "from" ; - lin see_V2_irreg = dirV2 see_V ; +lin secure_A2_prepA2from = prepA2 "secure" "from" ; +lin see_V2_irreg = dirV2 see_V ; lin seed_N_regN = regN "seed" ; - lin seek_V2_irreg = dirV2 seek_V ; +lin seek_V2_irreg = dirV2 seek_V ; lin seem_V_regV = regV "seem" ; lin seem_V_regV = regV "seem" ; lin seem_V_regV = regV "seem" ; @@ -4614,23 +4805,27 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin seldom_Adv_mkAdv = mkAdv "seldom" ; lin select_V_regV = regV "select" ; lin self_N_regN = regN "self" ; - lin sell_V2_irreg = dirV2 sell_V ; +lin sell_V2_irreg = dirV2 sell_V ; lin selves_N_regN = regN "selves" ; lin semantic_A_longA = longA "semantic" ; lin semantics_N_regN = regN "semantics" ; +lin send_V3_irreg = dirV2 send_V ; +lin send_V3_mkV3_to = dirV3 send_V "to" ; lin sensation_N_regN = regN "sensation" ; lin sense_N_regN = regN "sense" ; lin sense_V2_regV2 = regV2 "sense" ; - lin sense_VS_mkVS = regVS "sense" ; + lin sense_VS_mkVS = mkVS "sense" ; lin sensible_A_longA = longA "sensible" ; - lin sensitive_A2_prepA2 = prepA2 "sensitive" "to" ; + lin sensitive_A_longA = longA "sensitive" ; +lin sensitive_A2_prepA2to_long = prepA2 "sensitive" "to_long" ; lin sensory_A_longA = longA "sensory" ; lin sentence_N_regN = regN "sentence" ; lin separate_V2_regV2 = regV2 "separate" ; - lin separate_V_regV = regV "separate" ; - lin separate_A2_prepA2 = prepA2 "separate" "from" ; +lin separate_V3_mkV3_from = dirV3 separate_V ; + lin separate_A_longA = longA "separate" ; +lin separate_A2_prepA2from_long = prepA2 "separate" "from_long" ; lin September_PN_regPN = regPN "September" ; - lin sequel_N2_prepN2 = prepN2 "sequel" "to" ; +lin sequel_N2_prepN2to = prepN2 "sequel" "to" ; lin sequence_N_regN = regN "sequence" ; lin serial_A_longA = longA "serial" ; lin series_N_regN = regN "series" ; @@ -4640,23 +4835,23 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin service_N_regN = regN "service" ; lin session_N_regN = regN "session" ; lin set_N_regN = regN "set" ; - lin setting_N2_prepN2 = prepN2 "setting" "for" ; +lin setting_N2_prepN2for = prepN2 "setting" "for" ; lin settle_V_regV = regV "settle" ; lin severe_A_longA = longA "severe" ; - lin sew_V2_irreg = dirV2 sew_V ; +lin sew_V2_irreg = dirV2 sew_V ; lin sex_N_regN = regN "sex" ; lin sexual_A_longA = longA "sexual" ; lin shade_N_regN = regN "shade" ; lin shade_V2_regV2 = regV2 "shade" ; lin shadow_N_regN = regN "shadow" ; lin shake_N_regN = regN "shake" ; - lin shake_V2_irreg = dirV2 shake_V ; +lin shake_V2_irreg = dirV2 shake_V ; lin shall_V_regV = regV "shall" ; lin shallow_A_regA = regA "shallow" ; lin shame_N_regN = regN "shame" ; lin shape_V2_regV2 = regV2 "shape" ; lin share_N_regN = regN "share" ; - lin share_V_regV = regV "share" ; +lin share_V3_mkV3_with = dirV3 share_V ; lin sharp_A_regA = regA "sharp" ; lin shatter_V2_regV2 = regV2 "shatter" ; lin shave_N_regN = regN "shave" ; @@ -4666,8 +4861,9 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin shear_V_regV = regV "shear" ; lin shears_N_regN = regN "shears" ; lin shed_N_regN = regN "shed" ; - lin shed_V2_irreg = dirV2 shed_V ; +lin shed_V2_irreg = dirV2 shed_V ; lin sheep_N_regN = regN "sheep" ; + lin sheer_A_regA = regA "sheer" ; lin sheet_N_regN = regN "sheet" ; lin shelf_N_regN = regN "shelf" ; lin shell_N_regN = regN "shell" ; @@ -4680,7 +4876,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin shock_N_regN = regN "shock" ; lin shock_V2_regV2 = regV2 "shock" ; lin shoe_N_regN = regN "shoe" ; - lin shoot_V2_irreg = dirV2 shoot_V ; +lin shoot_V2_irreg = dirV2 shoot_V ; lin shop_N_regN = regN "shop" ; lin shore_N_regN = regN "shore" ; lin short_A_regA = regA "short" ; @@ -4692,12 +4888,13 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin shout_N_regN = regN "shout" ; lin shout_V_regV = regV "shout" ; lin show_N_regN = regN "show" ; +lin show_V2_irreg = dirV2 show_V ; lin shrug_V_regV = regV "shrug" ; lin shrug_V2_regV2 = regV2 "shrug" ; lin shrug_N_regN = regN "shrug" ; - lin shut_V2_irreg = dirV2 shut_V ; +lin shut_V2_irreg = dirV2 shut_V ; lin sibling_N_regN = regN "sibling" ; - lin sick_A2_prepA2 = prepA2 "sick" "of" ; +lin sick_A2_prepA2of = prepA2 "sick" "of" ; lin side_N_regN = regN "side" ; lin sidestep_V2_regV2 = regV2 "sidestep" ; lin sideways_Adv_mkAdv = mkAdv "sideways" ; @@ -4706,7 +4903,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin sign_N_regN = regN "sign" ; lin sign_V2_regV2 = regV2 "sign" ; lin signal_N_regN = regN "signal" ; - lin signal_V2_prepV2 = prepV2 "signal" "to_that_s" ; +lin signal_V2_prepV2to_that_s = prepV2 "signal" "to_that_s" ; lin signature_N_regN = regN "signature" ; lin significance_N_regN = regN "significance" ; lin significant_A_longA = longA "significant" ; @@ -4717,19 +4914,22 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin silk_N_regN = regN "silk" ; lin silly_A_regA = regA "silly" ; lin silver_N_regN = regN "silver" ; - lin similar_A2_prepA2 = prepA2 "similar" "to" ; + lin similar_A_longA = longA "similar" ; +lin similar_A2_prepA2to_long = prepA2 "similar" "to_long" ; lin simple_A_regA = regA "simple" ; lin simplicity_N_regN = regN "simplicity" ; lin simulate_V2_regV2 = regV2 "simulate" ; lin simultaneous_A_longA = longA "simultaneous" ; lin since_Subj_mkSubj = mkSubj "since" ; + lin since_Adv_mkAdv = mkAdv "since" ; lin since_Prep_mkPrep = mkPrep "since" ; lin sincere_A_longA = longA "sincere" ; - lin sing_V2_irreg = dirV2 sing_V ; +lin sing_V2_irreg = dirV2 sing_V ; lin single_A_longA = longA "single" ; lin singular_A_longA = longA "singular" ; - lin sink_V2_irreg = dirV2 sink_V ; - lin sister_N2_prepN2 = prepN2 "sister" "of" ; +lin sink_V2_irreg = dirV2 sink_V ; + lin sir_N_regN = regN "sir" ; +lin sister_N2_prepN2of = prepN2 "sister" "of" ; lin sit_V_regV = regV "sit" ; lin sit_V2_regV2 = regV2 "sit" ; lin site_N_regN = regN "site" ; @@ -4784,6 +4984,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin snapshot_N_regN = regN "snapshot" ; lin snow_V_regV = regV "snow" ; lin snow_N_regN = regN "snow" ; + lin so_PConj_mkPConj = mkPConj "so" ; lin soap_N_regN = regN "soap" ; lin social_A_longA = longA "social" ; lin society_N_regN = regN "society" ; @@ -4808,7 +5009,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin sometimes_Adv_mkAdv = mkAdv "sometimes" ; lin somewhat_Adv_mkAdv = mkAdv "somewhat" ; lin somewhere_Adv_mkAdv = mkAdv "somewhere" ; - lin son_N2_prepN2 = prepN2 "son" "of" ; +lin son_N2_prepN2of = prepN2 "son" "of" ; lin song_N_regN = regN "song" ; lin soon_Adv_mkAdv = mkAdv "soon" ; lin soon_Adv_mkAdv = mkAdv "soon" ; @@ -4818,7 +5019,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin sore_N_regN = regN "sore" ; lin sorrow_N_regN = regN "sorrow" ; lin sorry_A_regA = regA "sorry" ; - lin sorry_A2_prepA2 = prepA2 "sorry" "for" ; +lin sorry_A2_prepA2for = prepA2 "sorry" "for" ; + lin sorry_A_regA = regA "sorry" ; lin sort_N_regN = regN "sort" ; lin sort_V2_regV2 = regV2 "sort" ; lin soul_N_regN = regN "soul" ; @@ -4829,7 +5031,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin sour_A_regA = regA "sour" ; lin source_N_regN = regN "source" ; lin south_N_regN = regN "south" ; - lin south_A2_prepA2 = prepA2 "south" "of" ; + lin south_A_longA = longA "south" ; +lin south_A2_prepA2of_long = prepA2 "south" "of_long" ; lin southern_A_longA = longA "southern" ; lin space_N_regN = regN "space" ; lin spade_N_regN = regN "spade" ; @@ -4837,7 +5040,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin span_V2_regV2 = regV2 "span" ; lin spanish_A_regA = regA "spanish" ; lin spare_A_longA = longA "spare" ; - lin spare_V_regV = regV "spare" ; + lin spare_V3_regV3 = regV3 "spare" ; lin sparrow_N_regN = regN "sparrow" ; lin spate_N_regN = regN "spate" ; lin spatial_A_longA = longA "spatial" ; @@ -4845,7 +5048,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin spear_V2_regV2 = regV2 "spear" ; lin special_A_longA = longA "special" ; lin specialist_N_regN = regN "specialist" ; - lin specific_A2_prepA2 = prepA2 "specific" "to" ; + lin specific_A_longA = longA "specific" ; +lin specific_A2_prepA2to_long = prepA2 "specific" "to_long" ; lin specifically_Adv_mkAdv = mkAdv "specifically" ; lin specify_V2_regV2 = regV2 "specify" ; lin spectacle_N_regN = regN "spectacle" ; @@ -4858,9 +5062,9 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin speech_N_regN = regN "speech" ; lin speed_N_regN = regN "speed" ; lin spell_N_regN = regN "spell" ; ---- lin spell_V2_irreg = dirV2 spell_V ; - lin spend_V2_irreg = dirV2 spend_V ; - lin spin_V2_irreg = dirV2 spin_V ; +lin spell_V2_irreg = dirV2 spell_V ; +lin spend_V2_irreg = dirV2 spend_V ; +lin spin_V2_irreg = dirV2 spin_V ; lin spinster_N_regN = regN "spinster" ; lin spirit_N_regN = regN "spirit" ; lin spite_N_regN = regN "spite" ; @@ -4875,7 +5079,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin spot_N_regN = regN "spot" ; lin spot_V2_regV2 = regV2 "spot" ; lin spring_N_regN = regN "spring" ; - lin spring_V2_irreg = dirV2 spring_V ; +lin spring_V2_irreg = dirV2 spring_V ; lin spur_N_regN = regN "spur" ; lin spurious_A_longA = longA "spurious" ; lin square_A_regA = regA "square" ; @@ -4900,7 +5104,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin standard_N_regN = regN "standard" ; lin star_N_regN = regN "star" ; lin stare_N_regN = regN "stare" ; - lin stare_V2_prepV2 = prepV2 "stare" "at" ; +lin stare_V2_prepV2at = prepV2 "stare" "at" ; lin start_N_regN = regN "start" ; lin start_V2_regV2 = regV2 "start" ; lin start_V_regV = regV "start" ; @@ -4923,6 +5127,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin stay_N_regN = regN "stay" ; lin stay_V_regV = regV "stay" ; lin steady_A_regA = regA "steady" ; +lin steal_V3_mkV3_from = dirV3 steal_V "from" ; lin steam_N_regN = regN "steam" ; lin steam_V_regV = regV "steam" ; lin steel_N_regN = regN "steel" ; @@ -4937,14 +5142,14 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin step_V2_regV2 = regV2 "step" ; lin sterile_A_longA = longA "sterile" ; lin stick_N_regN = regN "stick" ; - lin stick_V2_mkV2 = mkV2 stick_V (mkPrep "to") ; +lin stick_V2_mkV2_to = mkV2 stick_V "to" ; lin sticky_A_regA = regA "sticky" ; lin stiff_A_regA = regA "stiff" ; lin still_Adv_mkAdv = mkAdv "still" ; lin still_A_regA = regA "still" ; lin sting_N_regN = regN "sting" ; - lin sting_V2_irreg = dirV2 sting_V ; - lin stipulate_VS_mkVS = regVS "stipulate" ; +lin sting_V2_irreg = dirV2 sting_V ; + lin stipulate_VS_mkVS = mkVS "stipulate" ; lin stitch_N_regN = regN "stitch" ; lin stitch_V2_regV2 = regV2 "stitch" ; lin stock_N_regN = regN "stock" ; @@ -4984,14 +5189,14 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin stress_N_regN = regN "stress" ; lin stress_V2_regV2 = regV2 "stress" ; lin stretch_V_regV = regV "stretch" ; ---- lin strew_V2_irreg = dirV2 strew_V ; +lin strew_V2_irreg = dirV2 strew_V ; lin strict_A_regA = regA "strict" ; lin strident_A_longA = longA "strident" ; lin strike_V2_regV2 = regV2 "strike" ; lin string_N_regN = regN "string" ; lin strip_N_regN = regN "strip" ; lin strip_V2_regV2 = regV2 "strip" ; - lin strive_V2_mkV2 = mkV2 strive_V (mkPrep "for") ; +lin strive_V2_mkV2_for = mkV2 strive_V "for" ; lin stroke_N_regN = regN "stroke" ; lin stroke_V2_regV2 = regV2 "stroke" ; lin strong_A_regA = regA "strong" ; @@ -4999,7 +5204,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin structuralist_N_regN = regN "structuralist" ; lin structure_N_regN = regN "structure" ; lin struggle_N_regN = regN "struggle" ; - lin struggle_V2_prepV2 = prepV2 "struggle" "with" ; +lin struggle_V2_prepV2with = prepV2 "struggle" "with" ; lin student_N_regN = regN "student" ; lin study_V_regV = regV "study" ; lin study_N_regN = regN "study" ; @@ -5015,13 +5220,13 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin subjacency_N_regN = regN "subjacency" ; lin subjacent_A_longA = longA "subjacent" ; lin subjacent_A_longA = longA "subjacent" ; - lin subject_V_regV = regV "subject" ; +lin subject_V3_mkV3_to = dirV3 subject_V ; lin subject_N_regN = regN "subject" ; lin subjective_A_longA = longA "subjective" ; lin submarine_A_longA = longA "submarine" ; lin submarine_N_regN = regN "submarine" ; lin submission_N_regN = regN "submission" ; - lin submit_V2_prepV2 = prepV2 "submit" "to" ; +lin submit_V2_prepV2to = prepV2 "submit" "to" ; lin subordinate_A_longA = longA "subordinate" ; lin subordinate_V2_regV2 = regV2 "subordinate" ; lin subsequent_A_longA = longA "subsequent" ; @@ -5029,28 +5234,28 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin substance_N_regN = regN "substance" ; lin substantial_A_longA = longA "substantial" ; lin substantive_A_longA = longA "substantive" ; - lin substitute_V_regV = regV "substitute" ; +lin substitute_V3_mkV3_for = dirV3 substitute_V ; lin substitute_N_regN = regN "substitute" ; lin subsume_V2_regV2 = regV2 "subsume" ; lin subsumption_N_regN = regN "subsumption" ; lin subtle_A_regA = regA "subtle" ; lin subtlety_N_regN = regN "subtlety" ; - lin subtract_V_regV = regV "subtract" ; - lin succeed_V2_prepV2 = prepV2 "succeed" "in" ; +lin subtract_V3_mkV3_from = dirV3 subtract_V ; +lin succeed_V2_prepV2in = prepV2 "succeed" "in" ; lin success_N_regN = regN "success" ; lin succession_N_regN = regN "succession" ; lin successive_A_longA = longA "successive" ; lin successor_N_regN = regN "successor" ; lin succinct_A_longA = longA "succinct" ; - lin succumb_V2_prepV2 = prepV2 "succumb" "to" ; +lin succumb_V2_prepV2to = prepV2 "succumb" "to" ; lin suck_V2_regV2 = regV2 "suck" ; lin sudden_A_longA = longA "sudden" ; lin Sue_PN_regPN = regPN "Sue" ; - lin suffer_V2_prepV2 = prepV2 "suffer" "from" ; +lin suffer_V2_prepV2from = prepV2 "suffer" "from" ; lin suffice_V_regV = regV "suffice" ; lin sufficient_A_longA = longA "sufficient" ; lin sugar_N_regN = regN "sugar" ; - lin suggest_V2_prepV2 = prepV2 "suggest" "to_that_s" ; +lin suggest_V2_prepV2to_that_s = prepV2 "suggest" "to_that_s" ; lin suit_V2_regV2 = regV2 "suit" ; lin suit_N_regN = regN "suit" ; lin suitable_A_longA = longA "suitable" ; @@ -5072,15 +5277,17 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin suppletion_N_regN = regN "suppletion" ; lin suppletive_A_longA = longA "suppletive" ; lin supply_V2_regV2 = regV2 "supply" ; - lin supply_V_regV = regV "supply" ; - lin supply_V_regV = regV "supply" ; +lin supply_V3_mkV3_to = dirV3 supply_V ; +lin supply_V3_mkV3_with = dirV3 supply_V ; lin supply_N_regN = regN "supply" ; lin support_V2_regV2 = regV2 "support" ; lin support_N_regN = regN "support" ; - lin suppose_VS_mkVS = regVS "suppose" ; + lin suppose_VS_mkVS = mkVS "suppose" ; lin supposition_N_regN = regN "supposition" ; lin suppress_V2_regV2 = regV2 "suppress" ; lin sure_A_regA = regA "sure" ; + lin sure_A_regA = regA "sure" ; + lin sure_A_regA = regA "sure" ; lin surface_V_regV = regV "surface" ; lin surface_N_regN = regN "surface" ; lin surgeon_N_regN = regN "surgeon" ; @@ -5097,7 +5304,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin survive_V2_regV2 = regV2 "survive" ; lin susceptible_A_longA = longA "susceptible" ; lin suspect_V2_regV2 = regV2 "suspect" ; - lin suspect_VS_mkVS = regVS "suspect" ; + lin suspect_VS_mkVS = mkVS "suspect" ; lin suspect_N_regN = regN "suspect" ; lin suspend_V2_regV2 = regV2 "suspend" ; lin suspense_N_regN = regN "suspense" ; @@ -5107,12 +5314,12 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin sustenance_N_regN = regN "sustenance" ; lin swallow_V2_regV2 = regV2 "swallow" ; lin swan_N_regN = regN "swan" ; - lin swap_V_regV = regV "swap" ; - lin swear_VS_mkVS = regVS "swear" ; +lin swap_V3_mkV3_for = dirV3 swap_V ; + lin swear_VS_mkVS = mkVS "swear" ; lin swede_N_regN = regN "swede" ; lin Sweden_PN_regPN = regPN "Sweden" ; lin swedish_A_regA = regA "swedish" ; - lin sweep_V2_irreg = dirV2 sweep_V ; +lin sweep_V2_irreg = dirV2 sweep_V ; lin sweet_N_regN = regN "sweet" ; lin swift_A_regA = regA "swift" ; lin swift_N_regN = regN "swift" ; @@ -5127,14 +5334,16 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin syllogism_N_regN = regN "syllogism" ; lin symbol_N_regN = regN "symbol" ; lin symmetry_N_regN = regN "symmetry" ; - lin sympathetic_A2_prepA2 = prepA2 "sympathetic" "to" ; - lin sympathy_N2_prepN2 = prepN2 "sympathy" "with" ; + lin sympathetic_A_longA = longA "sympathetic" ; +lin sympathetic_A2_prepA2to_long = prepA2 "sympathetic" "to_long" ; +lin sympathy_N2_prepN2with = prepN2 "sympathy" "with" ; lin symptom_N_regN = regN "symptom" ; lin symptomatic_A_longA = longA "symptomatic" ; lin symptomatic_A_longA = longA "symptomatic" ; lin synchronous_A_longA = longA "synchronous" ; lin synonym_N_regN = regN "synonym" ; - lin synonymous_A2_prepA2 = prepA2 "synonymous" "with" ; + lin synonymous_A_longA = longA "synonymous" ; +lin synonymous_A2_prepA2with_long = prepA2 "synonymous" "with_long" ; lin synonymy_N_regN = regN "synonymy" ; lin synopsis_N_regN = regN "synopsis" ; lin synoptic_A_longA = longA "synoptic" ; @@ -5160,11 +5369,11 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin tag_N_regN = regN "tag" ; lin tail_N_regN = regN "tail" ; lin tailor_N_regN = regN "tailor" ; - lin take_V2_irreg = dirV2 take_V ; +lin take_V2_irreg = dirV2 take_V ; lin tale_N_regN = regN "tale" ; lin talent_N_regN = regN "talent" ; lin talented_A_longA = longA "talented" ; - lin talk_V2_prepV2 = prepV2 "talk" "about" ; +lin talk_V2_prepV2about = prepV2 "talk" "about" ; lin talk_N_regN = regN "talk" ; lin tall_A_regA = regA "tall" ; lin tame_A_regA = regA "tame" ; @@ -5178,7 +5387,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin target_N_regN = regN "target" ; lin task_N_regN = regN "task" ; lin taste_V2_regV2 = regV2 "taste" ; - lin taste_V2_prepV2 = prepV2 "taste" "of" ; +lin taste_V2_prepV2of = prepV2 "taste" "of" ; lin taste_N_regN = regN "taste" ; lin tautology_N_regN = regN "tautology" ; lin tax_V2_regV2 = regV2 "tax" ; @@ -5187,7 +5396,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin taxonomy_N_regN = regN "taxonomy" ; lin tea_N_regN = regN "tea" ; lin team_N_regN = regN "team" ; - lin tear_V2_irreg = dirV2 tear_V ; +lin tear_V2_irreg = dirV2 tear_V ; lin tear_N_regN = regN "tear" ; lin tease_V2_regV2 = regV2 "tease" ; lin technical_A_longA = longA "technical" ; @@ -5196,7 +5405,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin technology_N_regN = regN "technology" ; lin tedious_A_longA = longA "tedious" ; lin tedium_N_regN = regN "tedium" ; - lin teem_V2_prepV2 = prepV2 "teem" "with" ; +lin teem_V2_prepV2with = prepV2 "teem" "with" ; lin teeth_N_regN = regN "teeth" ; lin telegram_N_regN = regN "telegram" ; lin telegraph_V2_regV2 = regV2 "telegraph" ; @@ -5205,7 +5414,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin telephone_N_regN = regN "telephone" ; lin telescope_N_regN = regN "telescope" ; lin television_N_regN = regN "television" ; - lin temper_V_regV = regV "temper" ; +lin tell_V2_irreg = dirV2 tell_V ; +lin temper_V3_mkV3_with = dirV3 temper_V ; lin temper_N_regN = regN "temper" ; lin temperature_N_regN = regN "temperature" ; lin template_N_regN = regN "template" ; @@ -5214,7 +5424,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin temporary_A_longA = longA "temporary" ; lin tempt_V2_regV2 = regV2 "tempt" ; lin tend_V_regV = regV "tend" ; - lin tendency_N2_prepN2 = prepN2 "tendency" "to" ; +lin tendency_N2_prepN2to = prepN2 "tendency" "to" ; lin tender_A_regA = regA "tender" ; lin tenet_N_regN = regN "tenet" ; lin tennis_N_regN = regN "tennis" ; @@ -5226,7 +5436,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin tension_N_regN = regN "tension" ; lin tent_N_regN = regN "tent" ; lin tentative_A_longA = longA "tentative" ; - lin term_V_regV = regV "term" ; +---- lin term_V3_mkV3 = dirV3 term_V lin term_N_regN = regN "term" ; lin terminal_A_longA = longA "terminal" ; lin terminal_N_regN = regN "terminal" ; @@ -5259,6 +5469,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin theory_N_regN = regN "theory" ; lin therapeutic_A_longA = longA "therapeutic" ; lin therapy_N_regN = regN "therapy" ; + lin there_V_mkV = mkV "there" ; lin therefore_Subj_mkSubj = mkSubj "therefore" ; lin theses_N_regN = regN "theses" ; lin thesis_N_regN = regN "thesis" ; @@ -5267,22 +5478,24 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin thigh_N_regN = regN "thigh" ; lin thin_A_regA = regA "thin" ; lin thing_N_regN = regN "thing" ; - lin think_VS_mkVS = regVS "think" ; + lin think_VS_mkVS = mkVS "think" ; lin third_N_regN = regN "third" ; - lin thirst_N2_prepN2 = prepN2 "thirst" "for" ; +lin thirst_N2_prepN2for = prepN2 "thirst" "for" ; lin thorough_A_longA = longA "thorough" ; + lin though_Adv_mkAdv = mkAdv "though" ; lin thought_N_regN = regN "thought" ; lin thousand_N_regN = regN "thousand" ; lin thread_N_regN = regN "thread" ; lin threat_N_regN = regN "threat" ; - lin threaten_V_regV = regV "threaten" ; +lin threaten_V3_mkV3_with = dirV3 threaten_V ; lin threshold_N_regN = regN "threshold" ; lin throat_N_regN = regN "throat" ; lin through_Prep_mkPrep = mkPrep "through" ; lin throughout_Prep_mkPrep = mkPrep "throughout" ; +lin throw_V3_mkV3_loc = dirV3 throw_V "loc" ; lin throw_N_regN = regN "throw" ; - lin thrown_V_regV = regV "thrown" ; - lin thrust_V_regV = regV "thrust" ; +lin thrown_V3_mkV3_loc = dirV3 thrown_V ; +lin thrust_V3_mkV3_loc = dirV3 thrust_V ; lin thrust_N_regN = regN "thrust" ; lin thumb_N_regN = regN "thumb" ; lin thunder_N_regN = regN "thunder" ; @@ -5291,7 +5504,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin ticket_N_regN = regN "ticket" ; lin tidy_V2_regV2 = regV2 "tidy" ; lin tidy_A_regA = regA "tidy" ; - lin tie_V_regV = regV "tie" ; +lin tie_V3_mkV3_to = dirV3 tie_V ; lin tie_N_regN = regN "tie" ; lin tiger_N_regN = regN "tiger" ; lin tight_A_regA = regA "tight" ; @@ -5303,12 +5516,11 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin timely_A_regA = regA "timely" ; lin timetable_N_regN = regN "timetable" ; lin tin_N_regN = regN "tin" ; - lin tinker_V2_prepV2 = prepV2 "tinker" "with" ; +lin tinker_V2_prepV2with = prepV2 "tinker" "with" ; lin tinker_N_regN = regN "tinker" ; lin tip_N_regN = regN "tip" ; - lin tire_V2_prepV2 = prepV2 "tire" "of" ; +lin tire_V2_prepV2of = prepV2 "tire" "of" ; lin title_N_regN = regN "title" ; - lin to_V_regV = regV "to" ; lin to_Prep_mkPrep = mkPrep "to" ; lin toad_N_regN = regN "toad" ; lin toast_N_regN = regN "toast" ; @@ -5317,6 +5529,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin today_Adv_mkAdv = mkAdv "today" ; lin toe_N_regN = regN "toe" ; lin together_Adv_mkAdv = mkAdv "together" ; + lin together_Adv_mkAdv = mkAdv "together" ; lin token_N_regN = regN "token" ; lin tolerance_N_regN = regN "tolerance" ; lin tolerate_V2_regV2 = regV2 "tolerate" ; @@ -5344,6 +5557,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin touch_V2_regV2 = regV2 "touch" ; lin touch_N_regN = regN "touch" ; lin tough_A_regA = regA "tough" ; + lin tough_A_regA = regA "tough" ; lin tour_V2_regV2 = regV2 "tour" ; lin tour_N_regN = regN "tour" ; lin tourist_N_regN = regN "tourist" ; @@ -5362,7 +5576,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin trade_N_regN = regN "trade" ; lin tradition_N_regN = regN "tradition" ; lin traffic_N_regN = regN "traffic" ; - lin traffic_V2_prepV2 = prepV2 "traffic" "in" ; +lin traffic_V2_prepV2in = prepV2 "traffic" "in" ; lin tragedy_N_regN = regN "tragedy" ; lin tragic_A_longA = longA "tragic" ; lin train_V2_regV2 = regV2 "train" ; @@ -5374,7 +5588,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin transcribe_V2_regV2 = regV2 "transcribe" ; lin transcript_N_regN = regN "transcript" ; lin transcription_N_regN = regN "transcription" ; - lin transfer_V_regV = regV "transfer" ; +lin transfer_V3_mkV3_to = dirV3 transfer_V ; lin transform_V2_regV2 = regV2 "transform" ; lin transience_N_regN = regN "transience" ; lin transient_A_longA = longA "transient" ; @@ -5382,7 +5596,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin transit_N_regN = regN "transit" ; lin transitive_A_longA = longA "transitive" ; lin transitory_A_longA = longA "transitory" ; - lin translate_V_regV = regV "translate" ; +lin translate_V3_mkV3_into = dirV3 translate_V ; lin transmit_V2_regV2 = regV2 "transmit" ; lin transparency_N_regN = regN "transparency" ; lin transparent_A_longA = longA "transparent" ; @@ -5394,7 +5608,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin travel_N_regN = regN "travel" ; lin traverse_V2_regV2 = regV2 "traverse" ; lin tray_N_regN = regN "tray" ; - lin treat_V_regV = regV "treat" ; +lin treat_V3_mkV3_as = dirV3 treat_V ; lin treatment_N_regN = regN "treatment" ; lin treble_A_longA = longA "treble" ; lin treble_V2_regV2 = regV2 "treble" ; @@ -5405,7 +5619,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin tribe_N_regN = regN "tribe" ; lin trick_V2_regV2 = regV2 "trick" ; lin trick_N_regN = regN "trick" ; - lin trifle_V2_prepV2 = prepV2 "trifle" "with" ; +lin trifle_V2_prepV2with = prepV2 "trifle" "with" ; lin trifle_N_regN = regN "trifle" ; lin trigger_V2_regV2 = regV2 "trigger" ; lin trigger_N_regN = regN "trigger" ; @@ -5435,14 +5649,14 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin try_V_regV = regV "try" ; lin tub_N_regN = regN "tub" ; lin tube_N_regN = regN "tube" ; - lin tuck_V_regV = regV "tuck" ; +lin tuck_V3_mkV3_in = dirV3 tuck_V ; lin Tuesday_PN_regPN = regPN "Tuesday" ; lin tuition_N_regN = regN "tuition" ; - lin tumble_V_regV = regV "tumble" ; + lin tumble_V_regV = regV "tumble" ;1 lin tune_V2_regV2 = regV2 "tune" ; lin tune_N_regN = regN "tune" ; - lin turn_V_regV = regV "turn" ; - lin turn_V_regV = regV "turn" ; +----lin turn_V3_mkV3 = dirV3 turn_V +----lin turn_V3_mkV3 = dirV3 turn_V lin turn_V_regV = regV "turn" ; lin turn_N_regN = regN "turn" ; lin turtle_N_regN = regN "turtle" ; @@ -5454,7 +5668,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin twist_N_regN = regN "twist" ; lin type_V2_regV2 = regV2 "type" ; lin type_N_regN = regN "type" ; - lin typical_A2_prepA2 = prepA2 "typical" "of" ; + lin typical_A_longA = longA "typical" ; +lin typical_A2_prepA2of_long = prepA2 "typical" "of_long" ; lin tyre_N_regN = regN "tyre" ; lin ugly_A_regA = regA "ugly" ; lin ulcer_N_regN = regN "ulcer" ; @@ -5462,7 +5677,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin ultimatum_N_regN = regN "ultimatum" ; lin unary_A_longA = longA "unary" ; lin uncertainty_N_regN = regN "uncertainty" ; - lin uncle_N2_prepN2 = prepN2 "uncle" "of" ; +lin uncle_N2_prepN2of = prepN2 "uncle" "of" ; lin under_Prep_mkPrep = mkPrep "under" ; lin undergraduate_N_regN = regN "undergraduate" ; lin underline_V2_regV2 = regV2 "underline" ; @@ -5471,8 +5686,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin underneath_Prep_mkPrep = mkPrep "underneath" ; lin underneath_N_regN = regN "underneath" ; lin underscore_N_regN = regN "underscore" ; - lin understand_V2_irreg = dirV2 understand_V ; ---- lin undo_V2_irreg = dirV2 undo_V ; +lin understand_V2_irreg = dirV2 understand_V ; +lin undo_V2_irreg = dirV2 undo_V ; lin undoubtedly_Adv_mkAdv = mkAdv "undoubtedly" ; lin ungainly_A_longA = longA "ungainly" ; lin uniform_A_longA = longA "uniform" ; @@ -5494,12 +5709,15 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin unusual_A_longA = longA "unusual" ; lin unwieldy_A_regA = regA "unwieldy" ; lin unwitting_A_longA = longA "unwitting" ; + lin up_Adv_mkAdv = mkAdv "up" ; lin up_Prep_mkPrep = mkPrep "up" ; + lin up_Adv_mkAdv = mkAdv "up" ; + lin update_V2_regV2 = regV2 "update" ; lin upon_Prep_mkPrep = mkPrep "upon" ; lin upper_A_longA = longA "upper" ; lin upright_A_longA = longA "upright" ; - lin upset_V2_irreg = dirV2 upset_V ; - lin upside_down_A_longA = longA "upside-down" ; +lin upset_V2_irreg = dirV2 upset_V ; + lin upside_down_A_longA = longA "upside_down" ; lin upstairs_Adv_mkAdv = mkAdv "upstairs" ; lin urge_V_regV = regV "urge" ; lin urge_N_regN = regN "urge" ; @@ -5508,7 +5726,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin usage_N_regN = regN "usage" ; lin use_V2_regV2 = regV2 "use" ; lin use_N_regN = regN "use" ; - lin used_A2_prepA2 = prepA2 "used" "to" ; +lin used_A2_prepA2to_long = prepA2 "used" "to_long" ; lin usual_A_longA = longA "usual" ; lin utility_N_regN = regN "utility" ; lin utilize_V2_regV2 = regV2 "utilize" ; @@ -5562,8 +5780,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin victim_N_regN = regN "victim" ; lin victor_N_regN = regN "victor" ; lin victory_N_regN = regN "victory" ; - lin vie_V2_prepV2 = prepV2 "vie" "with" ; - lin view_V_regV = regV "view" ; +lin vie_V2_prepV2with = prepV2 "vie" "with" ; +lin view_V3_mkV3_as = dirV3 view_V ; lin view_N_regN = regN "view" ; lin vigorous_A_longA = longA "vigorous" ; lin village_N_regN = regN "village" ; @@ -5577,7 +5795,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin virtual_A_longA = longA "virtual" ; lin virtue_N_regN = regN "virtue" ; lin virus_N_regN = regN "virus" ; - lin visible_A2_prepA2 = prepA2 "visible" "to" ; + lin visible_A_longA = longA "visible" ; +lin visible_A2_prepA2to_long = prepA2 "visible" "to_long" ; lin vision_N_regN = regN "vision" ; lin visit_V2_regV2 = regV2 "visit" ; lin visit_N_regN = regN "visit" ; @@ -5592,12 +5811,12 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin volume_N_regN = regN "volume" ; lin voluntary_A_longA = longA "voluntary" ; lin volunteer_V_regV = regV "volunteer" ; - lin volunteer_V2_prepV2 = prepV2 "volunteer" "for" ; +lin volunteer_V2_prepV2for = prepV2 "volunteer" "for" ; lin volunteer_N_regN = regN "volunteer" ; - lin vote_V2_prepV2 = prepV2 "vote" "for" ; +lin vote_V2_prepV2for = prepV2 "vote" "for" ; lin vote_N_regN = regN "vote" ; lin vow_V_regV = regV "vow" ; - lin vow_VS_mkVS = regVS "vow" ; + lin vow_VS_mkVS = mkVS "vow" ; lin vow_N_regN = regN "vow" ; lin vowel_N_regN = regN "vowel" ; lin voyage_N_regN = regN "voyage" ; @@ -5606,9 +5825,9 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin wages_N_regN = regN "wages" ; lin waist_N_regN = regN "waist" ; lin waistcoat_N_regN = regN "waistcoat" ; - lin wait_V2_prepV2 = prepV2 "wait" "for" ; +lin wait_V2_prepV2for = prepV2 "wait" "for" ; lin wait_N_regN = regN "wait" ; - lin wake_V2_irreg = dirV2 wake_V ; +lin wake_V2_irreg = dirV2 wake_V ; lin walk_V_regV = regV "walk" ; lin walk_N_regN = regN "walk" ; lin wall_N_regN = regN "wall" ; @@ -5629,16 +5848,16 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin watch_V2_regV2 = regV2 "watch" ; lin watch_N_regN = regN "watch" ; lin water_N_regN = regN "water" ; - lin wave_V2_prepV2 = prepV2 "wave" "to" ; +lin wave_V2_prepV2to = prepV2 "wave" "to" ; lin wave_N_regN = regN "wave" ; lin wax_N_regN = regN "wax" ; lin way_N_regN = regN "way" ; lin weak_A_regA = regA "weak" ; lin wealth_N_regN = regN "wealth" ; lin weapon_N_regN = regN "weapon" ; - lin wear_V2_irreg = dirV2 wear_V ; +lin wear_V2_irreg = dirV2 wear_V ; lin weather_N_regN = regN "weather" ; - lin weave_V2_irreg = dirV2 weave_V ; +lin weave_V2_irreg = dirV2 weave_V ; lin wedding_N_regN = regN "wedding" ; lin wedge_N_regN = regN "wedge" ; lin Wednesday_PN_regPN = regPN "Wednesday" ; @@ -5648,23 +5867,28 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin weigh_V2_regV2 = regV2 "weigh" ; lin weight_N_regN = regN "weight" ; lin welcome_A_longA = longA "welcome" ; - lin welcome_V_regV = regV "welcome" ; - lin welcome_N2_prepN2 = prepN2 "welcome" "to" ; +lin welcome_V3_mkV3_to = dirV3 welcome_V ; +lin welcome_N2_prepN2to = prepN2 "welcome" "to" ; lin welfare_N_regN = regN "welfare" ; lin well_A_longA = longA "well" ; lin well_N_regN = regN "well" ; - lin well_formed_A_longA = longA "well-formed" ; + lin well_formed_A_longA = longA "well_formed" ; lin west_N_regN = regN "west" ; - lin west_A2_prepA2 = prepA2 "west" "of" ; + lin west_A_longA = longA "west" ; +lin west_A2_prepA2of_long = prepA2 "west" "of_long" ; lin western_A_longA = longA "western" ; lin wet_A_regA = regA "wet" ; lin wheat_N_regN = regN "wheat" ; lin wheel_N_regN = regN "wheel" ; lin wheeled_A_longA = longA "wheeled" ; lin whelk_N_regN = regN "whelk" ; ---- lin whenever_IAdv_mkIAdv = mkIAdv "whenever" ; + lin when_IAdv_mkIAdv = mkIAdv "when" ; + lin when_IAdv_mkIAdv = mkIAdv "when" ; + lin whenever_IAdv_mkIAdv = mkIAdv "whenever" ; + lin where_IAdv_mkIAdv = mkIAdv "where" ; + lin where_IAdv_mkIAdv = mkIAdv "where" ; lin whereas_Subj_mkSubj = mkSubj "whereas" ; ---- lin wherever_IAdv_mkIAdv = mkIAdv "wherever" ; + lin wherever_IAdv_mkIAdv = mkIAdv "wherever" ; lin while_Subj_mkSubj = mkSubj "while" ; lin whim_N_regN = regN "whim" ; lin whine_V_regV = regV "whine" ; @@ -5673,13 +5897,15 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin whisky_N_regN = regN "whisky" ; lin whisper_N_regN = regN "whisper" ; lin whisper_V_regV = regV "whisper" ; - lin whisper_VS_mkVS = regVS "whisper" ; + lin whisper_VS_mkVS = mkVS "whisper" ; lin whistle_V_regV = regV "whistle" ; lin white_A_regA = regA "white" ; lin whole_A_longA = longA "whole" ; lin whole_A_regA = regA "whole" ; lin wholly_Adv_mkAdv = mkAdv "wholly" ; ---- lin whyever_IAdv_mkIAdv = mkIAdv "whyever" ; + lin why_IAdv_mkIAdv = mkIAdv "why" ; + lin why_IAdv_mkIAdv = mkIAdv "why" ; + lin whyever_IAdv_mkIAdv = mkIAdv "whyever" ; lin wicked_A_longA = longA "wicked" ; lin wide_A_regA = regA "wide" ; lin widow_N_regN = regN "widow" ; @@ -5689,9 +5915,8 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin will_V_regV = regV "will" ; lin will_N_regN = regN "will" ; lin willing_A_longA = longA "willing" ; - lin willing_A_longA = longA "willing" ; lin win_V2_regV2 = regV2 "win" ; - lin wind_V2_irreg = dirV2 wind_V ; +lin wind_V2_irreg = dirV2 wind_V ; lin wind_N_regN = regN "wind" ; lin window_N_regN = regN "window" ; lin wine_N_regN = regN "wine" ; @@ -5700,22 +5925,22 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin wire_N_regN = regN "wire" ; lin wisdom_N_regN = regN "wisdom" ; lin wise_A_regA = regA "wise" ; - lin wish_V2_prepV2 = prepV2 "wish" "for" ; - lin wish_VS_mkVS = regVS "wish" ; +lin wish_V2_prepV2for = prepV2 "wish" "for" ; + lin wish_VS_mkVS = mkVS "wish" ; lin wish_N_regN = regN "wish" ; lin witch_N_regN = regN "witch" ; lin with_Prep_mkPrep = mkPrep "with" ; lin within_Adv_mkAdv = mkAdv "within" ; lin within_Prep_mkPrep = mkPrep "within" ; ---- lin withold_V2_irreg = dirV2 withold_V ; +lin withold_V2_irreg = dirV2 withold_V ; lin without_Prep_mkPrep = mkPrep "without" ; lin withstand_V2_regV2 = regV2 "withstand" ; lin witness_V2_regV2 = regV2 "witness" ; - lin witness_N2_prepN2 = prepN2 "witness" "to" ; +lin witness_N2_prepN2to = prepN2 "witness" "to" ; lin wives_N_regN = regN "wives" ; lin woman_N_regN = regN "woman" ; lin women_N_regN = regN "women" ; - lin wonder_V_regV = regV "wonder" ; + lin wonder_VQ_mkVQ = mkVQ "wonder" ; lin wonder_N_regN = regN "wonder" ; lin wood_N_regN = regN "wood" ; lin wooden_A_longA = longA "wooden" ; @@ -5728,14 +5953,14 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin worry_V_regV = regV "worry" ; lin worry_V_regV = regV "worry" ; lin worry_V2_regV2 = regV2 "worry" ; - lin worry_V2_prepV2 = prepV2 "worry" "about" ; +lin worry_V2_prepV2about = prepV2 "worry" "about" ; lin worry_N_regN = regN "worry" ; lin worship_V2_regV2 = regV2 "worship" ; lin worth_Prep_mkPrep = mkPrep "worth" ; lin worthless_A_longA = longA "worthless" ; lin worthwhile_A_longA = longA "worthwhile" ; lin worthy_A_regA = regA "worthy" ; - lin worthy_A2_prepA2 = prepA2 "worthy" "of" ; +lin worthy_A2_prepA2of = prepA2 "worthy" "of" ; lin wound_V2_regV2 = regV2 "wound" ; lin wound_N_regN = regN "wound" ; lin wrap_V2_regV2 = regV2 "wrap" ; @@ -5743,7 +5968,7 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin wreck_N_regN = regN "wreck" ; lin wrinkle_N_regN = regN "wrinkle" ; lin wrist_N_regN = regN "wrist" ; - lin write_V2_irreg = dirV2 write_V ; +lin write_V2_irreg = dirV2 write_V ; lin wrong_A_longA = longA "wrong" ; lin wry_A_regA = regA "wry" ; lin yard_N_regN = regN "yard" ; @@ -5757,14 +5982,4 @@ concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { lin young_A_regA = regA "young" ; lin youth_N_regN = regN "youth" ; lin zinc_N_regN = regN "zinc" ; - - oper - longA : Str -> A = \s -> compoundADeg (regA s) ; - regV2 : Str -> V2 = \s -> dirV2 (regV s) ; - prepA2 : Str -> Str -> A2 = \a,p -> mkA2 (regA a) (mkPrep p) ; - prepN2 : Str -> Str -> N2 = \a,p -> mkN2 (regN a) (mkPrep p) ; - prepV2 : Str -> Str -> V2 = \a,p -> mkV2 (regV a) (mkPrep p) ; - regVS : Str -> VS = \v -> mkVS (regV v) ; - mkSubj : Str -> Subj = \s -> {s = s ; lock_Subj = <>} ; - } diff --git a/examples/big/BigLexEngAbs.gf b/examples/big/BigLexEngAbs.gf index e6e92d63f..611f8f471 100644 --- a/examples/big/BigLexEngAbs.gf +++ b/examples/big/BigLexEngAbs.gf @@ -3,24 +3,26 @@ abstract BigLexEngAbs = Cat ** { -- Adapted from a word list by Alan Black & al. -- http://www.cs.cmu.edu/~awb/pub/map/MAP3.1.tar.gz -- Not to be used for military purposes. --- 5767 lemmas. +-- 5973 lemmas. fun abandon_V2_regV2 : V2 ; fun abbreviate_V_regV : V ; fun abduct_V2_regV2 : V2 ; fun able_A_regA : A ; + fun able_A_regA : A ; fun abolish_V2_regV2 : V2 ; fun abolition_N_regN : N ; fun abound_V_regV : V ; + fun about_Adv_mkAdv : Adv ; fun about_Prep_mkPrep : Prep ; fun above_Prep_mkPrep : Prep ; fun abroad_Adv_mkAdv : Adv ; - fun absence_N2_prepN2 : N2 ; + fun absence_N2_prepN2from : N2 ; fun absent_A_regA : A ; - fun absent_A2_prepA2 : A2 ; + fun absent_A2_prepA2from : A2 ; fun absentee_N_regN : N ; fun absolute_A_longA : A ; - fun absolve_V_regV : V ; + fun absolve_V3_mkV3_from : V3 ; fun abstract_N_regN : N ; fun abstract_A_longA : A ; fun abstract_V_regV : V ; @@ -30,21 +32,21 @@ abstract BigLexEngAbs = Cat ** { fun accelerate_V2_regV2 : V2 ; fun accept_V2_regV2 : V2 ; fun access_V2_regV2 : V2 ; - fun access_N2_prepN2 : N2 ; + fun access_N2_prepN2to : N2 ; fun accessible_A_longA : A ; fun accessible_A_longA : A ; fun accident_N_regN : N ; fun accommodate_V2_regV2 : V2 ; fun accompany_V2_regV2 : V2 ; fun accomplish_V2_regV2 : V2 ; - fun accord_V2_prepV2 : V2 ; + fun accord_V2_prepV2with : V2 ; fun accordingly_Adv_mkAdv : Adv ; fun account_N_regN : N ; - fun account_V2_prepV2 : V2 ; + fun account_V2_prepV2for : V2 ; fun accumulate_V2_regV2 : V2 ; fun accuracy_N_regN : N ; fun accurate_A_longA : A ; - fun accuse_V_regV : V ; + fun accuse_V3_mkV3_of : V3 ; fun ache_N_regN : N ; fun ache_V_regV : V ; fun achieve_V2_regV2 : V2 ; @@ -63,24 +65,25 @@ abstract BigLexEngAbs = Cat ** { fun acute_A_longA : A ; fun adage_N_regN : N ; fun adapt_V2_regV2 : V2 ; - fun add_V_regV : V ; + fun add_V3_mkV3_to : V3 ; fun addict_N_regN : N ; fun addict_V2_regV2 : V2 ; - fun addition_N2_prepN2 : N2 ; + fun addition_N2_prepN2to : N2 ; fun additive_N_regN : N ; fun address_N_regN : N ; fun address_V2_regV2 : V2 ; fun adept_A_regA : A ; - fun adept_A2_prepA2 : A2 ; + fun adept_A2_prepA2at : A2 ; fun adequacy_N_regN : N ; fun adequate_A_longA : A ; fun adequate_A_longA : A ; - fun adhere_V2_prepV2 : V2 ; + fun adhere_V2_prepV2to : V2 ; fun adherent_N_regN : N ; fun adhesive_N_regN : N ; fun adhesive_A_longA : A ; - fun adjacency_N2_prepN2 : N2 ; - fun adjacent_A2_prepA2 : A2 ; + fun adjacency_N2_prepN2to : N2 ; + fun adjacent_A_longA : A ; + fun adjacent_A2_prepA2to_long : A2 ; fun adjective_N_regN : N ; fun adjoin_V2_regV2 : V2 ; fun adjunct_N_regN : N ; @@ -90,11 +93,11 @@ abstract BigLexEngAbs = Cat ** { fun admire_V2_regV2 : V2 ; fun admissible_A_longA : A ; fun admission_N_regN : N ; - fun admission_N2_prepN2 : N2 ; + fun admission_N2_prepN2to : N2 ; fun admit_V2_regV2 : V2 ; + fun admit_V3_mkV3_to : V3 ; fun admit_V_regV : V ; - fun admit_V_regV : V ; - fun admit_V2_prepV2 : V2 ; + fun admit_V2_prepV2of : V2 ; fun admit_VS_mkVS : VS ; fun adopt_V_regV : V ; fun adult_N_regN : N ; @@ -116,14 +119,19 @@ abstract BigLexEngAbs = Cat ** { fun aesthetic_A_longA : A ; fun affair_N_regN : N ; fun affect_V2_regV2 : V2 ; - fun affection_N2_prepN2 : N2 ; + fun affection_N2_prepN2for : N2 ; fun afflict_V2_regV2 : V2 ; fun afford_V2_regV2 : V2 ; fun afford_V_regV : V ; + fun afraid_A_longA : A ; + fun afraid_A_longA : A ; + fun afraid_A_longA : A ; + fun afresh_Adv_mkAdv : Adv ; fun Africa_PN_regPN : PN ; fun african_A_longA : A ; fun african_N_regN : N ; fun after_Subj_mkSubj : Subj ; + fun after_Adv_mkAdv : Adv ; fun after_Prep_mkPrep : Prep ; fun afternoon_N_regN : N ; fun afterthought_N_regN : N ; @@ -138,13 +146,14 @@ abstract BigLexEngAbs = Cat ** { fun aggravate_V2_regV2 : V2 ; fun aggressive_A_longA : A ; fun ago_Adv_mkAdv : Adv ; - fun agree_V2_prepV2 : V2 ; + fun agree_V2_prepV2with : V2 ; + fun ahead_Adv_mkAdv : Adv ; fun aid_N_regN : N ; fun aid_V2_regV2 : V2 ; fun aide_N_regN : N ; fun aim_N_regN : N ; - fun aim_V2_at : V2 ; - fun aim_V2_to : V2 ; + fun aim_V2_prepV2at : V2 ; + fun aim_V2_prepV2to : V2 ; fun air_N_regN : N ; fun aircraft_N_regN : N ; fun aircraft_N_regN : N ; @@ -155,19 +164,22 @@ abstract BigLexEngAbs = Cat ** { fun alcoholic_N_regN : N ; fun algebra_N_regN : N ; fun algorithm_N_regN : N ; - fun alias_N2_prepN2 : N2 ; + fun alias_N2_prepN2for : N2 ; fun align_V2_regV2 : V2 ; + fun alike_A_longA : A ; + fun alive_A_longA : A ; fun allege_VS_mkVS : VS ; fun alley_N_regN : N ; fun allocate_V_regV : V ; fun allow_V2_regV2 : V2 ; fun allow_V_regV : V ; - fun allow_V2_for : V2 ; - fun allow_V2_of : V2 ; - fun allude_V2_prepV2 : V2 ; + fun allow_V2_prepV2for : V2 ; + fun allow_V2_prepV2of : V2 ; + fun allude_V2_prepV2to : V2 ; fun ally_N_regN : N ; - fun ally_V2_prepV2 : V2 ; + fun ally_V2_prepV2with : V2 ; fun alone_Adv_mkAdv : Adv ; + fun alone_A_longA : A ; fun along_Prep_mkPrep : Prep ; fun aloud_Adv_mkAdv : Adv ; fun alphabet_N_regN : N ; @@ -177,9 +189,10 @@ abstract BigLexEngAbs = Cat ** { fun also_Adv_mkAdv : Adv ; fun altar_N_regN : N ; fun alter_V_regV : V ; - fun alternate_V2_prepV2 : V2 ; - fun alternative_N2_prepN2 : N2 ; + fun alternate_V2_prepV2with : V2 ; + fun alternative_N2_prepN2to : N2 ; fun alternatively_A_longA : A ; + fun although_V_mkV : V ; fun always_Adv_mkAdv : Adv ; fun am_V_regV : V ; fun amaze_V2_regV2 : V2 ; @@ -206,7 +219,7 @@ abstract BigLexEngAbs = Cat ** { fun analogous_A_longA : A ; fun analogous_A_longA : A ; fun analogue_N_regN : N ; - fun analogy_N2_prepN2 : N2 ; + fun analogy_N2_prepN2with : N2 ; fun analyse_V2_regV2 : V2 ; fun analyses_N_regN : N ; fun analysis_N_regN : N ; @@ -222,9 +235,11 @@ abstract BigLexEngAbs = Cat ** { fun angled_A_longA : A ; fun angler_N_regN : N ; fun angling_N_regN : N ; - fun angry_A2_about : A2 ; - fun angry_A2_at : A2 ; - fun angry_A2_with : A2 ; + fun angry_A_regA : A ; + fun angry_A2_prepA2about : A2 ; + fun angry_A2_prepA2at : A2 ; + fun angry_A2_prepA2with : A2 ; + fun angry_A_regA : A ; fun animal_N_regN : N ; fun animate_A_longA : A ; fun animate_V2_regV2 : V2 ; @@ -250,31 +265,37 @@ abstract BigLexEngAbs = Cat ** { fun anxious_A_longA : A ; fun anxious_A_longA : A ; fun anxious_A_longA : A ; + fun anybody_NP_mkNP : NP ; fun anyhow_Adv_mkAdv : Adv ; + fun anything_NP_mkNP : NP ; fun anyway_Adv_mkAdv : Adv ; fun anywhere_Adv_mkAdv : Adv ; + fun apart_Adv_mkAdv : Adv ; fun ape_N_regN : N ; - fun apologetic_A2_prepA2 : A2 ; - fun apologise_V2_prepV2 : V2 ; - fun apologize_V2_prepV2 : V2 ; + fun apologetic_A_longA : A ; + fun apologetic_A2_prepA2for_long : A2 ; + fun apologise_V2_prepV2for : V2 ; + fun apologize_V2_prepV2for : V2 ; fun appal_V2_regV2 : V2 ; fun apparatus_N_regN : N ; - fun apparent_A2_prepA2 : A2 ; + fun apparent_A_longA : A ; + fun apparent_A2_prepA2to_long : A2 ; fun apparition_N_regN : N ; - fun appeal_V2_prepV2 : V2 ; - fun appeal_N2_prepN2 : N2 ; + fun appeal_V2_prepV2to : V2 ; + fun appeal_N2_prepN2to : N2 ; fun appear_V_regV : V ; fun appear_V_regV : V ; fun appear_V_regV : V ; fun appear_V_regV : V ; - fun append_V_regV : V ; + fun append_V3_mkV3_to : V3 ; fun appendices_N_regN : N ; fun appendix_N_regN : N ; fun apple_N_regN : N ; - fun applicable_A2_prepA2 : A2 ; + fun applicable_A_longA : A ; + fun applicable_A2_prepA2to_long : A2 ; fun applicant_N_regN : N ; - fun apply_V_regV : V ; - fun apply_V2_prepV2 : V2 ; + fun apply_V3_mkV3_to : V3 ; + fun apply_V2_prepV2for : V2 ; fun appoint_V2_regV2 : V2 ; fun appoint_V_regV : V ; fun appoint_V_regV : V ; @@ -286,14 +307,17 @@ abstract BigLexEngAbs = Cat ** { fun apprehension_N_regN : N ; fun apprehensive_A_longA : A ; fun approach_V2_regV2 : V2 ; - fun approach_N2_prepN2 : N2 ; + fun approach_N2_prepN2to : N2 ; fun approbation_N_regN : N ; - fun approve_V2_prepV2 : V2 ; + fun appropriate_A_regA : A ; + fun appropriate_A_regA : A ; + fun approve_V2_prepV2of : V2 ; fun approximate_A_longA : A ; - fun approximate_V2_prepV2 : V2 ; + fun approximate_V2_prepV2to : V2 ; fun April_PN_regPN : PN ; fun apse_N_regN : N ; fun apt_A_regA : A ; + fun apt_A_regA : A ; fun aptitude_N_regN : N ; fun arabian_A_longA : A ; fun arabic_A_longA : A ; @@ -308,7 +332,7 @@ abstract BigLexEngAbs = Cat ** { fun area_N_regN : N ; fun arena_N_regN : N ; fun argue_V_regV : V ; - fun argument_N2_prepN2 : N2 ; + fun argument_N2_prepN2s_withabout : N2 ; fun argument_N_regN : N ; fun arithmetic_N_regN : N ; fun arm_N_regN : N ; @@ -326,7 +350,7 @@ abstract BigLexEngAbs = Cat ** { fun array_N_regN : N ; fun arrest_V2_regV2 : V2 ; fun arrive_V_regV : V ; - fun arrive_V2_prepV2 : V2 ; + fun arrive_V2_prepV2at : V2 ; fun arrow_N_regN : N ; fun art_N_regN : N ; fun artefact_N_regN : N ; @@ -339,21 +363,23 @@ abstract BigLexEngAbs = Cat ** { fun ascend_V_regV : V ; fun ascent_N_regN : N ; fun ascertain_V2_regV2 : V2 ; - fun ascribe_V_regV : V ; + fun ascribe_V3_mkV3_to : V3 ; fun ash_N_regN : N ; + fun ashamed_A_longA : A ; + fun ashamed_A_longA : A ; fun Asia_PN_regPN : PN ; fun ask_V2_regV2 : V2 ; + fun ask_V3_mkV3_for : V3 ; + fun ask_V3_mkV3_to : V3 ; + fun ask_V_regV : V ; + fun ask_V2_prepV2for : V2 ; + fun ask_VQ_mkVQ : VQ ; fun ask_V_regV : V ; fun ask_V_regV : V ; fun ask_V_regV : V ; - fun ask_V_regV : V ; - fun ask_V2_prepV2 : V2 ; - fun ask_V_regV : V ; - fun ask_V_regV : V ; - fun ask_V_regV : V ; - fun ask_V_regV : V ; + fun asleep_A_longA : A ; fun aspect_N_regN : N ; - fun aspire_V2_prepV2 : V2 ; + fun aspire_V2_prepV2to : V2 ; fun aspire_V_regV : V ; fun aspirin_N_regN : N ; fun ass_N_regN : N ; @@ -361,17 +387,17 @@ abstract BigLexEngAbs = Cat ** { fun assault_V2_regV2 : V2 ; fun assemble_V2_regV2 : V2 ; fun assembly_N_regN : N ; - fun assent_V2_prepV2 : V2 ; + fun assent_V2_prepV2to : V2 ; fun assert_VS_mkVS : VS ; fun assess_V2_regV2 : V2 ; - fun assign_V_regV : V ; + fun assign_V3_mkV3_to : V3 ; fun assimilate_V2_regV2 : V2 ; fun assist_V2_regV2 : V2 ; fun assist_V_regV : V ; fun assist_V_regV : V ; - fun assist_V2_prepV2 : V2 ; + fun assist_V2_prepV2at : V2 ; fun assistant_N_regN : N ; - fun associate_V_regV : V ; + fun associate_V3_mkV3_with : V3 ; fun association_N_regN : N ; fun assume_V2_regV2 : V2 ; fun assume_VS_mkVS : VS ; @@ -382,6 +408,7 @@ abstract BigLexEngAbs = Cat ** { fun asthmatic_A_longA : A ; fun asthmatically_Adv_mkAdv : Adv ; fun astonish_V2_regV2 : V2 ; + fun astray_A_regA : A ; fun astronomer_N_regN : N ; fun astronomy_N_regN : N ; fun asymmetry_N_regN : N ; @@ -390,25 +417,26 @@ abstract BigLexEngAbs = Cat ** { fun atmosphere_N_regN : N ; fun atom_N_regN : N ; fun attach_V2_regV2 : V2 ; - fun attach_V_regV : V ; - fun attach_V2_prepV2 : V2 ; + fun attach_V3_mkV3_to : V3 ; + fun attach_V2_prepV2to : V2 ; fun attack_V2_regV2 : V2 ; - fun attack_N2_prepN2 : N2 ; + fun attack_N2_prepN2on : N2 ; fun attain_V2_regV2 : V2 ; fun attempt_N_regN : N ; fun attempt_V_regV : V ; - fun attend_V2_prepV2 : V2 ; - fun attention_N2_prepN2 : N2 ; - fun attentive_A2_prepA2 : A2 ; + fun attend_V2_prepV2to : V2 ; + fun attention_N2_prepN2to : N2 ; + fun attentive_A_longA : A ; + fun attentive_A2_prepA2to_long : A2 ; fun attitude_N_regN : N ; fun attract_V_regV : V ; fun attribute_N_regN : N ; - fun attribute_V_regV : V ; + fun attribute_V3_mkV3_to : V3 ; fun audible_A_longA : A ; fun audience_N_regN : N ; fun augment_V2_regV2 : V2 ; fun August_PN_regPN : PN ; - fun aunt_N2_prepN2 : N2 ; + fun aunt_N2_prepN2of : N2 ; fun Australia_PN_regPN : PN ; fun australian_A_longA : A ; fun Austria_PN_regPN : PN ; @@ -418,6 +446,7 @@ abstract BigLexEngAbs = Cat ** { fun automata_N_regN : N ; fun automate_V_regV : V ; fun automatic_A_longA : A ; + fun automatically_A_regA : A ; fun automaton_N_regN : N ; fun autonomous_A_longA : A ; fun autonomy_N_regN : N ; @@ -434,9 +463,14 @@ abstract BigLexEngAbs = Cat ** { fun avoid_V_regV : V ; fun avowed_A_longA : A ; fun await_V2_regV2 : V2 ; + fun awake_A_longA : A ; fun awaken_V2_regV2 : V2 ; fun award_V_regV : V ; + fun aware_A_longA : A ; + fun aware_A_longA : A ; + fun away_Adv_mkAdv : Adv ; fun awful_A_longA : A ; + fun awkward_A_regA : A ; fun axe_N_regN : N ; fun axes_N_regN : N ; fun axiom_N_regN : N ; @@ -449,6 +483,7 @@ abstract BigLexEngAbs = Cat ** { fun backing_N_regN : N ; fun backtrack_V_regV : V ; fun backward_A_longA : A ; + fun backwards_Adv_mkAdv : Adv ; fun bacteria_N_regN : N ; fun bacterial_A_longA : A ; fun bacterium_N_regN : N ; @@ -475,9 +510,10 @@ abstract BigLexEngAbs = Cat ** { fun baron_N_regN : N ; fun barrel_N_regN : N ; fun base_N_regN : N ; - fun base_V_regV : V ; + fun base_V3_mkV3_loc : V3 ; fun bases_N_regN : N ; fun basic_A_longA : A ; + fun basically_A_regA : A ; fun basin_N_regN : N ; fun basis_N_regN : N ; fun basis_N_regN : N ; @@ -502,10 +538,12 @@ abstract BigLexEngAbs = Cat ** { fun beat_V2_irreg : V2 ; fun beauty_N_regN : N ; fun because_Subj_mkSubj : Subj ; + fun because_V_mkV : V ; fun bed_N_regN : N ; fun bee_N_regN : N ; fun beer_N_regN : N ; fun before_Subj_mkSubj : Subj ; + fun before_Adv_mkAdv : Adv ; fun before_Prep_mkPrep : Prep ; fun beg_V_regV : V ; fun beginning_N_regN : N ; @@ -516,27 +554,30 @@ abstract BigLexEngAbs = Cat ** { fun being_V_regV : V ; fun being_N_regN : N ; fun belief_N_regN : N ; - fun belief_N2_prepN2 : N2 ; + fun belief_N2_prepN2in : N2 ; fun belief_N_regN : N ; fun believe_V_regV : V ; - fun believe_V2_prepV2 : V2 ; + fun believe_V2_prepV2in : V2 ; fun believe_VS_mkVS : VS ; fun believe_VS_mkVS : VS ; fun believe_VS_mkVS : VS ; fun bell_N_regN : N ; fun belong_V_regV : V ; - fun beloved_A2_prepA2 : A2 ; + fun beloved_A_longA : A ; + fun beloved_A2_prepA2by_long : A2 ; fun below_Prep_mkPrep : Prep ; fun belt_N_regN : N ; fun bench_N_regN : N ; fun beneath_Prep_mkPrep : Prep ; - fun beneficial_A2_prepA2 : A2 ; + fun beneficial_A_longA : A ; + fun beneficial_A2_prepA2to_long : A2 ; fun benefit_N_regN : N ; fun berry_N_regN : N ; fun beside_Prep_mkPrep : Prep ; fun besides_Adv_mkAdv : Adv ; fun bet_N_regN : N ; fun betray_V2_regV2 : V2 ; + fun between_V_mkV : V ; fun beyond_Prep_mkPrep : Prep ; fun bias_V2_regV2 : V2 ; fun bible_N_regN : N ; @@ -545,6 +586,7 @@ abstract BigLexEngAbs = Cat ** { fun biconditional_V_regV : V ; fun bicycle_N_regN : N ; fun bidirectional_A_longA : A ; + fun big_A_regA : A ; fun bike_N_regN : N ; fun bill_N_regN : N ; fun Bill_PN_regPN : PN ; @@ -565,11 +607,12 @@ abstract BigLexEngAbs = Cat ** { fun black_A_regA : A ; fun blackboard_N_regN : N ; fun blade_N_regN : N ; - fun blame_V_regV : V ; + fun blame_V3_mkV3_for : V3 ; fun blame_N_regN : N ; - fun blame_N2_prepN2 : N2 ; + fun blame_N2_prepN2for : N2 ; fun blank_A_regA : A ; fun blank_N_regN : N ; + fun blind_A_regA : A ; fun blind_V2_regV2 : V2 ; fun block_N_regN : N ; fun block_V2_regV2 : V2 ; @@ -581,11 +624,12 @@ abstract BigLexEngAbs = Cat ** { fun boat_N_regN : N ; fun body_N_regN : N ; fun boil_V2_regV2 : V2 ; + fun bold_A_regA : A ; fun bomb_N_regN : N ; fun bomb_V2_regV2 : V2 ; fun bombard_V2_regV2 : V2 ; fun bond_N_regN : N ; - fun bond_V_regV : V ; + fun bond_V3_mkV3_to : V3 ; fun bone_N_regN : N ; fun bonus_N_regN : N ; fun book_N_regN : N ; @@ -599,12 +643,12 @@ abstract BigLexEngAbs = Cat ** { fun border_V2_regV2 : V2 ; fun bore_N_regN : N ; fun bore_V2_regV2 : V2 ; - fun borrow_V_regV : V ; + fun borrow_V3_mkV3_from : V3 ; fun boss_N_regN : N ; fun bother_V_regV : V ; fun bother_V_regV : V ; fun bother_V2_regV2 : V2 ; - fun bother_V2_prepV2 : V2 ; + fun bother_V2_prepV2about : V2 ; fun bottle_N_regN : N ; fun bottom_N_regN : N ; fun bough_N_regN : N ; @@ -645,16 +689,19 @@ abstract BigLexEngAbs = Cat ** { fun brief_A_regA : A ; fun briefs_N_regN : N ; fun bright_A_regA : A ; + fun brilliance_V_mkV : V ; fun brilliant_A_regA : A ; fun bring_V2_irreg : V2 ; fun bristle_N_regN : N ; fun Britain_PN_regPN : PN ; fun british_A_longA : A ; fun broach_V2_regV2 : V2 ; + fun broad_A_regA : A ; fun broadcast_N_regN : N ; fun bronchitis_N_regN : N ; fun brother_N_regN : N ; - fun brother_N2_prepN2 : N2 ; + fun brother_N2_prepN2of : N2 ; + fun brown_A_regA : A ; fun bruise_N_regN : N ; fun bruise_V2_regV2 : V2 ; fun brute_N_regN : N ; @@ -685,6 +732,7 @@ abstract BigLexEngAbs = Cat ** { fun button_N_regN : N ; fun buy_V2_irreg : V2 ; fun buzz_V_regV : V ; + fun by_Adv_mkAdv : Adv ; fun by_Prep_mkPrep : Prep ; fun cabinet_N_regN : N ; fun cable_N_regN : N ; @@ -694,6 +742,7 @@ abstract BigLexEngAbs = Cat ** { fun calculus_N_regN : N ; fun call_N_regN : N ; fun call_V2_regV2 : V2 ; + fun calm_A_regA : A ; fun cam_N_regN : N ; fun Cambridge_PN_regPN : PN ; fun camel_N_regN : N ; @@ -745,7 +794,7 @@ abstract BigLexEngAbs = Cat ** { fun catch_V2_irreg : V2 ; fun categorical_A_longA : A ; fun category_N_regN : N ; - fun cater_V2_prepV2 : V2 ; + fun cater_V2_prepV2for : V2 ; fun cattle_N_regN : N ; fun cause_N_regN : N ; fun cause_V2_regV2 : V2 ; @@ -776,7 +825,7 @@ abstract BigLexEngAbs = Cat ** { fun certify_V_regV : V ; fun certitude_N_regN : N ; fun chain_N_regN : N ; - fun chain_V_regV : V ; + fun chain_V3_mkV3_to : V3 ; fun chair_N_regN : N ; fun chairman_N_regN : N ; fun chairmen_N_regN : N ; @@ -784,7 +833,7 @@ abstract BigLexEngAbs = Cat ** { fun chairwomen_N_regN : N ; fun chalk_N_regN : N ; fun challenge_N_regN : N ; - fun challenge_N2_prepN2 : N2 ; + fun challenge_N2_prepN2to : N2 ; fun chance_N_regN : N ; fun chancellor_N_regN : N ; fun change_V_regV : V ; @@ -796,11 +845,12 @@ abstract BigLexEngAbs = Cat ** { fun char_V_regV : V ; fun character_N_regN : N ; fun characteristic_N_regN : N ; - fun characteristic_A2_prepA2 : A2 ; + fun characteristic_A_longA : A ; + fun characteristic_A2_prepA2of_long : A2 ; fun characteristically_A_longA : A ; - fun characterize_V_regV : V ; + fun characterize_V3_mkV3_as : V3 ; fun charge_N_regN : N ; - fun charge_V_regV : V ; + fun charge_V3_mkV3_with : V3 ; fun charitable_A_longA : A ; fun charity_N_regN : N ; fun charm_N_regN : N ; @@ -829,6 +879,7 @@ abstract BigLexEngAbs = Cat ** { fun chest_N_regN : N ; fun chicken_N_regN : N ; fun chief_N_regN : N ; + fun chief_A_regA : A ; fun child_N_regN : N ; fun children_N_regN : N ; fun chimney_N_regN : N ; @@ -871,20 +922,23 @@ abstract BigLexEngAbs = Cat ** { fun clap_N_regN : N ; fun clarify_V2_regV2 : V2 ; fun clarity_N_regN : N ; - fun clash_V2_prepV2 : V2 ; + fun clash_V2_prepV2with : V2 ; fun class_N_regN : N ; - fun class_V_regV : V ; + fun class_V3_mkV3_as : V3 ; fun classic_A_longA : A ; fun classify_V2_regV2 : V2 ; fun clause_N_regN : N ; fun clay_N_regN : N ; + fun clean_A_regA : A ; fun clean_V2_regV2 : V2 ; fun clear_V2_regV2 : V2 ; fun clear_A_regA : A ; + fun clear_A_regA : A ; fun cleave_V2_irreg : V2 ; fun cleaver_N_regN : N ; fun cleft_N_regN : N ; fun clerk_N_regN : N ; + fun clever_A_regA : A ; fun client_N_regN : N ; fun cliff_N_regN : N ; fun climate_N_regN : N ; @@ -896,7 +950,8 @@ abstract BigLexEngAbs = Cat ** { fun clock_N_regN : N ; fun clog_N_regN : N ; fun close_V2_regV2 : V2 ; - fun close_A2_prepA2 : A2 ; + fun close_A_regA : A ; + fun close_A2_prepA2to : A2 ; fun closet_N_regN : N ; fun closure_N_regN : N ; fun cloth_N_regN : N ; @@ -932,7 +987,7 @@ abstract BigLexEngAbs = Cat ** { fun coherence_N_regN : N ; fun coherent_A_longA : A ; fun coin_N_regN : N ; - fun coincide_V2_prepV2 : V2 ; + fun coincide_V2_prepV2with : V2 ; fun coincidence_N_regN : N ; fun coincidental_A_longA : A ; fun cold_A_regA : A ; @@ -942,7 +997,7 @@ abstract BigLexEngAbs = Cat ** { fun collapse_V_regV : V ; fun collar_N_regN : N ; fun colleague_N_regN : N ; - fun collect_V_regV : V ; + fun collect_V3_mkV3_from : V3 ; fun college_N_regN : N ; fun collide_V_regV : V ; fun collinear_A_longA : A ; @@ -955,7 +1010,7 @@ abstract BigLexEngAbs = Cat ** { fun comb_N_regN : N ; fun combat_N_regN : N ; fun combinator_N_regN : N ; - fun combine_V_regV : V ; + fun combine_V3_mkV3_with : V3 ; fun comedy_N_regN : N ; fun comfort_N_regN : N ; fun comfort_V2_regV2 : V2 ; @@ -965,7 +1020,7 @@ abstract BigLexEngAbs = Cat ** { fun command_V_regV : V ; fun commence_V_regV : V ; fun comment_N_regN : N ; - fun comment_V2_prepV2 : V2 ; + fun comment_V2_prepV2on : V2 ; fun commerce_N_regN : N ; fun commercial_N_regN : N ; fun commission_V2_regV2 : V2 ; @@ -973,10 +1028,11 @@ abstract BigLexEngAbs = Cat ** { fun commit_V_regV : V ; fun committee_N_regN : N ; fun commodity_N_regN : N ; + fun common_A_regA : A ; fun commonsense_A_longA : A ; fun commonwealth_N_regN : N ; fun commune_N_regN : N ; - fun communicate_V2_prepV2 : V2 ; + fun communicate_V2_prepV2with : V2 ; fun community_N_regN : N ; fun commutative_A_longA : A ; fun commutator_N_regN : N ; @@ -985,23 +1041,25 @@ abstract BigLexEngAbs = Cat ** { fun company_N_regN : N ; fun comparative_A_longA : A ; fun comparative_N_regN : N ; - fun compare_V_regV : V ; - fun comparison_N2_prepN2 : N2 ; + fun compare_V3_mkV3_with : V3 ; + fun comparison_N2_prepN2of_ppwith : N2 ; fun compass_V_regV : V ; - fun compatible_A2_prepA2 : A2 ; + fun compatible_A_longA : A ; + fun compatible_A2_prepA2with_long : A2 ; fun compel_V_regV : V ; - fun compensate_V2_prepV2 : V2 ; - fun compete_V2_prepV2 : V2 ; + fun compensate_V2_prepV2for : V2 ; + fun compete_V2_prepV2with : V2 ; fun competence_N_regN : N ; fun competent_A_longA : A ; fun competition_N_regN : N ; fun competitor_N_regN : N ; fun compile_V2_regV2 : V2 ; - fun complain_V2_prepV2 : V2 ; - fun complaint_N2_prepN2 : N2 ; + fun complain_V2_prepV2about : V2 ; + fun complaint_N2_prepN2about : N2 ; fun complement_N_regN : N ; fun complement_V2_regV2 : V2 ; - fun complementary_A2_prepA2 : A2 ; + fun complementary_A_longA : A ; + fun complementary_A2_prepA2to_long : A2 ; fun complete_A_longA : A ; fun complete_V2_regV2 : V2 ; fun complex_A_longA : A ; @@ -1009,7 +1067,7 @@ abstract BigLexEngAbs = Cat ** { fun complicate_V2_regV2 : V2 ; fun compliment_N_regN : N ; fun compliment_V2_regV2 : V2 ; - fun comply_V2_prepV2 : V2 ; + fun comply_V2_prepV2with : V2 ; fun component_N_regN : N ; fun compose_V2_regV2 : V2 ; fun composite_A_longA : A ; @@ -1018,7 +1076,8 @@ abstract BigLexEngAbs = Cat ** { fun compound_N_regN : N ; fun compound_V2_regV2 : V2 ; fun comprehend_V2_regV2 : V2 ; - fun comprehensible_A2_prepA2 : A2 ; + fun comprehensible_A_longA : A ; + fun comprehensible_A2_prepA2to_long : A2 ; fun comprehension_N_regN : N ; fun comprehensive_A_longA : A ; fun compress_V2_regV2 : V2 ; @@ -1030,7 +1089,7 @@ abstract BigLexEngAbs = Cat ** { fun concave_A_regA : A ; fun conceal_V2_regV2 : V2 ; fun concede_VS_mkVS : VS ; - fun conceive_V2_prepV2 : V2 ; + fun conceive_V2_prepV2of : V2 ; fun concentrate_V2_regV2 : V2 ; fun concept_N_regN : N ; fun conception_N_regN : N ; @@ -1054,25 +1113,25 @@ abstract BigLexEngAbs = Cat ** { fun condition_N_regN : N ; fun condition_V2_regV2 : V2 ; fun conditional_N_regN : N ; - fun conducive_A2_prepA2 : A2 ; + fun conducive_A2_prepA2to : A2 ; fun conduct_N_regN : N ; fun conduct_V2_regV2 : V2 ; - fun confer_V2_prepV2 : V2 ; + fun confer_V2_prepV2with : V2 ; fun conference_N_regN : N ; fun confess_VS_mkVS : VS ; fun confidence_N_regN : N ; fun confident_A_longA : A ; fun configure_V2_regV2 : V2 ; - fun confine_V_regV : V ; + fun confine_V3_mkV3_to : V3 ; fun confirm_V2_regV2 : V2 ; fun conflate_V_regV : V ; - fun conflict_V2_prepV2 : V2 ; + fun conflict_V2_prepV2with : V2 ; fun confluence_N_regN : N ; fun confluent_A_longA : A ; - fun conform_V2_prepV2 : V2 ; + fun conform_V2_prepV2to : V2 ; fun confound_V2_regV2 : V2 ; fun confounded_A_longA : A ; - fun confront_V_regV : V ; + fun confront_V3_mkV3_with : V3 ; fun confuse_V_regV : V ; fun congruence_N_regN : N ; fun congruent_A_longA : A ; @@ -1096,13 +1155,14 @@ abstract BigLexEngAbs = Cat ** { fun conservative_A_longA : A ; fun conserve_V2_regV2 : V2 ; fun consider_V2_regV2 : V2 ; - fun consider_V_regV : V ; + fun consider_V2A_mkV2A : V2A ; fun consider_V_regV : V ; fun consider_V_regV : V ; fun considerate_A_longA : A ; - fun consist_V2_prepV2 : V2 ; + fun consist_V2_prepV2of : V2 ; fun consistency_N_regN : N ; - fun consistent_A2_prepA2 : A2 ; + fun consistent_A_longA : A ; + fun consistent_A2_prepA2with_long : A2 ; fun consonant_A_longA : A ; fun consonant_A_longA : A ; fun consonant_N_regN : N ; @@ -1117,7 +1177,7 @@ abstract BigLexEngAbs = Cat ** { fun constrict_V2_regV2 : V2 ; fun construct_V_regV : V ; fun constructor_N_regN : N ; - fun construe_V_regV : V ; + fun construe_V3_mkV3_as : V3 ; fun consult_V2_regV2 : V2 ; fun consume_V2_regV2 : V2 ; fun consumption_N_regN : N ; @@ -1133,14 +1193,17 @@ abstract BigLexEngAbs = Cat ** { fun contend_VS_mkVS : VS ; fun content_A_longA : A ; fun content_A_longA : A ; - fun contented_A2_prepA2 : A2 ; + fun contented_A_longA : A ; + fun contented_A2_prepA2with_long : A2 ; fun contention_N_regN : N ; fun contents_N_regN : N ; fun context_N_regN : N ; fun contextual_A_longA : A ; - fun contiguous_A2_prepA2 : A2 ; + fun contiguous_A_longA : A ; + fun contiguous_A2_prepA2to_long : A2 ; fun contingency_N_regN : N ; - fun contingent_A2_prepA2 : A2 ; + fun contingent_A_longA : A ; + fun contingent_A2_prepA2on_long : A2 ; fun continual_A_longA : A ; fun continue_V_regV : V ; fun continue_V_regV : V ; @@ -1151,12 +1214,13 @@ abstract BigLexEngAbs = Cat ** { fun contract_V_regV : V ; fun contract_N_regN : N ; fun contradict_V2_regV2 : V2 ; - fun contrary_A2_prepA2 : A2 ; + fun contrary_A_longA : A ; + fun contrary_A2_prepA2to_long : A2 ; fun contrast_N_regN : N ; - fun contrast_V_regV : V ; + fun contrast_V3_mkV3_with : V3 ; fun contrastive_A_longA : A ; fun contravene_V2_regV2 : V2 ; - fun contribute_V2_prepV2 : V2 ; + fun contribute_V2_prepV2to : V2 ; fun control_N_regN : N ; fun control_V2_regV2 : V2 ; fun controversial_A_longA : A ; @@ -1168,14 +1232,14 @@ abstract BigLexEngAbs = Cat ** { fun convergence_N_regN : N ; fun conversation_N_regN : N ; fun converse_A_longA : A ; - fun converse_V2_prepV2 : V2 ; + fun converse_V2_prepV2with : V2 ; fun conversion_N_regN : N ; - fun convert_V_regV : V ; + fun convert_V3_mkV3_to : V3 ; fun convey_V2_regV2 : V2 ; fun convict_N_regN : N ; fun convict_V2_regV2 : V2 ; fun conviction_N_regN : N ; - fun convince_V_regV : V ; + fun convince_V2_regV2 : V2 ; fun convincing_A_longA : A ; fun convoluted_A_longA : A ; fun cook_N_regN : N ; @@ -1183,7 +1247,7 @@ abstract BigLexEngAbs = Cat ** { fun cool_A_regA : A ; fun cool_V_regV : V ; fun coordinate_V2_regV2 : V2 ; - fun cope_V2_prepV2 : V2 ; + fun cope_V2_prepV2with : V2 ; fun copper_N_regN : N ; fun copula_N_regN : N ; fun copy_N_regN : N ; @@ -1199,8 +1263,8 @@ abstract BigLexEngAbs = Cat ** { fun correct_A_longA : A ; fun correct_V2_regV2 : V2 ; fun correlate_V2_regV2 : V2 ; - fun correspond_V2_prepV2 : V2 ; - fun correspondence_N2_prepN2 : N2 ; + fun correspond_V2_prepV2to : V2 ; + fun correspondence_N2_prepN2to : N2 ; fun corresponding_A_longA : A ; fun cosmetic_A_longA : A ; fun cost_N_regN : N ; @@ -1212,6 +1276,7 @@ abstract BigLexEngAbs = Cat ** { fun cough_N_regN : N ; fun council_N_regN : N ; fun councillor_N_regN : N ; + fun count_N_regN : N ; fun count_V2_regV2 : V2 ; fun counterfactual_A_longA : A ; fun counterintuitive_A_longA : A ; @@ -1260,7 +1325,7 @@ abstract BigLexEngAbs = Cat ** { fun crisis_N_regN : N ; fun criteria_N_regN : N ; fun criterion_N_regN : N ; - fun critic_N2_prepN2 : N2 ; + fun critic_N2_prepN2of : N2 ; fun criticise_V2_regV2 : V2 ; fun criticism_N_regN : N ; fun criticize_V2_regV2 : V2 ; @@ -1281,8 +1346,8 @@ abstract BigLexEngAbs = Cat ** { fun crucial_A_longA : A ; fun crude_A_regA : A ; fun cruel_A_regA : A ; - fun cruel_A2_prepA2 : A2 ; - fun cruelty_N2_prepN2 : N2 ; + fun cruel_A2_prepA2to : A2 ; + fun cruelty_N2_prepN2to : N2 ; fun crush_V2_regV2 : V2 ; fun cry_V_regV : V ; fun cry_N_regN : N ; @@ -1301,7 +1366,7 @@ abstract BigLexEngAbs = Cat ** { fun cupboard_N_regN : N ; fun curb_V2_regV2 : V2 ; fun cure_N_regN : N ; - fun cure_V_regV : V ; + fun cure_V3_mkV3_of : V3 ; fun curiosity_N_regN : N ; fun curious_A_longA : A ; fun curl_V_regV : V ; @@ -1333,6 +1398,7 @@ abstract BigLexEngAbs = Cat ** { fun dare_V_regV : V ; fun dare_V_regV : V ; fun dark_N_regN : N ; + fun dark_A_regA : A ; fun darken_V2_regV2 : V2 ; fun darken_V_regV : V ; fun data_N_regN : N ; @@ -1340,12 +1406,14 @@ abstract BigLexEngAbs = Cat ** { fun date_N_regN : N ; fun dative_A_longA : A ; fun datum_N_regN : N ; - fun daughter_N2_prepN2 : N2 ; + fun daughter_N2_prepN2of : N2 ; fun day_N_regN : N ; + fun dead_A_regA : A ; + fun deaf_A_regA : A ; fun deal_N_regN : N ; - fun deal_V2_mkV2 : V2 ; + fun deal_V2_mkV2_with : V2 ; fun dear_A_regA : A ; - fun dear_A2_prepA2 : A2 ; + fun dear_A2_prepA2to : A2 ; fun death_N_regN : N ; fun debate_N_regN : N ; fun debate_V2_regV2 : V2 ; @@ -1368,12 +1436,13 @@ abstract BigLexEngAbs = Cat ** { fun decompose_V_regV : V ; fun decomposition_N_regN : N ; fun decrease_V_regV : V ; - fun decrease_N2_prepN2 : N2 ; + fun decrease_N2_prepN2in : N2 ; fun decrement_V2_regV2 : V2 ; - fun dedicate_V_regV : V ; + fun dedicate_V3_mkV3_to : V3 ; fun deduce_VS_mkVS : VS ; fun deducible_A_longA : A ; fun deed_N_regN : N ; + fun deep_A_regA : A ; fun deer_N_regN : N ; fun defeat_N_regN : N ; fun defeat_V2_regV2 : V2 ; @@ -1413,14 +1482,15 @@ abstract BigLexEngAbs = Cat ** { fun denote_V2_regV2 : V2 ; fun dense_A_regA : A ; fun deny_V2_regV2 : V2 ; - fun depart_V2_prepV2 : V2 ; + fun depart_V2_prepV2from : V2 ; fun department_N_regN : N ; fun departure_N_regN : N ; - fun depend_V2_prepV2 : V2 ; - fun dependence_N2_prepN2 : N2 ; + fun depend_V2_prepV2on : V2 ; + fun dependence_N2_prepN2on : N2 ; fun dependency_N_regN : N ; fun dependent_N_regN : N ; - fun dependent_A2_prepA2 : A2 ; + fun dependent_A_longA : A ; + fun dependent_A2_prepA2on_long : A2 ; fun depict_V2_regV2 : V2 ; fun deploy_V2_regV2 : V2 ; fun deposit_N_regN : N ; @@ -1429,7 +1499,7 @@ abstract BigLexEngAbs = Cat ** { fun depressing_A_longA : A ; fun depth_N_regN : N ; fun derivative_N_regN : N ; - fun derive_V2_prepV2 : V2 ; + fun derive_V2_prepV2from : V2 ; fun descend_V2_regV2 : V2 ; fun descendant_N_regN : N ; fun descent_N_regN : N ; @@ -1440,7 +1510,7 @@ abstract BigLexEngAbs = Cat ** { fun deserve_V2_regV2 : V2 ; fun design_N_regN : N ; fun design_V2_regV2 : V2 ; - fun designate_V_regV : V ; + fun designate_V3_mkV3_as : V3 ; fun desire_N_regN : N ; fun desire_V2_regV2 : V2 ; fun desire_V_regV : V ; @@ -1448,13 +1518,14 @@ abstract BigLexEngAbs = Cat ** { fun desk_N_regN : N ; fun despair_N_regN : N ; fun despair_V_regV : V ; - fun despair_V2_prepV2 : V2 ; - fun desperate_A2_prepA2 : A2 ; + fun despair_V2_prepV2of : V2 ; + fun desperate_A_longA : A ; + fun desperate_A2_prepA2for_long : A2 ; fun desperation_N_regN : N ; fun destination_N_regN : N ; fun destiny_N_regN : N ; fun destroy_V2_regV2 : V2 ; - fun destruction_N2_prepN2 : N2 ; + fun destruction_N2_prepN2of : N2 ; fun destructive_A_longA : A ; fun detach_V2_regV2 : V2 ; fun detail_N_regN : N ; @@ -1466,13 +1537,14 @@ abstract BigLexEngAbs = Cat ** { fun determinism_N_regN : N ; fun deterministic_A_longA : A ; fun determinize_V2_regV2 : V2 ; - fun detract_V2_prepV2 : V2 ; + fun detract_V2_prepV2from : V2 ; fun develop_V2_regV2 : V2 ; fun deviance_N_regN : N ; + fun deviant_A_longA : A ; fun deviate_V_regV : V ; fun devil_N_regN : N ; fun devise_V2_regV2 : V2 ; - fun devote_V_regV : V ; + fun devote_V3_mkV3_to : V3 ; fun devour_V2_regV2 : V2 ; fun diagnose_V2_regV2 : V2 ; fun diagnosis_N_regN : N ; @@ -1490,7 +1562,7 @@ abstract BigLexEngAbs = Cat ** { fun dictionary_N_regN : N ; fun die_V_regV : V ; fun die_N_regN : N ; - fun differ_V2_prepV2 : V2 ; + fun differ_V2_prepV2from : V2 ; fun difference_N_regN : N ; fun different_A_longA : A ; fun different_A_longA : A ; @@ -1512,7 +1584,7 @@ abstract BigLexEngAbs = Cat ** { fun dinner_N_regN : N ; fun dire_A_regA : A ; fun direct_A_longA : A ; - fun direct_V_regV : V ; + fun direct_V3_mkV3_to : V3 ; fun direction_N_regN : N ; fun director_N_regN : N ; fun directory_N_regN : N ; @@ -1543,9 +1615,9 @@ abstract BigLexEngAbs = Cat ** { fun discriminate_V_regV : V ; fun discuss_V_regV : V ; fun discussion_N_regN : N ; - fun discussion_N2_about : N2 ; - fun discussion_N3 : N3 ; - fun discussion_N2_with : N2 ; + fun discussion_N2_prepN2about : N2 ; + fun discussion_N2_prepN2s_withabout : N2 ; + fun discussion_N2_prepN2with : N2 ; fun disease_N_regN : N ; fun diseased_A_longA : A ; fun disguise_V_regV : V ; @@ -1562,11 +1634,11 @@ abstract BigLexEngAbs = Cat ** { fun dislocate_V2_regV2 : V2 ; fun dismiss_V2_regV2 : V2 ; fun disparate_A_longA : A ; - fun dispense_V2_prepV2 : V2 ; + fun dispense_V2_prepV2with : V2 ; fun dispensible_A_longA : A ; fun display_N_regN : N ; fun display_V2_regV2 : V2 ; - fun dispose_V2_prepV2 : V2 ; + fun dispose_V2_prepV2of : V2 ; fun disproportionate_A_longA : A ; fun dispute_N_regN : N ; fun dispute_V2_regV2 : V2 ; @@ -1581,11 +1653,12 @@ abstract BigLexEngAbs = Cat ** { fun distance_N_regN : N ; fun distant_A_longA : A ; fun distant_A_longA : A ; - fun distinct_A2_prepA2 : A2 ; + fun distinct_A_longA : A ; + fun distinct_A2_prepA2from_long : A2 ; fun distinction_N_regN : N ; fun distinctive_A_longA : A ; - fun distinguish_V_regV : V ; - fun distract_V_regV : V ; + fun distinguish_V3_mkV3_from : V3 ; + fun distract_V3_mkV3_from : V3 ; fun distribute_V_regV : V ; fun district_N_regN : N ; fun disturb_V2_regV2 : V2 ; @@ -1600,7 +1673,7 @@ abstract BigLexEngAbs = Cat ** { fun divisible_A_longA : A ; fun division_N_regN : N ; fun divisor_N_regN : N ; - fun divorce_V_regV : V ; + fun divorce_V3_mkV3_from : V3 ; fun do_V_regV : V ; fun do_V2_regV2 : V2 ; fun doctor_N_regN : N ; @@ -1616,7 +1689,7 @@ abstract BigLexEngAbs = Cat ** { fun dominance_N_regN : N ; fun dominant_A_longA : A ; fun dominate_V_regV : V ; - fun donate_V_regV : V ; + fun donate_V3_mkV3_to : V3 ; fun donkey_N_regN : N ; fun doom_N_regN : N ; fun doomed_A_longA : A ; @@ -1626,7 +1699,7 @@ abstract BigLexEngAbs = Cat ** { fun dormant_A_regA : A ; fun dosage_N_regN : N ; fun dose_N_regN : N ; - fun dose_V_regV : V ; + fun dose_V3_mkV3_with : V3 ; fun dot_N_regN : N ; fun double_A_longA : A ; fun double_V2_regV2 : V2 ; @@ -1637,6 +1710,7 @@ abstract BigLexEngAbs = Cat ** { fun dove_N_regN : N ; fun down_N_regN : N ; fun down_Prep_mkPrep : Prep ; + fun down_Adv_mkAdv : Adv ; fun downward_Adv_mkAdv : Adv ; fun doze_V_regV : V ; fun dozen_N_regN : N ; @@ -1680,7 +1754,8 @@ abstract BigLexEngAbs = Cat ** { fun dubious_A_longA : A ; fun duck_N_regN : N ; fun duck_V_regV : V ; - fun due_A2_prepA2 : A2 ; + fun due_A_longA : A ; + fun due_A2_prepA2to_long : A2 ; fun duel_N_regN : N ; fun dull_A_regA : A ; fun dumb_A_regA : A ; @@ -1710,9 +1785,11 @@ abstract BigLexEngAbs = Cat ** { fun earth_N_regN : N ; fun ease_N_regN : N ; fun east_N_regN : N ; - fun east_A2_prepA2 : A2 ; + fun east_A_longA : A ; + fun east_A2_prepA2of_long : A2 ; fun eastern_A_regA : A ; fun easy_A_regA : A ; + fun easy_A_regA : A ; fun eat_V2_irreg : V2 ; fun ebb_V_regV : V ; fun echo_N_regN : N ; @@ -1737,6 +1814,7 @@ abstract BigLexEngAbs = Cat ** { fun egg_N_regN : N ; fun elaborate_A_longA : A ; fun elaborate_V_regV : V ; + fun elastic_A_regA : A ; fun elbow_N_regN : N ; fun elect_V_regV : V ; fun electric_A_longA : A ; @@ -1756,12 +1834,13 @@ abstract BigLexEngAbs = Cat ** { fun ellipse_N_regN : N ; fun ellipsis_N_regN : N ; fun elliptical_A_longA : A ; + fun elsewhere_Adv_mkAdv : Adv ; fun elucidate_V2_regV2 : V2 ; fun elude_V2_regV2 : V2 ; fun elusive_A_longA : A ; fun embarrass_V2_regV2 : V2 ; fun embassy_N_regN : N ; - fun embed_V_regV : V ; + fun embed_V3_mkV3_in : V3 ; fun embody_V2_regV2 : V2 ; fun embrace_N_regN : N ; fun embrace_V2_regV2 : V2 ; @@ -1781,6 +1860,7 @@ abstract BigLexEngAbs = Cat ** { fun empiricism_N_regN : N ; fun empiricist_N_regN : N ; fun employ_V2_regV2 : V2 ; + fun empty_A_regA : A ; fun empty_V2_regV2 : V2 ; fun emulate_V_regV : V ; fun enable_V_regV : V ; @@ -1800,7 +1880,7 @@ abstract BigLexEngAbs = Cat ** { fun end_V2_regV2 : V2 ; fun endeavour_V_regV : V ; fun ending_N_regN : N ; - fun endow_V_regV : V ; + fun endow_V3_mkV3_with : V3 ; fun enemy_N_regN : N ; fun energetic_A_longA : A ; fun energetically_Adv_mkAdv : Adv ; @@ -1819,7 +1899,7 @@ abstract BigLexEngAbs = Cat ** { fun enjoy_V2_regV2 : V2 ; fun enlarge_V2_regV2 : V2 ; fun enormous_A_longA : A ; - fun enquire_V2_prepV2 : V2 ; + fun enquire_V2_prepV2about : V2 ; fun enrich_V2_regV2 : V2 ; fun ensure_VS_mkVS : VS ; fun entail_VS_mkVS : VS ; @@ -1829,12 +1909,12 @@ abstract BigLexEngAbs = Cat ** { fun entertain_V2_regV2 : V2 ; fun enthusiast_N_regN : N ; fun entire_A_longA : A ; - fun entitle_V_regV : V ; + fun entitle_V3_mkV3_to : V3 ; fun entity_N_regN : N ; fun entrance_N_regN : N ; fun entrance_V2_regV2 : V2 ; fun entropy_N_regN : N ; - fun entrust_V_regV : V ; + fun entrust_V3_mkV3_to : V3 ; fun entry_N_regN : N ; fun enumerate_V_regV : V ; fun envelope_N_regN : N ; @@ -1846,22 +1926,24 @@ abstract BigLexEngAbs = Cat ** { fun equal_N_regN : N ; fun equal_V2_regV2 : V2 ; fun equal_A_regA : A ; - fun equal_A2_prepA2 : A2 ; + fun equal_A2_prepA2to : A2 ; fun equate_V_regV : V ; fun equation_N_regN : N ; fun equidistant_A_longA : A ; fun equip_V2_regV2 : V2 ; fun equipment_N_regN : N ; - fun equivalence_N2_prepN2 : N2 ; + fun equivalence_N2_prepN2to : N2 ; fun equivalent_V_regV : V ; - fun equivalent_A2_prepA2 : A2 ; + fun equivalent_A_longA : A ; + fun equivalent_A2_prepA2to_long : A2 ; fun ergonomic_A_longA : A ; fun ergonomically_Adv_mkAdv : Adv ; fun erroneous_A_longA : A ; fun error_N_regN : N ; - fun escape_V2_prepV2 : V2 ; + fun escape_V2_prepV2from : V2 ; fun eschew_V2_regV2 : V2 ; fun esoteric_A_longA : A ; + fun especially_A_regA : A ; fun espouse_V2_regV2 : V2 ; fun essay_N_regN : N ; fun essence_N_regN : N ; @@ -1882,8 +1964,12 @@ abstract BigLexEngAbs = Cat ** { fun evening_N_regN : N ; fun event_N_regN : N ; fun eventual_A_longA : A ; + fun ever_A_regA : A ; fun everyday_A_longA : A ; + fun everywhere_Adv_mkAdv : Adv ; fun evidence_N_regN : N ; + fun evident_A_longA : A ; + fun evident_A_longA : A ; fun evil_A_regA : A ; fun evocation_N_regN : N ; fun evoke_V2_regV2 : V2 ; @@ -1906,14 +1992,15 @@ abstract BigLexEngAbs = Cat ** { fun excess_N_regN : N ; fun excessive_A_longA : A ; fun exchange_N_regN : N ; - fun exchange_V_regV : V ; + fun exchange_V3_mkV3_for : V3 ; fun excite_V2_regV2 : V2 ; fun exclude_V2_regV2 : V2 ; fun exclusion_N_regN : N ; - fun exclusive_A2_prepA2 : A2 ; + fun exclusive_A_longA : A ; + fun exclusive_A2_prepA2to_long : A2 ; fun excursion_N_regN : N ; fun excuse_V2_regV2 : V2 ; - fun excuse_N2_prepN2 : N2 ; + fun excuse_N2_prepN2for : N2 ; fun execute_V2_regV2 : V2 ; fun exemplar_N_regN : N ; fun exemplify_V2_regV2 : V2 ; @@ -1927,7 +2014,7 @@ abstract BigLexEngAbs = Cat ** { fun existence_N_regN : N ; fun existent_A_longA : A ; fun exit_N_regN : N ; - fun exit_V2_prepV2 : V2 ; + fun exit_V2_prepV2from : V2 ; fun exophoric_A_longA : A ; fun expand_V_regV : V ; fun expansion_N_regN : N ; @@ -1948,7 +2035,7 @@ abstract BigLexEngAbs = Cat ** { fun expertise_N_regN : N ; fun expire_V2_regV2 : V2 ; fun expiry_N_regN : N ; - fun explain_V_regV : V ; + fun explain_V3_mkV3_to : V3 ; fun explanation_N_regN : N ; fun explanatory_A_longA : A ; fun explicate_V2_regV2 : V2 ; @@ -1967,7 +2054,8 @@ abstract BigLexEngAbs = Cat ** { fun exposure_V_regV : V ; fun express_A_longA : A ; fun express_V2_regV2 : V2 ; - fun expressible_A2_prepA2 : A2 ; + fun expressible_A_longA : A ; + fun expressible_A2_prepA2by_long : A2 ; fun expression_N_regN : N ; fun expressly_Adv_mkAdv : Adv ; fun expulsion_N_regN : N ; @@ -1990,7 +2078,7 @@ abstract BigLexEngAbs = Cat ** { fun eye_N_regN : N ; fun face_N_regN : N ; fun face_V2_regV2 : V2 ; - fun face_V_regV : V ; + fun face_V3_mkV3_with : V3 ; fun facet_N_regN : N ; fun facetious_A_longA : A ; fun facilitate_V2_regV2 : V2 ; @@ -2015,19 +2103,24 @@ abstract BigLexEngAbs = Cat ** { fun false_A_regA : A ; fun falsehood_N_regN : N ; fun fame_N_regN : N ; - fun familiar_A2_prepA2 : A2 ; + fun familiar_A_longA : A ; + fun familiar_A2_prepA2to_long : A2 ; fun family_N_regN : N ; fun fan_N_regN : N ; + fun fancy_A_regA : A ; fun fancy_V2_regV2 : V2 ; - fun far_A2_prepA2 : A2 ; + fun far_A_longA : A ; + fun far_A2_prepA2from_long : A2 ; fun farce_N_regN : N ; fun fare_N_regN : N ; fun farm_N_regN : N ; fun farm_V_regV : V ; fun fashion_N_regN : N ; fun fashionable_A_longA : A ; - fun fasten_V_regV : V ; + fun fast_A_regA : A ; + fun fasten_V3_mkV3_to : V3 ; fun fat_N_regN : N ; + fun fat_A_regA : A ; fun fate_N_regN : N ; fun father_N_regN : N ; fun fatigue_N_regN : N ; @@ -2037,7 +2130,8 @@ abstract BigLexEngAbs = Cat ** { fun favor_V2_regV2 : V2 ; fun favour_N_regN : N ; fun favour_V2_regV2 : V2 ; - fun favourable_A2_prepA2 : A2 ; + fun favourable_A_longA : A ; + fun favourable_A2_prepA2to_long : A2 ; fun favourite_A_longA : A ; fun fear_N_regN : N ; fun fear_V2_regV2 : V2 ; @@ -2061,7 +2155,7 @@ abstract BigLexEngAbs = Cat ** { fun fence_N_regN : N ; fun fertilize_V2_regV2 : V2 ; fun fertilizer_N_regN : N ; - fun fetch_V_regV : V ; + fun fetch_V3_mkV3_from : V3 ; fun fetter_V2_regV2 : V2 ; fun fever_N_regN : N ; fun fiction_N_regN : N ; @@ -2076,7 +2170,7 @@ abstract BigLexEngAbs = Cat ** { fun file_N_regN : N ; fun file_V2_regV2 : V2 ; fun fill_V2_regV2 : V2 ; - fun fill_V_regV : V ; + fun fill_V3_mkV3_in : V3 ; fun film_N_regN : N ; fun film_V2_regV2 : V2 ; fun filter_N_regN : N ; @@ -2109,7 +2203,7 @@ abstract BigLexEngAbs = Cat ** { fun fishermen_N_regN : N ; fun fit_V2_regV2 : V2 ; fun fit_A_regA : A ; - fun fit_A2_prepA2 : A2 ; + fun fit_A2_prepA2for : A2 ; fun flag_N_regN : N ; fun flame_N_regN : N ; fun flash_N_regN : N ; @@ -2121,7 +2215,7 @@ abstract BigLexEngAbs = Cat ** { fun flawed_A_longA : A ; fun flesh_N_regN : N ; fun flexible_A_longA : A ; - fun flight_N2_prepN2 : N2 ; + fun flight_N2_prepN2from : N2 ; fun flip_V2_regV2 : V2 ; fun float_V_regV : V ; fun flood_N_regN : N ; @@ -2142,19 +2236,20 @@ abstract BigLexEngAbs = Cat ** { fun focal_A_longA : A ; fun focus_N_regN : N ; fun focus_V2_regV2 : V2 ; - fun focus_V2_prepV2 : V2 ; + fun focus_V2_prepV2on : V2 ; fun fog_N_regN : N ; - fun foist_V_regV : V ; + fun foist_V3_mkV3_on : V3 ; fun fold_N_regN : N ; fun fold_V2_regV2 : V2 ; fun follow_V2_regV2 : V2 ; - fun fond_A2_prepA2 : A2 ; + fun fond_A2_prepA2of : A2 ; fun food_N_regN : N ; fun fool_N_regN : N ; fun fool_V2_regV2 : V2 ; fun foolish_A_longA : A ; fun foot_N_regN : N ; fun football_N_regN : N ; + fun for_PConj_mkPConj : PConj ; fun for_Prep_mkPrep : Prep ; fun foray_N_regN : N ; fun force_N_regN : N ; @@ -2170,6 +2265,8 @@ abstract BigLexEngAbs = Cat ** { fun foresee_V2_irreg : V2 ; fun forest_N_regN : N ; fun forestall_V2_regV2 : V2 ; + fun forever_Adv_mkAdv : Adv ; + fun forgive_V3_mkV3_for : V3 ; fun forgo_V2_irreg : V2 ; fun fork_N_regN : N ; fun form_N_regN : N ; @@ -2183,6 +2280,7 @@ abstract BigLexEngAbs = Cat ** { fun formulae_N_regN : N ; fun formulate_V2_regV2 : V2 ; fun fort_N_regN : N ; + fun forth_Adv_mkAdv : Adv ; fun forthcoming_A_longA : A ; fun forthwith_Adv_mkAdv : Adv ; fun fortnight_N_regN : N ; @@ -2191,6 +2289,7 @@ abstract BigLexEngAbs = Cat ** { fun fortune_N_regN : N ; fun forum_N_regN : N ; fun forward_A_longA : A ; + fun forwards_Adv_mkAdv : Adv ; fun found_V2_regV2 : V2 ; fun foundation_N_regN : N ; fun fountain_N_regN : N ; @@ -2218,7 +2317,7 @@ abstract BigLexEngAbs = Cat ** { fun Friday_PN_regPN : PN ; fun friend_N_regN : N ; fun friendly_A_regA : A ; - fun friendly_A2_prepA2 : A2 ; + fun friendly_A2_prepA2to : A2 ; fun fright_N_regN : N ; fun frighten_V2_regV2 : V2 ; fun frill_N_regN : N ; @@ -2242,7 +2341,7 @@ abstract BigLexEngAbs = Cat ** { fun fungus_N_regN : N ; fun funny_A_regA : A ; fun fur_N_regN : N ; - fun furnish_V_regV : V ; + fun furnish_V3_mkV3_with : V3 ; fun furniture_N_regN : N ; fun fuss_N_regN : N ; fun future_A_longA : A ; @@ -2260,7 +2359,7 @@ abstract BigLexEngAbs = Cat ** { fun game_N_regN : N ; fun gap_N_regN : N ; fun gape_V_regV : V ; - fun gape_V2_prepV2 : V2 ; + fun gape_V2_prepV2at : V2 ; fun garage_N_regN : N ; fun garden_N_regN : N ; fun garment_N_regN : N ; @@ -2271,7 +2370,7 @@ abstract BigLexEngAbs = Cat ** { fun gauge_N_regN : N ; fun gauge_V2_regV2 : V2 ; fun gay_A_regA : A ; - fun gaze_V2_prepV2 : V2 ; + fun gaze_V2_prepV2at : V2 ; fun gaze_N_regN : N ; fun gear_N_regN : N ; fun gear_V2_regV2 : V2 ; @@ -2284,7 +2383,8 @@ abstract BigLexEngAbs = Cat ** { fun generator_N_regN : N ; fun generic_A_longA : A ; fun generosity_N_regN : N ; - fun generous_A2_prepA2 : A2 ; + fun generous_A_longA : A ; + fun generous_A2_prepA2to_long : A2 ; fun genitive_A_longA : A ; fun genius_N_regN : N ; fun gentle_A_regA : A ; @@ -2309,9 +2409,13 @@ abstract BigLexEngAbs = Cat ** { fun giraffe_N_regN : N ; fun girl_N_regN : N ; fun gist_N_regN : N ; + fun give_V3_irreg : V3 ; + fun give_V3_mkV3_to : V3 ; + fun glad_A_regA : A ; + fun glad_A_regA : A ; fun glad_A_regA : A ; fun glance_N_regN : N ; - fun glance_V2_prepV2 : V2 ; + fun glance_V2_prepV2at : V2 ; fun glass_N_regN : N ; fun glasses_N_regN : N ; fun glean_V2_regV2 : V2 ; @@ -2363,7 +2467,8 @@ abstract BigLexEngAbs = Cat ** { fun grasp_V2_regV2 : V2 ; fun grass_N_regN : N ; fun grateful_A_regA : A ; - fun grateful_A2_prepA2 : A2 ; + fun grateful_A2_prepA2to : A2 ; + fun grateful_A_regA : A ; fun gratuitous_A_longA : A ; fun grave_N_regN : N ; fun gravitation_N_regN : N ; @@ -2432,8 +2537,8 @@ abstract BigLexEngAbs = Cat ** { fun hammer_V2_regV2 : V2 ; fun hamper_V2_regV2 : V2 ; fun hand_N_regN : N ; - fun hand_V_regV : V ; - fun hand_V_regV : V ; + fun hand_V3_regV3 : V3 ; + fun hand_V3_mkV3_to : V3 ; fun handicap_N_regN : N ; fun handicap_V2_regV2 : V2 ; fun handkerchief_N_regN : N ; @@ -2445,8 +2550,10 @@ abstract BigLexEngAbs = Cat ** { fun happen_V_regV : V ; fun happening_N_regN : N ; fun happy_A_regA : A ; + fun happy_A_regA : A ; fun harbour_N_regN : N ; fun hard_A_regA : A ; + fun hard_A_regA : A ; fun hardly_Adv_mkAdv : Adv ; fun hardware_N_regN : N ; fun harm_N_regN : N ; @@ -2454,7 +2561,7 @@ abstract BigLexEngAbs = Cat ** { fun harmonium_N_regN : N ; fun harmony_N_regN : N ; fun harness_N_regN : N ; - fun harness_V_regV : V ; + fun harness_V3_mkV3_to : V3 ; fun has_V_regV : V ; fun has_V_regV : V ; fun has_V_regV : V ; @@ -2493,7 +2600,8 @@ abstract BigLexEngAbs = Cat ** { fun help_V2_regV2 : V2 ; fun hemlock_N_regN : N ; fun hen_N_regN : N ; - fun herd_N2_prepN2 : N2 ; + fun hence_V_mkV : V ; + fun herd_N2_prepN2of : N2 ; fun here_Adv_mkAdv : Adv ; fun herring_N_regN : N ; fun heterogeneity_N_regN : N ; @@ -2512,10 +2620,11 @@ abstract BigLexEngAbs = Cat ** { fun hindrance_N_regN : N ; fun hinge_N_regN : N ; fun hint_N_regN : N ; - fun hint_V2_prepV2 : V2 ; + fun hint_V2_prepV2at : V2 ; fun hire_V2_regV2 : V2 ; fun history_N_regN : N ; fun hit_V2_irreg : V2 ; + fun hither_Adv_mkAdv : Adv ; fun hitherto_Adv_mkAdv : Adv ; fun hoax_N_regN : N ; fun hoax_V2_regV2 : V2 ; @@ -2540,7 +2649,7 @@ abstract BigLexEngAbs = Cat ** { fun hop_N_regN : N ; fun hop_V_regV : V ; fun hope_N_regN : N ; - fun hope_V2_prepV2 : V2 ; + fun hope_V2_prepV2for : V2 ; fun hope_VS_mkVS : VS ; fun horizon_N_regN : N ; fun horizontal_A_longA : A ; @@ -2550,7 +2659,8 @@ abstract BigLexEngAbs = Cat ** { fun horrify_V2_regV2 : V2 ; fun horror_N_regN : N ; fun horse_N_regN : N ; - fun hospitable_A2_prepA2 : A2 ; + fun hospitable_A_longA : A ; + fun hospitable_A2_prepA2to_long : A2 ; fun hospital_N_regN : N ; fun hospitality_N_regN : N ; fun host_N_regN : N ; @@ -2576,10 +2686,10 @@ abstract BigLexEngAbs = Cat ** { fun hunch_V_regV : V ; fun hundred_N_regN : N ; fun hundred_N_regN : N ; - fun hunger_N2_prepN2 : N2 ; - fun hunger_V2_prepV2 : V2 ; + fun hunger_N2_prepN2for : N2 ; + fun hunger_V2_prepV2for : V2 ; fun hungry_A_regA : A ; - fun hungry_A2_prepA2 : A2 ; + fun hungry_A2_prepA2for : A2 ; fun hunt_N_regN : N ; fun hunt_V2_regV2 : V2 ; fun huntsman_N_regN : N ; @@ -2587,7 +2697,7 @@ abstract BigLexEngAbs = Cat ** { fun hurry_V_regV : V ; fun hurry_N_regN : N ; fun hurt_V2_irreg : V2 ; - fun husband_N2_prepN2 : N2 ; + fun husband_N2_prepN2of : N2 ; fun hut_N_regN : N ; fun hybrid_A_longA : A ; fun hydrogen_N_regN : N ; @@ -2602,7 +2712,8 @@ abstract BigLexEngAbs = Cat ** { fun icon_N_regN : N ; fun idea_N_regN : N ; fun ideal_A_longA : A ; - fun identical_A2_prepA2 : A2 ; + fun identical_A_longA : A ; + fun identical_A2_prepA2to_long : A2 ; fun identify_V2_regV2 : V2 ; fun identity_N_regN : N ; fun idiocy_N_regN : N ; @@ -2612,6 +2723,7 @@ abstract BigLexEngAbs = Cat ** { fun idle_A_regA : A ; fun idle_V_regV : V ; fun ignore_V2_regV2 : V2 ; + fun ill_A_longA : A ; fun illegal_A_longA : A ; fun illegitimacy_N_regN : N ; fun illegitimate_A_longA : A ; @@ -2638,41 +2750,55 @@ abstract BigLexEngAbs = Cat ** { fun immodesty_N_regN : N ; fun immune_A_longA : A ; fun impair_V2_regV2 : V2 ; - fun impart_V_regV : V ; + fun impart_V3_mkV3_to : V3 ; fun impartial_A_longA : A ; - fun impatience_N2_prepN2 : N2 ; - fun impatient_A2_prepA2 : A2 ; + fun impatience_N2_prepN2with : N2 ; + fun impatient_A_longA : A ; + fun impatient_A2_prepA2with_long : A2 ; fun impenetrable_A_longA : A ; + fun imperative_A_longA : A ; + fun imperative_A_longA : A ; fun imperfect_A_longA : A ; fun imperfection_N_regN : N ; fun imperial_A_longA : A ; fun imperious_A_longA : A ; fun impersonal_A_longA : A ; fun impertinent_A_longA : A ; - fun impinge_V2_prepV2 : V2 ; + fun impinge_V2_prepV2on : V2 ; fun implausible_A_longA : A ; fun implement_V2_regV2 : V2 ; fun implicate_V2_regV2 : V2 ; fun implicature_N_regN : N ; - fun implicit_A2_prepA2 : A2 ; + fun implicit_A_longA : A ; + fun implicit_A2_prepA2in_long : A2 ; fun imply_VS_mkVS : VS ; - fun impolite_A2_prepA2 : A2 ; + fun impolite_A_longA : A ; + fun impolite_A2_prepA2to_long : A2 ; fun import_N_regN : N ; fun import_V2_regV2 : V2 ; fun importance_N_regN : N ; - fun impose_V_regV : V ; + fun important_A_longA : A ; + fun important_V_mkV : V ; + fun important_V_mkV : V ; + fun impose_V3_mkV3_on : V3 ; fun imposition_N_regN : N ; + fun impossible_A_longA : A ; + fun impossible_A_longA : A ; + fun impossible_V_mkV : V ; + fun impossible_V_mkV : V ; fun imprecise_A_longA : A ; fun imprecision_N_regN : N ; fun impress_V2_regV2 : V2 ; fun improbable_A_longA : A ; fun improve_V_regV : V ; fun impure_A_regA : A ; + fun in_Adv_mkAdv : Adv ; + fun in_Adv_mkAdv : Adv ; fun in_Prep_mkPrep : Prep ; - fun inability_N2_prepN2 : N2 ; + fun inability_N2_prepN2to : N2 ; fun inaccuracy_N_regN : N ; fun inactive_A_longA : A ; - fun inadequacy_N2_prepN2 : N2 ; + fun inadequacy_N2_prepN2for : N2 ; fun inadequecy_N_regN : N ; fun incapacitate_V_regV : V ; fun incarnation_N_regN : N ; @@ -2688,7 +2814,10 @@ abstract BigLexEngAbs = Cat ** { fun inclusive_A_longA : A ; fun incoherence_N_regN : N ; fun income_N_regN : N ; + fun inconceivable_A_longA : A ; fun inconsistency_N_regN : N ; + fun incontestable_A_longA : A ; + fun incontestable_A_longA : A ; fun inconvenience_N_regN : N ; fun inconvenience_V2_regV2 : V2 ; fun incorporate_V_regV : V ; @@ -2714,12 +2843,13 @@ abstract BigLexEngAbs = Cat ** { fun indigestion_N_regN : N ; fun indirect_A_longA : A ; fun indiscriminate_A_longA : A ; + fun indistinguishable_A_longA : A ; fun individual_A_longA : A ; fun individual_N_regN : N ; fun indoor_A_longA : A ; fun induce_V_regV : V ; fun induct_V2_regV2 : V2 ; - fun indulge_V2_prepV2 : V2 ; + fun indulge_V2_prepV2in : V2 ; fun indulgent_A_longA : A ; fun industry_N_regN : N ; fun inescapable_A_longA : A ; @@ -2727,7 +2857,7 @@ abstract BigLexEngAbs = Cat ** { fun infect_V2_regV2 : V2 ; fun infection_N_regN : N ; fun infectious_A_longA : A ; - fun infer_V_regV : V ; + fun infer_V3_mkV3_from : V3 ; fun inference_N_regN : N ; fun inferior_A_longA : A ; fun inferior_A_longA : A ; @@ -2739,7 +2869,7 @@ abstract BigLexEngAbs = Cat ** { fun inflect_V_regV : V ; fun influence_N_regN : N ; fun influence_V2_regV2 : V2 ; - fun inform_V_regV : V ; + fun inform_V2_regV2 : V2 ; fun informal_A_longA : A ; fun informant_N_regN : N ; fun information_N_regN : N ; @@ -2747,27 +2877,29 @@ abstract BigLexEngAbs = Cat ** { fun ingenuity_N_regN : N ; fun ingredient_N_regN : N ; fun inhabit_V2_regV2 : V2 ; - fun inherent_A2_prepA2 : A2 ; - fun inherit_V_regV : V ; + fun inherent_A_longA : A ; + fun inherent_A2_prepA2to_long : A2 ; + fun inherit_V3_mkV3_from : V3 ; fun inheritance_N_regN : N ; fun inhibit_V_regV : V ; fun initial_A_longA : A ; fun initialize_V2_regV2 : V2 ; fun initiate_V_regV : V ; - fun inject_V_regV : V ; + fun inject_V3_mkV3_with : V3 ; fun injunction_N_regN : N ; fun injure_V2_regV2 : V2 ; fun injury_N_regN : N ; fun ink_N_regN : N ; fun inn_N_regN : N ; - fun innate_A2_prepA2 : A2 ; + fun innate_A_longA : A ; + fun innate_A2_prepA2to_long : A2 ; fun inner_A_longA : A ; fun innocuous_A_longA : A ; fun innovation_N_regN : N ; fun input_N_regN : N ; - fun inquire_V2_prepV2 : V2 ; + fun inquire_V2_prepV2about : V2 ; fun inquire_V_regV : V ; - fun inquiry_N2_prepN2 : N2 ; + fun inquiry_N2_prepN2about : N2 ; fun inscribe_V2_regV2 : V2 ; fun inscription_N_regN : N ; fun insect_N_regN : N ; @@ -2776,26 +2908,28 @@ abstract BigLexEngAbs = Cat ** { fun inside_N_regN : N ; fun insight_N_regN : N ; fun insist_V_regV : V ; - fun insistence_N2_prepN2 : N2 ; + fun insistence_N2_prepN2on : N2 ; fun insistence_N_regN : N ; + fun insistent_A_regA : A ; fun inspect_V2_regV2 : V2 ; fun inspector_N_regN : N ; fun inspire_V2_regV2 : V2 ; fun instability_N_regN : N ; fun install_V2_regV2 : V2 ; - fun instance_N2_prepN2 : N2 ; + fun instance_N2_prepN2of : N2 ; fun instant_N_regN : N ; fun instantiate_V2_regV2 : V2 ; fun instantly_Adv_mkAdv : Adv ; + fun instead_Adv_mkAdv : Adv ; fun instigate_V_regV : V ; - fun instil_V_regV : V ; + fun instil_V3_mkV3_in : V3 ; fun instinct_N_regN : N ; fun institute_V_regV : V ; fun institute_N_regN : N ; fun institution_N_regN : N ; fun instruct_V_regV : V ; fun instrument_N_regN : N ; - fun insulate_V_regV : V ; + fun insulate_V3_mkV3_from : V3 ; fun insult_N_regN : N ; fun insult_V2_regV2 : V2 ; fun insurance_N_regN : N ; @@ -2817,7 +2951,7 @@ abstract BigLexEngAbs = Cat ** { fun interest_N_regN : N ; fun interest_V2_regV2 : V2 ; fun interface_N_regN : N ; - fun interfere_V2_prepV2 : V2 ; + fun interfere_V2_prepV2with : V2 ; fun interference_N_regN : N ; fun interject_V_regV : V ; fun intermediate_A_longA : A ; @@ -2846,8 +2980,8 @@ abstract BigLexEngAbs = Cat ** { fun intrigue_V_regV : V ; fun intrinsic_A_longA : A ; fun intrinsically_Adv_mkAdv : Adv ; - fun introduce_V_regV : V ; - fun introduction_N2_prepN2 : N2 ; + fun introduce_V3_mkV3_to : V3 ; + fun introduction_N2_prepN2to : N2 ; fun introspection_N_regN : N ; fun introspective_A_longA : A ; fun intrude_V_regV : V ; @@ -2865,10 +2999,11 @@ abstract BigLexEngAbs = Cat ** { fun inverse_A_longA : A ; fun inversion_N_regN : N ; fun invert_V2_regV2 : V2 ; - fun invest_V_regV : V ; + fun invest_V3_mkV3_with : V3 ; fun investigate_V2_regV2 : V2 ; - fun invisible_A2_prepA2 : A2 ; - fun invite_V_regV : V ; + fun invisible_A_longA : A ; + fun invisible_A2_prepA2to_long : A2 ; + fun invite_V3_mkV3_to : V3 ; fun invocation_N_regN : N ; fun invoke_V2_regV2 : V2 ; fun involve_V2_regV2 : V2 ; @@ -2898,22 +3033,22 @@ abstract BigLexEngAbs = Cat ** { fun item_N_regN : N ; fun itemize_V2_regV2 : V2 ; fun iterate_V_regV : V ; - fun itself_N_regN : N ; fun January_PN_regPN : PN ; fun Japan_PN_regPN : PN ; fun japanese_A_longA : A ; fun jaundice_N_regN : N ; fun jaundiced_A_longA : A ; fun jaw_N_regN : N ; - fun jealous_A2_prepA2 : A2 ; - fun jealousy_N2_prepN2 : N2 ; + fun jealous_A_longA : A ; + fun jealous_A2_prepA2of_long : A2 ; + fun jealousy_N2_prepN2of : N2 ; fun jew_N_regN : N ; fun jewel_N_regN : N ; fun jeweller_N_regN : N ; fun jewellery_N_regN : N ; fun job_N_regN : N ; fun John_PN_regPN : PN ; - fun join_V_regV : V ; + fun join_V3_mkV3_to : V3 ; fun joint_N_regN : N ; fun joke_N_regN : N ; fun joke_V_regV : V ; @@ -2942,7 +3077,8 @@ abstract BigLexEngAbs = Cat ** { fun juxtapose_V2_regV2 : V2 ; fun juxtaposition_N_regN : N ; fun keen_A_regA : A ; - fun keen_A2_prepA2 : A2 ; + fun keen_A2_prepA2on : A2 ; + fun keen_A_regA : A ; fun keep_V2_irreg : V2 ; fun kennel_N_regN : N ; fun kettle_N_regN : N ; @@ -2951,13 +3087,13 @@ abstract BigLexEngAbs = Cat ** { fun kick_V2_regV2 : V2 ; fun kidney_N_regN : N ; fun kill_V2_regV2 : V2 ; - fun kill_V_regV : V ; + fun kill_V3_mkV3 : V3 ; fun kilogram_N_regN : N ; fun kilometre_N_regN : N ; fun Kim_PN_regPN : PN ; fun kind_N_regN : N ; fun kind_A_regA : A ; - fun kind_A2_prepA2 : A2 ; + fun kind_A2_prepA2to : A2 ; fun king_N_regN : N ; fun kingdom_N_regN : N ; fun kiss_N_regN : N ; @@ -2975,7 +3111,7 @@ abstract BigLexEngAbs = Cat ** { fun knot_N_regN : N ; fun knot_V2_regV2 : V2 ; fun know_VS_mkVS : VS ; - fun knowledge_N2_prepN2 : N2 ; + fun knowledge_N2_prepN2of : N2 ; fun knowledge_N_regN : N ; fun label_N_regN : N ; fun label_V2_regV2 : V2 ; @@ -3008,12 +3144,13 @@ abstract BigLexEngAbs = Cat ** { fun latitude_N_regN : N ; fun lattice_N_regN : N ; fun laugh_N_regN : N ; - fun laugh_V2_prepV2 : V2 ; + fun laugh_V2_prepV2at : V2 ; fun laughter_N_regN : N ; fun law_N_regN : N ; fun lawn_N_regN : N ; fun lawyer_N_regN : N ; fun lax_A_regA : A ; + fun lay_V3_mkV3_loc : V3 ; fun layer_N_regN : N ; fun layer_V2_regV2 : V2 ; fun laze_V_regV : V ; @@ -3022,7 +3159,7 @@ abstract BigLexEngAbs = Cat ** { fun lead_V2_irreg : V2 ; fun leaf_N_regN : N ; fun league_N_regN : N ; - fun lean_V2_prepV2 : V2 ; + fun lean_V2_prepV2on : V2 ; fun leap_V_regV : V ; fun learn_VS_mkVS : VS ; fun leather_N_regN : N ; @@ -3040,7 +3177,7 @@ abstract BigLexEngAbs = Cat ** { fun legitimate_A_longA : A ; fun legitimize_V2_regV2 : V2 ; fun lemon_N_regN : N ; - fun lend_V_regV : V ; + fun lend_V3_mkV3_to : V3 ; fun length_N_regN : N ; fun lengthen_V2_regV2 : V2 ; fun lesson_N_regN : N ; @@ -3076,7 +3213,7 @@ abstract BigLexEngAbs = Cat ** { fun like_V2_regV2 : V2 ; fun like_V_regV : V ; fun like_V_regV : V ; - fun likelihood_N2_prepN2 : N2 ; + fun likelihood_N2_prepN2of : N2 ; fun likely_A_longA : A ; fun likely_A_longA : A ; fun likely_A_longA : A ; @@ -3091,7 +3228,7 @@ abstract BigLexEngAbs = Cat ** { fun linguistic_A_longA : A ; fun linguistics_N_regN : N ; fun link_N_regN : N ; - fun link_V_regV : V ; + fun link_V3_mkV3_to : V3 ; fun lion_N_regN : N ; fun lip_N_regN : N ; fun liquefaction_N_regN : N ; @@ -3102,7 +3239,7 @@ abstract BigLexEngAbs = Cat ** { fun Lisp_PN_regPN : PN ; fun list_N_regN : N ; fun list_V2_regV2 : V2 ; - fun listen_V2_prepV2 : V2 ; + fun listen_V2_prepV2to : V2 ; fun Liszt_PN_regPN : PN ; fun literal_A_longA : A ; fun literary_A_longA : A ; @@ -3114,7 +3251,7 @@ abstract BigLexEngAbs = Cat ** { fun load_N_regN : N ; fun load_V2_regV2 : V2 ; fun loaf_N_regN : N ; - fun loan_V_regV : V ; + fun loan_V3_mkV3_to : V3 ; fun loaves_N_regN : N ; fun lobster_N_regN : N ; fun local_A_longA : A ; @@ -3131,11 +3268,11 @@ abstract BigLexEngAbs = Cat ** { fun lonely_A_regA : A ; fun long_Adv_mkAdv : Adv ; fun long_A_regA : A ; - fun long_V2_prepV2 : V2 ; + fun long_V2_prepV2for : V2 ; fun longwinded_A_longA : A ; fun look_N_regN : N ; - fun look_V_regV : V ; - fun look_V2_prepV2 : V2 ; + fun look_V3_mkV3 : V3 ; + fun look_V2_prepV2for : V2 ; fun loop_N_regN : N ; fun loophole_N_regN : N ; fun loose_A_regA : A ; @@ -3152,8 +3289,9 @@ abstract BigLexEngAbs = Cat ** { fun lovely_A_regA : A ; fun low_A_regA : A ; fun lower_V2_regV2 : V2 ; - fun loyal_A2_prepA2 : A2 ; - fun loyalty_N2_prepN2 : N2 ; + fun loyal_A_longA : A ; + fun loyal_A2_prepA2to_long : A2 ; + fun loyalty_N2_prepN2to : N2 ; fun luck_N_regN : N ; fun lump_N_regN : N ; fun lung_N_regN : N ; @@ -3164,9 +3302,9 @@ abstract BigLexEngAbs = Cat ** { fun machine_N_regN : N ; fun machinery_N_regN : N ; fun mad_A_regA : A ; - fun mad_A2_about : A2 ; - fun mad_A2_with : A2 ; - fun made_A2_prepA2 : A2 ; + fun mad_A2_prepA2about : A2 ; + fun mad_A2_prepA2with : A2 ; + fun made_A2_prepA2from_long : A2 ; fun magazine_N_regN : N ; fun magic_A_longA : A ; fun magic_N_regN : N ; @@ -3174,7 +3312,7 @@ abstract BigLexEngAbs = Cat ** { fun magnetic_A_longA : A ; fun magnitude_N_regN : N ; fun mail_N_regN : N ; - fun mail_V_regV : V ; + fun mail_V3_mkV3_to : V3 ; fun main_A_longA : A ; fun mainstream_A_longA : A ; fun maintain_V2_regV2 : V2 ; @@ -3208,7 +3346,7 @@ abstract BigLexEngAbs = Cat ** { fun manufacture_V2_regV2 : V2 ; fun manuscript_N_regN : N ; fun map_N_regN : N ; - fun map_V_regV : V ; + fun map_V3_mkV3_to : V3 ; fun mapping_N_regN : N ; fun march_N_regN : N ; fun March_PN_regPN : PN ; @@ -3269,19 +3407,21 @@ abstract BigLexEngAbs = Cat ** { fun medium_A_longA : A ; fun medium_N_regN : N ; fun meet_V2_irreg : V2 ; - fun meeting_N2_prepN2 : N2 ; + fun meeting_N2_prepN2with : N2 ; fun melody_N_regN : N ; fun melt_V_regV : V ; fun member_N_regN : N ; fun memorable_A_longA : A ; fun memorial_N_regN : N ; - fun memory_N2_prepN2 : N2 ; + fun memory_N2_prepN2ger : N2 ; + fun memory_N2_prepN2of : N2 ; fun men_N_regN : N ; fun mend_V2_regV2 : V2 ; fun mental_A_longA : A ; fun mention_N_regN : N ; fun mention_V2_regV2 : V2 ; fun mercy_N_regN : N ; + fun mere_A_regA : A ; fun merge_V2_regV2 : V2 ; fun merit_N_regN : N ; fun merry_A_regA : A ; @@ -3325,7 +3465,7 @@ abstract BigLexEngAbs = Cat ** { fun minimum_N_regN : N ; fun minister_N_regN : N ; fun ministry_N_regN : N ; - fun ministry_N2_prepN2 : N2 ; + fun ministry_N2_prepN2of : N2 ; fun minor_A_longA : A ; fun minor_N_regN : N ; fun minute_A_longA : A ; @@ -3336,11 +3476,13 @@ abstract BigLexEngAbs = Cat ** { fun misery_N_regN : N ; fun mislead_V2_regV2 : V2 ; fun misplace_V2_regV2 : V2 ; + fun miss_N_regN : N ; fun miss_V2_regV2 : V2 ; fun missile_N_regN : N ; fun mist_N_regN : N ; fun mistake_N_regN : N ; - fun mix_V_regV : V ; + fun mistake_V3_mkV3_for : V3 ; + fun mix_V3_mkV3_with : V3 ; fun mixture_N_regN : N ; fun mnemonic_A_longA : A ; fun mode_N_regN : N ; @@ -3382,7 +3524,7 @@ abstract BigLexEngAbs = Cat ** { fun mosque_N_regN : N ; fun mosquito_N_regN : N ; fun mostly_Adv_mkAdv : Adv ; - fun mother_N2_prepN2 : N2 ; + fun mother_N2_prepN2of : N2 ; fun motion_N_regN : N ; fun motivate_V2_regV2 : V2 ; fun motive_N_regN : N ; @@ -3393,13 +3535,15 @@ abstract BigLexEngAbs = Cat ** { fun mouse_N_regN : N ; fun mouth_N_regN : N ; fun move_V_regV : V ; + fun mr_N_regN : N ; + fun mrs_N_regN : N ; fun mud_N_regN : N ; fun muesli_N_regN : N ; fun multifarious_A_longA : A ; fun multiple_A_longA : A ; fun multiplicity_N_regN : N ; - fun multiply_V_regV : V ; - fun multitude_N2_prepN2 : N2 ; + fun multiply_V3_mkV3_by : V3 ; + fun multitude_N2_prepN2of : N2 ; fun mundane_A_longA : A ; fun murder_N_regN : N ; fun muscle_N_regN : N ; @@ -3407,7 +3551,7 @@ abstract BigLexEngAbs = Cat ** { fun music_N_regN : N ; fun musical_N_regN : N ; fun must_V_regV : V ; - fun mutter_V2_prepV2 : V2 ; + fun mutter_V2_prepV2about : V2 ; fun mutual_A_longA : A ; fun mystery_N_regN : N ; fun myth_N_regN : N ; @@ -3425,14 +3569,16 @@ abstract BigLexEngAbs = Cat ** { fun native_A_longA : A ; fun native_N_regN : N ; fun nature_N_regN : N ; + fun navigate_V_mkV : V ; fun navigator_N_regN : N ; fun navy_N_regN : N ; fun near_A_regA : A ; - fun near_A2_prepA2 : A2 ; + fun near_A2_prepA2to : A2 ; fun nearby_Adv_mkAdv : Adv ; fun neat_A_regA : A ; - fun necessary_A2_for : A2 ; - fun necessary_A2_to : A2 ; + fun necessary_A_longA : A ; + fun necessary_A2_prepA2for_long : A2 ; + fun necessary_A2_prepA2to_long : A2 ; fun necessitate_V2_regV2 : V2 ; fun necessity_N_regN : N ; fun neck_N_regN : N ; @@ -3447,13 +3593,13 @@ abstract BigLexEngAbs = Cat ** { fun negligence_N_regN : N ; fun negligent_A_longA : A ; fun negligible_A_longA : A ; - fun negotiate_V2_prepV2 : V2 ; + fun negotiate_V2_prepV2with : V2 ; fun neighbour_N_regN : N ; - fun nephew_N2_prepN2 : N2 ; + fun nephew_N2_prepN2of : N2 ; fun nerve_N_regN : N ; fun nervous_A_longA : A ; fun nest_N_regN : N ; - fun nest_V2_prepV2 : V2 ; + fun nest_V2_prepV2in : V2 ; fun net_N_regN : N ; fun network_N_regN : N ; fun neutral_A_longA : A ; @@ -3486,7 +3632,8 @@ abstract BigLexEngAbs = Cat ** { fun normal_A_longA : A ; fun normative_A_longA : A ; fun north_N_regN : N ; - fun north_A2_prepA2 : A2 ; + fun north_A_longA : A ; + fun north_A2_prepA2of_long : A2 ; fun northern_A_longA : A ; fun nose_N_regN : N ; fun notation_N_regN : N ; @@ -3497,7 +3644,8 @@ abstract BigLexEngAbs = Cat ** { fun notice_VS_mkVS : VS ; fun notion_N_regN : N ; fun notoriety_N_regN : N ; - fun notorious_A2_prepA2 : A2 ; + fun notorious_A_longA : A ; + fun notorious_A2_prepA2for_long : A2 ; fun notwithstanding_Adv_mkAdv : Adv ; fun noun_N_regN : N ; fun novel_A_longA : A ; @@ -3507,6 +3655,8 @@ abstract BigLexEngAbs = Cat ** { fun novice_N_regN : N ; fun now_Adv_mkAdv : Adv ; fun now_Adv_mkAdv : Adv ; + fun nowhere_Adv_mkAdv : Adv ; + fun nuclear_A_regA : A ; fun nucleus_N_regN : N ; fun nudge_N_regN : N ; fun nudge_V2_regV2 : V2 ; @@ -3530,12 +3680,13 @@ abstract BigLexEngAbs = Cat ** { fun oats_N_regN : N ; fun obey_V2_regV2 : V2 ; fun object_N_regN : N ; - fun object_V2_prepV2 : V2 ; + fun object_V2_prepV2to : V2 ; fun objectionable_A_longA : A ; fun objective_A_longA : A ; fun objective_N_regN : N ; fun obligation_N_regN : N ; - fun obligatory_A2_prepA2 : A2 ; + fun obligatory_A_longA : A ; + fun obligatory_A2_prepA2for_long : A2 ; fun oblige_V_regV : V ; fun oblique_A_longA : A ; fun obscure_A_longA : A ; @@ -3557,10 +3708,11 @@ abstract BigLexEngAbs = Cat ** { fun odd_A_regA : A ; fun odds_N_regN : N ; fun of_Prep_mkPrep : Prep ; + fun off_Adv_mkAdv : Adv ; fun off_Prep_mkPrep : Prep ; - fun offence_N2_prepN2 : N2 ; + fun offence_N2_prepN2against : N2 ; fun offend_V2_regV2 : V2 ; - fun offense_N2_prepN2 : N2 ; + fun offense_N2_prepN2against : N2 ; fun offensive_A_longA : A ; fun offer_V_regV : V ; fun offer_N_regN : N ; @@ -3576,6 +3728,7 @@ abstract BigLexEngAbs = Cat ** { fun omission_N_regN : N ; fun omit_V2_regV2 : V2 ; fun omniscient_A_longA : A ; + fun on_Adv_mkAdv : Adv ; fun on_Prep_mkPrep : Prep ; fun once_Adv_mkAdv : Adv ; fun onerous_A_longA : A ; @@ -3591,7 +3744,7 @@ abstract BigLexEngAbs = Cat ** { fun opening_N_regN : N ; fun operand_N_regN : N ; fun operate_V2_regV2 : V2 ; - fun operation_N2_prepN2 : N2 ; + fun operation_N2_prepN2on : N2 ; fun operator_N_regN : N ; fun opinion_N_regN : N ; fun opponent_N_regN : N ; @@ -3601,7 +3754,7 @@ abstract BigLexEngAbs = Cat ** { fun oppose_V2_regV2 : V2 ; fun opposite_A_longA : A ; fun opposite_Adv_mkAdv : Adv ; - fun opposition_N2_prepN2 : N2 ; + fun opposition_N2_prepN2to : N2 ; fun optimal_A_longA : A ; fun optimism_N_regN : N ; fun optimist_N_regN : N ; @@ -3638,6 +3791,7 @@ abstract BigLexEngAbs = Cat ** { fun other_N_regN : N ; fun otherwise_Adv_mkAdv : Adv ; fun ought_V_regV : V ; + fun out_Adv_mkAdv : Adv ; fun outdated_A_longA : A ; fun outdoor_A_longA : A ; fun outdoors_N_regN : N ; @@ -3661,7 +3815,7 @@ abstract BigLexEngAbs = Cat ** { fun overt_A_longA : A ; fun overture_N_regN : N ; fun overwhelm_V2_regV2 : V2 ; - fun owe_V_regV : V ; + fun owe_V3_regV3 : V3 ; fun own_A_longA : A ; fun own_V2_regV2 : V2 ; fun ox_N_regN : N ; @@ -3679,7 +3833,7 @@ abstract BigLexEngAbs = Cat ** { fun paint_N_regN : N ; fun paint_V2_regV2 : V2 ; fun pair_N_regN : N ; - fun pair_V_regV : V ; + fun pair_V3_mkV3_with : V3 ; fun palace_N_regN : N ; fun pale_A_regA : A ; fun pamper_V2_regV2 : V2 ; @@ -3699,7 +3853,8 @@ abstract BigLexEngAbs = Cat ** { fun paragraph_N_regN : N ; fun parallel_N_regN : N ; fun parallel_V2_regV2 : V2 ; - fun parallel_A2_prepA2 : A2 ; + fun parallel_A_longA : A ; + fun parallel_A2_prepA2to_long : A2 ; fun parameter_N_regN : N ; fun paraphrase_N_regN : N ; fun paraphrase_V2_regV2 : V2 ; @@ -3707,7 +3862,7 @@ abstract BigLexEngAbs = Cat ** { fun parasitic_A_longA : A ; fun parasol_N_regN : N ; fun parcel_N_regN : N ; - fun parent_N2_prepN2 : N2 ; + fun parent_N2_prepN2of : N2 ; fun parentheses_N_regN : N ; fun parenthesis_N_regN : N ; fun parenthesize_V2_regV2 : V2 ; @@ -3729,7 +3884,7 @@ abstract BigLexEngAbs = Cat ** { fun partly_Adv_mkAdv : Adv ; fun partner_N_regN : N ; fun party_N_regN : N ; - fun pass_V_regV : V ; + fun pass_V3_mkV3_to : V3 ; fun passage_N_regN : N ; fun passenger_N_regN : N ; fun passion_N_regN : N ; @@ -3738,7 +3893,7 @@ abstract BigLexEngAbs = Cat ** { fun past_A_longA : A ; fun past_N_regN : N ; fun paste_N_regN : N ; - fun paste_V_regV : V ; + fun paste_V3_mkV3_to : V3 ; fun pastry_N_regN : N ; fun pasty_N_regN : N ; fun pat_V2_regV2 : V2 ; @@ -3746,18 +3901,20 @@ abstract BigLexEngAbs = Cat ** { fun pathology_N_regN : N ; fun patience_N_regN : N ; fun patient_N_regN : N ; - fun patient_A2_prepA2 : A2 ; + fun patient_A_longA : A ; + fun patient_A2_prepA2with_long : A2 ; fun pattern_N_regN : N ; - fun paucity_N2_prepN2 : N2 ; + fun paucity_N2_prepN2of : N2 ; fun pause_V_regV : V ; fun pause_N_regN : N ; fun pay_N_regN : N ; - fun pay_V2_mkV2 : V2 ; + fun pay_V2_mkV2_for : V2 ; fun pea_N_regN : N ; fun peace_N_regN : N ; fun peak_N_regN : N ; fun pear_N_regN : N ; - fun peculiar_A2_prepA2 : A2 ; + fun peculiar_A_longA : A ; + fun peculiar_A2_prepA2to_long : A2 ; fun pedagogical_A_longA : A ; fun pedant_N_regN : N ; fun pedantic_A_longA : A ; @@ -3809,7 +3966,7 @@ abstract BigLexEngAbs = Cat ** { fun personal_A_longA : A ; fun perspective_N_regN : N ; fun perspicuous_A_longA : A ; - fun persuade_V_regV : V ; + fun persuade_V2_regV2 : V2 ; fun persuade_V_regV : V ; fun persuasion_N_regN : N ; fun persuasive_A_longA : A ; @@ -3844,7 +4001,7 @@ abstract BigLexEngAbs = Cat ** { fun piano_N_regN : N ; fun pick_N_regN : N ; fun pick_V2_regV2 : V2 ; - fun pick_V_regV : V ; + fun pick_V3_mkV3 : V3 ; fun picnic_N_regN : N ; fun picnic_V_regV : V ; fun picture_N_regN : N ; @@ -3862,7 +4019,7 @@ abstract BigLexEngAbs = Cat ** { fun pilot_N_regN : N ; fun pilot_V2_regV2 : V2 ; fun pin_N_regN : N ; - fun pin_V_regV : V ; + fun pin_V3_mkV3_to : V3 ; fun pink_A_regA : A ; fun pipe_N_regN : N ; fun pistol_N_regN : N ; @@ -3875,7 +4032,7 @@ abstract BigLexEngAbs = Cat ** { fun pity_N_regN : N ; fun place_N_regN : N ; fun place_V2_regV2 : V2 ; - fun place_V_regV : V ; + fun place_V3_mkV3_in : V3 ; fun plague_N_regN : N ; fun plague_V2_regV2 : V2 ; fun plain_A_regA : A ; @@ -3895,7 +4052,7 @@ abstract BigLexEngAbs = Cat ** { fun play_N_regN : N ; fun play_V2_regV2 : V2 ; fun play_V_regV : V ; - fun play_V2_prepV2 : V2 ; + fun play_V2_prepV2with : V2 ; fun pleasant_A_longA : A ; fun please_V2_regV2 : V2 ; fun pleasure_N_regN : N ; @@ -3919,7 +4076,7 @@ abstract BigLexEngAbs = Cat ** { fun poet_N_regN : N ; fun poetry_N_regN : N ; fun point_N_regN : N ; - fun point_V2_prepV2 : V2 ; + fun point_V2_prepV2to : V2 ; fun poison_N_regN : N ; fun poison_V2_regV2 : V2 ; fun Poland_PN_regPN : PN ; @@ -3932,7 +4089,8 @@ abstract BigLexEngAbs = Cat ** { fun polish_A_longA : A ; fun polish_N_regN : N ; fun polish_V2_regV2 : V2 ; - fun polite_A2_prepA2 : A2 ; + fun polite_A_longA : A ; + fun polite_A2_prepA2to_long : A2 ; fun political_A_longA : A ; fun politician_N_regN : N ; fun politics_N_regN : N ; @@ -3942,12 +4100,14 @@ abstract BigLexEngAbs = Cat ** { fun poor_N_regN : N ; fun poor_A_regA : A ; fun pop_N_regN : N ; - fun popular_A2_prepA2 : A2 ; - fun populated_A2_prepA2 : A2 ; + fun popular_A_longA : A ; + fun popular_A2_prepA2with_long : A2 ; + fun populated_A_longA : A ; + fun populated_A2_prepA2by_long : A2 ; fun population_N_regN : N ; fun porcupine_N_regN : N ; fun pore_N_regN : N ; - fun pore_V2_prepV2 : V2 ; + fun pore_V2_prepV2over : V2 ; fun pork_N_regN : N ; fun porosity_N_regN : N ; fun porous_A_longA : A ; @@ -3958,11 +4118,16 @@ abstract BigLexEngAbs = Cat ** { fun pose_N_regN : N ; fun pose_V2_regV2 : V2 ; fun position_N_regN : N ; + fun positive_A_longA : A ; + fun positive_A_longA : A ; fun positively_Adv_mkAdv : Adv ; fun possess_V2_regV2 : V2 ; fun possession_N_regN : N ; + fun possible_A_longA : A ; + fun possible_A_longA : A ; + fun possible_A_regA : A ; fun post_N_regN : N ; - fun post_V_regV : V ; + fun post_V3_mkV3_to : V3 ; fun posterior_A_longA : A ; fun postman_N_regN : N ; fun postmen_N_regN : N ; @@ -3975,7 +4140,7 @@ abstract BigLexEngAbs = Cat ** { fun potential_A_longA : A ; fun pound_N_regN : N ; fun pound_V2_regV2 : V2 ; - fun pour_V_regV : V ; + fun pour_V3_mkV3_loc : V3 ; fun powder_N_regN : N ; fun power_N_regN : N ; fun power_V2_regV2 : V2 ; @@ -3988,7 +4153,7 @@ abstract BigLexEngAbs = Cat ** { fun pragmatics_N_regN : N ; fun praise_N_regN : N ; fun praise_V2_regV2 : V2 ; - fun pray_V2_prepV2 : V2 ; + fun pray_V2_prepV2to : V2 ; fun prayer_N_regN : N ; fun precarious_A_longA : A ; fun precede_V2_regV2 : V2 ; @@ -4003,9 +4168,9 @@ abstract BigLexEngAbs = Cat ** { fun predicate_N_regN : N ; fun predicate_V2_regV2 : V2 ; fun predict_V2_regV2 : V2 ; - fun predilection_N2_prepN2 : N2 ; + fun predilection_N2_prepN2for : N2 ; fun preface_N_regN : N ; - fun prefer_V_regV : V ; + fun prefer_V3_mkV3_to : V3 ; fun prefer_V_regV : V ; fun prefer_V_regV : V ; fun prefer_V_regV : V ; @@ -4016,10 +4181,10 @@ abstract BigLexEngAbs = Cat ** { fun prejudiced_A_longA : A ; fun preliminary_A_longA : A ; fun premise_N_regN : N ; - fun preoccupation_N2_prepN2 : N2 ; - fun preoccupied_A2_prepA2 : A2 ; + fun preoccupation_N2_prepN2with : N2 ; + fun preoccupied_A2_prepA2with_long : A2 ; fun preoccupy_V2_regV2 : V2 ; - fun prepare_V_regV : V ; + fun prepare_V3_mkV3_for : V3 ; fun preposition_N_regN : N ; fun prerequisite_N_regN : N ; fun prescribe_V2_regV2 : V2 ; @@ -4028,8 +4193,8 @@ abstract BigLexEngAbs = Cat ** { fun presence_N_regN : N ; fun present_A_longA : A ; fun present_N_regN : N ; - fun present_V_regV : V ; - fun preserve_V_regV : V ; + fun present_V3_mkV3_with : V3 ; + fun preserve_V3_mkV3_from : V3 ; fun preside_V_regV : V ; fun presidency_N_regN : N ; fun president_N_regN : N ; @@ -4053,6 +4218,8 @@ abstract BigLexEngAbs = Cat ** { fun priest_N_regN : N ; fun prim_A_regA : A ; fun primary_A_longA : A ; + fun prime_N_mkN : N ; + fun prime_N_mkN : N ; fun primitive_A_longA : A ; fun prince_N_regN : N ; fun principal_A_longA : A ; @@ -4060,7 +4227,8 @@ abstract BigLexEngAbs = Cat ** { fun principled_A_longA : A ; fun print_V2_regV2 : V2 ; fun prior_N_regN : N ; - fun prior_A2_prepA2 : A2 ; + fun prior_A_longA : A ; + fun prior_A2_prepA2to_long : A2 ; fun priority_N_regN : N ; fun prison_N_regN : N ; fun privacy_N_regN : N ; @@ -4068,6 +4236,8 @@ abstract BigLexEngAbs = Cat ** { fun privilege_N_regN : N ; fun prize_N_regN : N ; fun probability_N_regN : N ; + fun probable_A_longA : A ; + fun probable_A_longA : A ; fun probe_N_regN : N ; fun probe_V2_regV2 : V2 ; fun problem_N_regN : N ; @@ -4084,14 +4254,15 @@ abstract BigLexEngAbs = Cat ** { fun product_N_regN : N ; fun profession_N_regN : N ; fun professor_N_regN : N ; - fun proficiency_N2_prepN2 : N2 ; + fun professor_N_regN : N ; + fun proficiency_N2_prepN2in : N2 ; fun proficient_A_longA : A ; fun profit_N_regN : N ; fun profitable_A_longA : A ; fun profound_A_longA : A ; fun profundity_N_regN : N ; fun profuse_A_longA : A ; - fun profusion_N2_prepN2 : N2 ; + fun profusion_N2_prepN2of : N2 ; fun prognosis_N_regN : N ; fun program_N_regN : N ; fun program_V_regV : V ; @@ -4111,14 +4282,15 @@ abstract BigLexEngAbs = Cat ** { fun prompt_N_regN : N ; fun prompt_V2_regV2 : V2 ; fun promulgate_V2_regV2 : V2 ; - fun prone_A2_prepA2 : A2 ; + fun prone_A_longA : A ; + fun prone_A2_prepA2to_long : A2 ; fun pronominal_A_longA : A ; fun pronoun_N_regN : N ; fun pronounce_V2_regV2 : V2 ; fun pronunciation_N_regN : N ; fun proof_N_regN : N ; fun propagate_V_regV : V ; - fun propensity_N2_prepN2 : N2 ; + fun propensity_N2_prepN2for : N2 ; fun proper_A_longA : A ; fun property_N_regN : N ; fun proponent_N_regN : N ; @@ -4129,19 +4301,19 @@ abstract BigLexEngAbs = Cat ** { fun prose_N_regN : N ; fun prosody_N_regN : N ; fun prospect_N_regN : N ; - fun prospect_V2_prepV2 : V2 ; + fun prospect_V2_prepV2for : V2 ; fun prospective_A_longA : A ; fun prospector_N_regN : N ; - fun protect_V_regV : V ; + fun protect_V3_mkV3_from : V3 ; fun protest_N_regN : N ; - fun protest_V2_prepV2 : V2 ; + fun protest_V2_prepV2against : V2 ; fun protocol_N_regN : N ; fun prototype_N_regN : N ; fun proud_A_regA : A ; - fun proud_A2_prepA2 : A2 ; + fun proud_A2_prepA2of : A2 ; fun prove_VS_mkVS : VS ; fun proven_A_longA : A ; - fun provide_V_regV : V ; + fun provide_V3_mkV3_for : V3 ; fun provision_N_regN : N ; fun prune_N_regN : N ; fun prune_V2_regV2 : V2 ; @@ -4173,6 +4345,7 @@ abstract BigLexEngAbs = Cat ** { fun pursuit_N_regN : N ; fun purveyor_N_regN : N ; fun push_V2_regV2 : V2 ; + fun put_V3_mkV3_loc : V3 ; fun puzzle_V_regV : V ; fun puzzle_V_regV : V ; fun puzzle_N_regN : N ; @@ -4180,13 +4353,13 @@ abstract BigLexEngAbs = Cat ** { fun pyramid_N_regN : N ; fun quadruple_N_regN : N ; fun quail_N_regN : N ; - fun qualify_V2_prepV2 : V2 ; + fun qualify_V2_prepV2for : V2 ; fun qualitative_A_longA : A ; fun quality_N_regN : N ; fun quantify_V2_regV2 : V2 ; fun quantitative_A_longA : A ; fun quantity_N_regN : N ; - fun quarrel_N2_prepN2 : N2 ; + fun quarrel_N2_prepN2with : N2 ; fun quarter_N_regN : N ; fun quartet_N_regN : N ; fun queen_N_regN : N ; @@ -4196,7 +4369,7 @@ abstract BigLexEngAbs = Cat ** { fun quest_N_regN : N ; fun question_N_regN : N ; fun question_V2_regV2 : V2 ; - fun quibble_V2_prepV2 : V2 ; + fun quibble_V2_prepV2about : V2 ; fun quick_A_regA : A ; fun quiet_A_regA : A ; fun quiet_N_regN : N ; @@ -4228,7 +4401,7 @@ abstract BigLexEngAbs = Cat ** { fun raisin_N_regN : N ; fun random_A_longA : A ; fun range_N_regN : N ; - fun range_V2_prepV2 : V2 ; + fun range_V2_prepV2over : V2 ; fun rank_N_regN : N ; fun rank_V2_regV2 : V2 ; fun rapid_A_longA : A ; @@ -4247,7 +4420,7 @@ abstract BigLexEngAbs = Cat ** { fun reach_V2_regV2 : V2 ; fun read_V2_irreg : V2 ; fun ready_A_regA : A ; - fun ready_A2_prepA2 : A2 ; + fun ready_A2_prepA2for : A2 ; fun real_A_longA : A ; fun realist_N_regN : N ; fun realistic_A_longA : A ; @@ -4257,13 +4430,13 @@ abstract BigLexEngAbs = Cat ** { fun rear_A_longA : A ; fun rear_N_regN : N ; fun reason_V_regV : V ; - fun reason_N2_prepN2 : N2 ; + fun reason_N2_prepN2for : N2 ; fun reasonable_A_longA : A ; fun rebut_V2_regV2 : V2 ; fun recapitulate_V2_regV2 : V2 ; fun recede_V_regV : V ; fun receipt_N_regN : N ; - fun receive_V_regV : V ; + fun receive_V3_mkV3_from : V3 ; fun recency_N_regN : N ; fun recent_A_longA : A ; fun reception_N_regN : N ; @@ -4280,7 +4453,7 @@ abstract BigLexEngAbs = Cat ** { fun reconcile_V2_regV2 : V2 ; fun record_N_regN : N ; fun record_V2_regV2 : V2 ; - fun recourse_N2_prepN2 : N2 ; + fun recourse_N2_prepN2to : N2 ; fun recover_V_regV : V ; fun recovery_N_regN : N ; fun rectify_V2_regV2 : V2 ; @@ -4294,8 +4467,8 @@ abstract BigLexEngAbs = Cat ** { fun redundancy_N_regN : N ; fun redundant_A_longA : A ; fun reed_N_regN : N ; - fun refer_V2_prepV2 : V2 ; - fun reference_N2_prepN2 : N2 ; + fun refer_V2_prepV2to : V2 ; + fun reference_N2_prepN2to : N2 ; fun referent_N_regN : N ; fun referral_N_regN : N ; fun refine_V2_regV2 : V2 ; @@ -4308,7 +4481,7 @@ abstract BigLexEngAbs = Cat ** { fun refuse_V_regV : V ; fun refute_V2_regV2 : V2 ; fun regard_N_regN : N ; - fun regard_V_regV : V ; + fun regard_V3_mkV3_as : V3 ; fun regime_N_regN : N ; fun regiment_N_regN : N ; fun regiment_V2_regV2 : V2 ; @@ -4320,15 +4493,17 @@ abstract BigLexEngAbs = Cat ** { fun reinforce_V2_regV2 : V2 ; fun reject_V2_regV2 : V2 ; fun rejoice_V_regV : V ; - fun relate_V_regV : V ; - fun related_A2_prepA2 : A2 ; + fun relate_V3_mkV3_to : V3 ; + fun related_A_longA : A ; + fun related_A2_prepA2to_long : A2 ; fun relation_N_regN : N ; fun relative_N_regN : N ; fun relax_V_regV : V ; fun release_V2_regV2 : V2 ; - fun relegate_V_regV : V ; - fun relevance_N2_prepN2 : N2 ; - fun relevant_A2_prepA2 : A2 ; + fun relegate_V3_mkV3_to : V3 ; + fun relevance_N2_prepN2to : N2 ; + fun relevant_A_longA : A ; + fun relevant_A2_prepA2to_long : A2 ; fun reliable_A_longA : A ; fun relief_N_regN : N ; fun relieve_V2_regV2 : V2 ; @@ -4336,7 +4511,9 @@ abstract BigLexEngAbs = Cat ** { fun religious_A_longA : A ; fun relinquish_V2_regV2 : V2 ; fun reluctance_N_regN : N ; - fun rely_V2_prepV2 : V2 ; + fun reluctant_A_longA : A ; + fun reluctant_A_regA : A ; + fun rely_V2_prepV2on : V2 ; fun remain_V_regV : V ; fun remainder_N_regN : N ; fun remains_N_regN : N ; @@ -4345,16 +4522,16 @@ abstract BigLexEngAbs = Cat ** { fun remedy_N_regN : N ; fun remedy_V2_regV2 : V2 ; fun remember_VS_mkVS : VS ; - fun remind_V_regV : V ; + fun remind_V2_regV2 : V2 ; fun remind_V_regV : V ; fun reminder_N_regN : N ; fun reminiscent_A_longA : A ; fun reminiscent_A_longA : A ; fun remnant_N_regN : N ; fun remote_A_regA : A ; - fun remove_V_regV : V ; + fun remove_V3_mkV3_from : V3 ; fun renaissance_N_regN : N ; - fun render_V_regV : V ; + fun render_V2A_mkV2A : V2A ; fun rendition_N_regN : N ; fun renew_V2_regV2 : V2 ; fun renounce_V2_regV2 : V2 ; @@ -4372,22 +4549,22 @@ abstract BigLexEngAbs = Cat ** { fun replica_N_regN : N ; fun replicate_V2_regV2 : V2 ; fun reply_N_regN : N ; - fun reply_V2_prepV2 : V2 ; + fun reply_V2_prepV2to : V2 ; fun report_N_regN : N ; fun report_V2_regV2 : V2 ; fun report_VS_mkVS : VS ; fun reprehend_V2_regV2 : V2 ; fun reprehensible_A_longA : A ; - fun represent_V_regV : V ; + fun represent_V3_mkV3_as : V3 ; fun representative_A_longA : A ; fun representative_N_regN : N ; fun reprove_V2_regV2 : V2 ; fun reptile_N_regN : N ; fun republic_N_regN : N ; fun request_V2_regV2 : V2 ; - fun request_N2_prepN2 : N2 ; + fun request_N2_prepN2for : N2 ; fun require_V2_regV2 : V2 ; - fun require_V2_prepV2 : V2 ; + fun require_V2_prepV2_sbse : V2 ; fun requisite_A_longA : A ; fun rescue_V2_regV2 : V2 ; fun resemble_V2_regV2 : V2 ; @@ -4403,20 +4580,21 @@ abstract BigLexEngAbs = Cat ** { fun resolution_N_regN : N ; fun resolve_V2_regV2 : V2 ; fun resort_N_regN : N ; - fun resort_V2_prepV2 : V2 ; + fun resort_V2_prepV2to : V2 ; fun resource_N_regN : N ; fun respect_N_regN : N ; fun respect_V2_regV2 : V2 ; fun respective_A_longA : A ; fun respiration_N_regN : N ; fun respiratory_A_longA : A ; - fun respond_V2_prepV2 : V2 ; - fun response_N2_prepN2 : N2 ; - fun responsible_A2_prepA2 : A2 ; + fun respond_V2_prepV2to : V2 ; + fun response_N2_prepN2to : N2 ; + fun responsible_A_longA : A ; + fun responsible_A2_prepA2for_long : A2 ; fun rest_N_regN : N ; fun rest_V_regV : V ; fun restaurant_N_regN : N ; - fun restore_V_regV : V ; + fun restore_V3_mkV3_to : V3 ; fun restrain_V2_regV2 : V2 ; fun restraint_N_regN : N ; fun restrict_V_regV : V ; @@ -4433,15 +4611,15 @@ abstract BigLexEngAbs = Cat ** { fun retrieve_V2_regV2 : V2 ; fun return_N_regN : N ; fun return_V2_regV2 : V2 ; - fun return_V2_prepV2 : V2 ; + fun return_V2_prepV2to : V2 ; fun revamp_V2_regV2 : V2 ; fun reveal_V2_regV2 : V2 ; - fun revel_V2_prepV2 : V2 ; + fun revel_V2_prepV2in : V2 ; fun revelation_N_regN : N ; fun revenge_N_regN : N ; fun revenue_N_regN : N ; fun reverse_V2_regV2 : V2 ; - fun reverse_N2_prepN2 : N2 ; + fun reverse_N2_prepN2of : N2 ; fun reversible_A_longA : A ; fun revise_V_regV : V ; fun revive_V2_regV2 : V2 ; @@ -4450,11 +4628,11 @@ abstract BigLexEngAbs = Cat ** { fun revolution_N_regN : N ; fun revolve_V_regV : V ; fun reward_V2_regV2 : V2 ; - fun reward_N2_prepN2 : N2 ; + fun reward_N2_prepN2for : N2 ; fun rhetoric_N_regN : N ; fun rice_N_regN : N ; fun rich_A_regA : A ; - fun rid_V_regV : V ; + fun rid_V3_mkV3_of : V3 ; fun ride_N_regN : N ; fun ride_V2_regV2 : V2 ; fun ridiculous_A_longA : A ; @@ -4510,7 +4688,7 @@ abstract BigLexEngAbs = Cat ** { fun rubber_N_regN : N ; fun rubbish_N_regN : N ; fun rude_A_regA : A ; - fun rude_A2_prepA2 : A2 ; + fun rude_A2_prepA2to : A2 ; fun rudimentary_A_longA : A ; fun ruin_N_regN : N ; fun ruin_V2_regV2 : V2 ; @@ -4526,7 +4704,7 @@ abstract BigLexEngAbs = Cat ** { fun sad_A_regA : A ; fun safe_N_regN : N ; fun safe_A_regA : A ; - fun safe_A2_prepA2 : A2 ; + fun safe_A2_prepA2from : A2 ; fun safety_N_regN : N ; fun sail_N_regN : N ; fun saint_N_regN : N ; @@ -4584,13 +4762,13 @@ abstract BigLexEngAbs = Cat ** { fun scope_N_regN : N ; fun score_N_regN : N ; fun score_V_regV : V ; - fun score_N2_prepN2 : N2 ; + fun score_N2_prepN2of : N2 ; fun scramble_V2_regV2 : V2 ; fun scratch_N_regN : N ; fun scratch_V2_regV2 : V2 ; fun screen_N_regN : N ; fun screw_N_regN : N ; - fun screw_V_regV : V ; + fun screw_V3_mkV3_to : V3 ; fun screw_V_regV : V ; fun script_N_regN : N ; fun scrupulous_A_longA : A ; @@ -4598,7 +4776,7 @@ abstract BigLexEngAbs = Cat ** { fun sea_N_regN : N ; fun search_N_regN : N ; fun search_V2_regV2 : V2 ; - fun search_V2_prepV2 : V2 ; + fun search_V2_prepV2for : V2 ; fun season_N_regN : N ; fun season_V2_regV2 : V2 ; fun seat_N_regN : N ; @@ -4610,7 +4788,7 @@ abstract BigLexEngAbs = Cat ** { fun section_N_regN : N ; fun secure_V2_regV2 : V2 ; fun secure_A_regA : A ; - fun secure_A2_prepA2 : A2 ; + fun secure_A2_prepA2from : A2 ; fun see_V2_irreg : V2 ; fun seed_N_regN : N ; fun seek_V2_irreg : V2 ; @@ -4627,19 +4805,23 @@ abstract BigLexEngAbs = Cat ** { fun selves_N_regN : N ; fun semantic_A_longA : A ; fun semantics_N_regN : N ; + fun send_V3_irreg : V3 ; + fun send_V3_mkV3_to : V3 ; fun sensation_N_regN : N ; fun sense_N_regN : N ; fun sense_V2_regV2 : V2 ; fun sense_VS_mkVS : VS ; fun sensible_A_longA : A ; - fun sensitive_A2_prepA2 : A2 ; + fun sensitive_A_longA : A ; + fun sensitive_A2_prepA2to_long : A2 ; fun sensory_A_longA : A ; fun sentence_N_regN : N ; fun separate_V2_regV2 : V2 ; - fun separate_V_regV : V ; - fun separate_A2_prepA2 : A2 ; + fun separate_V3_mkV3_from : V3 ; + fun separate_A_longA : A ; + fun separate_A2_prepA2from_long : A2 ; fun September_PN_regPN : PN ; - fun sequel_N2_prepN2 : N2 ; + fun sequel_N2_prepN2to : N2 ; fun sequence_N_regN : N ; fun serial_A_longA : A ; fun series_N_regN : N ; @@ -4649,7 +4831,7 @@ abstract BigLexEngAbs = Cat ** { fun service_N_regN : N ; fun session_N_regN : N ; fun set_N_regN : N ; - fun setting_N2_prepN2 : N2 ; + fun setting_N2_prepN2for : N2 ; fun settle_V_regV : V ; fun severe_A_longA : A ; fun sew_V2_irreg : V2 ; @@ -4665,7 +4847,7 @@ abstract BigLexEngAbs = Cat ** { fun shame_N_regN : N ; fun shape_V2_regV2 : V2 ; fun share_N_regN : N ; - fun share_V_regV : V ; + fun share_V3_mkV3_with : V3 ; fun sharp_A_regA : A ; fun shatter_V2_regV2 : V2 ; fun shave_N_regN : N ; @@ -4677,6 +4859,7 @@ abstract BigLexEngAbs = Cat ** { fun shed_N_regN : N ; fun shed_V2_irreg : V2 ; fun sheep_N_regN : N ; + fun sheer_A_regA : A ; fun sheet_N_regN : N ; fun shelf_N_regN : N ; fun shell_N_regN : N ; @@ -4701,12 +4884,13 @@ abstract BigLexEngAbs = Cat ** { fun shout_N_regN : N ; fun shout_V_regV : V ; fun show_N_regN : N ; + fun show_V2_irreg : V2 ; fun shrug_V_regV : V ; fun shrug_V2_regV2 : V2 ; fun shrug_N_regN : N ; fun shut_V2_irreg : V2 ; fun sibling_N_regN : N ; - fun sick_A2_prepA2 : A2 ; + fun sick_A2_prepA2of : A2 ; fun side_N_regN : N ; fun sidestep_V2_regV2 : V2 ; fun sideways_Adv_mkAdv : Adv ; @@ -4715,7 +4899,7 @@ abstract BigLexEngAbs = Cat ** { fun sign_N_regN : N ; fun sign_V2_regV2 : V2 ; fun signal_N_regN : N ; - fun signal_V2_prepV2 : V2 ; + fun signal_V2_prepV2to_that_s : V2 ; fun signature_N_regN : N ; fun significance_N_regN : N ; fun significant_A_longA : A ; @@ -4726,19 +4910,22 @@ abstract BigLexEngAbs = Cat ** { fun silk_N_regN : N ; fun silly_A_regA : A ; fun silver_N_regN : N ; - fun similar_A2_prepA2 : A2 ; + fun similar_A_longA : A ; + fun similar_A2_prepA2to_long : A2 ; fun simple_A_regA : A ; fun simplicity_N_regN : N ; fun simulate_V2_regV2 : V2 ; fun simultaneous_A_longA : A ; fun since_Subj_mkSubj : Subj ; + fun since_Adv_mkAdv : Adv ; fun since_Prep_mkPrep : Prep ; fun sincere_A_longA : A ; fun sing_V2_irreg : V2 ; fun single_A_longA : A ; fun singular_A_longA : A ; fun sink_V2_irreg : V2 ; - fun sister_N2_prepN2 : N2 ; + fun sir_N_regN : N ; + fun sister_N2_prepN2of : N2 ; fun sit_V_regV : V ; fun sit_V2_regV2 : V2 ; fun site_N_regN : N ; @@ -4793,6 +4980,7 @@ abstract BigLexEngAbs = Cat ** { fun snapshot_N_regN : N ; fun snow_V_regV : V ; fun snow_N_regN : N ; + fun so_PConj_mkPConj : PConj ; fun soap_N_regN : N ; fun social_A_longA : A ; fun society_N_regN : N ; @@ -4817,7 +5005,7 @@ abstract BigLexEngAbs = Cat ** { fun sometimes_Adv_mkAdv : Adv ; fun somewhat_Adv_mkAdv : Adv ; fun somewhere_Adv_mkAdv : Adv ; - fun son_N2_prepN2 : N2 ; + fun son_N2_prepN2of : N2 ; fun song_N_regN : N ; fun soon_Adv_mkAdv : Adv ; fun soon_Adv_mkAdv : Adv ; @@ -4827,7 +5015,8 @@ abstract BigLexEngAbs = Cat ** { fun sore_N_regN : N ; fun sorrow_N_regN : N ; fun sorry_A_regA : A ; - fun sorry_A2_prepA2 : A2 ; + fun sorry_A2_prepA2for : A2 ; + fun sorry_A_regA : A ; fun sort_N_regN : N ; fun sort_V2_regV2 : V2 ; fun soul_N_regN : N ; @@ -4838,7 +5027,8 @@ abstract BigLexEngAbs = Cat ** { fun sour_A_regA : A ; fun source_N_regN : N ; fun south_N_regN : N ; - fun south_A2_prepA2 : A2 ; + fun south_A_longA : A ; + fun south_A2_prepA2of_long : A2 ; fun southern_A_longA : A ; fun space_N_regN : N ; fun spade_N_regN : N ; @@ -4846,7 +5036,7 @@ abstract BigLexEngAbs = Cat ** { fun span_V2_regV2 : V2 ; fun spanish_A_regA : A ; fun spare_A_longA : A ; - fun spare_V_regV : V ; + fun spare_V3_regV3 : V3 ; fun sparrow_N_regN : N ; fun spate_N_regN : N ; fun spatial_A_longA : A ; @@ -4854,7 +5044,8 @@ abstract BigLexEngAbs = Cat ** { fun spear_V2_regV2 : V2 ; fun special_A_longA : A ; fun specialist_N_regN : N ; - fun specific_A2_prepA2 : A2 ; + fun specific_A_longA : A ; + fun specific_A2_prepA2to_long : A2 ; fun specifically_Adv_mkAdv : Adv ; fun specify_V2_regV2 : V2 ; fun spectacle_N_regN : N ; @@ -4909,7 +5100,7 @@ abstract BigLexEngAbs = Cat ** { fun standard_N_regN : N ; fun star_N_regN : N ; fun stare_N_regN : N ; - fun stare_V2_prepV2 : V2 ; + fun stare_V2_prepV2at : V2 ; fun start_N_regN : N ; fun start_V2_regV2 : V2 ; fun start_V_regV : V ; @@ -4932,6 +5123,7 @@ abstract BigLexEngAbs = Cat ** { fun stay_N_regN : N ; fun stay_V_regV : V ; fun steady_A_regA : A ; + fun steal_V3_mkV3_from : V3 ; fun steam_N_regN : N ; fun steam_V_regV : V ; fun steel_N_regN : N ; @@ -4946,7 +5138,7 @@ abstract BigLexEngAbs = Cat ** { fun step_V2_regV2 : V2 ; fun sterile_A_longA : A ; fun stick_N_regN : N ; - fun stick_V2_mkV2 : V2 ; + fun stick_V2_mkV2_to : V2 ; fun sticky_A_regA : A ; fun stiff_A_regA : A ; fun still_Adv_mkAdv : Adv ; @@ -5000,7 +5192,7 @@ abstract BigLexEngAbs = Cat ** { fun string_N_regN : N ; fun strip_N_regN : N ; fun strip_V2_regV2 : V2 ; - fun strive_V2_mkV2 : V2 ; + fun strive_V2_mkV2_for : V2 ; fun stroke_N_regN : N ; fun stroke_V2_regV2 : V2 ; fun strong_A_regA : A ; @@ -5008,7 +5200,7 @@ abstract BigLexEngAbs = Cat ** { fun structuralist_N_regN : N ; fun structure_N_regN : N ; fun struggle_N_regN : N ; - fun struggle_V2_prepV2 : V2 ; + fun struggle_V2_prepV2with : V2 ; fun student_N_regN : N ; fun study_V_regV : V ; fun study_N_regN : N ; @@ -5024,13 +5216,13 @@ abstract BigLexEngAbs = Cat ** { fun subjacency_N_regN : N ; fun subjacent_A_longA : A ; fun subjacent_A_longA : A ; - fun subject_V_regV : V ; + fun subject_V3_mkV3_to : V3 ; fun subject_N_regN : N ; fun subjective_A_longA : A ; fun submarine_A_longA : A ; fun submarine_N_regN : N ; fun submission_N_regN : N ; - fun submit_V2_prepV2 : V2 ; + fun submit_V2_prepV2to : V2 ; fun subordinate_A_longA : A ; fun subordinate_V2_regV2 : V2 ; fun subsequent_A_longA : A ; @@ -5038,28 +5230,28 @@ abstract BigLexEngAbs = Cat ** { fun substance_N_regN : N ; fun substantial_A_longA : A ; fun substantive_A_longA : A ; - fun substitute_V_regV : V ; + fun substitute_V3_mkV3_for : V3 ; fun substitute_N_regN : N ; fun subsume_V2_regV2 : V2 ; fun subsumption_N_regN : N ; fun subtle_A_regA : A ; fun subtlety_N_regN : N ; - fun subtract_V_regV : V ; - fun succeed_V2_prepV2 : V2 ; + fun subtract_V3_mkV3_from : V3 ; + fun succeed_V2_prepV2in : V2 ; fun success_N_regN : N ; fun succession_N_regN : N ; fun successive_A_longA : A ; fun successor_N_regN : N ; fun succinct_A_longA : A ; - fun succumb_V2_prepV2 : V2 ; + fun succumb_V2_prepV2to : V2 ; fun suck_V2_regV2 : V2 ; fun sudden_A_longA : A ; fun Sue_PN_regPN : PN ; - fun suffer_V2_prepV2 : V2 ; + fun suffer_V2_prepV2from : V2 ; fun suffice_V_regV : V ; fun sufficient_A_longA : A ; fun sugar_N_regN : N ; - fun suggest_V2_prepV2 : V2 ; + fun suggest_V2_prepV2to_that_s : V2 ; fun suit_V2_regV2 : V2 ; fun suit_N_regN : N ; fun suitable_A_longA : A ; @@ -5081,8 +5273,8 @@ abstract BigLexEngAbs = Cat ** { fun suppletion_N_regN : N ; fun suppletive_A_longA : A ; fun supply_V2_regV2 : V2 ; - fun supply_V_regV : V ; - fun supply_V_regV : V ; + fun supply_V3_mkV3_to : V3 ; + fun supply_V3_mkV3_with : V3 ; fun supply_N_regN : N ; fun support_V2_regV2 : V2 ; fun support_N_regN : N ; @@ -5090,6 +5282,8 @@ abstract BigLexEngAbs = Cat ** { fun supposition_N_regN : N ; fun suppress_V2_regV2 : V2 ; fun sure_A_regA : A ; + fun sure_A_regA : A ; + fun sure_A_regA : A ; fun surface_V_regV : V ; fun surface_N_regN : N ; fun surgeon_N_regN : N ; @@ -5116,7 +5310,7 @@ abstract BigLexEngAbs = Cat ** { fun sustenance_N_regN : N ; fun swallow_V2_regV2 : V2 ; fun swan_N_regN : N ; - fun swap_V_regV : V ; + fun swap_V3_mkV3_for : V3 ; fun swear_VS_mkVS : VS ; fun swede_N_regN : N ; fun Sweden_PN_regPN : PN ; @@ -5136,14 +5330,16 @@ abstract BigLexEngAbs = Cat ** { fun syllogism_N_regN : N ; fun symbol_N_regN : N ; fun symmetry_N_regN : N ; - fun sympathetic_A2_prepA2 : A2 ; - fun sympathy_N2_prepN2 : N2 ; + fun sympathetic_A_longA : A ; + fun sympathetic_A2_prepA2to_long : A2 ; + fun sympathy_N2_prepN2with : N2 ; fun symptom_N_regN : N ; fun symptomatic_A_longA : A ; fun symptomatic_A_longA : A ; fun synchronous_A_longA : A ; fun synonym_N_regN : N ; - fun synonymous_A2_prepA2 : A2 ; + fun synonymous_A_longA : A ; + fun synonymous_A2_prepA2with_long : A2 ; fun synonymy_N_regN : N ; fun synopsis_N_regN : N ; fun synoptic_A_longA : A ; @@ -5173,7 +5369,7 @@ abstract BigLexEngAbs = Cat ** { fun tale_N_regN : N ; fun talent_N_regN : N ; fun talented_A_longA : A ; - fun talk_V2_prepV2 : V2 ; + fun talk_V2_prepV2about : V2 ; fun talk_N_regN : N ; fun tall_A_regA : A ; fun tame_A_regA : A ; @@ -5187,7 +5383,7 @@ abstract BigLexEngAbs = Cat ** { fun target_N_regN : N ; fun task_N_regN : N ; fun taste_V2_regV2 : V2 ; - fun taste_V2_prepV2 : V2 ; + fun taste_V2_prepV2of : V2 ; fun taste_N_regN : N ; fun tautology_N_regN : N ; fun tax_V2_regV2 : V2 ; @@ -5205,7 +5401,7 @@ abstract BigLexEngAbs = Cat ** { fun technology_N_regN : N ; fun tedious_A_longA : A ; fun tedium_N_regN : N ; - fun teem_V2_prepV2 : V2 ; + fun teem_V2_prepV2with : V2 ; fun teeth_N_regN : N ; fun telegram_N_regN : N ; fun telegraph_V2_regV2 : V2 ; @@ -5214,7 +5410,8 @@ abstract BigLexEngAbs = Cat ** { fun telephone_N_regN : N ; fun telescope_N_regN : N ; fun television_N_regN : N ; - fun temper_V_regV : V ; + fun tell_V2_irreg : V2 ; + fun temper_V3_mkV3_with : V3 ; fun temper_N_regN : N ; fun temperature_N_regN : N ; fun template_N_regN : N ; @@ -5223,7 +5420,7 @@ abstract BigLexEngAbs = Cat ** { fun temporary_A_longA : A ; fun tempt_V2_regV2 : V2 ; fun tend_V_regV : V ; - fun tendency_N2_prepN2 : N2 ; + fun tendency_N2_prepN2to : N2 ; fun tender_A_regA : A ; fun tenet_N_regN : N ; fun tennis_N_regN : N ; @@ -5235,7 +5432,7 @@ abstract BigLexEngAbs = Cat ** { fun tension_N_regN : N ; fun tent_N_regN : N ; fun tentative_A_longA : A ; - fun term_V_regV : V ; + fun term_V3_mkV3 : V3 ; fun term_N_regN : N ; fun terminal_A_longA : A ; fun terminal_N_regN : N ; @@ -5268,6 +5465,7 @@ abstract BigLexEngAbs = Cat ** { fun theory_N_regN : N ; fun therapeutic_A_longA : A ; fun therapy_N_regN : N ; + fun there_V_mkV : V ; fun therefore_Subj_mkSubj : Subj ; fun theses_N_regN : N ; fun thesis_N_regN : N ; @@ -5278,20 +5476,22 @@ abstract BigLexEngAbs = Cat ** { fun thing_N_regN : N ; fun think_VS_mkVS : VS ; fun third_N_regN : N ; - fun thirst_N2_prepN2 : N2 ; + fun thirst_N2_prepN2for : N2 ; fun thorough_A_longA : A ; + fun though_Adv_mkAdv : Adv ; fun thought_N_regN : N ; fun thousand_N_regN : N ; fun thread_N_regN : N ; fun threat_N_regN : N ; - fun threaten_V_regV : V ; + fun threaten_V3_mkV3_with : V3 ; fun threshold_N_regN : N ; fun throat_N_regN : N ; fun through_Prep_mkPrep : Prep ; fun throughout_Prep_mkPrep : Prep ; + fun throw_V3_mkV3_loc : V3 ; fun throw_N_regN : N ; - fun thrown_V_regV : V ; - fun thrust_V_regV : V ; + fun thrown_V3_mkV3_loc : V3 ; + fun thrust_V3_mkV3_loc : V3 ; fun thrust_N_regN : N ; fun thumb_N_regN : N ; fun thunder_N_regN : N ; @@ -5300,7 +5500,7 @@ abstract BigLexEngAbs = Cat ** { fun ticket_N_regN : N ; fun tidy_V2_regV2 : V2 ; fun tidy_A_regA : A ; - fun tie_V_regV : V ; + fun tie_V3_mkV3_to : V3 ; fun tie_N_regN : N ; fun tiger_N_regN : N ; fun tight_A_regA : A ; @@ -5312,12 +5512,11 @@ abstract BigLexEngAbs = Cat ** { fun timely_A_regA : A ; fun timetable_N_regN : N ; fun tin_N_regN : N ; - fun tinker_V2_prepV2 : V2 ; + fun tinker_V2_prepV2with : V2 ; fun tinker_N_regN : N ; fun tip_N_regN : N ; - fun tire_V2_prepV2 : V2 ; + fun tire_V2_prepV2of : V2 ; fun title_N_regN : N ; - fun to_V_regV : V ; fun to_Prep_mkPrep : Prep ; fun toad_N_regN : N ; fun toast_N_regN : N ; @@ -5326,6 +5525,7 @@ abstract BigLexEngAbs = Cat ** { fun today_Adv_mkAdv : Adv ; fun toe_N_regN : N ; fun together_Adv_mkAdv : Adv ; + fun together_Adv_mkAdv : Adv ; fun token_N_regN : N ; fun tolerance_N_regN : N ; fun tolerate_V2_regV2 : V2 ; @@ -5353,6 +5553,7 @@ abstract BigLexEngAbs = Cat ** { fun touch_V2_regV2 : V2 ; fun touch_N_regN : N ; fun tough_A_regA : A ; + fun tough_A_regA : A ; fun tour_V2_regV2 : V2 ; fun tour_N_regN : N ; fun tourist_N_regN : N ; @@ -5371,7 +5572,7 @@ abstract BigLexEngAbs = Cat ** { fun trade_N_regN : N ; fun tradition_N_regN : N ; fun traffic_N_regN : N ; - fun traffic_V2_prepV2 : V2 ; + fun traffic_V2_prepV2in : V2 ; fun tragedy_N_regN : N ; fun tragic_A_longA : A ; fun train_V2_regV2 : V2 ; @@ -5383,7 +5584,7 @@ abstract BigLexEngAbs = Cat ** { fun transcribe_V2_regV2 : V2 ; fun transcript_N_regN : N ; fun transcription_N_regN : N ; - fun transfer_V_regV : V ; + fun transfer_V3_mkV3_to : V3 ; fun transform_V2_regV2 : V2 ; fun transience_N_regN : N ; fun transient_A_longA : A ; @@ -5391,7 +5592,7 @@ abstract BigLexEngAbs = Cat ** { fun transit_N_regN : N ; fun transitive_A_longA : A ; fun transitory_A_longA : A ; - fun translate_V_regV : V ; + fun translate_V3_mkV3_into : V3 ; fun transmit_V2_regV2 : V2 ; fun transparency_N_regN : N ; fun transparent_A_longA : A ; @@ -5403,7 +5604,7 @@ abstract BigLexEngAbs = Cat ** { fun travel_N_regN : N ; fun traverse_V2_regV2 : V2 ; fun tray_N_regN : N ; - fun treat_V_regV : V ; + fun treat_V3_mkV3_as : V3 ; fun treatment_N_regN : N ; fun treble_A_longA : A ; fun treble_V2_regV2 : V2 ; @@ -5414,7 +5615,7 @@ abstract BigLexEngAbs = Cat ** { fun tribe_N_regN : N ; fun trick_V2_regV2 : V2 ; fun trick_N_regN : N ; - fun trifle_V2_prepV2 : V2 ; + fun trifle_V2_prepV2with : V2 ; fun trifle_N_regN : N ; fun trigger_V2_regV2 : V2 ; fun trigger_N_regN : N ; @@ -5444,14 +5645,14 @@ abstract BigLexEngAbs = Cat ** { fun try_V_regV : V ; fun tub_N_regN : N ; fun tube_N_regN : N ; - fun tuck_V_regV : V ; + fun tuck_V3_mkV3_in : V3 ; fun Tuesday_PN_regPN : PN ; fun tuition_N_regN : N ; fun tumble_V_regV : V ; fun tune_V2_regV2 : V2 ; fun tune_N_regN : N ; - fun turn_V_regV : V ; - fun turn_V_regV : V ; + fun turn_V3_mkV3 : V3 ; + fun turn_V3_mkV3 : V3 ; fun turn_V_regV : V ; fun turn_N_regN : N ; fun turtle_N_regN : N ; @@ -5463,7 +5664,8 @@ abstract BigLexEngAbs = Cat ** { fun twist_N_regN : N ; fun type_V2_regV2 : V2 ; fun type_N_regN : N ; - fun typical_A2_prepA2 : A2 ; + fun typical_A_longA : A ; + fun typical_A2_prepA2of_long : A2 ; fun tyre_N_regN : N ; fun ugly_A_regA : A ; fun ulcer_N_regN : N ; @@ -5471,7 +5673,7 @@ abstract BigLexEngAbs = Cat ** { fun ultimatum_N_regN : N ; fun unary_A_longA : A ; fun uncertainty_N_regN : N ; - fun uncle_N2_prepN2 : N2 ; + fun uncle_N2_prepN2of : N2 ; fun under_Prep_mkPrep : Prep ; fun undergraduate_N_regN : N ; fun underline_V2_regV2 : V2 ; @@ -5503,7 +5705,10 @@ abstract BigLexEngAbs = Cat ** { fun unusual_A_longA : A ; fun unwieldy_A_regA : A ; fun unwitting_A_longA : A ; + fun up_Adv_mkAdv : Adv ; fun up_Prep_mkPrep : Prep ; + fun up_Adv_mkAdv : Adv ; + fun update_V2_regV2 : V2 ; fun upon_Prep_mkPrep : Prep ; fun upper_A_longA : A ; fun upright_A_longA : A ; @@ -5517,7 +5722,7 @@ abstract BigLexEngAbs = Cat ** { fun usage_N_regN : N ; fun use_V2_regV2 : V2 ; fun use_N_regN : N ; - fun used_A2_prepA2 : A2 ; + fun used_A2_prepA2to_long : A2 ; fun usual_A_longA : A ; fun utility_N_regN : N ; fun utilize_V2_regV2 : V2 ; @@ -5571,8 +5776,8 @@ abstract BigLexEngAbs = Cat ** { fun victim_N_regN : N ; fun victor_N_regN : N ; fun victory_N_regN : N ; - fun vie_V2_prepV2 : V2 ; - fun view_V_regV : V ; + fun vie_V2_prepV2with : V2 ; + fun view_V3_mkV3_as : V3 ; fun view_N_regN : N ; fun vigorous_A_longA : A ; fun village_N_regN : N ; @@ -5586,7 +5791,8 @@ abstract BigLexEngAbs = Cat ** { fun virtual_A_longA : A ; fun virtue_N_regN : N ; fun virus_N_regN : N ; - fun visible_A2_prepA2 : A2 ; + fun visible_A_longA : A ; + fun visible_A2_prepA2to_long : A2 ; fun vision_N_regN : N ; fun visit_V2_regV2 : V2 ; fun visit_N_regN : N ; @@ -5601,9 +5807,9 @@ abstract BigLexEngAbs = Cat ** { fun volume_N_regN : N ; fun voluntary_A_longA : A ; fun volunteer_V_regV : V ; - fun volunteer_V2_prepV2 : V2 ; + fun volunteer_V2_prepV2for : V2 ; fun volunteer_N_regN : N ; - fun vote_V2_prepV2 : V2 ; + fun vote_V2_prepV2for : V2 ; fun vote_N_regN : N ; fun vow_V_regV : V ; fun vow_VS_mkVS : VS ; @@ -5615,7 +5821,7 @@ abstract BigLexEngAbs = Cat ** { fun wages_N_regN : N ; fun waist_N_regN : N ; fun waistcoat_N_regN : N ; - fun wait_V2_prepV2 : V2 ; + fun wait_V2_prepV2for : V2 ; fun wait_N_regN : N ; fun wake_V2_irreg : V2 ; fun walk_V_regV : V ; @@ -5638,7 +5844,7 @@ abstract BigLexEngAbs = Cat ** { fun watch_V2_regV2 : V2 ; fun watch_N_regN : N ; fun water_N_regN : N ; - fun wave_V2_prepV2 : V2 ; + fun wave_V2_prepV2to : V2 ; fun wave_N_regN : N ; fun wax_N_regN : N ; fun way_N_regN : N ; @@ -5657,14 +5863,15 @@ abstract BigLexEngAbs = Cat ** { fun weigh_V2_regV2 : V2 ; fun weight_N_regN : N ; fun welcome_A_longA : A ; - fun welcome_V_regV : V ; - fun welcome_N2_prepN2 : N2 ; + fun welcome_V3_mkV3_to : V3 ; + fun welcome_N2_prepN2to : N2 ; fun welfare_N_regN : N ; fun well_A_longA : A ; fun well_N_regN : N ; fun well_formed_A_longA : A ; fun west_N_regN : N ; - fun west_A2_prepA2 : A2 ; + fun west_A_longA : A ; + fun west_A2_prepA2of_long : A2 ; fun western_A_longA : A ; fun wet_A_regA : A ; fun wheat_N_regN : N ; @@ -5704,7 +5911,6 @@ abstract BigLexEngAbs = Cat ** { fun will_V_regV : V ; fun will_N_regN : N ; fun willing_A_longA : A ; - fun willing_A_longA : A ; fun win_V2_regV2 : V2 ; fun wind_V2_irreg : V2 ; fun wind_N_regN : N ; @@ -5715,7 +5921,7 @@ abstract BigLexEngAbs = Cat ** { fun wire_N_regN : N ; fun wisdom_N_regN : N ; fun wise_A_regA : A ; - fun wish_V2_prepV2 : V2 ; + fun wish_V2_prepV2for : V2 ; fun wish_VS_mkVS : VS ; fun wish_N_regN : N ; fun witch_N_regN : N ; @@ -5726,11 +5932,11 @@ abstract BigLexEngAbs = Cat ** { fun without_Prep_mkPrep : Prep ; fun withstand_V2_regV2 : V2 ; fun witness_V2_regV2 : V2 ; - fun witness_N2_prepN2 : N2 ; + fun witness_N2_prepN2to : N2 ; fun wives_N_regN : N ; fun woman_N_regN : N ; fun women_N_regN : N ; - fun wonder_V_regV : V ; + fun wonder_VQ_mkVQ : VQ ; fun wonder_N_regN : N ; fun wood_N_regN : N ; fun wooden_A_longA : A ; @@ -5743,14 +5949,14 @@ abstract BigLexEngAbs = Cat ** { fun worry_V_regV : V ; fun worry_V_regV : V ; fun worry_V2_regV2 : V2 ; - fun worry_V2_prepV2 : V2 ; + fun worry_V2_prepV2about : V2 ; fun worry_N_regN : N ; fun worship_V2_regV2 : V2 ; fun worth_Prep_mkPrep : Prep ; fun worthless_A_longA : A ; fun worthwhile_A_longA : A ; fun worthy_A_regA : A ; - fun worthy_A2_prepA2 : A2 ; + fun worthy_A2_prepA2of : A2 ; fun wound_V2_regV2 : V2 ; fun wound_N_regN : N ; fun wrap_V2_regV2 : V2 ; @@ -5772,4 +5978,4 @@ abstract BigLexEngAbs = Cat ** { fun young_A_regA : A ; fun youth_N_regN : N ; fun zinc_N_regN : N ; -} +} \ No newline at end of file diff --git a/examples/big/MkDict.hs b/examples/big/MkDict.hs index 101019165..babf7809f 100644 --- a/examples/big/MkDict.hs +++ b/examples/big/MkDict.hs @@ -17,7 +17,13 @@ mkOne s = case words s of nopar = filter (flip notElem "()") mkCatf c r w = case c of "Noun" -> ["N","regN",w] + "PRT" -> ["Adv","mkAdv",w] ---- + "TITLE" -> ["N","regN",w] ---- "Adject" -> ["A","regA",w] + "AdjInf" -> ["A","regA",w] ---- + "AdjInf_LONG" -> ["A","longA",w] ---- + "AdjPrd" -> ["A","regA",w] ---- + "AdjPrd_LONG" -> ["A","longA",w] ---- "Adject_LONG" -> ["A","longA",w] "Verb" | r == "irreg" -> [] "Verb" -> ["V","regV",w] @@ -25,7 +31,18 @@ mkOne s = case words s of "V2" -> ["V2","regV2", w] "PNoun" -> ["PN","regPN",toUpper (head w): tail w] 'V':'2':'_':prep | r == "irreg" -> - ["V2","mkV2", w, "_V", map toLower prep] - x:'2':'_':prep -> [[x]++"2","prep" ++[x]++"2", w, map toLower prep] + let p = map toLower prep in ["V2","mkV2_"++p, w, "_V", p] + x:'2':'_':prep -> + let p = map toLower prep in [[x]++"2","prep" ++[x]++"2"++p, w, p] + "V3_NP" | r == "irreg" -> ["V3","irreg", w, "_V"] + "V3_NP" -> ["V3","regV3", w] + 'V':'3':'_':'P':'P':prep | r == "irreg" -> + let p = map toLower prep in ["V3","mkV3_"++p, w, "_V", p] + 'V':'3':'_':'P':'P':prep -> + let p = map toLower prep in ["V3","mkV3_"++p, w, p] + 'V':'3':'_':'S':_ | r == "irreg" -> ["V2","mkV2_S", w, "_V"] ---- + 'V':'3':'_':'S':_ -> ["V2","mkV2_S", w] ---- + 'V':'3':'_':_ -> ["V3","mkV3", w] ---- + _ -> [c,"mk" ++ c, w] diff --git a/examples/big/mywordlist1 b/examples/big/mywordlist1 index 6dbc2f90a..99572fe30 100644 --- a/examples/big/mywordlist1 +++ b/examples/big/mywordlist1 @@ -1,3 +1,7 @@ +-- runghc MkDict.hs mywordlist1 >BigLexEng +-- runghc extract2gf.hs Eng BigLexEng +-- runhugs postedit + -- ((V +) (N -) (SUBCAT NP)) V2 712 -- (V +) (N +) (SUBCAT PP A2_ 98 -- ((V -) (N +)) Noun 2272 @@ -17,18 +21,25 @@ -- (V -) (N -) (SUBCAT BARE_S) Subj -- ((PRO +) ( -- (V -) (N -) (WH +) IAdv - +-- Verb (SUBCAT NP_ V3_ 141 +-- (V +) (N +) (SUBCAT NULL) Adject 76 +-- (AFORM NONE) _LONG 174 +-- (V +) (N +) (PRD +) AdjPrd 14 +-- (V +) (N +) (SUBCAT INF) AdjInf +-- (V -) (N -) Adv +-- (V +) (N +) Adj +-- Adj (SUBCAT SFIN)_LONG) Adject_LONG (abandon abandon V2 ABANDON NIL) (abbreviate abbreviate (Verb (AT -) (SUBCAT NP)) ABBREVIATE NIL) (abduct abduct (V2 (AT -)) ABDUCT NIL) -(able able ((V +) (N +) (SUBCAT INF)) ABLE NIL) +(able able (AdjInf) ABLE NIL) (able able Adject ABLE NIL) (abolish abolish (V2 (LAT -)) ABOLISH NIL) (abolition abolition Noun ABOLITION NIL) (abound abound (Verb (SUBCAT NULL) (LAT -)) ABOUND NIL) -(about about ((V -) (N -) (SUBCAT INF)) ABOUT NIL) +(about about (Adv (SUBCAT INF)) ABOUT NIL) (about about Prep ABOUT NIL) (above above ( Adv ABOVE NIL) (above above Prep ABOVE NIL) @@ -38,7 +49,7 @@ (absent absent (A2_FROM)) ABSENT NIL) (absentee absentee Noun ABSENTEE NIL) (absolute absolute (Adject_LONG) ABSOLUTE NIL) -(absolve absolve (Verb (SUBCAT NP_PPFROM)) ABSOLVE NIL) +(absolve absolve (V3_PPFROM)) ABSOLVE NIL) (abstract abstract Noun ABSTRACT NIL) (abstract abstract (Adject_LONG) ABSTRACT NIL) (abstract abstract (Verb (AT -)) ABSTRACT NIL) @@ -62,7 +73,7 @@ (accumulate accumulate (V2 (AT -)) ACCUMULATE NIL) (accuracy accuracy Noun ACCURACY NIL) (accurate accurate (Adject_LONG) ACCURATE NIL) -(accuse accuse (Verb (SUBCAT NP_PPOF)) ACCUSE NIL) +(accuse accuse (V3_PPOF)) ACCUSE NIL) (ache ache Noun ACHE NIL) (ache ache (Verb (SUBCAT NULL)) ACHE NIL) (achieve achieve V2 ACHIEVE NIL) @@ -81,7 +92,7 @@ (acute acute (Adject_LONG) ACUTE NIL) (adage adage Noun ADAGE NIL) (adapt adapt V2 ADAPT NIL) -(add add (Verb (SUBCAT NP_PPTO)) ADD NIL) +(add add (V3_PPTO)) ADD NIL) (addict addict Noun ADDICT NIL) (addict addict (V2 (AT -)) ADDICT NIL) (addition addition (N2_TO)) ADDITION NIL) @@ -98,8 +109,8 @@ (adhesive adhesive Noun ADHESIVE NIL) (adhesive adhesive (Adject_LONG) ADHESIVE NIL) (adjacency adjacency (N2_TO)) ADJACENCY NIL) -(adjacent adjacent ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) ADJACENT NIL) -(adjacent adjacent (A2_TO) (AFORM NONE)) ADJACENT NIL) +(adjacent adjacent (Adject_LONG) ADJACENT NIL) +(adjacent adjacent (A2_TO)_LONG) ADJACENT NIL) (adjective adjective Noun AdjectIVE NIL) (adjoin adjoin V2 ADJOIN NIL) (adjunct adjunct Noun ADJUNCT NIL) @@ -111,7 +122,7 @@ (admission admission Noun ADMISSION NIL) (admission admission (N2_TO)) ADMISSION NIL) (admit admit V2 ADMIT NIL) -(admit admit (Verb (SUBCAT NP_PPTO)) ADMIT NIL) +(admit admit (V3_PPTO)) ADMIT NIL) (admit admit (Verb (SUBCAT NULL)) ADMIT NIL) (admit admit (V2_OF)) ADMIT NIL) (admit admit (VS) ADMIT NIL) @@ -139,22 +150,21 @@ (afflict afflict (V2 (AT -)) AFFLICT NIL) (afford afford (V2 (LAT -)) AFFORD NIL) (afford afford (Verb (SUBCAT SE1) (LAT -)) AFFORD NIL) -(afraid afraid ((V +) (N +) (PRD +) (AFORM NONE) (SUBCAT NULL) (LAT -)) AFRAID NIL) -(afraid afraid ((V +) (N +) (PRD +) (AFORM NONE) (SUBCAT PPOF) (LAT -)) AFRAID NIL) -(afraid afraid ((V +) (N +) (PRD +) (AFORM NONE) (SUBCAT SFIN) (LAT -)) AFRAID NIL) -(afresh afresh ((V -) (N -) (PRO +) (ADV +)) AFRESH NIL) +(afraid afraid (AdjPrd_LONG (SUBCAT NULL) (LAT -)) AFRAID NIL) +(afraid afraid (AdjPrd_LONG (SUBCAT PPOF) (LAT -)) AFRAID NIL) +(afraid afraid (AdjPrd_LONG (SUBCAT SFIN) (LAT -)) AFRAID NIL) +(afresh afresh (Adv (PRO +) (ADV +)) AFRESH NIL) (africa africa (PNoun) AFRICA NIL) (african african (Adject_LONG) AFRICAN NIL) (african african Noun AFRICAN NIL) (after after (Subj) AFTER NIL) -(after after ((V -) (N -) (SUBCAT ING)) AFTER NIL) +(after after (Adv (SUBCAT ING)) AFTER NIL) (after after Prep AFTER NIL) (afternoon afternoon Noun AFTERNOON NIL) (afterthought afterthought Noun AFTERTHOUGHT NIL) (afterwards afterwards (Adv AFTERWARDS NIL) (again again (Adv AGAIN NIL) (against against Prep AGAINST NIL) -(against against ((V -) (N -) (SUBCAT NP) (PFORM AGAINST)) AGAINST NIL) (age age (Noun (LAT -)) AGE NIL) (aged aged Adject AGED NIL) (agency agency Noun AGENCY NIL) @@ -164,7 +174,7 @@ (aggressive aggressive (Adject_LONG) AGGRESSIVE NIL) (ago ago Adv AGO NIL) (agree agree (V2_WITH)) AGREE NIL) -(ahead ahead ((V -) (N -) (PRO +)) AHEAD NIL) +(ahead ahead (Adv (PRO +)) AHEAD NIL) (aid aid Noun AID NIL) (aid aid V2 AID NIL) (aide aide Noun AIDE NIL) @@ -183,9 +193,9 @@ (algorithm algorithm Noun ALGORITHM NIL) (alias alias (N2_FOR)) ALIAS NIL) (align align V2 ALIGN NIL) -(alike alike ((V +) (N +) (PRD +) (AFORM NONE) (LAT -)) ALIKE NIL) -(alive alive ((V +) (N +) (PRD +) (AFORM NONE) (LAT -)) ALIVE NIL) -(all all ((V +) (N +) (ADV +) (LAT -)) ALL NIL) +(alike alike (AdjPrd_LONG (LAT -)) ALIKE NIL) +(alive alive (AdjPrd_LONG (LAT -)) ALIVE NIL) +-- (all all (Adject (ADV +) (LAT -)) ALL NIL) (allege allege (VS) ALLEGE NIL) (alley alley Noun ALLEY NIL) (allocate allocate (Verb (AT -) (SUBCAT NP_PPTO)) ALLOCATE NIL) @@ -196,9 +206,9 @@ (allude allude (V2_TO)) ALLUDE NIL) (ally ally Noun ALLY NIL) (ally ally (V2_WITH)) ALLY NIL) -(almost almost ((V +) (N +) (ADV +) (LAT -)) ALMOST NIL) +-- (almost almost (Adject (ADV +) (LAT -)) ALMOST NIL) (alone alone (Adv ALONE NIL) -(alone alone ((V +) (N +) (PRD +) (AFORM NONE) (LAT -)) ALONE NIL) +(alone alone (AdjPrd_LONG (LAT -)) ALONE NIL) (along along Prep ALONG NIL) (aloud aloud (Adv ALOUD NIL) (alphabet alphabet Noun ALPHABET NIL) @@ -248,18 +258,17 @@ (anaphoric anaphoric (Adject_LONG) ANAPHORIC NIL) (ancestor ancestor Noun ANCESTOR NIL) (ancient ancient (Adject_LONG) ANCIENT NIL) -(and and ((SUBCAT AND)) AND NIL) (anecdote anecdote Noun ANECDOTE NIL) (anger anger (Noun (LAT -)) ANGER NIL) (angle angle Noun ANGLE NIL) (angled angled (Adject_LONG) ANGLED NIL) (angler angler Noun ANGLER NIL) (angling angling Noun ANGLING NIL) -(angry angry ((V +) (N +) (SUBCAT NULL) (LAT -)) ANGRY NIL) +(angry angry (Adject (LAT -)) ANGRY NIL) (angry angry (A2_ABOUT) (LAT -)) ANGRY NIL) (angry angry (A2_AT) (LAT -)) ANGRY NIL) (angry angry (A2_WITH) (LAT -)) ANGRY NIL) -(angry angry ((V +) (N +) (SUBCAT SFIN) (LAT -)) ANGRY NIL) +(angry angry (Adject (SUBCAT SFIN) (LAT -)) ANGRY NIL) (animal animal Noun ANIMAL NIL) (animate animate (Adject_LONG) ANIMATE NIL) (animate animate (V2 (AT -)) ANIMATE NIL) @@ -285,21 +294,21 @@ (anxious anxious (Adject_LONG (SUBCAT NULL) (LAT -)) ANXIOUS NIL) (anxious anxious (Adject_LONG (SUBCAT PPABOUT) (LAT -)) ANXIOUS NIL) (anxious anxious (Adject_LONG (SUBCAT SFIN) (LAT -)) ANXIOUS NIL) -(anybody anybody ((DEF -) Noun) ANYBODY NIL) +(anybody anybody (NP) ANYBODY NIL) (anyhow anyhow (Adv ANYHOW NIL) -(anything anything ((DEF -) Noun) ANYTHING NIL) +(anything anything (NP) Noun) ANYTHING NIL) (anyway anyway Adv ANYWAY NIL) (anywhere anywhere (Adv ANYWHERE NIL) -(apart apart ((V -) (N -) (SUBCAT PPFROM)) APART NIL) +(apart apart (Adv (SUBCAT PPFROM)) APART NIL) (ape ape Noun APE NIL) -(apologetic apologetic ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) APOLOGETIC NIL) -(apologetic apologetic (A2_FOR) (AFORM NONE)) APOLOGETIC NIL) +(apologetic apologetic (Adject_LONG) APOLOGETIC NIL) +(apologetic apologetic (A2_FOR)_LONG) APOLOGETIC NIL) (apologise apologise (V2_FOR)) APOLOGISE NIL) (apologize apologize (V2_FOR)) APOLOGIZE NIL) (appal appal (V2 (LAT -)) APPAL NIL) (apparatus apparatus Noun APPARATUS NIL) -(apparent apparent ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) APPARENT NIL) -(apparent apparent (A2_TO) (AFORM NONE)) APPARENT NIL) +(apparent apparent (Adject_LONG) APPARENT NIL) +(apparent apparent (A2_TO)_LONG) APPARENT NIL) (apparition apparition Noun APPARITION NIL) (appeal appeal (V2_TO)) APPEAL NIL) (appeal appeal (N2_TO)) APPEAL NIL) @@ -307,14 +316,14 @@ (appear appear (Verb (SUBCAT IT_SUBJ) (AGR IT)) APPEAR NIL) (appear appear (Verb (SUBCAT NULL)) APPEAR NIL) (appear appear (Verb (SUBCAT SR2)) APPEAR NIL) -(append append (Verb (SUBCAT NP_PPTO)) APPEND NIL) +(append append (V3_PPTO)) APPEND NIL) (appendices appendices (Noun (PLU +)) APPENDICES NIL) (appendix appendix (Noun (PLU -)) APPENDIX NIL) (apple apple (Noun (LAT -)) APPLE NIL) -(applicable applicable ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) APPLICABLE NIL) -(applicable applicable (A2_TO) (AFORM NONE)) APPLICABLE NIL) +(applicable applicable (Adject_LONG) APPLICABLE NIL) +(applicable applicable (A2_TO)_LONG) APPLICABLE NIL) (applicant applicant Noun APPLICANT NIL) -(apply apply (Verb (SUBCAT NP_PPTO)) APPLY NIL) +(apply apply (V3_PPTO)) APPLY NIL) (apply apply (V2_FOR)) APPLY NIL) (appoint appoint V2 APPOINT NIL) (appoint appoint (Verb (SUBCAT NULL)) APPOINT NIL) @@ -329,15 +338,15 @@ (approach approach V2 APPROACH NIL) (approach approach (N2_TO)) APPROACH NIL) (approbation approbation Noun APPROBATION NIL) -(appropriate appropriate ((V +) (N +) (AT -) (SUBCAT NULL) (AFORM NONE)) APPROPRIATE NIL) -(appropriate appropriate ((V +) (N +) (AT -) (SUBCAT PPFOR) (AFORM NONE)) APPROPRIATE NIL) +(appropriate appropriate (Adject (AT -) (SUBCAT NULL)_LONG) APPROPRIATE NIL) +(appropriate appropriate (Adject (AT -) (SUBCAT PPFOR)_LONG) APPROPRIATE NIL) (approve approve (V2_OF)) APPROVE NIL) (approximate approximate (Adject_LONG) APPROXIMATE NIL) (approximate approximate (V2_TO) (AT -)) APPROXIMATE NIL) (april april (PNoun) APRIL NIL) (apse apse Noun APSE NIL) (apt apt Adject APT NIL) -(apt apt ((V +) (N +) (SUBCAT SR1)) APT NIL) +(apt apt (Adject (SUBCAT SR1)) APT NIL) (aptitude aptitude Noun APTITUDE NIL) (arabian arabian (Adject_LONG) ARABIAN NIL) (arabic arabic (Adject_LONG) ARABIC NIL) @@ -379,29 +388,27 @@ (articulate articulate (Verb (AT -) (SUBCAT NP)) ARTICULATE NIL) (artificial artificial (Adject_LONG) ARTIFICIAL NIL) (artist artist (Noun (LAT -)) ARTIST NIL) -(as as ((PRT AS)) AS NIL) -(as as ((SUBCAT DETA)) AS NIL) (as as (Subj) AS NIL) (ascend ascend V2 ASCEND NIL) (ascend ascend (Verb (SUBCAT NULL)) ASCEND NIL) (ascent ascent Noun ASCENT NIL) (ascertain ascertain V2 ASCERTAIN NIL) -(ascribe ascribe (Verb (SUBCAT NP_PPTO)) ASCRIBE NIL) +(ascribe ascribe (V3_PPTO)) ASCRIBE NIL) (ash ash (Noun (LAT -)) ASH NIL) -(ashamed ashamed ((V +) (N +) (PRD +) (AFORM NONE) (SUBCAT NULL)) ASHAMED NIL) -(ashamed ashamed ((V +) (N +) (PRD +) (AFORM NONE) (SUBCAT PPOF)) ASHAMED NIL) +(ashamed ashamed (AdjPrd_LONG (SUBCAT NULL)) ASHAMED NIL) +(ashamed ashamed (AdjPrd_LONG (SUBCAT PPOF)) ASHAMED NIL) (asia asia (PNoun) ASIA NIL) (ask ask (V2 (LAT -)) ASK NIL) -(ask ask (Verb (SUBCAT NP_PPFOR) (LAT -)) ASK NIL) -(ask ask (Verb (SUBCAT NP_PPTO) (LAT -)) ASK NIL) -(ask ask (Verb (SUBCAT NP_Q_S) (LAT -)) ASK NIL) +(ask ask (V3_PPFOR) (LAT -)) ASK NIL) +(ask ask (V3_PPTO) (LAT -)) ASK NIL) +--(ask ask (V3_Q_S) (LAT -)) ASK NIL) (ask ask (Verb (SUBCAT OE) (LAT -)) ASK NIL) (ask ask (V2_FOR) (LAT -)) ASK NIL) -(ask ask (Verb (SUBCAT Q) (LAT -)) ASK NIL) +(ask ask (VQ (LAT -)) ASK NIL) (ask ask (Verb (SUBCAT SE2) (LAT -)) ASK NIL) (ask ask (Verb (SUBCAT SINF) (LAT -)) ASK NIL) (ask ask (Verb (SUBCAT TWONP) (LAT -)) ASK NIL) -(asleep asleep ((V +) (N +) (PRD +) (AFORM NONE)) ASLEEP NIL) +(asleep asleep (AdjPrd_LONG) ASLEEP NIL) (aspect aspect Noun ASPECT NIL) (aspire aspire (V2_TO)) ASPIRE NIL) (aspire aspire (Verb (SUBCAT SE1)) ASPIRE NIL) @@ -414,14 +421,14 @@ (assent assent (V2_TO)) ASSENT NIL) (assert assert (VS (AT -)) ASSERT NIL) (assess assess V2 ASSESS NIL) -(assign assign (Verb (SUBCAT NP_PPTO)) ASSIGN NIL) +(assign assign (V3_PPTO)) ASSIGN NIL) (assimilate assimilate (V2 (AT -)) ASSIMILATE NIL) (assist assist V2 ASSIST NIL) (assist assist (Verb (SUBCAT NULL)) ASSIST NIL) (assist assist (Verb (SUBCAT OE)) ASSIST NIL) (assist assist (V2_AT)) ASSIST NIL) (assistant assistant Noun ASSISTANT NIL) -(associate associate (Verb (SUBCAT NP_PPWITH) (AT -)) ASSOCIATE NIL) +(associate associate (V3_PPWITH) (AT -)) ASSOCIATE NIL) (association association Noun ASSOCIATION NIL) (assume assume V2 ASSUME NIL) (assume assume (VS) ASSUME NIL) @@ -432,17 +439,16 @@ (asthmatic asthmatic (Adject_LONG) ASTHMATIC NIL) (asthmatically asthmatically Adv ASTHMATICALLY NIL) (astonish astonish V2 ASTONISH NIL) -(astray astray ((V +) (N +) (PRD +)) ASTRAY NIL) +(astray astray (AdjPrd) ASTRAY NIL) (astronomer astronomer Noun ASTRONOMER NIL) (astronomy astronomy Noun ASTRONOMY NIL) (asymmetry asymmetry Noun ASYMMETRY NIL) (at at Prep AT NIL) -(at at ((V -) (N -) (SUBCAT NP) (PFORM AT)) AT NIL) (atlas atlas Noun ATLAS NIL) (atmosphere atmosphere Noun ATMOSPHERE NIL) (atom atom (Noun (LAT -)) ATOM NIL) (attach attach V2 ATTACH NIL) -(attach attach (Verb (SUBCAT NP_PPTO)) ATTACH NIL) +(attach attach (V3_PPTO)) ATTACH NIL) (attach attach (V2_TO)) ATTACH NIL) (attack attack (V2 (LAT -)) ATTACK NIL) (attack attack (N2_ON) (LAT -)) ATTACK NIL) @@ -451,12 +457,12 @@ (attempt attempt (Verb (SUBCAT SE1) (LAT -)) ATTEMPT NIL) (attend attend (V2_TO)) ATTEND NIL) (attention attention (N2_TO)) ATTENTION NIL) -(attentive attentive ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) ATTENTIVE NIL) -(attentive attentive (A2_TO) (AFORM NONE)) ATTENTIVE NIL) +(attentive attentive (Adject_LONG) ATTENTIVE NIL) +(attentive attentive (A2_TO)_LONG) ATTENTIVE NIL) (attitude attitude Noun ATTITUDE NIL) (attract attract (Verb (AT -) (SUBCAT NP)) ATTRACT NIL) (attribute attribute Noun ATTRIBUTE NIL) -(attribute attribute (Verb (SUBCAT NP_PPTO) (AT -)) ATTRIBUTE NIL) +(attribute attribute (V3_PPTO) (AT -)) ATTRIBUTE NIL) (audible audible (Adject_LONG (SUBCAT NULL)) AUDIBLE NIL) (audience audience Noun AUDIENCE NIL) (augment augment V2 AUGMENT NIL) @@ -471,7 +477,7 @@ (automata automata (Noun (PLU +)) AUTOMATON NIL) (automate automate (Verb (AT -) (SUBCAT NP)) AUTOMATE NIL) (automatic automatic (Adject_LONG) AUTOMATIC NIL) -(automatically automatically ((V +) (N +) (ADV +) (LAT -) (INFL -)) AUTOMATICALLY NIL) +(automatically automatically (Adject (ADV +) (LAT -) (INFL -)) AUTOMATICALLY NIL) (automaton automaton (Noun (PLU -)) AUTOMATON NIL) (autonomous autonomous (Adject_LONG) AUTONOMOUS NIL) (autonomy autonomy Noun AUTONOMY NIL) @@ -488,14 +494,14 @@ (avoid avoid (Verb (SUBCAT SE3)) AVOID NIL) (avowed avowed (Adject_LONG) AVOWED NIL) (await await V2 AWAIT NIL) -(awake awake ((V +) (N +) (PRD +) (AFORM NONE)) AWAKE NIL) +(awake awake (AdjPrd_LONG) AWAKE NIL) (awaken awaken V2 AWAKEN NIL) (award award (Verb (LAT -) (SUBCAT NP_PPTO)) AWARD NIL) -(aware aware ((V +) (N +) (PRD +) (AFORM NONE) (SUBCAT NULL)) AWARE NIL) -(aware aware ((V +) (N +) (PRD +) (AFORM NONE) (SUBCAT PPOF)) AWARE NIL) -(away away ((V -) (N -) (SUBCAT PPFROM)) AWAY NIL) +(aware aware (AdjPrd_LONG (SUBCAT NULL)) AWARE NIL) +(aware aware (AdjPrd_LONG (SUBCAT PPOF)) AWARE NIL) +(away away (Adv (SUBCAT PPFROM)) AWAY NIL) (awful awful (Adject_LONG) AWFUL NIL) -(awkward awkward ((V +) (N +) (LAT -)) AWKWARD NIL) +(awkward awkward (Adject (LAT -)) AWKWARD NIL) (axe axe Noun AXE NIL) (axes axes (Noun (PLU +)) AXE NIL) (axiom axiom Noun AXIOM NIL) @@ -508,7 +514,7 @@ (backing backing Noun BACKING NIL) (backtrack backtrack (Verb (SUBCAT NULL) (LAT -)) BACKTRACK NIL) (backward backward (Adject_LONG) BACKWARD NIL) -(backwards backwards ((V -) (N -) (PRO +) (ADV +)) BACKWARDS NIL) +(backwards backwards (Adv (PRO +) (ADV +)) BACKWARDS NIL) (bacteria bacteria (Noun (PLU +)) BACTERIUM NIL) (bacterial bacterial (Adject_LONG) BACTERIAL NIL) (bacterium bacterium (Noun (PLU -)) BACTERIUM NIL) @@ -535,10 +541,10 @@ (baron baron Noun BARON NIL) (barrel barrel (Noun (LAT -)) BARREL NIL) (base base (Noun (LAT -)) BASE NIL) -(base base (Verb (SUBCAT NP_PPLOC) (LAT -)) BASE NIL) +(base base (V3_PPLOC) (LAT -)) BASE NIL) (bases bases (Noun (PLU +)) BASIS NIL) (basic basic (Adject_LONG) BASIC NIL) -(basically basically ((V +) (N +) (ADV +) (LAT -) (INFL -)) BASICALLY NIL) +(basically basically (Adject (ADV +) (LAT -) (INFL -)) BASICALLY NIL) (basin basin (Noun (LAT -)) BASIN NIL) (basis basis (Noun (PLU -)) BASIS NIL) (basis basis (Noun (PLU -) (SUBCAT PPFOR)) BASIS NIL) @@ -569,7 +575,7 @@ (bee bee (Noun (LAT -)) BEE NIL) (beer beer (Noun (COUNT -)) BEER NIL) (before before (Subj) BEFORE NIL) -(before before ((V -) (N -) (SUBCAT ING)) BEFORE NIL) +(before before (Adv (SUBCAT ING)) BEFORE NIL) (before before Prep BEFORE NIL) (beg beg (Verb (SUBCAT OE)) BEG NIL) (begin begin (Verb (SUBCAT SR1) (REG -)) BEGIN NIL) @@ -590,15 +596,15 @@ (believe believe (VS (LAT -)) BELIEVE NIL) (bell bell (Noun (LAT -)) BELL NIL) (belong belong (Verb (SUBCAT NPTO) (LAT -)) BELONG NIL) -(beloved beloved ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) BELOVED NIL) -(beloved beloved (A2_BY) (AFORM NONE)) BELOVED NIL) +(beloved beloved (Adject_LONG) BELOVED NIL) +(beloved beloved (A2_BY)_LONG) BELOVED NIL) (below below Prep BELOW NIL) (belt belt (Noun (LAT -)) BELT NIL) (bench bench Noun BENCH NIL) (bend bend (Verb (LAT -) (REG -)) BEND NIL) (beneath beneath Prep BENEATH NIL) -(beneficial beneficial ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) BENEFICIAL NIL) -(beneficial beneficial (A2_TO) (AFORM NONE)) BENEFICIAL NIL) +(beneficial beneficial (Adject_LONG) BENEFICIAL NIL) +(beneficial beneficial (A2_TO)_LONG) BENEFICIAL NIL) (benefit benefit Noun BENEFIT NIL) (berry berry (Noun (LAT -)) BERRY NIL) (beside beside Prep BESIDE NIL) @@ -614,7 +620,7 @@ (biconditional biconditional (Verb) BICONDITIONAL NIL) (bicycle bicycle Noun BICYCLE NIL) (bidirectional bidirectional (Adject_LONG) BIDIRECTIONAL NIL) -(big big ((V +) (N +) (LAT -)) BIG NIL) +(big big (Adject (LAT -)) BIG NIL) (bike bike (Noun (LAT -)) BIKE NIL) (bill bill (Noun (LAT -)) BILL NIL) (bill bill (PNoun) BILL NIL) @@ -635,13 +641,13 @@ (black black Adject BLACK NIL) (blackboard blackboard Noun BLACKBOARD NIL) (blade blade Noun BLADE NIL) -(blame blame (Verb (SUBCAT NP_PPFOR) (LAT -)) BLAME NIL) +(blame blame (V3_PPFOR) (LAT -)) BLAME NIL) (blame blame (Noun (SUBCAT NULL) (LAT -)) BLAME NIL) (blame blame (N2_FOR) (LAT -)) BLAME NIL) (blank blank Adject BLANK NIL) (blank blank Noun BLANK NIL) (bleed bleed (Verb (LAT -) (REG -)) BLEED NIL) -(blind blind ((V +) (N +) (LAT -)) BLIND NIL) +(blind blind (Adject (LAT -)) BLIND NIL) (blind blind (V2 (LAT -)) BLIND NIL) (block block Noun BLOCK NIL) (block block V2 BLOCK NIL) @@ -654,12 +660,12 @@ (boat boat Noun BOAT NIL) (body body Noun BODY NIL) (boil boil (V2 (LAT -)) BOIL NIL) -(bold bold ((V +) (N +) (LAT -)) BOLD NIL) +(bold bold (Adject (LAT -)) BOLD NIL) (bomb bomb (Noun (LAT -)) BOMB NIL) (bomb bomb (V2 (LAT -)) BOMB NIL) (bombard bombard V2 BOMBARD NIL) (bond bond (Noun (LAT -)) BOND NIL) -(bond bond (Verb (SUBCAT NP_PPTO)) BOND NIL) +(bond bond (V3_PPTO)) BOND NIL) (bone bone (Noun (LAT -)) BONE NIL) (bonus bonus Noun BONUS NIL) (book book (Noun (LAT -)) BOOK NIL) @@ -673,9 +679,8 @@ (border border V2 BORDER NIL) (bore bore Noun BORE NIL) (bore bore V2 BORE NIL) -(borrow borrow (Verb (SUBCAT NP_PPFROM)) BORROW NIL) +(borrow borrow (V3_PPFROM)) BORROW NIL) (boss boss Noun BOSS NIL) -(both both ((SUBCAT BOTH)) BOTH NIL) (bother bother (Verb (AGR IT) (SUBCAT S_SUBJ)) BOTHER NIL) (bother bother (Verb (AGR S) (SUBCAT S_SUBJ)) BOTHER NIL) (bother bother V2 BOTHER NIL) @@ -727,12 +732,12 @@ (britain britain (PNoun) BRITAIN NIL) (british british (Adject_LONG) BRITISH NIL) (broach broach V2 BROACH NIL) -(broad broad ((V +) (N +) (LAT -)) BROAD NIL) +(broad broad (Adject (LAT -)) BROAD NIL) (broadcast broadcast Noun BROADCAST NIL) (bronchitis bronchitis Noun BRONCHITIS NIL) (brother brother (Noun (SUBCAT NULL) (LAT -)) BROTHER NIL) (brother brother (N2_OF) (LAT -)) BROTHER NIL) -(brown brown ((V +) (N +) (LAT -)) BROWN NIL) +(brown brown (Adject (LAT -)) BROWN NIL) (bruise bruise Noun BRUISE NIL) (bruise bruise V2 BRUISE NIL) (brute brute Noun BRUTE NIL) @@ -758,16 +763,14 @@ (bush bush Noun BUSH NIL) (business business Noun BUSINESS NIL) (busy busy Adject BUSY NIL) -(but but ((SUBCAT BUT)) BUT NIL) (butter butter (Noun (COUNT -)) BUTTER NIL) (butter butter V2 BUTTER NIL) (butterfly butterfly Noun BUTTERFLY NIL) (button button Noun BUTTON NIL) (buy buy (V2 (LAT -) (REG -)) BUY NIL) (buzz buzz (Verb) BUZZ NIL) -(by by ((V -) (N -) (SUBCAT ING)) BY NIL) +(by by (Adv (SUBCAT ING)) BY NIL) (by by Prep BY NIL) -(by by ((V -) (N -) (SUBCAT NP) (PFORM BY)) BY NIL) (cabinet cabinet Noun CABINET NIL) (cable cable Noun CABLE NIL) (cage cage Noun CAGE NIL) @@ -776,7 +779,7 @@ (calculus calculus Noun CALCULUS NIL) (call call Noun CALL NIL) (call call V2 CALL NIL) -(calm calm ((V +) (N +) (LAT -)) CALM NIL) +(calm calm (Adject (LAT -)) CALM NIL) (cam cam Noun CAM NIL) (cambridge cambridge (PNoun) CAMBRIDGE NIL) (camel camel Noun CAMEL NIL) @@ -859,7 +862,7 @@ (certify certify (Verb (SUBCAT STHAT)) CERTIFY NIL) (certitude certitude Noun CERTITUDE NIL) (chain chain Noun CHAIN NIL) -(chain chain (Verb (SUBCAT NP_PPTO)) CHAIN NIL) +(chain chain (V3_PPTO)) CHAIN NIL) (chair chair Noun CHAIR NIL) (chairman chairman (Noun (PLU -)) CHAIRMAN NIL) (chairmen chairmen (Noun (PLU +)) CHAIRMEN NIL) @@ -879,12 +882,12 @@ (char char (Verb (SUBCAT NULL)) CHAR NIL) (character character Noun CHARACTER NIL) (characteristic characteristic Noun CHARACTERISTIC NIL) -(characteristic characteristic ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) CHARACTERISTIC NIL) -(characteristic characteristic (A2_OF) (AFORM NONE)) CHARACTERISTIC NIL) +(characteristic characteristic (Adject_LONG) CHARACTERISTIC NIL) +(characteristic characteristic (A2_OF)_LONG) CHARACTERISTIC NIL) (characteristically characteristically (Adject_LONG (ADV +)) CHARACTERISTICALLY NIL) -(characterize characterize (Verb (SUBCAT NP_AS_PRED)) CHARACTERIZE NIL) +(characterize characterize (V3_PPAS)) CHARACTERIZE NIL) (charge charge Noun CHARGE NIL) -(charge charge (Verb (SUBCAT NP_PPWITH)) CHARGE NIL) +(charge charge (V3_PPWITH)) CHARGE NIL) (charitable charitable (Adject_LONG) CHARITABLE NIL) (charity charity Noun CHARITY NIL) (charm charm (Noun (LAT -)) CHARM NIL) @@ -913,7 +916,7 @@ (chest chest Noun CHEST NIL) (chicken chicken Noun CHICKEN NIL) (chief chief Noun CHIEF NIL) -(chief chief ((V +) (N +) (PRD -)) CHIEF NIL) +(chief chief (Adject (PRD -)) CHIEF NIL) (child child (Noun (PLU -) (LAT -)) CHILD NIL) (children children (Noun (PLU +)) CHILDREN NIL) (chimney chimney Noun CHIMNEY NIL) @@ -958,21 +961,21 @@ (clarity clarity Noun CLARITY NIL) (clash clash (V2_WITH)) CLASH NIL) (class class Noun CLASS NIL) -(class class (Verb (SUBCAT NP_AS_PRED)) CLASS NIL) +(class class (V3_PPAS)) CLASS NIL) (classic classic (Adject_LONG) CLASSIC NIL) (classify classify V2 CLASSIFY NIL) (clause clause Noun CLAUSE NIL) (clay clay (Noun (COUNT -)) CLAY NIL) -(clean clean ((V +) (N +) (LAT -)) CLEAN NIL) +(clean clean (Adject (LAT -)) CLEAN NIL) (clean clean (V2 (LAT -)) CLEAN NIL) (clear clear V2 CLEAR NIL) (clear clear Adject CLEAR NIL) -(clear clear ((V +) (N +) (SUBCAT SFIN)) CLEAR NIL) +(clear clear (Adject (SUBCAT SFIN)) CLEAR NIL) (cleave cleave (V2 (REG -)) CLEAVE NIL) (cleaver cleaver Noun CLEAVER NIL) (cleft cleft Noun CLEFT NIL) (clerk clerk Noun CLERK NIL) -(clever clever ((V +) (N +) (LAT -)) CLEVER NIL) +(clever clever (Adject (LAT -)) CLEVER NIL) (client client Noun CLIENT NIL) (cliff cliff Noun CLIFF NIL) (climate climate Noun CLIMATE NIL) @@ -984,7 +987,7 @@ (clock clock Noun CLOCK NIL) (clog clog Noun CLOG NIL) (close close (V2 (LAT -)) CLOSE NIL) -(close close ((V +) (N +) (SUBCAT NULL) (LAT -)) CLOSE NIL) +(close close (Adject (LAT -)) CLOSE NIL) (close close (A2_TO) (LAT -)) CLOSE NIL) (closet closet Noun CLOSET NIL) (closure closure Noun CLOSURE NIL) @@ -1031,7 +1034,7 @@ (collapse collapse (Verb (SUBCAT NULL)) COLLAPSE NIL) (collar collar Noun COLLAR NIL) (colleague colleague Noun COLLEAGUE NIL) -(collect collect (Verb (SUBCAT NP_PPFROM) (AT -)) COLLECT NIL) +(collect collect (V3_PPFROM) (AT -)) COLLECT NIL) (college college Noun COLLEGE NIL) (collide collide (Verb) COLLIDE NIL) (collinear collinear (Adject_LONG) COLLINEAR NIL) @@ -1044,7 +1047,7 @@ (comb comb Noun COMB NIL) (combat combat Noun COMBAT NIL) (combinator combinator Noun COMBINATOR NIL) -(combine combine (Verb (SUBCAT NP_PPWITH)) COMBINE NIL) +(combine combine (V3_PPWITH)) COMBINE NIL) (come come (Verb (SUBCAT LOC) (REG -)) COME NIL) (comedy comedy Noun COMEDY NIL) (comfort comfort Noun COMFORT NIL) @@ -1063,7 +1066,7 @@ (commit commit (Verb) COMMIT NIL) (committee committee Noun COMMITTEE NIL) (commodity commodity Noun COMMODITY NIL) -(common common ((V +) (N +) (LAT -)) COMMON NIL) +(common common (Adject (LAT -)) COMMON NIL) (commonsense commonsense (Adject_LONG) COMMONSENSE NIL) (commonwealth commonwealth Noun COMMONWEALTH NIL) (commune commune Noun COMMUNE NIL) @@ -1076,11 +1079,11 @@ (company company Noun COMPANY NIL) (comparative comparative (Adject_LONG) COMPARATIVE NIL) (comparative comparative Noun COMPARATIVE NIL) -(compare compare (Verb (SUBCAT NP_PPWITH)) COMPARE NIL) +(compare compare (V3_PPWITH)) COMPARE NIL) (comparison comparison (N2_OF_PPWITH)) COMPARISON NIL) (compass compass (Verb) COMPASS NIL) -(compatible compatible ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) COMPATIBLE NIL) -(compatible compatible (A2_WITH) (AFORM NONE)) COMPATIBLE NIL) +(compatible compatible (Adject_LONG) COMPATIBLE NIL) +(compatible compatible (A2_WITH)_LONG) COMPATIBLE NIL) (compel compel (Verb (SUBCAT OE)) COMPEL NIL) (compensate compensate (V2_FOR)) COMPENSATE NIL) (compete compete (V2_WITH)) COMPETE NIL) @@ -1093,8 +1096,8 @@ (complaint complaint (N2_ABOUT)) COMPLAINT NIL) (complement complement Noun COMPLEMENT NIL) (complement complement V2 COMPLEMENT NIL) -(complementary complementary ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) COMPLEMENTARY NIL) -(complementary complementary (A2_TO) (AFORM NONE)) COMPLEMENTARY NIL) +(complementary complementary (Adject_LONG) COMPLEMENTARY NIL) +(complementary complementary (A2_TO)_LONG) COMPLEMENTARY NIL) (complete complete (Adject_LONG) COMPLETE NIL) (complete complete (V2 (AT -)) COMPLETE NIL) (complex complex (Adject_LONG) COMPLEX NIL) @@ -1111,8 +1114,8 @@ (compound compound Noun COMPOUND NIL) (compound compound V2 COMPOUND NIL) (comprehend comprehend V2 COMPREHEND NIL) -(comprehensible comprehensible ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) COMPREHENSIBLE NIL) -(comprehensible comprehensible (A2_TO) (AFORM NONE)) COMPREHENSIBLE NIL) +(comprehensible comprehensible (Adject_LONG) COMPREHENSIBLE NIL) +(comprehensible comprehensible (A2_TO)_LONG) COMPREHENSIBLE NIL) (comprehension comprehension Noun COMPREHENSION NIL) (comprehensive comprehensive (Adject_LONG) COMPREHENSIVE NIL) (compress compress (V2 (AT -)) COMPRESS NIL) @@ -1157,7 +1160,7 @@ (confidence confidence Noun CONFIDENCE NIL) (confident confident (Adject_LONG) CONFIDENT NIL) (configure configure V2 CONFIGURE NIL) -(confine confine (Verb (SUBCAT NP_PPTO)) CONFINE NIL) +(confine confine (V3_PPTO)) CONFINE NIL) (confirm confirm V2 CONFIRM NIL) (conflate conflate (Verb (AT -) (SUBCAT NP)) CONFLATE NIL) (conflict conflict (V2_WITH)) CONFLICT NIL) @@ -1166,7 +1169,7 @@ (conform conform (V2_TO)) CONFORM NIL) (confound confound V2 CONFOUND NIL) (confounded confounded (Adject_LONG) CONFOUNDED NIL) -(confront confront (Verb (SUBCAT NP_PPWITH)) CONFRONT NIL) +(confront confront (V3_PPWITH)) CONFRONT NIL) (confuse confuse (Verb (AT -) (SUBCAT NP)) CONFUSE NIL) (congruence congruence Noun CONGRUENCE NIL) (congruent congruent (Adject_LONG) CONGRUENT NIL) @@ -1190,14 +1193,14 @@ (conservative conservative (Adject_LONG) CONSERVATIVE NIL) (conserve conserve V2 CONSERVE NIL) (consider consider V2 CONSIDER NIL) -(consider consider (Verb (SUBCAT NP_AP)) CONSIDER NIL) +(consider consider (V2A) CONSIDER NIL) (consider consider (Verb (SUBCAT OR)) CONSIDER NIL) (consider consider (Verb (SUBCAT TWONP)) CONSIDER NIL) (considerate considerate (Adject_LONG) CONSIDERATE NIL) (consist consist (V2_OF)) CONSIST NIL) (consistency consistency Noun CONSISTENCY NIL) -(consistent consistent ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) CONSISTENT NIL) -(consistent consistent (A2_WITH) (AFORM NONE)) CONSISTENT NIL) +(consistent consistent (Adject_LONG) CONSISTENT NIL) +(consistent consistent (A2_WITH)_LONG) CONSISTENT NIL) (consonant consonant (Adject_LONG (SUBCAT NULL)) CONSONANT NIL) (consonant consonant (Adject_LONG (SUBCAT PPWITH)) CONSONANT NIL) (consonant consonant Noun CONSONANT NIL) @@ -1212,7 +1215,7 @@ (constrict constrict (V2 (AT -)) CONSTRICT NIL) (construct construct (Verb (AT -) (SUBCAT NP)) CONSTRUCT NIL) (constructor constructor Noun CONSTRUCTOR NIL) -(construe construe (Verb (SUBCAT NP_AS_PRED)) CONSTRUE NIL) +(construe construe (V3_PPAS)) CONSTRUE NIL) (consult consult V2 CONSULT NIL) (consume consume V2 CONSUME NIL) (consumption consumption (Noun (PLU -)) CONSUMPTION NIL) @@ -1228,17 +1231,17 @@ (contend contend (VS) CONTEND NIL) (content content (Adject_LONG (SUBCAT NULL)) CONTENT NIL) (content content (Adject_LONG (SUBCAT PPWITH)) CONTENT NIL) -(contented contented ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) CONTENTED NIL) -(contented contented (A2_WITH) (AFORM NONE)) CONTENTED NIL) +(contented contented (Adject_LONG) CONTENTED NIL) +(contented contented (A2_WITH)_LONG) CONTENTED NIL) (contention contention (Noun (SUBCAT STHAT)) CONTENTION NIL) (contents contents (Noun (PLU +)) CONTENTS NIL) (context context Noun CONTEXT NIL) (contextual contextual (Adject_LONG) CONTEXTUAL NIL) -(contiguous contiguous ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) CONTIGUOUS NIL) -(contiguous contiguous (A2_TO) (AFORM NONE)) CONTIGUOUS NIL) +(contiguous contiguous (Adject_LONG) CONTIGUOUS NIL) +(contiguous contiguous (A2_TO)_LONG) CONTIGUOUS NIL) (contingency contingency Noun CONTINGENCY NIL) -(contingent contingent ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) CONTINGENT NIL) -(contingent contingent (A2_ON) (AFORM NONE)) CONTINGENT NIL) +(contingent contingent (Adject_LONG) CONTINGENT NIL) +(contingent contingent (A2_ON)_LONG) CONTINGENT NIL) (continual continual (Adject_LONG) CONTINUAL NIL) (continue continue (Verb (SUBCAT SE3)) CONTINUE NIL) (continue continue (Verb (SUBCAT SR1)) CONTINUE NIL) @@ -1249,10 +1252,10 @@ (contract contract (Verb (AT -)) CONTRACT NIL) (contract contract Noun CONTRACT NIL) (contradict contradict (V2 (AT -)) CONTRADICT NIL) -(contrary contrary ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) CONTRARY NIL) -(contrary contrary (A2_TO) (AFORM NONE)) CONTRARY NIL) +(contrary contrary (Adject_LONG) CONTRARY NIL) +(contrary contrary (A2_TO)_LONG) CONTRARY NIL) (contrast contrast Noun CONTRAST NIL) -(contrast contrast (Verb (SUBCAT NP_PPWITH)) CONTRAST NIL) +(contrast contrast (V3_PPWITH)) CONTRAST NIL) (contrastive contrastive (Adject_LONG) CONTRASTIVE NIL) (contravene contravene V2 CONTRAVENE NIL) (contribute contribute (V2_TO) (AT -)) CONTRIBUTE NIL) @@ -1269,12 +1272,12 @@ (converse converse (Adject_LONG) CONVERSE NIL) (converse converse (V2_WITH)) CONVERSE NIL) (conversion conversion Noun CONVERSION NIL) -(convert convert (Verb (SUBCAT NP_PPTO)) CONVERT NIL) +(convert convert (V3_PPTO)) CONVERT NIL) (convey convey V2 CONVEY NIL) (convict convict Noun CONVICT NIL) (convict convict (V2 (AT -)) CONVICT NIL) (conviction conviction Noun CONVICTION NIL) -(convince convince (Verb (SUBCAT NP_S)) CONVINCE NIL) +(convince convince (V2)) CONVINCE NIL) (convincing convincing (Adject_LONG) CONVINCING NIL) (convoluted convoluted (Adject_LONG) CONVOLUTED NIL) (cook cook Noun COOK NIL) @@ -1291,7 +1294,7 @@ (cord cord Noun CORD NIL) (corn corn (Noun (COUNT -)) CORN NIL) (corner corner Noun CORNER NIL) -(corollary corollary (Noun (AFORM NONE)) COROLLARY NIL) +(corollary corollary Noun COROLLARY NIL) (corpora corpora (Noun (PLU +)) CORPUS NIL) (corporation corporation Noun CORPORATION NIL) (corpus corpus (Noun (PLU -)) CORPUS NIL) @@ -1401,7 +1404,7 @@ (cupboard cupboard Noun CUPBOARD NIL) (curb curb V2 CURB NIL) (cure cure Noun CURE NIL) -(cure cure (Verb (SUBCAT NP_PPOF)) CURE NIL) +(cure cure (V3_PPOF)) CURE NIL) (curiosity curiosity Noun CURIOSITY NIL) (curious curious (Adject_LONG) CURIOUS NIL) (curl curl (Verb) CURL NIL) @@ -1433,7 +1436,7 @@ (dare dare (Verb (SUBCAT BASE_VP)) DARE NIL) (dare dare (Verb (SUBCAT SE1)) DARE NIL) (dark dark Noun DARK NIL) -(dark dark ((V +) (N +) (LAT -)) DARK NIL) +(dark dark (Adject (LAT -)) DARK NIL) (darken darken V2 DARKEN NIL) (darken darken (Verb (SUBCAT NULL)) DARKEN NIL) (data data (Noun (PLU +)) DATUM NIL) @@ -1443,8 +1446,8 @@ (datum datum (Noun (PLU -)) DATUM NIL) (daughter daughter (N2_OF)) DAUGHTER NIL) (day day Noun DAY NIL) -(dead dead ((V +) (N +) (LAT -)) DEAD NIL) -(deaf deaf ((V +) (N +) (LAT -)) DEAF NIL) +(dead dead (Adject (LAT -)) DEAD NIL) +(deaf deaf (Adject (LAT -)) DEAF NIL) (deal deal Noun DEAL NIL) (deal deal (V2_WITH) (REG -)) DEAL NIL) (dear dear Adject DEAR NIL) @@ -1473,11 +1476,11 @@ (decrease decrease (Verb) DECREASE NIL) (decrease decrease (N2_IN)) DECREASE NIL) (decrement decrement V2 DECREMENT NIL) -(dedicate dedicate (Verb (SUBCAT NP_PPTO)) DEDICATE NIL) +(dedicate dedicate (V3_PPTO)) DEDICATE NIL) (deduce deduce (VS) DEDUCE NIL) (deducible deducible (Adject_LONG) DEDUCIBLE NIL) (deed deed Noun DEED NIL) -(deep deep ((V +) (N +) (LAT -)) DEEP NIL) +(deep deep (Adject (LAT -)) DEEP NIL) (deer deer Noun DEER NIL) (defeat defeat Noun DEFEAT NIL) (defeat defeat V2 DEFEAT NIL) @@ -1524,8 +1527,8 @@ (dependence dependence (N2_ON)) DEPENDENCE NIL) (dependency dependency Noun DEPENDENCY NIL) (dependent dependent Noun DEPENDENT NIL) -(dependent dependent ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) DEPENDENT NIL) -(dependent dependent (A2_ON) (AFORM NONE)) DEPENDENT NIL) +(dependent dependent (Adject_LONG) DEPENDENT NIL) +(dependent dependent (A2_ON)_LONG) DEPENDENT NIL) (depict depict (V2 (AT -)) DEPICT NIL) (deploy deploy V2 DEPLOY NIL) (deposit deposit Noun DEPOSIT NIL) @@ -1545,7 +1548,7 @@ (deserve deserve V2 DESERVE NIL) (design design Noun DESIGN NIL) (design design V2 DESIGN NIL) -(designate designate (Verb (SUBCAT NP_AS_PRED) (AT -)) DESIGNATE NIL) +(designate designate (V3_PPAS) (AT -)) DESIGNATE NIL) (desire desire (Noun (SUBCAT INF)) DESIRE NIL) (desire desire V2 DESIRE NIL) (desire desire (Verb (SUBCAT OR)) DESIRE NIL) @@ -1554,8 +1557,8 @@ (despair despair Noun DESPAIR NIL) (despair despair (Verb (SUBCAT NULL)) DESPAIR NIL) (despair despair (V2_OF)) DESPAIR NIL) -(desperate desperate ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) DESPERATE NIL) -(desperate desperate (A2_FOR) (AFORM NONE)) DESPERATE NIL) +(desperate desperate (Adject_LONG) DESPERATE NIL) +(desperate desperate (A2_FOR)_LONG) DESPERATE NIL) (desperation desperation Noun DESPERATION NIL) (destination destination Noun DESTINATION NIL) (destiny destiny Noun DESTINY NIL) @@ -1575,11 +1578,11 @@ (detract detract (V2_FROM)) DETRACT NIL) (develop develop V2 DEVELOP NIL) (deviance deviance Noun DEVIANCE NIL) -(deviant deviant ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) DEVIANT NIL) +(deviant deviant (Adject_LONG) DEVIANT NIL) (deviate deviate (Verb (AT -) (SUBCAT PPFROM)) DEVIATE NIL) (devil devil Noun DEVIL NIL) (devise devise V2 DEVISE NIL) -(devote devote (Verb (SUBCAT NP_PPTO)) DEVOTE NIL) +(devote devote (V3_PPTO)) DEVOTE NIL) (devour devour V2 DEVOUR NIL) (diagnose diagnose V2 DIAGNOSE NIL) (diagnosis diagnosis Noun DIAGNOSIS NIL) @@ -1619,7 +1622,7 @@ (dinner dinner Noun DINNER NIL) (dire dire Adject DIRE NIL) (direct direct (Adject_LONG) DIRECT NIL) -(direct direct (Verb (SUBCAT NP_PPTO) (AT -)) DIRECT NIL) +(direct direct (V3_PPTO) (AT -)) DIRECT NIL) (direction direction Noun DIRECTION NIL) (director director Noun DIRECTOR NIL) (directory directory Noun DIRECTORY NIL) @@ -1688,12 +1691,12 @@ (distance distance Noun DISTANCE NIL) (distant distant (Adject_LONG (SUBCAT NULL)) DISTANT NIL) (distant distant (Adject_LONG (SUBCAT PPFROM)) DISTANT NIL) -(distinct distinct ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) DISTINCT NIL) -(distinct distinct (A2_FROM) (AFORM NONE)) DISTINCT NIL) +(distinct distinct (Adject_LONG) DISTINCT NIL) +(distinct distinct (A2_FROM)_LONG) DISTINCT NIL) (distinction distinction Noun DISTINCTION NIL) (distinctive distinctive (Adject_LONG) DISTINCTIVE NIL) -(distinguish distinguish (Verb (SUBCAT NP_PPFROM)) DISTINGUISH NIL) -(distract distract (Verb (SUBCAT NP_PPFROM) (AT -)) DISTRACT NIL) +(distinguish distinguish (V3_PPFROM)) DISTINGUISH NIL) +(distract distract (V3_PPFROM) (AT -)) DISTRACT NIL) (distribute distribute (Verb (AT -) (SUBCAT NP)) DISTRIBUTE NIL) (district district Noun DISTRICT NIL) (disturb disturb V2 DISTURB NIL) @@ -1708,7 +1711,7 @@ (divisible divisible (Adject_LONG) DIVISIBLE NIL) (division division Noun DIVISION NIL) (divisor divisor Noun DIVISOR NIL) -(divorce divorce (Verb (SUBCAT NP_PPFROM)) DIVORCE NIL) +(divorce divorce (V3_PPFROM)) DIVORCE NIL) (do do (Verb (INFL -) (AUX +) (SUBCAT DO_COMPL)) DO NIL) (do do V2 DO NIL) (doctor doctor Noun DOCTOR NIL) @@ -1724,7 +1727,7 @@ (dominance dominance Noun DOMINANCE NIL) (dominant dominant (Adject_LONG) DOMINANT NIL) (dominate dominate (Verb (AT -) (SUBCAT NP)) DOMINATE NIL) -(donate donate (Verb (SUBCAT NP_PPTO) (AT -)) DONATE NIL) +(donate donate (V3_PPTO) (AT -)) DONATE NIL) (donkey donkey Noun DONKEY NIL) (doom doom Noun DOOM NIL) (doomed doomed (Adject_LONG) DOOMED NIL) @@ -1734,7 +1737,7 @@ (dormant dormant Adject DORMANT NIL) (dosage dosage Noun DOSAGE NIL) (dose dose Noun DOSE NIL) -(dose dose (Verb (SUBCAT NP_PPWITH)) DOSE NIL) +(dose dose (V3_PPWITH)) DOSE NIL) (dot dot Noun DOT NIL) (double double (Adject_LONG) DOUBLE NIL) (double double V2 DOUBLE NIL) @@ -1745,7 +1748,7 @@ (dove dove Noun DOVE NIL) (down down Noun DOWN NIL) (down down Prep DOWN NIL) -(down down ((V -) (N -) (SUBCAT PP)) DOWN NIL) +(down down (Adv (SUBCAT PP)) DOWN NIL) (downward downward Adv DOWNWARD NIL) (doze doze (Verb (SUBCAT NULL)) DOZE NIL) (dozen dozen (Noun (SUBCAT N1)) DOZEN NIL) @@ -1790,8 +1793,8 @@ (dubious dubious (Adject_LONG) DUBIOUS NIL) (duck duck Noun DUCK NIL) (duck duck (Verb (SUBCAT NULL)) DUCK NIL) -(due due ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) DUE NIL) -(due due (A2_TO) (AFORM NONE)) DUE NIL) +(due due (Adject_LONG) DUE NIL) +(due due (A2_TO)_LONG) DUE NIL) (duel duel Noun DUEL NIL) (dull dull Adject DULL NIL) (dumb dumb Adject DUMB NIL) @@ -1821,11 +1824,11 @@ (earth earth (Noun (COUNT -)) EARTH NIL) (ease ease Noun EASE NIL) (east east (Noun (COUNT -)) EAST NIL) -(east east ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) EAST NIL) -(east east (A2_OF) (AFORM NONE)) EAST NIL) +(east east (Adject_LONG) EAST NIL) +(east east (A2_OF)_LONG) EAST NIL) (eastern eastern Adject EASTERN NIL) (easy easy Adject EASY NIL) -(easy easy ((V +) (N +) (SUBCAT OBJ_GAP)) EASY NIL) +(easy easy (Adject (SUBCAT OBJ_GAP)) EASY NIL) (eat eat (V2 (REG -)) EAT NIL) (ebb ebb (Verb (SUBCAT NULL)) EBB NIL) (echo echo Noun ECHO NIL) @@ -1848,11 +1851,9 @@ (efficient efficient (Adject_LONG) EFFICIENT NIL) (effort effort Noun EFFORT NIL) (egg egg Noun EGG NIL) -(either either ((N +) (V -) (PLU -) (PART +)) EITHER NIL) -(either either ((SUBCAT EITHER)) EITHER NIL) (elaborate elaborate (Adject_LONG) ELABORATE NIL) (elaborate elaborate (Verb (AT -) (SUBCAT NP)) ELABORATE NIL) -(elastic elastic ((V +) (N +) (COUNT -)) ELASTIC NIL) +(elastic elastic (Adject (COUNT -)) ELASTIC NIL) (elbow elbow Noun ELBOW NIL) (elect elect (Verb (SUBCAT TWONP) (AT -)) ELECT NIL) (electric electric (Adject_LONG) ELECTRIC NIL) @@ -1872,14 +1873,13 @@ (ellipse ellipse Noun ELLIPSE NIL) (ellipsis ellipsis Noun ELLIPSIS NIL) (elliptical elliptical (Adject_LONG) ELLIPTICAL NIL) -(else else ((SUBCAT ELSE)) ELSE NIL) -(elsewhere elsewhere ((V -) (N -) (PRO +)) ELSEWHERE NIL) +(elsewhere elsewhere (Adv (PRO +)) ELSEWHERE NIL) (elucidate elucidate (V2 (AT -)) ELUCIDATE NIL) (elude elude V2 ELUDE NIL) (elusive elusive (Adject_LONG) ELUSIVE NIL) (embarrass embarrass V2 EMBARRASS NIL) (embassy embassy Noun EMBASSY NIL) -(embed embed (Verb (SUBCAT NP_PPIN)) EMBED NIL) +(embed embed (V3_PPIN)) EMBED NIL) (embody embody V2 EMBODY NIL) (embrace embrace Noun EMBRACE NIL) (embrace embrace V2 EMBRACE NIL) @@ -1899,7 +1899,7 @@ (empiricism empiricism Noun EMPIRICISM NIL) (empiricist empiricist Noun EMPIRICIST NIL) (employ employ V2 EMPLOY NIL) -(empty empty ((V +) (N +) (LAT -)) EMPTY NIL) +(empty empty (Adject (LAT -)) EMPTY NIL) (empty empty (V2 (LAT -)) EMPTY NIL) (emulate emulate (Verb (AT -) (SUBCAT NP)) EMULATE NIL) (enable enable (Verb (SUBCAT OE)) ENABLE NIL) @@ -1919,7 +1919,7 @@ (end end V2 END NIL) (endeavour endeavour (Verb (SUBCAT SE1)) ENDEAVOUR NIL) (ending ending Noun ENDING NIL) -(endow endow (Verb (SUBCAT NP_PPWITH)) ENDOW NIL) +(endow endow (V3_PPWITH)) ENDOW NIL) (enemy enemy Noun ENEMY NIL) (energetic energetic (Adject_LONG) ENERGETIC NIL) (energetically energetically Adv ENERGETICALLY NIL) @@ -1948,12 +1948,12 @@ (entertain entertain V2 ENTERTAIN NIL) (enthusiast enthusiast Noun ENTHUSIAST NIL) (entire entire (Adject_LONG) ENTIRE NIL) -(entitle entitle (Verb (SUBCAT NP_PPTO)) ENTITLE NIL) +(entitle entitle (V3_PPTO)) ENTITLE NIL) (entity entity Noun ENTITY NIL) (entrance entrance Noun ENTRANCE NIL) (entrance entrance V2 ENTRANCE NIL) (entropy entropy Noun ENTROPY NIL) -(entrust entrust (Verb (SUBCAT NP_PPTO)) ENTRUST NIL) +(entrust entrust (V3_PPTO)) ENTRUST NIL) (entry entry Noun ENTRY NIL) (enumerate enumerate (Verb (AT -) (SUBCAT NP)) ENUMERATE NIL) (envelope envelope Noun ENVELOPE NIL) @@ -1973,8 +1973,8 @@ (equipment equipment Noun EQUIPMENT NIL) (equivalence equivalence (N2_TO)) EQUIVALENCE NIL) (equivalent equivalent (Verb) EQUIVALENT NIL) -(equivalent equivalent ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) EQUIVALENT NIL) -(equivalent equivalent (A2_TO) (AFORM NONE)) EQUIVALENT NIL) +(equivalent equivalent (Adject_LONG) EQUIVALENT NIL) +(equivalent equivalent (A2_TO)_LONG) EQUIVALENT NIL) (ergonomic ergonomic (Adject_LONG) ERGONOMIC NIL) (ergonomically ergonomically Adv ERGONOMICALLY NIL) (erroneous erroneous (Adject_LONG) ERRONEOUS NIL) @@ -1982,7 +1982,7 @@ (escape escape (V2_FROM)) ESCAPE NIL) (eschew eschew V2 ESCHEW NIL) (esoteric esoteric (Adject_LONG) ESOTERIC NIL) -(especially especially ((V +) (N +) (ADV +) (SUBCAT A1)) ESPECIALLY NIL) +(especially especially (Adject (ADV +) (SUBCAT A1)) ESPECIALLY NIL) (espouse espouse V2 ESPOUSE NIL) (essay essay Noun ESSAY NIL) (essence essence Noun ESSENCE NIL) @@ -2003,12 +2003,12 @@ (evening evening Noun EVENING NIL) (event event Noun EVENT NIL) (eventual eventual (Adject_LONG) EVENTUAL NIL) -(ever ever ((V +) (N +) (ADV +) (SUBCAT A1)) EVER NIL) +(ever ever (Adject (ADV +) (SUBCAT A1)) EVER NIL) (everyday everyday (Adject_LONG) EVERYDAY NIL) -(everywhere everywhere ((V -) (N -) (PRO +)) EVERYWHERE NIL) +(everywhere everywhere (Adv (PRO +)) EVERYWHERE NIL) (evidence evidence Noun EVIDENCE NIL) -(evident evident ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) EVIDENT NIL) -(evident evident ((V +) (N +) (SUBCAT SFIN) (AFORM NONE)) EVIDENT NIL) +(evident evident (Adject_LONG) EVIDENT NIL) +(evident evident (Adject_LONG EVIDENT NIL) (evil evil Adject EVIL NIL) (evocation evocation Noun EVOCATION NIL) (evoke evoke V2 EVOKE NIL) @@ -2031,12 +2031,12 @@ (excess excess Noun EXCESS NIL) (excessive excessive (Adject_LONG) EXCESSIVE NIL) (exchange exchange Noun EXCHANGE NIL) -(exchange exchange (Verb (SUBCAT NP_PPFOR)) EXCHANGE NIL) +(exchange exchange (V3_PPFOR)) EXCHANGE NIL) (excite excite V2 EXCITE NIL) (exclude exclude V2 EXCLUDE NIL) (exclusion exclusion Noun EXCLUSION NIL) -(exclusive exclusive ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) EXCLUSIVE NIL) -(exclusive exclusive (A2_TO) (AFORM NONE)) EXCLUSIVE NIL) +(exclusive exclusive (Adject_LONG) EXCLUSIVE NIL) +(exclusive exclusive (A2_TO)_LONG) EXCLUSIVE NIL) (excursion excursion Noun EXCURSION NIL) (excuse excuse V2 EXCUSE NIL) (excuse excuse (N2_FOR)) EXCUSE NIL) @@ -2074,7 +2074,7 @@ (expertise expertise Noun EXPERTISE NIL) (expire expire V2 EXPIRE NIL) (expiry expiry Noun EXPIRY NIL) -(explain explain (Verb (SUBCAT NP_PPTO)) EXPLAIN NIL) +(explain explain (V3_PPTO)) EXPLAIN NIL) (explanation explanation Noun EXPLANATION NIL) (explanatory explanatory (Adject_LONG) EXPLANATORY NIL) (explicate explicate (V2 (AT -)) EXPLICATE NIL) @@ -2093,8 +2093,8 @@ (exposure exposure (Verb) EXPOSURE NIL) (express express (Adject_LONG) EXPRESS NIL) (express express (V2 (AT -)) EXPRESS NIL) -(expressible expressible ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) EXPRESSIBLE NIL) -(expressible expressible (A2_BY) (AFORM NONE)) EXPRESSIBLE NIL) +(expressible expressible (Adject_LONG) EXPRESSIBLE NIL) +(expressible expressible (A2_BY)_LONG) EXPRESSIBLE NIL) (expression expression Noun EXPRESSION NIL) (expressly expressly Adv EXPRESSLY NIL) (expulsion expulsion Noun EXPULSION NIL) @@ -2117,7 +2117,7 @@ (eye eye Noun EYE NIL) (face face Noun FACE NIL) (face face V2 FACE NIL) -(face face (Verb (SUBCAT NP_PPWITH)) FACE NIL) +(face face (V3_PPWITH)) FACE NIL) (facet facet Noun FACET NIL) (facetious facetious (Adject_LONG) FACETIOUS NIL) (facilitate facilitate (V2 (AT -)) FACILITATE NIL) @@ -2143,24 +2143,24 @@ (false false Adject FALSE NIL) (falsehood falsehood Noun FALSEHOOD NIL) (fame fame Noun FAME NIL) -(familiar familiar ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) FAMILIAR NIL) -(familiar familiar (A2_TO) (AFORM NONE)) FAMILIAR NIL) +(familiar familiar (Adject_LONG) FAMILIAR NIL) +(familiar familiar (A2_TO)_LONG) FAMILIAR NIL) (family family Noun FAMILY NIL) (fan fan Noun FAN NIL) -(fancy fancy ((V +) (N +) (LAT -)) FANCY NIL) +(fancy fancy (Adject (LAT -)) FANCY NIL) (fancy fancy (V2 (LAT -)) FANCY NIL) -(far far ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) FAR NIL) -(far far (A2_FROM) (AFORM NONE)) FAR NIL) +(far far (Adject_LONG) FAR NIL) +(far far (A2_FROM)_LONG) FAR NIL) (farce farce (Noun (LAT -)) FARCE NIL) (fare fare Noun FARE NIL) (farm farm Noun FARM NIL) (farm farm (Verb (SUBCAT NULL)) FARM NIL) (fashion fashion Noun FASHION NIL) (fashionable fashionable (Adject_LONG (LAT -)) FASHIONABLE NIL) -(fast fast ((V +) (N +) (LAT -)) FAST NIL) -(fasten fasten (Verb (SUBCAT NP_PPTO)) FASTEN NIL) +(fast fast (Adject (LAT -)) FAST NIL) +(fasten fasten (V3_PPTO)) FASTEN NIL) (fat fat (Noun (LAT -) (COUNT -)) FAT NIL) -(fat fat ((V +) (N +) (LAT -)) FAT NIL) +(fat fat (Adject (LAT -)) FAT NIL) (fate fate Noun FATE NIL) (father father Noun FATHER NIL) (fatigue fatigue Noun FATIGUE NIL) @@ -2170,8 +2170,8 @@ (favor favor V2 FAVOR NIL) (favour favour Noun FAVOUR NIL) (favour favour V2 FAVOUR NIL) -(favourable favourable ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) FAVOURABLE NIL) -(favourable favourable (A2_TO) (AFORM NONE)) FAVOURABLE NIL) +(favourable favourable (Adject_LONG) FAVOURABLE NIL) +(favourable favourable (A2_TO)_LONG) FAVOURABLE NIL) (favourite favourite (Adject_LONG) FAVOURITE NIL) (fear fear Noun FEAR NIL) (fear fear (V2 (LAT -)) FEAR NIL) @@ -2196,7 +2196,7 @@ (fence fence Noun FENCE NIL) (fertilize fertilize V2 FERTILIZE NIL) (fertilizer fertilizer Noun FERTILIZER NIL) -(fetch fetch (Verb (SUBCAT NP_PPFROM)) FETCH NIL) +(fetch fetch (V3_PPFROM)) FETCH NIL) (fetter fetter V2 FETTER NIL) (fever fever Noun FEVER NIL) (fiction fiction Noun FICTION NIL) @@ -2212,7 +2212,7 @@ (file file Noun FILE NIL) (file file V2 FILE NIL) (fill fill V2 FILL NIL) -(fill fill (Verb (SUBCAT NP_IN)) FILL NIL) +(fill fill (V3_PPIN)) FILL NIL) (film film Noun FILM NIL) (film film V2 FILM NIL) (filter filter Noun FILTER NIL) @@ -2281,7 +2281,7 @@ (focus focus V2 FOCUS NIL) (focus focus (V2_ON)) FOCUS NIL) (fog fog Noun FOG NIL) -(foist foist (Verb (SUBCAT NP_PPON)) FOIST NIL) +(foist foist (V3_PPON)) FOIST NIL) (fold fold Noun FOLD NIL) (fold fold V2 FOLD NIL) (follow follow V2 FOLLOW NIL) @@ -2292,9 +2292,8 @@ (foolish foolish (Adject_LONG) FOOLISH NIL) (foot foot (Noun (PLU -)) FOOT NIL) (football football Noun FOOTBALL NIL) -(for for ((SUBCAT FOR)) FOR NIL) +(for for PConj FOR NIL) (for for Prep FOR NIL) -(for for ((V -) (N -) (SUBCAT NP) (PFORM FOR)) FOR NIL) (foray foray Noun FORAY NIL) (forbid forbid (Verb (SUBCAT OE) (REG -)) FORBID NIL) (force force Noun FORCE NIL) @@ -2310,9 +2309,9 @@ (foresee foresee (V2 (REG -)) FORESEE NIL) (forest forest Noun FOREST NIL) (forestall forestall V2 FORESTALL NIL) -(forever forever ((V -) (N -) (PRO +)) FOREVER NIL) +(forever forever (Adv (PRO +)) FOREVER NIL) (forget forget (Verb (SUBCAT SE1) (REG -)) FORGET NIL) -(forgive forgive (Verb (SUBCAT NP_PPFOR) (REG -)) FORGIVE NIL) +(forgive forgive (V3_PPFOR) (REG -)) FORGIVE NIL) (forgo forgo (V2 (REG -)) FORGO NIL) (fork fork Noun FORK NIL) (form form Noun FORM NIL) @@ -2326,7 +2325,7 @@ (formulae formulae (Noun (PLU +)) FORMULA NIL) (formulate formulate (V2 (AT -)) FORMULATE NIL) (fort fort Noun FORT NIL) -(forth forth ((V -) (N -) (PRO -)) FORTH NIL) +(forth forth (Adv (PRO -)) FORTH NIL) (forthcoming forthcoming (Adject_LONG) FORTHCOMING NIL) (forthwith forthwith Adv FORTHWITH NIL) (fortnight fortnight Noun FORTNIGHT NIL) @@ -2335,7 +2334,7 @@ (fortune fortune Noun FORTUNE NIL) (forum forum Noun FORUM NIL) (forward forward (Adject_LONG) FORWARD NIL) -(forwards forwards ((V -) (N -) (PRO +)) FORWARDS NIL) +(forwards forwards (Adv (PRO +)) FORWARDS NIL) (found found V2 FOUND NIL) (foundation foundation Noun FOUNDATION NIL) (fountain fountain Noun FOUNTAIN NIL) @@ -2369,7 +2368,6 @@ (frill frill Noun FRILL NIL) (fringe fringe Noun FRINGE NIL) (from from Prep FROM NIL) -(from from ((V -) (N -) (SUBCAT NP) (PFORM FROM)) FROM NIL) (front front (Adject_LONG) FRONT NIL) (front front Noun FRONT NIL) (fruit fruit (Noun (COUNT -)) FRUIT NIL) @@ -2388,7 +2386,7 @@ (fungus fungus (Noun (PLU -)) FUNGUS NIL) (funny funny Adject FUNNY NIL) (fur fur Noun FUR NIL) -(furnish furnish (Verb (SUBCAT NP_PPWITH)) FURNISH NIL) +(furnish furnish (V3_PPWITH)) FURNISH NIL) (furniture furniture (Noun (COUNT -)) FURNITURE NIL) (fuss fuss Noun FUSS NIL) (future future (Adject_LONG) FUTURE NIL) @@ -2430,8 +2428,8 @@ (generator generator Noun GENERATOR NIL) (generic generic (Adject_LONG) GENERIC NIL) (generosity generosity Noun GENEROSITY NIL) -(generous generous ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) GENEROUS NIL) -(generous generous (A2_TO) (AFORM NONE)) GENEROUS NIL) +(generous generous (Adject_LONG) GENEROUS NIL) +(generous generous (A2_TO)_LONG) GENEROUS NIL) (genitive genitive (Adject_LONG) GENITIVE NIL) (genius genius Noun GENIUS NIL) (gentle gentle Adject GENTLE NIL) @@ -2456,11 +2454,11 @@ (giraffe giraffe Noun GIRAFFE NIL) (girl girl Noun GIRL NIL) (gist gist Noun GIST NIL) -(give give (Verb (SUBCAT NP_NP) (REG -)) GIVE NIL) -(give give (Verb (SUBCAT NP_PPTO) (REG -)) GIVE NIL) -(glad glad ((V +) (N +) (SUBCAT INF)) GLAD NIL) +(give give (V3_NP) (REG -)) GIVE NIL) +(give give (V3_PPTO) (REG -)) GIVE NIL) +(glad glad (AdjInf) GLAD NIL) (glad glad Adject GLAD NIL) -(glad glad ((V +) (N +) (SUBCAT SFIN)) GLAD NIL) +(glad glad (Adject (SUBCAT SFIN)) GLAD NIL) (glance glance Noun GLANCE NIL) (glance glance (V2_AT)) GLANCE NIL) (glass glass Noun GLASS NIL) @@ -2515,7 +2513,7 @@ (grass grass (Noun (COUNT -)) GRASS NIL) (grateful grateful Adject GRATEFUL NIL) (grateful grateful (A2_TO)) GRATEFUL NIL) -(grateful grateful ((V +) (N +) (SUBCAT SFIN)) GRATEFUL NIL) +(grateful grateful (Adject (SUBCAT SFIN)) GRATEFUL NIL) (gratuitous gratuitous (Adject_LONG) GRATUITOUS NIL) (grave grave Noun GRAVE NIL) (gravitation gravitation Noun GRAVITATION NIL) @@ -2585,8 +2583,8 @@ (hammer hammer V2 HAMMER NIL) (hamper hamper V2 HAMPER NIL) (hand hand Noun HAND NIL) -(hand hand (Verb (SUBCAT NP_NP)) HAND NIL) -(hand hand (Verb (SUBCAT NP_PPTO)) HAND NIL) +(hand hand (V3_NP)) HAND NIL) +(hand hand (V3_PPTO)) HAND NIL) (handicap handicap Noun HANDICAP NIL) (handicap handicap V2 HANDICAP NIL) (handkerchief handkerchief Noun HANDKERCHIEF NIL) @@ -2599,10 +2597,10 @@ (happen happen (Verb (SUBCAT SR1)) HAPPEN NIL) (happening happening Noun HAPPENING NIL) (happy happy Adject HAPPY NIL) -(happy happy ((V +) (N +) (SUBCAT SR1)) HAPPY NIL) +(happy happy (Adject (SUBCAT SR1)) HAPPY NIL) (harbour harbour Noun HARBOUR NIL) (hard hard Adject HARD NIL) -(hard hard ((V +) (N +) (SUBCAT OBJ_GAP)) HARD NIL) +(hard hard (Adject (SUBCAT OBJ_GAP)) HARD NIL) (hardly hardly Adv HARDLY NIL) (hardware hardware Noun HARDWARE NIL) (harm harm Noun HARM NIL) @@ -2610,7 +2608,7 @@ (harmonium harmonium Noun HARMONIUM NIL) (harmony harmony (Noun (LAT -)) HARMONY NIL) (harness harness Noun HARNESS NIL) -(harness harness (Verb (SUBCAT NP_PPTO)) HARNESS NIL) +(harness harness (V3_PPTO)) HARNESS NIL) (has has (Verb (AUX +) (FIN +) (SUBCAT PSP) (PAST -) (AGR SING3)) HAVE NIL) (has has (Verb (AUX +) (FIN +) (SUBCAT PSP) (PAST -) (AGR S)) HAVE NIL) (has has (Verb (FIN +) (SUBCAT NP) (PAST -) (AGR SING3)) HAVE NIL) @@ -2654,7 +2652,6 @@ (herd herd (N2_OF)) HERD NIL) (here here (Adv HERE NIL) (herring herring Noun HERRING NIL) -(herself herself ((N +) (V -) (REFL ((BAR 2) (N +) (V -) (PER 3) (PLU -)))) HERSELF NIL) (heterogeneity heterogeneity Noun HETEROGENEITY NIL) (heterogeneous heterogeneous (Adject_LONG) HETEROGENEOUS NIL) (heuristic heuristic (Adject_LONG) HEURISTIC NIL) @@ -2667,7 +2664,6 @@ (highlight highlight Noun HIGHLIGHT NIL) (highlight highlight V2 HIGHLIGHT NIL) (hill hill Noun HILL NIL) -(himself himself ((N +) (V -) (REFL ((BAR 2) (N +) (V -) (PER 3) (PLU -)))) HIMSELF NIL) (hind hind (Adject_LONG) HIND NIL) (hinder hinder V2 HINDER NIL) (hindrance hindrance Noun HINDRANCE NIL) @@ -2677,7 +2673,7 @@ (hire hire V2 HIRE NIL) (history history Noun HISTORY NIL) (hit hit (V2 (REG -)) HIT NIL) -(hither hither ((V -) (N -) (PRO +)) HITHER NIL) +(hither hither (Adv (PRO +)) HITHER NIL) (hitherto hitherto Adv HITHERTO NIL) (hoax hoax Noun HOAX NIL) (hoax hoax V2 HOAX NIL) @@ -2712,8 +2708,8 @@ (horrify horrify V2 HORRIFY NIL) (horror horror Noun HORROR NIL) (horse horse Noun HORSE NIL) -(hospitable hospitable ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) HOSPITABLE NIL) -(hospitable hospitable (A2_TO) (AFORM NONE)) HOSPITABLE NIL) +(hospitable hospitable (Adject_LONG) HOSPITABLE NIL) +(hospitable hospitable (A2_TO)_LONG) HOSPITABLE NIL) (hospital hospital Noun HOSPITAL NIL) (hospitality hospitality Noun HOSPITALITY NIL) (host host Noun HOST NIL) @@ -2726,9 +2722,7 @@ (household household (Adject_LONG) HOUSEHOLD NIL) (household household Noun HOUSEHOLD NIL) (how how (IAdv (UB Q)) HOW NIL) -(how how ((SUBCAT DETA) (WH +) (UB Q)) HOW NIL) (however however (IAdv (UB Q) (EVER +)) HOWEVER NIL) -(however however ((SUBCAT DETA) (WH +) (UB Q)) HOWEVER NIL) (huge huge Adject HUGE NIL) (hum hum Noun HUM NIL) (hum hum (Verb (SUBCAT NULL)) HUM NIL) @@ -2768,8 +2762,8 @@ (icon icon Noun ICON NIL) (idea idea Noun IDEA NIL) (ideal ideal (Adject_LONG) IDEAL NIL) -(identical identical ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) IDENTICAL NIL) -(identical identical (A2_TO) (AFORM NONE)) IDENTICAL NIL) +(identical identical (Adject_LONG) IDENTICAL NIL) +(identical identical (A2_TO)_LONG) IDENTICAL NIL) (identify identify V2 IDENTIFY NIL) (identity identity Noun IDENTITY NIL) (idiocy idiocy Noun IDIOCY NIL) @@ -2778,9 +2772,8 @@ (idiot idiot Noun IDIOT NIL) (idle idle Adject IDLE NIL) (idle idle (Verb (SUBCAT NULL)) IDLE NIL) -(if if ((SUBCAT IF)) IF NIL) (ignore ignore V2 IGNORE NIL) -(ill ill ((V +) (N +) (PRD +) (AFORM NONE)) ILL NIL) +(ill ill (AdjPrd_LONG) ILL NIL) (illegal illegal (Adject_LONG) ILLEGAL NIL) (illegitimacy illegitimacy Noun ILLEGITIMACY NIL) (illegitimate illegitimate (Adject_LONG) ILLEGITIMATE NIL) @@ -2807,14 +2800,14 @@ (immodesty immodesty Noun IMMODESTY NIL) (immune immune (Adject_LONG (SUBCAT PPTO)) IMMUNE NIL) (impair impair V2 IMPAIR NIL) -(impart impart (Verb (SUBCAT NP_PPTO)) IMPART NIL) +(impart impart (V3_PPTO)) IMPART NIL) (impartial impartial (Adject_LONG) IMPARTIAL NIL) (impatience impatience (N2_WITH) (COUNT -)) IMPATIENCE NIL) -(impatient impatient ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) IMPATIENT NIL) -(impatient impatient (A2_WITH) (AFORM NONE)) IMPATIENT NIL) +(impatient impatient (Adject_LONG) IMPATIENT NIL) +(impatient impatient (A2_WITH)_LONG) IMPATIENT NIL) (impenetrable impenetrable (Adject_LONG) IMPENETRABLE NIL) -(imperative imperative ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) IMPERATIVE NIL) -(imperative imperative ((V +) (N +) (SUBCAT SFIN) (AFORM NONE)) IMPERATIVE NIL) +(imperative imperative (Adject_LONG) IMPERATIVE NIL) +(imperative imperative (Adject_LONG IMPERATIVE NIL) (imperfect imperfect (Adject_LONG) IMPERFECT NIL) (imperfection imperfection Noun IMPERFECTION NIL) (imperial imperial (Adject_LONG) IMPERIAL NIL) @@ -2826,23 +2819,23 @@ (implement implement V2 IMPLEMENT NIL) (implicate implicate (V2 (AT -)) IMPLICATE NIL) (implicature implicature Noun IMPLICATURE NIL) -(implicit implicit ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) IMPLICIT NIL) -(implicit implicit (A2_IN) (AFORM NONE)) IMPLICIT NIL) +(implicit implicit (Adject_LONG) IMPLICIT NIL) +(implicit implicit (A2_IN)_LONG) IMPLICIT NIL) (imply imply (VS) IMPLY NIL) -(impolite impolite ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) IMPOLITE NIL) -(impolite impolite (A2_TO) (AFORM NONE)) IMPOLITE NIL) +(impolite impolite (Adject_LONG) IMPOLITE NIL) +(impolite impolite (A2_TO)_LONG) IMPOLITE NIL) (import import Noun IMPORT NIL) (import import V2 IMPORT NIL) (importance importance (Noun (COUNT -)) IMPORTANCE NIL) -(important important ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) IMPORTANT NIL) -(important important ((V +) (N +) (SUBCAT SBSE) (AFORM NONE)) IMPORTANT NIL) -(important important ((V +) (N +) (SUBCAT SFIN) (AFORM NONE)) IMPORTANT NIL) -(impose impose (Verb (SUBCAT NP_PPON)) IMPOSE NIL) +(important important (Adject_LONG) IMPORTANT NIL) +(important important ((V +) (N +) (SUBCAT SBSE)_LONG) IMPORTANT NIL) +(important important ((V +) (N +) (SUBCAT SFIN)_LONG) IMPORTANT NIL) +(impose impose (V3_PPON)) IMPOSE NIL) (imposition imposition Noun IMPOSITION NIL) -(impossible impossible ((V +) (N +) (SUBCAT INF) (AFORM NONE)) IMPOSSIBLE NIL) -(impossible impossible ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) IMPOSSIBLE NIL) -(impossible impossible ((V +) (N +) (SUBCAT OBJ_GAP) (AFORM NONE)) IMPOSSIBLE NIL) -(impossible impossible ((V +) (N +) (SUBCAT SFIN) (AFORM NONE)) IMPOSSIBLE NIL) +(impossible impossible (AdjInf_LONG) IMPOSSIBLE NIL) +(impossible impossible (Adject_LONG) IMPOSSIBLE NIL) +(impossible impossible ((V +) (N +) (SUBCAT OBJ_GAP)_LONG) IMPOSSIBLE NIL) +(impossible impossible ((V +) (N +) (SUBCAT SFIN)_LONG) IMPOSSIBLE NIL) (imprecise imprecise (Adject_LONG) IMPRECISE NIL) (imprecision imprecision Noun IMPRECISION NIL) (impress impress (V2 (AT -)) IMPRESS NIL) @@ -2850,10 +2843,8 @@ (improve improve (Verb) IMPROVE NIL) (impure impure Adject IMPURE NIL) (in in ((PRT IN)) IN NIL) -(in in ((V -) (N -) (SUBCAT ING)) IN NIL) +(in in (Adv (SUBCAT ING)) IN NIL) (in in Prep IN NIL) -(in in ((V -) (N -) (SUBCAT NP) (PFORM IN)) IN NIL) -(in in ((V -) (N -) (SUBCAT STHAT)) IN NIL) (inability inability (N2_TO)) INABILITY NIL) (inaccuracy inaccuracy Noun INACCURACY NIL) (inactive inactive (Adject_LONG) INACTIVE NIL) @@ -2873,10 +2864,10 @@ (inclusive inclusive (Adject_LONG) INCLUSIVE NIL) (incoherence incoherence Noun INCOHERENCE NIL) (income income Noun INCOME NIL) -(inconceivable inconceivable ((V +) (N +) (SUBCAT SFIN) (AFORM NONE)) INCONCEIVABLE NIL) +(inconceivable inconceivable (Adject_LONG INCONCEIVABLE NIL) (inconsistency inconsistency Noun INCONSISTENCY NIL) -(incontestable incontestable ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) INCONTESTABLE NIL) -(incontestable incontestable ((V +) (N +) (SUBCAT SFIN) (AFORM NONE)) INCONTESTABLE NIL) +(incontestable incontestable (Adject_LONG) INCONTESTABLE NIL) +(incontestable incontestable (Adject_LONG INCONTESTABLE NIL) (inconvenience inconvenience Noun INCONVENIENCE NIL) (inconvenience inconvenience V2 INCONVENIENCE NIL) (incorporate incorporate (Verb (AT -) (SUBCAT NP)) INCORPORATE NIL) @@ -2902,7 +2893,7 @@ (indigestion indigestion Noun INDIGESTION NIL) (indirect indirect (Adject_LONG) INDIRECT NIL) (indiscriminate indiscriminate (Adject_LONG) INDISCRIMINATE NIL) -(indistinguishable indistinguishable ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) INDISTINGUISHABLE NIL) +(indistinguishable indistinguishable (Adject_LONG) INDISTINGUISHABLE NIL) (individual individual (Adject_LONG) INDIVIDUAL NIL) (individual individual Noun INDIVIDUAL NIL) (indoor indoor (Adject_LONG) INDOOR NIL) @@ -2916,7 +2907,7 @@ (infect infect (V2 (AT -)) INFECT NIL) (infection infection Noun INFECTION NIL) (infectious infectious (Adject_LONG) INFECTIOUS NIL) -(infer infer (Verb (SUBCAT NP_PPFROM)) INFER NIL) +(infer infer (V3_PPFROM)) INFER NIL) (inference inference Noun INFERENCE NIL) (inferior inferior (Adject_LONG (SUBCAT NULL)) INFERIOR NIL) (inferior inferior (Adject_LONG (SUBCAT PPTO)) INFERIOR NIL) @@ -2928,7 +2919,7 @@ (inflect inflect (Verb (AT -) (SUBCAT NULL)) INFLECT NIL) (influence influence Noun INFLUENCE NIL) (influence influence V2 INFLUENCE NIL) -(inform inform (Verb (SUBCAT NP_S)) INFORM NIL) +(inform inform (V2)) INFORM NIL) (informal informal (Adject_LONG) INFORMAL NIL) (informant informant Noun INFORMANT NIL) (information information Noun INFORMATION NIL) @@ -2936,22 +2927,22 @@ (ingenuity ingenuity (Noun (COUNT -)) INGENUITY NIL) (ingredient ingredient Noun INGREDIENT NIL) (inhabit inhabit V2 INHABIT NIL) -(inherent inherent ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) INHERENT NIL) -(inherent inherent (A2_TO) (AFORM NONE)) INHERENT NIL) -(inherit inherit (Verb (SUBCAT NP_PPFROM)) INHERIT NIL) +(inherent inherent (Adject_LONG) INHERENT NIL) +(inherent inherent (A2_TO)_LONG) INHERENT NIL) +(inherit inherit (V3_PPFROM)) INHERIT NIL) (inheritance inheritance Noun INHERITANCE NIL) (inhibit inhibit (Verb (AT -) (SUBCAT NP)) INHIBIT NIL) (initial initial (Adject_LONG) INITIAL NIL) (initialize initialize V2 INITIALIZE NIL) (initiate initiate (Verb (AT -) (SUBCAT NP)) INITIATE NIL) -(inject inject (Verb (SUBCAT NP_PPWITH) (AT -)) INJECT NIL) +(inject inject (V3_PPWITH) (AT -)) INJECT NIL) (injunction injunction Noun INJUNCTION NIL) (injure injure V2 INJURE NIL) (injury injury Noun INJURY NIL) (ink ink Noun INK NIL) (inn inn Noun INN NIL) -(innate innate ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) INNATE NIL) -(innate innate (A2_TO) (AFORM NONE)) INNATE NIL) +(innate innate (Adject_LONG) INNATE NIL) +(innate innate (A2_TO)_LONG) INNATE NIL) (inner inner (Adject_LONG) INNER NIL) (innocuous innocuous (Adject_LONG) INNOCUOUS NIL) (innovation innovation Noun INNOVATION NIL) @@ -2969,7 +2960,7 @@ (insist insist (Verb (SUBCAT SBSE)) INSIST NIL) (insistence insistence (N2_ON)) INSISTENCE NIL) (insistence insistence (Noun (SUBCAT SBSE)) INSISTENCE NIL) -(insistent insistent ((V +) (N +) (SUBCAT SBSE) (AFORM NONE)) INSISTENT NIL) +(insistent insistent (Adject (SUBCAT SBSE)_LONG) INSISTENT NIL) (inspect inspect (V2 (AT -)) INSPECT NIL) (inspector inspector Noun INSPECTOR NIL) (inspire inspire V2 INSPIRE NIL) @@ -2979,16 +2970,16 @@ (instant instant Noun INSTANT NIL) (instantiate instantiate (V2 (AT -)) INSTANTIATE NIL) (instantly instantly Adv INSTANTLY NIL) -(instead instead ((V -) (N -) (SUBCAT PPOF)) INSTEAD NIL) +(instead instead (Adv (SUBCAT PPOF)) INSTEAD NIL) (instigate instigate (Verb (AT -) (SUBCAT NP)) INSTIGATE NIL) -(instil instil (Verb (SUBCAT NP_PPIN)) INSTIL NIL) +(instil instil (V3_PPIN)) INSTIL NIL) (instinct instinct Noun INSTINCT NIL) (institute institute (Verb (AT -) (SUBCAT NP)) INSTITUTE NIL) (institute institute Noun INSTITUTE NIL) (institution institution Noun INSTITUTION NIL) (instruct instruct (Verb (SUBCAT OE) (AT -)) INSTRUCT NIL) (instrument instrument Noun INSTRUMENT NIL) -(insulate insulate (Verb (SUBCAT NP_PPFROM) (AT -)) INSULATE NIL) +(insulate insulate (V3_PPFROM) (AT -)) INSULATE NIL) (insult insult Noun INSULT NIL) (insult insult V2 INSULT NIL) (insurance insurance Noun INSURANCE NIL) @@ -3039,7 +3030,7 @@ (intrigue intrigue (Verb (SUBCAT NULL)) INTRIGUE NIL) (intrinsic intrinsic (Adject_LONG) INTRINSIC NIL) (intrinsically intrinsically Adv INTRINSICALLY NIL) -(introduce introduce (Verb (SUBCAT NP_PPTO)) INTRODUCE NIL) +(introduce introduce (V3_PPTO)) INTRODUCE NIL) (introduction introduction (N2_TO)) INTRODUCTION NIL) (introspection introspection (Noun (COUNT -)) INTROSPECTION NIL) (introspective introspective (Adject_LONG) INTROSPECTIVE NIL) @@ -3058,11 +3049,11 @@ (inverse inverse (Adject_LONG) INVERSE NIL) (inversion inversion Noun INVERSION NIL) (invert invert V2 INVERT NIL) -(invest invest (Verb (SUBCAT NP_PPWITH)) INVEST NIL) +(invest invest (V3_PPWITH)) INVEST NIL) (investigate investigate (V2 (AT -)) INVESTIGATE NIL) -(invisible invisible ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) INVISIBLE NIL) -(invisible invisible (A2_TO) (AFORM NONE)) INVISIBLE NIL) -(invite invite (Verb (SUBCAT NP_PPTO)) INVITE NIL) +(invisible invisible (Adject_LONG) INVISIBLE NIL) +(invisible invisible (A2_TO)_LONG) INVISIBLE NIL) +(invite invite (V3_PPTO)) INVITE NIL) (invocation invocation Noun INVOCATION NIL) (invoke invoke V2 INVOKE NIL) (involve involve V2 INVOLVE NIL) @@ -3092,15 +3083,14 @@ (item item Noun ITEM NIL) (itemize itemize V2 ITEMIZE NIL) (iterate iterate (Verb (SUBCAT NULL) (AT -)) ITERATE NIL) -(itself itself (Noun (REFL ((BAR 2) Noun (PER 3) (PLU -)))) ITSELF NIL) (january january (PNoun) JANUARY NIL) (japan japan (PNoun) JAPAN NIL) (japanese japanese (Adject_LONG) JAPANESE NIL) (jaundice jaundice Noun JAUNDICE NIL) (jaundiced jaundiced (Adject_LONG) JAUNDICED NIL) (jaw jaw Noun JAW NIL) -(jealous jealous ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) JEALOUS NIL) -(jealous jealous (A2_OF) (AFORM NONE)) JEALOUS NIL) +(jealous jealous (Adject_LONG) JEALOUS NIL) +(jealous jealous (A2_OF)_LONG) JEALOUS NIL) (jealousy jealousy (N2_OF)) JEALOUSY NIL) (jew jew Noun JEW NIL) (jewel jewel Noun JEWEL NIL) @@ -3108,7 +3098,7 @@ (jewellery jewellery Noun JEWELLERY NIL) (job job Noun JOB NIL) (john john (PNoun) JOHN NIL) -(join join (Verb (SUBCAT NP_PPTO)) JOIN NIL) +(join join (V3_PPTO)) JOIN NIL) (joint joint Noun JOINT NIL) (joke joke Noun JOKE NIL) (joke joke (Verb (SUBCAT NULL)) JOKE NIL) @@ -3138,7 +3128,7 @@ (juxtaposition juxtaposition Noun JUXTAPOSITION NIL) (keen keen Adject KEEN NIL) (keen keen (A2_ON)) KEEN NIL) -(keen keen ((V +) (N +) (SUBCAT SR1)) KEEN NIL) +(keen keen (Adject (SUBCAT SR1)) KEEN NIL) (keep keep (V2 (REG -)) KEEP NIL) (kennel kennel Noun KENNEL NIL) (kettle kettle Noun KETTLE NIL) @@ -3147,7 +3137,7 @@ (kick kick V2 KICK NIL) (kidney kidney Noun KIDNEY NIL) (kill kill V2 KILL NIL) -(kill kill (Verb (SUBCAT NP_OFF)) KILL NIL) +(kill kill (V3_OFF)) KILL NIL) (kilogram kilogram Noun KILOGRAM NIL) (kilometre kilometre Noun KILOMETRE NIL) (kim kim (PNoun) KIM NIL) @@ -3211,7 +3201,7 @@ (lawn lawn Noun LAWN NIL) (lawyer lawyer Noun LAWYER NIL) (lax lax Adject LAX NIL) -(lay lay (Verb (SUBCAT NP_PPLOC) (REG -)) LAY NIL) +(lay lay (V3_PPLOC) (REG -)) LAY NIL) (layer layer Noun LAYER NIL) (layer layer V2 LAYER NIL) (laze laze (Verb (SUBCAT NULL)) LAZE NIL) @@ -3239,11 +3229,11 @@ (legitimate legitimate (Adject_LONG) LEGITIMATE NIL) (legitimize legitimize V2 LEGITIMIZE NIL) (lemon lemon Noun LEMON NIL) -(lend lend (Verb (SUBCAT NP_PPTO)) LEND NIL) +(lend lend (V3_PPTO)) LEND NIL) (length length Noun LENGTH NIL) (lengthen lengthen V2 LENGTHEN NIL) (lesson lesson Noun LESSON NIL) -(let let (Verb (SUBCAT NP_BASE_VP) (REG -)) LET NIL) +-- (let let (V3_BASE_VP) (REG -)) LET NIL) (lethal lethal (Adject_LONG) LETHAL NIL) (letter letter Noun LETTER NIL) (level level (Adject_LONG) LEVEL NIL) @@ -3292,7 +3282,7 @@ (linguistic linguistic (Adject_LONG) LINGUISTIC NIL) (linguistics linguistics (Noun (COUNT -)) LINGUISTICS NIL) (link link Noun LINK NIL) -(link link (Verb (SUBCAT NP_PPTO)) LINK NIL) +(link link (V3_PPTO)) LINK NIL) (lion lion Noun LION NIL) (lip lip Noun LIP NIL) (liquefaction liquefaction Noun LIQUEFACTION NIL) @@ -3315,7 +3305,7 @@ (load load Noun LOAD NIL) (load load V2 LOAD NIL) (loaf loaf (Noun (PLU -)) LOAF NIL) -(loan loan (Verb (SUBCAT NP_PPTO)) LOAN NIL) +(loan loan (V3_PPTO)) LOAN NIL) (loaves loaves (Noun (PLU +)) LOAF NIL) (lobster lobster Noun LOBSTER NIL) (local local (Adject_LONG) LOCAL NIL) @@ -3335,7 +3325,7 @@ (long long (V2_FOR)) LONG NIL) (longwinded longwinded (Adject_LONG) LONGWINDED NIL) (look look Noun LOOK NIL) -(look look (Verb (SUBCAT NP_UP)) LOOK NIL) +(look look (V3_UP)) LOOK NIL) (look look (V2_FOR)) LOOK NIL) (loop loop Noun LOOP NIL) (loophole loophole Noun LOOPHOLE NIL) @@ -3353,8 +3343,8 @@ (lovely lovely Adject LOVELY NIL) (low low Adject LOW NIL) (lower lower V2 LOWER NIL) -(loyal loyal ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) LOYAL NIL) -(loyal loyal (A2_TO) (AFORM NONE)) LOYAL NIL) +(loyal loyal (Adject_LONG) LOYAL NIL) +(loyal loyal (A2_TO)_LONG) LOYAL NIL) (loyalty loyalty (N2_TO) (COUNT -)) LOYALTY NIL) (luck luck Noun LUCK NIL) (lump lump Noun LUMP NIL) @@ -3368,7 +3358,7 @@ (mad mad Adject MAD NIL) (mad mad (A2_ABOUT)) MAD NIL) (mad mad (A2_WITH)) MAD NIL) -(made made (A2_FROM) (AFORM NONE)) MADE NIL) +(made made (A2_FROM)_LONG) MADE NIL) (magazine magazine Noun MAGAZINE NIL) (magic magic (Adject_LONG) MAGIC NIL) (magic magic (Noun (COUNT -)) MAGIC NIL) @@ -3376,7 +3366,7 @@ (magnetic magnetic (Adject_LONG) MAGNETIC NIL) (magnitude magnitude Noun MAGNITUDE NIL) (mail mail (Noun (COUNT -)) MAIL NIL) -(mail mail (Verb (SUBCAT NP_PPTO)) MAIL NIL) +(mail mail (V3_PPTO)) MAIL NIL) (main main (Adject_LONG) MAIN NIL) (mainstream mainstream (Adject_LONG) MAINSTREAM NIL) (maintain maintain V2 MAINTAIN NIL) @@ -3410,7 +3400,7 @@ (manufacture manufacture V2 MANUFACTURE NIL) (manuscript manuscript Noun MANUSCRIPT NIL) (map map Noun MAP NIL) -(map map (Verb (SUBCAT NP_PPTO)) MAP NIL) +(map map (V3_PPTO)) MAP NIL) (mapping mapping Noun MAPPING NIL) (march march Noun MARCH NIL) (march march (PNoun) MARCH NIL) @@ -3485,7 +3475,7 @@ (mention mention Noun MENTION NIL) (mention mention V2 MENTION NIL) (mercy mercy Noun MERCY NIL) -(mere mere ((V +) (N +) (PRD -)) MERE NIL) +(mere mere (Adject (PRD -)) MERE NIL) (merge merge V2 MERGE NIL) (merit merit Noun MERIT NIL) (merry merry Adject MERRY NIL) @@ -3545,8 +3535,8 @@ (missile missile Noun MISSILE NIL) (mist mist Noun MIST NIL) (mistake mistake Noun MISTAKE NIL) -(mistake mistake (Verb (SUBCAT NP_PPFOR) (REG -)) MISTAKE NIL) -(mix mix (Verb (SUBCAT NP_PPWITH)) MIX NIL) +(mistake mistake (V3_PPFOR) (REG -)) MISTAKE NIL) +(mix mix (V3_PPWITH)) MIX NIL) (mixture mixture Noun MIXTURE NIL) (mnemonic mnemonic (Adject_LONG) MNEMONIC NIL) (mode mode Noun MODE NIL) @@ -3606,7 +3596,7 @@ (multifarious multifarious (Adject_LONG) MULTIFARIOUS NIL) (multiple multiple (Adject_LONG) MULTIPLE NIL) (multiplicity multiplicity Noun MULTIPLICITY NIL) -(multiply multiply (Verb (SUBCAT NP_PPBY)) MULTIPLY NIL) +(multiply multiply (V3_PPBY)) MULTIPLY NIL) (multitude multitude (N2_OF)) MULTITUDE NIL) (mundane mundane (Adject_LONG) MUNDANE NIL) (murder murder Noun MURDER NIL) @@ -3640,9 +3630,9 @@ (near near (A2_TO)) NEAR NIL) (nearby nearby (Adv NEARBY NIL) (neat neat Adject NEAT NIL) -(necessary necessary ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) NECESSARY NIL) -(necessary necessary (A2_FOR) (AFORM NONE)) NECESSARY NIL) -(necessary necessary (A2_TO) (AFORM NONE)) NECESSARY NIL) +(necessary necessary (Adject_LONG) NECESSARY NIL) +(necessary necessary (A2_FOR)_LONG) NECESSARY NIL) +(necessary necessary (A2_TO)_LONG) NECESSARY NIL) (necessitate necessitate (V2 (AT -)) NECESSITATE NIL) (necessity necessity Noun NECESSITY NIL) (neck neck Noun NECK NIL) @@ -3659,7 +3649,6 @@ (negligible negligible (Adject_LONG) NEGLIGIBLE NIL) (negotiate negotiate (V2_WITH) (AT -)) NEGOTIATE NIL) (neighbour neighbour Noun NEIGHBOUR NIL) -(neither neither ((SUBCAT NEITHER)) NEITHER NIL) (nephew nephew (N2_OF)) NEPHEW NIL) (nerve nerve Noun NERVE NIL) (nervous nervous (Adject_LONG) NERVOUS NIL) @@ -3694,16 +3683,13 @@ (nonetheless nonetheless Adv NONETHELESS NIL) (nonsense nonsense Noun NONSENSE NIL) (nonsensical nonsensical (Adject_LONG) NONSENSICAL NIL) -(nor nor ((SUBCAT NOR)) NOR NIL) (normal normal (Adject_LONG) NORMAL NIL) (normative normative (Adject_LONG) NORMATIVE NIL) (north north (Noun (COUNT -)) NORTH NIL) -(north north ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) NORTH NIL) -(north north (A2_OF) (AFORM NONE)) NORTH NIL) +(north north (Adject_LONG) NORTH NIL) +(north north (A2_OF)_LONG) NORTH NIL) (northern northern (Adject_LONG) NORTHERN NIL) (nose nose Noun NOSE NIL) -(not not ((SUBCAT NOT)) NOT NIL) -(not not ((V +) (N +) (ADV +) (NEG +)) NOT NIL) (notation notation Noun NOTATION NIL) (note note Noun NOTE NIL) (note note (VS) NOTE NIL) @@ -3712,8 +3698,8 @@ (notice notice (VS) NOTICE NIL) (notion notion Noun NOTION NIL) (notoriety notoriety (Noun (COUNT -)) NOTORIETY NIL) -(notorious notorious ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) NOTORIOUS NIL) -(notorious notorious (A2_FOR) (AFORM NONE)) NOTORIOUS NIL) +(notorious notorious (Adject_LONG) NOTORIOUS NIL) +(notorious notorious (A2_FOR)_LONG) NOTORIOUS NIL) (notwithstanding notwithstanding (Adv NOTWITHSTANDING NIL) (noun noun Noun Noun NIL) (novel novel (Adject_LONG) NOVEL NIL) @@ -3723,8 +3709,8 @@ (novice novice Noun NOVICE NIL) (now now (Adv NOW NIL) (now now Adv NOW NIL) -(nowhere nowhere ((V -) (N -) (NEG +)) NOWHERE NIL) -(nuclear nuclear ((V +) (N +) (LAT -)) NUCLEAR NIL) +(nowhere nowhere (Adv (NEG +)) NOWHERE NIL) +(nuclear nuclear (Adject (LAT -)) NUCLEAR NIL) (nucleus nucleus Noun NUCLEUS NIL) (nudge nudge Noun NUDGE NIL) (nudge nudge V2 NUDGE NIL) @@ -3753,8 +3739,8 @@ (objective objective (Adject_LONG) OBJECTIVE NIL) (objective objective Noun OBJECTIVE NIL) (obligation obligation Noun OBLIGATION NIL) -(obligatory obligatory ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) OBLIGATORY NIL) -(obligatory obligatory (A2_FOR) (AFORM NONE)) OBLIGATORY NIL) +(obligatory obligatory (Adject_LONG) OBLIGATORY NIL) +(obligatory obligatory (A2_FOR)_LONG) OBLIGATORY NIL) (oblige oblige (Verb (SUBCAT OE)) OBLIGE NIL) (oblique oblique (Adject_LONG) OBLIQUE NIL) (obscure obscure (Adject_LONG) OBSCURE NIL) @@ -3776,7 +3762,6 @@ (odd odd Adject ODD NIL) (odds odds (Noun (PLU +)) ODDS NIL) (of of Prep OF NIL) -(of of ((V -) (N -) (SUBCAT NP) (PFORM OF)) OF NIL) (off off ((PRT OFF)) OFF NIL) (off off Prep OFF NIL) (offence offence (N2_AGAINST)) OFFENCE NIL) @@ -3799,9 +3784,7 @@ (omniscient omniscient (Adject_LONG) OMNISCIENT NIL) (on on ((PRT ON)) ON NIL) (on on Prep ON NIL) -(on on ((V -) (N -) (SUBCAT NP) (PFORM ON)) ON NIL) (once once Adv ONCE NIL) -(one one ((BAR 0) (SUBCAT ONE) Noun) ONE NIL) (onerous onerous (Adject_LONG) ONEROUS NIL) (onion onion Noun ONION NIL) (only only Adv ONLY NIL) @@ -3832,7 +3815,6 @@ (optimize optimize V2 OPTIMIZE NIL) (optimum optimum (Verb) OPTIMUM NIL) (option option Noun OPTION NIL) -(or or ((SUBCAT OR)) OR NIL) (oral oral Adject ORAL NIL) (orange orange (Adject_LONG) ORANGE NIL) (orange orange Noun ORANGE NIL) @@ -3862,9 +3844,8 @@ (other other (Adject_LONG) OTHER NIL) (other other Noun OTHER NIL) (otherwise otherwise (Adv OTHERWISE NIL) -(otherwise otherwise ((SUBCAT OTHERWISE)) OTHERWISE NIL) (ought ought (Verb (SUBCAT INF) (FIN +) (PAST -) (AUX +)) OUGHT NIL) -(out out ((V -) (N -) (SUBCAT PP)) OUT NIL) +(out out (Adv (SUBCAT PP)) OUT NIL) (outdated outdated (Adject_LONG) OUTDATED NIL) (outdoor outdoor (Adject_LONG) OUTDOOR NIL) (outdoors outdoors (Noun (COUNT -)) OUTDOORS NIL) @@ -3888,7 +3869,7 @@ (overt overt (Adject_LONG) OVERT NIL) (overture overture Noun OVERTURE NIL) (overwhelm overwhelm V2 OVERWHELM NIL) -(owe owe (Verb (SUBCAT NP_NP)) OWE NIL) +(owe owe (V3_NP)) OWE NIL) (own own (Adject_LONG) OWN NIL) (own own V2 OWN NIL) (ox ox (Noun (PLU -)) OX NIL) @@ -3906,7 +3887,7 @@ (paint paint (Noun (COUNT -)) PAINT NIL) (paint paint V2 PAINT NIL) (pair pair Noun PAIR NIL) -(pair pair (Verb (SUBCAT NP_PPWITH)) PAIR NIL) +(pair pair (V3_PPWITH)) PAIR NIL) (palace palace Noun PALACE NIL) (pale pale Adject PALE NIL) (pamper pamper V2 PAMPER NIL) @@ -3926,8 +3907,8 @@ (paragraph paragraph Noun PARAGRAPH NIL) (parallel parallel Noun PARALLEL NIL) (parallel parallel V2 PARALLEL NIL) -(parallel parallel ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) PARALLEL NIL) -(parallel parallel (A2_TO) (AFORM NONE)) PARALLEL NIL) +(parallel parallel (Adject_LONG) PARALLEL NIL) +(parallel parallel (A2_TO)_LONG) PARALLEL NIL) (parameter parameter Noun PARAMETER NIL) (paraphrase paraphrase Noun PARAPHRASE NIL) (paraphrase paraphrase V2 PARAPHRASE NIL) @@ -3957,7 +3938,7 @@ (partly partly Adv PARTLY NIL) (partner partner Noun PARTNER NIL) (party party Noun PARTY NIL) -(pass pass (Verb (SUBCAT NP_PPTO)) PASS NIL) +(pass pass (V3_PPTO)) PASS NIL) (passage passage Noun PASSAGE NIL) (passenger passenger Noun PASSENGER NIL) (passion passion Noun PASSION NIL) @@ -3966,7 +3947,7 @@ (past past (Adject_LONG) PAST NIL) (past past Noun PAST NIL) (paste paste Noun PASTE NIL) -(paste paste (Verb (SUBCAT NP_PPTO)) PASTE NIL) +(paste paste (V3_PPTO)) PASTE NIL) (pastry pastry (Noun (COUNT -)) PASTRY NIL) (pasty pasty Noun PASTY NIL) (pat pat V2 PAT NIL) @@ -3974,8 +3955,8 @@ (pathology pathology Noun PATHOLOGY NIL) (patience patience Noun PATIENCE NIL) (patient patient Noun PATIENT NIL) -(patient patient ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) PATIENT NIL) -(patient patient (A2_WITH) (AFORM NONE)) PATIENT NIL) +(patient patient (Adject_LONG) PATIENT NIL) +(patient patient (A2_WITH)_LONG) PATIENT NIL) (pattern pattern Noun PATTERN NIL) (paucity paucity (N2_OF)) PAUCITY NIL) (pause pause (Verb (SUBCAT NULL)) PAUSE NIL) @@ -3986,8 +3967,8 @@ (peace peace (Noun (COUNT -)) PEACE NIL) (peak peak Noun PEAK NIL) (pear pear Noun PEAR NIL) -(peculiar peculiar ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) PECULIAR NIL) -(peculiar peculiar (A2_TO) (AFORM NONE)) PECULIAR NIL) +(peculiar peculiar (Adject_LONG) PECULIAR NIL) +(peculiar peculiar (A2_TO)_LONG) PECULIAR NIL) (pedagogical pedagogical (Adject_LONG) PEDAGOGICAL NIL) (pedant pedant Noun PEDANT NIL) (pedantic pedantic (Adject_LONG) PEDANTIC NIL) @@ -4039,7 +4020,7 @@ (personal personal (Adject_LONG) PERSONAL NIL) (perspective perspective Noun PERSPECTIVE NIL) (perspicuous perspicuous (Adject_LONG) PERSPICUOUS NIL) -(persuade persuade (Verb (SUBCAT NP_S)) PERSUADE NIL) +(persuade persuade (V2)) PERSUADE NIL) (persuade persuade (Verb (SUBCAT OE)) PERSUADE NIL) (persuasion persuasion Noun PERSUASION NIL) (persuasive persuasive (Adject_LONG) PERSUASIVE NIL) @@ -4074,7 +4055,7 @@ (piano piano Noun PIANO NIL) (pick pick Noun PICK NIL) (pick pick V2 PICK NIL) -(pick pick (Verb (SUBCAT NP_UP)) PICK NIL) +(pick pick (V3_UP)) PICK NIL) (picnic picnic Noun PICNIC NIL) (picnic picnic (Verb (SUBCAT NULL)) PICNIC NIL) (picture picture Noun PICTURE NIL) @@ -4092,7 +4073,7 @@ (pilot pilot Noun PILOT NIL) (pilot pilot V2 PILOT NIL) (pin pin Noun PIN NIL) -(pin pin (Verb (SUBCAT NP_PPTO)) PIN NIL) +(pin pin (V3_PPTO)) PIN NIL) (pink pink Adject PINK NIL) (pipe pipe Noun PIPE NIL) (pistol pistol Noun PISTOL NIL) @@ -4105,7 +4086,7 @@ (pity pity Noun PITY NIL) (place place Noun PLACE NIL) (place place V2 PLACE NIL) -(place place (Verb (SUBCAT NP_PPIN)) PLACE NIL) +(place place (V3_PPIN)) PLACE NIL) (plague plague Noun PLAGUE NIL) (plague plague V2 PLAGUE NIL) (plain plain Adject PLAIN NIL) @@ -4162,8 +4143,8 @@ (polish polish (Adject_LONG) POLISH NIL) (polish polish Noun POLISH NIL) (polish polish V2 POLISH NIL) -(polite polite ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) POLITE NIL) -(polite polite (A2_TO) (AFORM NONE)) POLITE NIL) +(polite polite (Adject_LONG) POLITE NIL) +(polite polite (A2_TO)_LONG) POLITE NIL) (political political (Adject_LONG) POLITICAL NIL) (politician politician Noun POLITICIAN NIL) (politics politics (Noun (PLU -)) POLITICS NIL) @@ -4173,10 +4154,10 @@ (poor poor (Noun (PLU +)) POOR NIL) (poor poor Adject POOR NIL) (pop pop Noun POP NIL) -(popular popular ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) POPULAR NIL) -(popular popular (A2_WITH) (AFORM NONE)) POPULAR NIL) -(populated populated ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) POPULATED NIL) -(populated populated (A2_BY) (AFORM NONE)) POPULATED NIL) +(popular popular (Adject_LONG) POPULAR NIL) +(popular popular (A2_WITH)_LONG) POPULAR NIL) +(populated populated (Adject_LONG) POPULATED NIL) +(populated populated (A2_BY)_LONG) POPULATED NIL) (population population Noun POPULATION NIL) (porcupine porcupine Noun PORCUPINE NIL) (pore pore Noun PORE NIL) @@ -4191,16 +4172,16 @@ (pose pose Noun POSE NIL) (pose pose V2 POSE NIL) (position position Noun POSITION NIL) -(positive positive ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) POSITIVE NIL) -(positive positive ((V +) (N +) (SUBCAT SFIN) (AFORM NONE)) POSITIVE NIL) +(positive positive (Adject_LONG) POSITIVE NIL) +(positive positive (Adject_LONG POSITIVE NIL) (positively positively Adv POSITIVELY NIL) (possess possess V2 POSSESS NIL) (possession possession Noun POSSESSION NIL) -(possible possible ((V +) (N +) (SUBCAT INF) (AFORM NONE)) POSSIBLE NIL) -(possible possible ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) POSSIBLE NIL) -(possible possible ((V +) (N +) (SUBCAT S_SUBJ) (AFORM NONE)) POSSIBLE NIL) +(possible possible (AdjInf_LONG) POSSIBLE NIL) +(possible possible (Adject_LONG) POSSIBLE NIL) +(possible possible (Adject (SUBCAT S_SUBJ)_LONG) POSSIBLE NIL) (post post Noun POST NIL) -(post post (Verb (SUBCAT NP_PPTO)) POST NIL) +(post post (V3_PPTO)) POST NIL) (posterior posterior (Adject_LONG) POSTERIOR NIL) (postman postman (Noun (PLU -)) POSTMAN NIL) (postmen postmen (Noun (PLU +)) POSTMEN NIL) @@ -4213,7 +4194,7 @@ (potential potential (Adject_LONG) POTENTIAL NIL) (pound pound Noun POUND NIL) (pound pound V2 POUND NIL) -(pour pour (Verb (SUBCAT NP_PPLOC)) POUR NIL) +(pour pour (V3_PPLOC)) POUR NIL) (powder powder Noun POWDER NIL) (power power Noun POWER NIL) (power power V2 POWER NIL) @@ -4243,7 +4224,7 @@ (predict predict (V2 (AT -)) PREDICT NIL) (predilection predilection (N2_FOR)) PREDILECTION NIL) (preface preface Noun PREFACE NIL) -(prefer prefer (Verb (SUBCAT NP_PPTO)) PREFER NIL) +(prefer prefer (V3_PPTO)) PREFER NIL) (prefer prefer (Verb (SUBCAT OR)) PREFER NIL) (prefer prefer (Verb (SUBCAT SE1)) PREFER NIL) (prefer prefer (Verb (SUBCAT SINF)) PREFER NIL) @@ -4255,9 +4236,9 @@ (preliminary preliminary (Adject_LONG) PRELIMINARY NIL) (premise premise Noun PREMISE NIL) (preoccupation preoccupation (N2_WITH)) PREOCCUPATION NIL) -(preoccupied preoccupied (A2_WITH) (AFORM NONE)) PREOCCUPIED NIL) +(preoccupied preoccupied (A2_WITH)_LONG) PREOCCUPIED NIL) (preoccupy preoccupy V2 PREOCCUPY NIL) -(prepare prepare (Verb (SUBCAT NP_PPFOR)) PREPARE NIL) +(prepare prepare (V3_PPFOR)) PREPARE NIL) (preposition preposition Noun PREPOSITION NIL) (prerequisite prerequisite Noun PREREQUISITE NIL) (prescribe prescribe V2 PRESCRIBE NIL) @@ -4266,8 +4247,8 @@ (presence presence Noun PRESENCE NIL) (present present (Adject_LONG) PRESENT NIL) (present present Noun PRESENT NIL) -(present present (Verb (SUBCAT NP_PPWITH)) PRESENT NIL) -(preserve preserve (Verb (SUBCAT NP_PPFROM)) PRESERVE NIL) +(present present (V3_PPWITH)) PRESENT NIL) +(preserve preserve (V3_PPFROM)) PRESERVE NIL) (preside preside (Verb (SUBCAT NULL)) PRESIDE NIL) (presidency presidency Noun PRESIDENCY NIL) (president president Noun PRESIDENT NIL) @@ -4291,7 +4272,7 @@ (priest priest Noun PRIEST NIL) (prim prim Adject PRIM NIL) (primary primary (Adject_LONG) PRIMARY NIL) -(prime prime ((N +) (V +) (AFORM NONE)) PRIME NIL) +(prime prime ((N +) (V +)_LONG) PRIME NIL) (prime prime ((N -) (V +)) PRIME NIL) (primitive primitive (Adject_LONG) PRIMITIVE NIL) (prince prince Noun PRINCE NIL) @@ -4300,8 +4281,8 @@ (principled principled (Adject_LONG) PRINCIPLED NIL) (print print V2 PRINT NIL) (prior prior Noun PRIOR NIL) -(prior prior ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) PRIOR NIL) -(prior prior (A2_TO) (AFORM NONE)) PRIOR NIL) +(prior prior (Adject_LONG) PRIOR NIL) +(prior prior (A2_TO)_LONG) PRIOR NIL) (priority priority Noun PRIORITY NIL) (prison prison Noun PRISON NIL) (privacy privacy Noun PRIVACY NIL) @@ -4309,8 +4290,8 @@ (privilege privilege Noun PRIVILEGE NIL) (prize prize Noun PRIZE NIL) (probability probability (Noun (SUBCAT SFIN)) PROBABILITY NIL) -(probable probable ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) PROBABLE NIL) -(probable probable ((V +) (N +) (SUBCAT SFIN) (AFORM NONE)) PROBABLE NIL) +(probable probable (Adject_LONG) PROBABLE NIL) +(probable probable (Adject_LONG PROBABLE NIL) (probe probe Noun PROBE NIL) (probe probe V2 PROBE NIL) (problem problem Noun PROBLEM NIL) @@ -4355,8 +4336,8 @@ (prompt prompt Noun PROMPT NIL) (prompt prompt V2 PROMPT NIL) (promulgate promulgate (V2 (AT -)) PROMULGATE NIL) -(prone prone ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) PRONE NIL) -(prone prone (A2_TO) (AFORM NONE)) PRONE NIL) +(prone prone (Adject_LONG) PRONE NIL) +(prone prone (A2_TO)_LONG) PRONE NIL) (pronominal pronominal (Adject_LONG) PRONOMINAL NIL) (pronoun pronoun Noun PRONoun NIL) (pronounce pronounce V2 PRONounCE NIL) @@ -4377,7 +4358,7 @@ (prospect prospect (V2_FOR)) PROSPECT NIL) (prospective prospective (Adject_LONG) PROSPECTIVE NIL) (prospector prospector Noun PROSPECTOR NIL) -(protect protect (Verb (SUBCAT NP_PPFROM) (AT -)) PROTECT NIL) +(protect protect (V3_PPFROM) (AT -)) PROTECT NIL) (protest protest Noun PROTEST NIL) (protest protest (V2_AGAINST)) PROTEST NIL) (protocol protocol Noun PROTOCOL NIL) @@ -4386,7 +4367,7 @@ (proud proud (A2_OF)) PROUD NIL) (prove prove (VS) PROVE NIL) (proven proven (Adject_LONG) PROVEN NIL) -(provide provide (Verb (SUBCAT NP_PPFOR)) PROVIDE NIL) +(provide provide (V3_PPFOR)) PROVIDE NIL) (provision provision Noun PROVISION NIL) (prune prune Noun PRUNE NIL) (prune prune V2 PRUNE NIL) @@ -4418,7 +4399,7 @@ (pursuit pursuit Noun PURSUIT NIL) (purveyor purveyor Noun PURVEYOR NIL) (push push V2 PUSH NIL) -(put put (Verb (SUBCAT NP_PPLOC) (REG -)) PUT NIL) +(put put (V3_PPLOC) (REG -)) PUT NIL) (puzzle puzzle (Verb (AGR IT) (SUBCAT S_SUBJ)) PUZZLE NIL) (puzzle puzzle (Verb (AGR S) (SUBCAT S_SUBJ)) PUZZLE NIL) (puzzle puzzle Noun PUZZLE NIL) @@ -4509,7 +4490,7 @@ (recapitulate recapitulate (V2 (AT -)) RECAPITULATE NIL) (recede recede (Verb) RECEDE NIL) (receipt receipt Noun RECEIPT NIL) -(receive receive (Verb (SUBCAT NP_PPFROM)) RECEIVE NIL) +(receive receive (V3_PPFROM)) RECEIVE NIL) (recency recency Noun RECENCY NIL) (recent recent (Adject_LONG) RECENT NIL) (reception reception Noun RECEPTION NIL) @@ -4554,7 +4535,7 @@ (refuse refuse (Verb (SUBCAT SE1)) REFUSE NIL) (refute refute V2 REFUTE NIL) (regard regard Noun REGARD NIL) -(regard regard (Verb (SUBCAT NP_AS_PRED)) REGARD NIL) +(regard regard (V3_PPAS)) REGARD NIL) (regime regime Noun REGIME NIL) (regiment regiment Noun REGIMENT NIL) (regiment regiment V2 REGIMENT NIL) @@ -4566,17 +4547,17 @@ (reinforce reinforce V2 REINFORCE NIL) (reject reject (V2 (AT -)) REJECT NIL) (rejoice rejoice (Verb) REJOICE NIL) -(relate relate (Verb (SUBCAT NP_PPTO) (AT -)) RELATE NIL) -(related related ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) RELATED NIL) -(related related (A2_TO) (AFORM NONE)) RELATED NIL) +(relate relate (V3_PPTO) (AT -)) RELATE NIL) +(related related (Adject_LONG) RELATED NIL) +(related related (A2_TO)_LONG) RELATED NIL) (relation relation Noun RELATION NIL) (relative relative Noun RELATIVE NIL) (relax relax (Verb (SUBCAT NULL)) RELAX NIL) (release release V2 RELEASE NIL) -(relegate relegate (Verb (SUBCAT NP_PPTO) (AT -)) RELEGATE NIL) +(relegate relegate (V3_PPTO) (AT -)) RELEGATE NIL) (relevance relevance (N2_TO)) RELEVANCE NIL) -(relevant relevant ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) RELEVANT NIL) -(relevant relevant (A2_TO) (AFORM NONE)) RELEVANT NIL) +(relevant relevant (Adject_LONG) RELEVANT NIL) +(relevant relevant (A2_TO)_LONG) RELEVANT NIL) (reliable reliable (Adject_LONG) RELIABLE NIL) (relief relief Noun RELIEF NIL) (relieve relieve V2 RELIEVE NIL) @@ -4584,8 +4565,8 @@ (religious religious (Adject_LONG) RELIGIOUS NIL) (relinquish relinquish V2 RELINQUISH NIL) (reluctance reluctance (Noun (SUBCAT SR1)) RELUCTANCE NIL) -(reluctant reluctant ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) RELUCTANT NIL) -(reluctant reluctant ((V +) (N +) (SUBCAT SR1) (AFORM NONE)) RELUCTANT NIL) +(reluctant reluctant (Adject_LONG) RELUCTANT NIL) +(reluctant reluctant (Adject (SUBCAT SR1)_LONG) RELUCTANT NIL) (rely rely (V2_ON)) RELY NIL) (remain remain (Verb (SUBCAT NULL)) REMAIN NIL) (remainder remainder Noun REMAINDER NIL) @@ -4595,16 +4576,16 @@ (remedy remedy Noun REMEDY NIL) (remedy remedy V2 REMEDY NIL) (remember remember (VS) REMEMBER NIL) -(remind remind (Verb (SUBCAT NP_S)) REMIND NIL) +(remind remind (V2)) REMIND NIL) (remind remind (Verb (SUBCAT OE)) REMIND NIL) (reminder reminder Noun REMINDER NIL) (reminiscent reminiscent (Adject_LONG (SUBCAT NULL)) REMINISCENT NIL) (reminiscent reminiscent (Adject_LONG (SUBCAT PPOF)) REMINISCENT NIL) (remnant remnant Noun REMNANT NIL) (remote remote Adject REMOTE NIL) -(remove remove (Verb (SUBCAT NP_PPFROM)) REMOVE NIL) +(remove remove (V3_PPFROM)) REMOVE NIL) (renaissance renaissance Noun RENAISSANCE NIL) -(render render (Verb (SUBCAT NP_AP)) RENDER NIL) +(render render (V2A)) RENDER NIL) (rendition rendition Noun RENDITION NIL) (renew renew V2 RENEW NIL) (renounce renounce V2 RENounCE NIL) @@ -4628,7 +4609,7 @@ (report report (VS) REPORT NIL) (reprehend reprehend V2 REPREHEND NIL) (reprehensible reprehensible (Adject_LONG) REPREHENSIBLE NIL) -(represent represent (Verb (SUBCAT NP_AS_PRED)) REPRESENT NIL) +(represent represent (V3_PPAS)) REPRESENT NIL) (representative representative (Adject_LONG) REPRESENTATIVE NIL) (representative representative Noun REPRESENTATIVE NIL) (reprove reprove V2 REPROVE NIL) @@ -4662,12 +4643,12 @@ (respiratory respiratory (Adject_LONG) RESPIRATORY NIL) (respond respond (V2_TO)) RESPOND NIL) (response response (N2_TO)) RESPONSE NIL) -(responsible responsible ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) RESPONSIBLE NIL) -(responsible responsible (A2_FOR) (AFORM NONE)) RESPONSIBLE NIL) +(responsible responsible (Adject_LONG) RESPONSIBLE NIL) +(responsible responsible (A2_FOR)_LONG) RESPONSIBLE NIL) (rest rest Noun REST NIL) (rest rest (Verb (SUBCAT NULL)) REST NIL) (restaurant restaurant Noun RESTAURANT NIL) -(restore restore (Verb (SUBCAT NP_PPTO)) RESTORE NIL) +(restore restore (V3_PPTO)) RESTORE NIL) (restrain restrain V2 RESTRAIN NIL) (restraint restraint Noun RESTRAINT NIL) (restrict restrict (Verb (AT -) (SUBCAT NP)) RESTRICT NIL) @@ -4705,7 +4686,7 @@ (rhetoric rhetoric Noun RHETORIC NIL) (rice rice Noun RICE NIL) (rich rich Adject RICH NIL) -(rid rid (Verb (SUBCAT NP_PPOF)) RID NIL) +(rid rid (V3_PPOF)) RID NIL) (ride ride Noun RIDE NIL) (ride ride V2 RIDE NIL) (ridiculous ridiculous (Adject_LONG) RIDICULOUS NIL) @@ -4844,7 +4825,7 @@ (scratch scratch V2 SCRATCH NIL) (screen screen Noun SCREEN NIL) (screw screw Noun SCREW NIL) -(screw screw (Verb (SUBCAT NP_PPTO)) SCREW NIL) +(screw screw (V3_PPTO)) SCREW NIL) (screw screw (Verb (SUBCAT NULL)) SCREW NIL) (script script Noun SCRIPT NIL) (scrupulous scrupulous (Adject_LONG) SCRUPULOUS NIL) @@ -4881,21 +4862,21 @@ (selves selves (Noun (PLU +)) SELVES NIL) (semantic semantic (Adject_LONG) SEMANTIC NIL) (semantics semantics Noun SEMANTICS NIL) -(send send (Verb (SUBCAT NP_NP) (REG -)) SEND NIL) -(send send (Verb (SUBCAT NP_PPTO) (REG -)) SEND NIL) +(send send (V3_NP) (REG -)) SEND NIL) +(send send (V3_PPTO) (REG -)) SEND NIL) (sensation sensation Noun SENSATION NIL) (sense sense Noun SENSE NIL) (sense sense V2 SENSE NIL) (sense sense (VS) SENSE NIL) (sensible sensible (Adject_LONG) SENSIBLE NIL) -(sensitive sensitive ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) SENSITIVE NIL) -(sensitive sensitive (A2_TO) (AFORM NONE)) SENSITIVE NIL) +(sensitive sensitive (Adject_LONG) SENSITIVE NIL) +(sensitive sensitive (A2_TO)_LONG) SENSITIVE NIL) (sensory sensory (Adject_LONG) SENSORY NIL) (sentence sentence Noun SENTENCE NIL) (separate separate (V2 (AT -)) SEPARATE NIL) -(separate separate (Verb (SUBCAT NP_PPFROM) (AT -)) SEPARATE NIL) -(separate separate ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) SEPARATE NIL) -(separate separate (A2_FROM) (AFORM NONE)) SEPARATE NIL) +(separate separate (V3_PPFROM) (AT -)) SEPARATE NIL) +(separate separate (Adject_LONG) SEPARATE NIL) +(separate separate (A2_FROM)_LONG) SEPARATE NIL) (september september (PNoun) SEPTEMBER NIL) (sequel sequel (N2_TO)) SEQUEL NIL) (sequence sequence Noun SEQUENCE NIL) @@ -4926,7 +4907,7 @@ (shame shame Noun SHAME NIL) (shape shape V2 SHAPE NIL) (share share Noun SHARE NIL) -(share share (Verb (SUBCAT NP_PPWITH)) SHARE NIL) +(share share (V3_PPWITH)) SHARE NIL) (sharp sharp Adject SHARP NIL) (shatter shatter V2 SHATTER NIL) (shave shave Noun SHAVE NIL) @@ -4938,7 +4919,7 @@ (shed shed (Noun (LAT -)) SHED NIL) (shed shed (V2 (LAT -) (REG -)) SHED NIL) (sheep sheep (Noun (PLU -)) SHEEP NIL) -(sheer sheer ((V +) (N +) (LAT -)) SHEER NIL) +(sheer sheer (Adject (LAT -)) SHEER NIL) (sheet sheet Noun SHEET NIL) (shelf shelf Noun SHELF NIL) (shell shell Noun SHELL NIL) @@ -4963,7 +4944,7 @@ (shout shout Noun SHOUT NIL) (shout shout (Verb (SUBCAT NULL)) SHOUT NIL) (show show Noun SHOW NIL) -(show show (Verb (SUBCAT NP_S) (REG -)) SHOW NIL) +(show show (V2) (REG -)) SHOW NIL) (shrug shrug (Verb (SUBCAT NULL)) SHRUG NIL) (shrug shrug V2 SHRUG NIL) (shrug shrug Noun SHRUG NIL) @@ -4989,14 +4970,14 @@ (silk silk (Noun (COUNT -)) SILK NIL) (silly silly Adject SILLY NIL) (silver silver (Noun (COUNT -)) SILVER NIL) -(similar similar ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) SIMILAR NIL) -(similar similar (A2_TO) (AFORM NONE)) SIMILAR NIL) +(similar similar (Adject_LONG) SIMILAR NIL) +(similar similar (A2_TO)_LONG) SIMILAR NIL) (simple simple Adject SIMPLE NIL) (simplicity simplicity Noun SIMPLICITY NIL) (simulate simulate (V2 (AT -)) SIMULATE NIL) (simultaneous simultaneous (Adject_LONG) SIMULTANEOUS NIL) (since since (Subj) SINCE NIL) -(since since ((V -) (N -) (SUBCAT ING)) SINCE NIL) +(since since (Adv (SUBCAT ING)) SINCE NIL) (since since Prep SINCE NIL) (sincere sincere (Adject_LONG) SINCERE NIL) (sing sing (V2 (REG -)) SING NIL) @@ -5062,7 +5043,7 @@ (snapshot snapshot Noun SNAPSHOT NIL) (snow snow (Verb (AGR IT)) SNOW NIL) (snow snow (Noun (COUNT -)) SNOW NIL) -(so so ((SUBCAT DETA)) SO NIL) +(so so PConj ((SUBCAT DETA)) SO NIL) (soap soap (Noun (COUNT -)) SOAP NIL) (social social (Adject_LONG) SOCIAL NIL) (society society Noun SOCIETY NIL) @@ -5098,7 +5079,7 @@ (sorrow sorrow Noun SORROW NIL) (sorry sorry Adject SORRY NIL) (sorry sorry (A2_FOR)) SORRY NIL) -(sorry sorry ((V +) (N +) (SUBCAT SFIN)) SORRY NIL) +(sorry sorry (Adject (SUBCAT SFIN)) SORRY NIL) (sort sort Noun SORT NIL) (sort sort V2 SORT NIL) (soul soul Noun SOUL NIL) @@ -5109,8 +5090,8 @@ (sour sour Adject SOUR NIL) (source source Noun SOURCE NIL) (south south Noun SOUTH NIL) -(south south ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) SOUTH NIL) -(south south (A2_OF) (AFORM NONE)) SOUTH NIL) +(south south (Adject_LONG) SOUTH NIL) +(south south (A2_OF)_LONG) SOUTH NIL) (southern southern (Adject_LONG) SOUTHERN NIL) (space space Noun SPACE NIL) (spade spade Noun SPADE NIL) @@ -5118,7 +5099,7 @@ (span span V2 SPAN NIL) (spanish spanish Adject SPANISH NIL) (spare spare (Adject_LONG) SPARE NIL) -(spare spare (Verb (SUBCAT NP_NP)) SPARE NIL) +(spare spare (V3_NP)) SPARE NIL) (sparrow sparrow Noun SPARROW NIL) (spate spate (Noun (LAT -)) SPATE NIL) (spatial spatial (Adject_LONG) SPATIAL NIL) @@ -5127,8 +5108,8 @@ (spear spear V2 SPEAR NIL) (special special (Adject_LONG) SPECIAL NIL) (specialist specialist Noun SPECIALIST NIL) -(specific specific ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) SPECIFIC NIL) -(specific specific (A2_TO) (AFORM NONE)) SPECIFIC NIL) +(specific specific (Adject_LONG) SPECIFIC NIL) +(specific specific (A2_TO)_LONG) SPECIFIC NIL) (specifically specifically Adv SPECIFICALLY NIL) (specify specify V2 SPECIFY NIL) (spectacle spectacle Noun SPECTACLE NIL) @@ -5210,7 +5191,7 @@ (stay stay Noun STAY NIL) (stay stay (Verb (SUBCAT NULL)) STAY NIL) (steady steady Adject STEADY NIL) -(steal steal (Verb (SUBCAT NP_PPFROM) (REG -)) STEAL NIL) +(steal steal (V3_PPFROM) (REG -)) STEAL NIL) (steam steam (Noun (COUNT -)) STEAM NIL) (steam steam (Verb (SUBCAT NULL)) STEAM NIL) (steel steel (Noun (COUNT -)) STEEL NIL) @@ -5303,7 +5284,7 @@ (subjacency subjacency Noun SUBJACENCY NIL) (subjacent subjacent (Adject_LONG (SUBCAT NULL)) SUBJACENT NIL) (subjacent subjacent (Adject_LONG (SUBCAT PPTO)) SUBJACENT NIL) -(subject subject (Verb (SUBCAT NP_PPTO) (AT -)) SUBJECT NIL) +(subject subject (V3_PPTO) (AT -)) SUBJECT NIL) (subject subject Noun SUBJECT NIL) (subjective subjective (Adject_LONG) SUBJECTIVE NIL) (submarine submarine (Adject_LONG) SUBMARINE NIL) @@ -5317,13 +5298,13 @@ (substance substance Noun SUBSTANCE NIL) (substantial substantial (Adject_LONG) SUBSTANTIAL NIL) (substantive substantive (Adject_LONG) SUBSTANTIVE NIL) -(substitute substitute (Verb (SUBCAT NP_PPFOR) (AT -)) SUBSTITUTE NIL) +(substitute substitute (V3_PPFOR) (AT -)) SUBSTITUTE NIL) (substitute substitute Noun SUBSTITUTE NIL) (subsume subsume V2 SUBSUME NIL) (subsumption subsumption Noun SUBSUMPTION NIL) (subtle subtle Adject SUBTLE NIL) (subtlety subtlety Noun SUBTLETY NIL) -(subtract subtract (Verb (SUBCAT NP_PPFROM) (AT -)) SUBTRACT NIL) +(subtract subtract (V3_PPFROM) (AT -)) SUBTRACT NIL) (succeed succeed (V2_IN)) SUCCEED NIL) (success success Noun SUCCESS NIL) (succession succession Noun SUCCESSION NIL) @@ -5360,17 +5341,17 @@ (suppletion suppletion Noun SUPPLETION NIL) (suppletive suppletive (Adject_LONG) SUPPLETIVE NIL) (supply supply V2 SUPPLY NIL) -(supply supply (Verb (SUBCAT NP_PPTO)) SUPPLY NIL) -(supply supply (Verb (SUBCAT NP_PPWITH)) SUPPLY NIL) +(supply supply (V3_PPTO)) SUPPLY NIL) +(supply supply (V3_PPWITH)) SUPPLY NIL) (supply supply Noun SUPPLY NIL) (support support V2 SUPPORT NIL) (support support Noun SUPPORT NIL) (suppose suppose (VS) SUPPOSE NIL) (supposition supposition Noun SUPPOSITION NIL) (suppress suppress (V2 (AT -)) SUPPRESS NIL) -(sure sure ((V +) (N +) (SUBCAT INF)) SURE NIL) +(sure sure (AdjInf) SURE NIL) (sure sure Adject SURE NIL) -(sure sure ((V +) (N +) (SUBCAT STHAT)) SURE NIL) +(sure sure (Adject (SUBCAT STHAT)) SURE NIL) (surface surface (Verb (SUBCAT NULL)) SURFACE NIL) (surface surface Noun SURFACE NIL) (surgeon surgeon Noun SURGEON NIL) @@ -5397,7 +5378,7 @@ (sustenance sustenance Noun SUSTENANCE NIL) (swallow swallow V2 SWALLOW NIL) (swan swan Noun SWAN NIL) -(swap swap (Verb (SUBCAT NP_PPFOR) (LAT -)) SWAP NIL) +(swap swap (V3_PPFOR) (LAT -)) SWAP NIL) (swear swear (VS (REG -)) SWEAR NIL) (swede swede Noun SWEDE NIL) (sweden sweden (PNoun) SWEDEN NIL) @@ -5420,16 +5401,16 @@ (syllogism syllogism Noun SYLLOGISM NIL) (symbol symbol Noun SYMBOL NIL) (symmetry symmetry Noun SYMMETRY NIL) -(sympathetic sympathetic ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) SYMPATHETIC NIL) -(sympathetic sympathetic (A2_TO) (AFORM NONE)) SYMPATHETIC NIL) +(sympathetic sympathetic (Adject_LONG) SYMPATHETIC NIL) +(sympathetic sympathetic (A2_TO)_LONG) SYMPATHETIC NIL) (sympathy sympathy (N2_WITH) (COUNT -)) SYMPATHY NIL) (symptom symptom Noun SYMPTOM NIL) (symptomatic symptomatic (Adject_LONG (SUBCAT NULL)) SYMPTOMATIC NIL) (symptomatic symptomatic (Adject_LONG (SUBCAT PPOF)) SYMPTOMATIC NIL) (synchronous synchronous (Adject_LONG) SYNCHRONOUS NIL) (synonym synonym Noun SYNONYM NIL) -(synonymous synonymous ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) SYNONYMOUS NIL) -(synonymous synonymous (A2_WITH) (AFORM NONE)) SYNONYMOUS NIL) +(synonymous synonymous (Adject_LONG) SYNONYMOUS NIL) +(synonymous synonymous (A2_WITH)_LONG) SYNONYMOUS NIL) (synonymy synonymy Noun SYNONYMY NIL) (synopsis synopsis Noun SYNOPSIS NIL) (synoptic synoptic (Adject_LONG) SYNOPTIC NIL) @@ -5501,8 +5482,8 @@ (telephone telephone Noun TELEPHONE NIL) (telescope telescope Noun TELESCOPE NIL) (television television Noun TELEVISION NIL) -(tell tell (Verb (SUBCAT NP_S) (REG -)) TELL NIL) -(temper temper (Verb (SUBCAT NP_PPWITH)) TEMPER NIL) +(tell tell (V2) (REG -)) TELL NIL) +(temper temper (V3_PPWITH)) TEMPER NIL) (temper temper Noun TEMPER NIL) (temperature temperature Noun TEMPERATURE NIL) (template template Noun TEMPLATE NIL) @@ -5523,7 +5504,7 @@ (tension tension Noun TENSION NIL) (tent tent Noun TENT NIL) (tentative tentative (Adject_LONG) TENTATIVE NIL) -(term term (Verb (SUBCAT NP_PRED)) TERM NIL) +(term term (V3_PRED)) TERM NIL) (term term Noun TERM NIL) (terminal terminal (Adject_LONG) TERMINAL NIL) (terminal terminal Noun TERMINAL NIL) @@ -5541,11 +5522,8 @@ (testimony testimony Noun TESTIMONY NIL) (text text Noun TEXT NIL) (textbook textbook Noun TEXTBOOK NIL) -(than than ((SUBCAT THAN)) THAN NIL) (thank thank V2 THANK NIL) (thanks thanks (Noun (PLU +) (SUBCAT PPFOR)) THANKS NIL) -(that that ((SUBCAT DETA)) THAT NIL) -(that that ((SUBCAT THAT)) THAT NIL) (theatre theatre Noun THEATRE NIL) (theatrical theatrical (Adject_LONG) THEATRICAL NIL) (thematic thematic (Adject_LONG) THEMATIC NIL) @@ -5572,20 +5550,20 @@ (third third Noun THIRD NIL) (thirst thirst (N2_FOR)) THIRST NIL) (thorough thorough (Adject_LONG) THOROUGH NIL) -(though though ((V -) (N -) (SUBCAT FIN_S)) THOUGH NIL) +(though though (Adv (SUBCAT FIN_S)) THOUGH NIL) (thought thought (Noun (SUBCAT SFIN)) THOUGHT NIL) (thousand thousand (Noun (SUBCAT N1)) THOUSAND NIL) (thread thread Noun THREAD NIL) (threat threat (Noun (SUBCAT INF)) THREAT NIL) -(threaten threaten (Verb (SUBCAT NP_PPWITH)) THREATEN NIL) +(threaten threaten (V3_PPWITH)) THREATEN NIL) (threshold threshold Noun THRESHOLD NIL) (throat throat Noun THROAT NIL) (through through Prep THROUGH NIL) (throughout throughout Prep THROUGHOUT NIL) -(throw throw (Verb (SUBCAT NP_PPLOC) (REG -)) THROW NIL) +(throw throw (V3_PPLOC) (REG -)) THROW NIL) (throw throw Noun THROW NIL) -(thrown thrown (Verb (SUBCAT NP_PPLOC)) THROW NIL) -(thrust thrust (Verb (SUBCAT NP_PPLOC)) THRUST NIL) +(thrown thrown (V3_PPLOC)) THROW NIL) +(thrust thrust (V3_PPLOC)) THRUST NIL) (thrust thrust Noun THRUST NIL) (thumb thumb Noun THUMB NIL) (thunder thunder Noun THUNDER NIL) @@ -5594,7 +5572,7 @@ (ticket ticket Noun TICKET NIL) (tidy tidy V2 TIDY NIL) (tidy tidy Adject TIDY NIL) -(tie tie (Verb (SUBCAT NP_PPTO)) TIE NIL) +(tie tie (V3_PPTO)) TIE NIL) (tie tie Noun TIE NIL) (tiger tiger Noun TIGER NIL) (tight tight Adject TIGHT NIL) @@ -5611,8 +5589,6 @@ (tip tip Noun TIP NIL) (tire tire (V2_OF)) TIRE NIL) (title title Noun TITLE NIL) -(to to (Verb (AUX +) (FIN -) (SUBCAT BASE_VP) (VFORM TO)) TO NIL) -(to to ((V -) (N -) (SUBCAT NP) (PFORM TO)) TO NIL) (to to Prep TO NIL) (toad toad Noun TOAD NIL) (toast toast (Noun (COUNT -)) TOAST NIL) @@ -5621,7 +5597,7 @@ (today today (Adv TODAY NIL) (toe toe Noun TOE NIL) (together together (Adv TOGETHER NIL) -(together together ((V -) (N -) (SUBCAT PPWITH)) TOGETHER NIL) +(together together (Adv (SUBCAT PPWITH)) TOGETHER NIL) (token token Noun TOKEN NIL) (tolerance tolerance Noun TOLERANCE NIL) (tolerate tolerate (V2 (AT -)) TOLERATE NIL) @@ -5636,7 +5612,6 @@ (tongue tongue Noun TONGUE NIL) (tonight tonight (Adv TONIGHT NIL) (tonne tonne Noun TONNE NIL) -(too too ((SUBCAT DETA)) TOO NIL) (tool tool Noun TOOL NIL) (tooth tooth (Noun (PLU -)) TOOTH NIL) (top top Noun TOP NIL) @@ -5650,7 +5625,7 @@ (touch touch V2 TOUCH NIL) (touch touch Noun TOUCH NIL) (tough tough Adject TOUGH NIL) -(tough tough ((V +) (N +) (SUBCAT OBJ_GAP)) TOUGH NIL) +(tough tough (Adject (SUBCAT OBJ_GAP)) TOUGH NIL) (tour tour V2 TOUR NIL) (tour tour Noun TOUR NIL) (tourist tourist Noun TOURIST NIL) @@ -5681,7 +5656,7 @@ (transcribe transcribe V2 TRANSCRIBE NIL) (transcript transcript Noun TRANSCRIPT NIL) (transcription transcription Noun TRANSCRIPTION NIL) -(transfer transfer (Verb (SUBCAT NP_PPTO)) TRANSFER NIL) +(transfer transfer (V3_PPTO)) TRANSFER NIL) (transform transform V2 TRANSFORM NIL) (transience transience Noun TRANSIENCE NIL) (transient transient (Adject_LONG) TRANSIENT NIL) @@ -5689,7 +5664,7 @@ (transit transit Noun TRANSIT NIL) (transitive transitive (Adject_LONG) TRANSITIVE NIL) (transitory transitory (Adject_LONG) TRANSITORY NIL) -(translate translate (Verb (SUBCAT NP_PPINTO) (AT -)) TRANSLATE NIL) +(translate translate (V3_PPINTO) (AT -)) TRANSLATE NIL) (transmit transmit V2 TRANSMIT NIL) (transparency transparency Noun TRANSPARENCY NIL) (transparent transparent (Adject_LONG) TRANSPARENT NIL) @@ -5701,7 +5676,7 @@ (travel travel Noun TRAVEL NIL) (traverse traverse V2 TRAVERSE NIL) (tray tray Noun TRAY NIL) -(treat treat (Verb (SUBCAT NP_AS_PRED)) TREAT NIL) +(treat treat (V3_PPAS)) TREAT NIL) (treatment treatment Noun TREATMENT NIL) (treble treble (Adject_LONG) TREBLE NIL) (treble treble V2 TREBLE NIL) @@ -5742,14 +5717,14 @@ (try try (Verb (SUBCAT SE1)) TRY NIL) (tub tub Noun TUB NIL) (tube tube Noun TUBE NIL) -(tuck tuck (Verb (SUBCAT NP_IN)) TUCK NIL) +(tuck tuck (V3_PPIN)) TUCK NIL) (tuesday tuesday (PNoun) TUESDAY NIL) (tuition tuition Noun TUITION NIL) (tumble tumble (Verb (SUBCAT NULL)) TUMBLE NIL) (tune tune V2 TUNE NIL) (tune tune Noun TUNE NIL) -(turn turn (Verb (SUBCAT NP_OFF)) TURN NIL) -(turn turn (Verb (SUBCAT NP_ON)) TURN NIL) +(turn turn (V3_OFF)) TURN NIL) +(turn turn (V3_ON)) TURN NIL) (turn turn (Verb (SUBCAT NULL)) TURN NIL) (turn turn Noun TURN NIL) (turtle turtle Noun TURTLE NIL) @@ -5761,8 +5736,8 @@ (twist twist Noun TWIST NIL) (type type V2 TYPE NIL) (type type Noun TYPE NIL) -(typical typical ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) TYPICAL NIL) -(typical typical (A2_OF) (AFORM NONE)) TYPICAL NIL) +(typical typical (Adject_LONG) TYPICAL NIL) +(typical typical (A2_OF)_LONG) TYPICAL NIL) (tyre tyre Noun TYRE NIL) (ugly ugly Adject UGLY NIL) (ulcer ulcer Noun ULCER NIL) @@ -5804,13 +5779,13 @@ (unwitting unwitting (Adject_LONG) UNWITTING NIL) (up up ((PRT UP)) UP NIL) (up up Prep UP NIL) -(up up ((V -) (N -) (SUBCAT PP)) UP NIL) -(update update (Verb(SUBCAT NP)) UPDATE NIL) +(up up (Adv (SUBCAT PP)) UP NIL) +(update update V2 UPDATE NIL) (upon upon Prep UPON NIL) (upper upper (Adject_LONG) UPPER NIL) (upright upright (Adject_LONG) UPRIGHT NIL) (upset upset (V2 (REG -)) UPSET NIL) -(upside-down upside-down (Adject_LONG) UPSIDE-DOWN NIL) +(upside_down upside_down (Adject_LONG) UPSIDE-DOWN NIL) (upstairs upstairs (Adv UPSTAIRS NIL) (urge urge (Verb (SUBCAT OE)) URGE NIL) (urge urge (Noun (SUBCAT OE)) URGE NIL) @@ -5819,7 +5794,7 @@ (usage usage Noun USAGE NIL) (use use V2 USE NIL) (use use Noun USE NIL) -(used used (A2_TO) (AFORM NONE)) USED NIL) +(used used (A2_TO)_LONG) USED NIL) (usual usual (Adject_LONG) USUAL NIL) (utility utility Noun UTILITY NIL) (utilize utilize V2 UTILIZE NIL) @@ -5866,7 +5841,6 @@ (vertex vertex (Noun (PLU -)) VERTEX NIL) (vertical vertical (Adject_LONG) VERTICAL NIL) (vertices vertices (Noun (PLU +)) VERTEX NIL) -(very very ((SUBCAT DETA)) VERY NIL) (vessel vessel Noun VESSEL NIL) (vet vet Noun VET NIL) (viable viable (Adject_LONG) VIABLE NIL) @@ -5875,7 +5849,7 @@ (victor victor Noun VICTOR NIL) (victory victory Noun VICTORY NIL) (vie vie (V2_WITH)) VIE NIL) -(view view (Verb (SUBCAT NP_AS_PRED)) VIEW NIL) +(view view (V3_PPAS)) VIEW NIL) (view view Noun VIEW NIL) (vigorous vigorous (Adject_LONG) VIGOROUS NIL) (village village Noun VILLAGE NIL) @@ -5889,8 +5863,8 @@ (virtual virtual (Adject_LONG) VIRTUAL NIL) (virtue virtue Noun VIRTUE NIL) (virus virus Noun VIRUS NIL) -(visible visible ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) VISIBLE NIL) -(visible visible (A2_TO) (AFORM NONE)) VISIBLE NIL) +(visible visible (Adject_LONG) VISIBLE NIL) +(visible visible (A2_TO)_LONG) VISIBLE NIL) (vision vision Noun VISION NIL) (visit visit V2 VISIT NIL) (visit visit Noun VISIT NIL) @@ -5962,16 +5936,16 @@ (weigh weigh V2 WEIGH NIL) (weight weight Noun WEIGHT NIL) (welcome welcome (Adject_LONG) WELCOME NIL) -(welcome welcome (Verb (SUBCAT NP_PPTO)) WELCOME NIL) +(welcome welcome (V3_PPTO)) WELCOME NIL) (welcome welcome (N2_TO)) WELCOME NIL) (welfare welfare Noun WELFARE NIL) -(well well ((V +) (N +) (ADV +) (AFORM NONE)) WELL NIL) +-- (well well (Adject (ADV +)_LONG) WELL NIL) (well well (Adject_LONG) WELL NIL) (well well Noun WELL NIL) -(well-formed well-formed (Adject_LONG) WELL-FORMED NIL) +(well_formed well_formed (Adject_LONG) WELL-FORMED NIL) (west west (Noun (COUNT -)) WEST NIL) -(west west ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) WEST NIL) -(west west (A2_OF) (AFORM NONE)) WEST NIL) +(west west (Adject_LONG) WEST NIL) +(west west (A2_OF)_LONG) WEST NIL) (western western (Adject_LONG) WESTERN NIL) (wet wet Adject WET NIL) (wheat wheat (Noun (COUNT -)) WHEAT NIL) @@ -5985,7 +5959,6 @@ (where where (IAdv (UB R)) WHERE NIL) (whereas whereas (Subj) WHEREAS NIL) (wherever wherever (IAdv (EVER +) (UB R)) WHEREVER NIL) -(whether whether ((SUBCAT WHETHER)) WHETHER NIL) (while while (Subj) WHILE NIL) (whim whim Noun WHIM NIL) (whine whine (Verb (SUBCAT NULL)) WHINE NIL) @@ -6012,7 +5985,6 @@ (will will (Verb (AUX +) (SUBCAT BASE_VP) (FIN +) (PAST -)) WILL NIL) (will will Noun WILL NIL) (willing willing (Adject_LONG (SUBCAT INF)) WILLING NIL) -(willing willing (Adject_LONG (SUBCAT NULL)) WILLING NIL) (win win V2 WIN NIL) (wind wind (V2 (REG -)) WIND NIL) (wind wind (Verb (SUBCAT NULL) (REG -)) WIND NIL) @@ -6028,7 +6000,6 @@ (wish wish (VS) WISH NIL) (wish wish Noun WISH NIL) (witch witch Noun WITCH NIL) -(with with ((V -) (N -) (SUBCAT NP) (PFORM WITH)) WITH NIL) (with with Prep WITH NIL) (within within (Adv WITHIN NIL) (within within Prep WITHIN NIL) @@ -6040,7 +6011,7 @@ (wives wives (Noun (PLU +)) WIFE NIL) (woman woman (Noun (PLU -)) WOMAN NIL) (women women (Noun (PLU +)) WOMAN NIL) -(wonder wonder (Verb (SUBCAT Q)) WONDER NIL) +(wonder wonder (VQ) WONDER NIL) (wonder wonder Noun WONDER NIL) (wood wood Noun WOOD NIL) (wooden wooden (Adject_LONG) WOODEN NIL) diff --git a/examples/big/postedit.hs b/examples/big/postedit.hs new file mode 100644 index 000000000..ce67739db --- /dev/null +++ b/examples/big/postedit.hs @@ -0,0 +1,38 @@ +import Char +import System + +infile = "BigLexEng.gf" +tmp = "tm" + +main = do + writeFile tmp "" + s <- readFile infile + mapM_ (appendFile tmp . mkOne) $ lines s --- $ chop s + system "mv tm BigLexEng.gf" + +chop s = case s of + ';':cs -> ";\n"++chop cs + c:cs -> c:chop cs + _ -> s + +mkOne s = case words s of + lin:a2:eq:pa2:ws | take 6 pa2 == "prepA2" -> + unwords $ [lin,a2,eq,"prepA2"] ++ ws ++ ["\n"] + lin:a2:eq:pa2:ws | take 6 pa2 == "prepV2" -> + unwords $ [lin,a2,eq,"prepV2"] ++ ws ++ ["\n"] + lin:v2:eq:"mkV2":v:_:ws -> + unwords $ [lin,v2,eq,"mkV2",(read v ++ "_V")] ++ ws ++ ["\n"] + lin:v2:eq:"mkV3":v:_:ws -> + unwords $ [lin,v2,eq,"dirV3",(read v ++ "_V")] ++ ws ++ ["\n"] + lin:a2:eq:pa2:ws | take 4 pa2 == "mkV2" -> + unwords $ [lin,a2,eq,"mkV2"] ++ ws ++ ["\n"] + lin:a2:eq:pa2:ws | take 6 pa2 == "prepN2" -> + unwords $ [lin,a2,eq,"prepN2"] ++ ws ++ ["\n"] + lin:a2:eq:pa2:ws | take 4 pa2 == "mkV3" -> + unwords $ [lin,a2,eq,"mkV3"] ++ ws ++ ["\n"] + + lin:v2:eq:"irreg":v:_:ws -> + unwords $ [lin,v2,eq,"dirV2",(read v ++ "_V")] ++ ws ++ ["\n"] + + + _ -> s ++ "\n"