From ccaa3e63fa4f76afcdacbb310e9d9a11fec5df15 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 7 Nov 2006 16:38:37 +0000 Subject: [PATCH] real parser for Alvey grammar: new version of BigLexEng --- examples/big/BigLexEng.gf | 11838 ++++++++++++------------- examples/big/BigLexEngAbs.gf | 11825 ++++++++++++------------ examples/big/MAP/Lisp.cf | 20 + examples/big/MAP/Makefile | 20 + examples/big/MAP/MkBig.hs | 42 + examples/big/MAP/TransBig.hs | 148 + examples/big/MAP/bigwordlist.en | 6723 ++++++++++++++ examples/big/MAP/log.txt | 14 + examples/shallow/BigShallowEng.gf | 2 +- examples/shallow/BigShallowEngAbs.gf | 2 +- 10 files changed, 18668 insertions(+), 11966 deletions(-) create mode 100644 examples/big/MAP/Lisp.cf create mode 100644 examples/big/MAP/Makefile create mode 100644 examples/big/MAP/MkBig.hs create mode 100644 examples/big/MAP/TransBig.hs create mode 100644 examples/big/MAP/bigwordlist.en create mode 100644 examples/big/MAP/log.txt diff --git a/examples/big/BigLexEng.gf b/examples/big/BigLexEng.gf index e29c47472..8f2e2ea25 100644 --- a/examples/big/BigLexEng.gf +++ b/examples/big/BigLexEng.gf @@ -1,5984 +1,5856 @@ -concrete BigLexEng of BigLexEngAbs = CatEng ** open IrregEng, ParadigmsEng in { - oper longA : Str -> A = \s -> compoundADeg (regA s) ; - regV3 : Str -> V3 = \s -> dirdirV3 (regV s) ; - dirRegV3 : Str -> Str -> V3 = \s,p -> dirV3 (regV s) (mkPrep p) ; - 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_prepN2from = prepN2 "absence" "from" ; - lin absent_A_regA = regA "absent" ; -lin absent_A2_prepA2from = prepA2 "absent" "from" ; - lin absentee_N_regN = regN "absentee" ; - lin absolute_A_longA = longA "absolute" ; - lin absolve_V3_mkV3_from = dirRegV3 "absolve" "from" ; - lin abstract_N_regN = regN "abstract" ; - lin abstract_A_longA = longA "abstract" ; - lin abstract_V_regV = regV "abstract" ; - lin abundance_N_regN = regN "abundance" ; - lin abundant_A_longA = longA "abundant" ; - lin academic_A_longA = longA "academic" ; - lin accelerate_V2_regV2 = regV2 "accelerate" ; - lin accept_V2_regV2 = regV2 "accept" ; - lin access_V2_regV2 = regV2 "access" ; -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_prepV2with = prepV2 "accord" "with" ; - lin accordingly_Adv_mkAdv = mkAdv "accordingly" ; - lin account_N_regN = regN "account" ; -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_V3_mkV3_of = dirRegV3 "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 acquire_V2_regV2 = regV2 "acquire" ; - lin acquisition_N_regN = regN "acquisition" ; - lin acquisitive_A_longA = longA "acquisitive" ; - lin across_Prep_mkPrep = mkPrep "across" ; - lin act_N_regN = regN "act" ; - lin act_V_regV = regV "act" ; - lin activate_V_regV = regV "activate" ; - lin actor_N_regN = regN "actor" ; - lin actress_N_regN = regN "actress" ; - lin actual_A_longA = longA "actual" ; - lin acute_A_longA = longA "acute" ; - lin adage_N_regN = regN "adage" ; - lin adapt_V2_regV2 = regV2 "adapt" ; -lin add_V3_mkV3_to = dirRegV3 "add" "to" ; - lin addict_N_regN = regN "addict" ; - lin addict_V2_regV2 = regV2 "addict" ; -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_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_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_prepN2to = prepN2 "adjacency" "to" ; - lin adjacent_A_longA = longA "adjacent" ; -lin adjacent_A2_prepA2to_long = prepA2 "adjacent" "to" ; - lin adjective_N_regN = regN "adjective" ; - lin adjoin_V2_regV2 = regV2 "adjoin" ; - lin adjunct_N_regN = regN "adjunct" ; - lin adjust_V2_regV2 = regV2 "adjust" ; - lin administer_V2_regV2 = regV2 "administer" ; - lin administration_N_regN = regN "administration" ; - lin admire_V2_regV2 = regV2 "admire" ; - lin admissible_A_longA = longA "admissible" ; - lin admission_N_regN = regN "admission" ; -lin admission_N2_prepN2to = prepN2 "admission" "to" ; - lin admit_V2_regV2 = regV2 "admit" ; -lin admit_V3_mkV3_to = dirRegV3 "admit" "to" ; - lin admit_V_regV = regV "admit" ; -lin admit_V2_prepV2of = prepV2 "admit" "of" ; - lin admit_VS_mkVS = regVS "admit" ; - lin adopt_V_regV = regV "adopt" ; - lin adult_N_regN = regN "adult" ; - lin adult_A_longA = longA "adult" ; - lin advance_N_regN = regN "advance" ; - lin advance_V_regV = regV "advance" ; - lin advantage_N_regN = regN "advantage" ; - lin advent_N_regN = regN "advent" ; - lin adventure_N_regN = regN "adventure" ; - lin adverb_N_regN = regN "adverb" ; - lin adverbial_A_longA = longA "adverbial" ; - lin adverse_A_longA = longA "adverse" ; - lin advertise_V2_regV2 = regV2 "advertise" ; - lin advice_N_regN = regN "advice" ; - lin advise_V_regV = regV "advise" ; - lin advisor_N_regN = regN "advisor" ; - lin advocate_V2_regV2 = regV2 "advocate" ; - lin aerobic_A_longA = longA "aerobic" ; - lin aesthetic_A_longA = longA "aesthetic" ; - lin affair_N_regN = regN "affair" ; - lin affect_V2_regV2 = regV2 "affect" ; -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" ; - lin afterwards_Adv_mkAdv = mkAdv "afterwards" ; - lin again_Adv_mkAdv = mkAdv "again" ; - lin against_Prep_mkPrep = mkPrep "against" ; - lin age_N_regN = regN "age" ; - lin aged_A_regA = regA "aged" ; - lin agency_N_regN = regN "agency" ; - lin agenda_N_regN = regN "agenda" ; - lin agent_N_regN = regN "agent" ; - lin aggravate_V2_regV2 = regV2 "aggravate" ; - lin aggressive_A_longA = longA "aggressive" ; - lin ago_Adv_mkAdv = mkAdv "ago" ; -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_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" ; - lin akin_A_longA = longA "akin" ; - lin akin_A_longA = longA "akin" ; - lin alcohol_N_regN = regN "alcohol" ; - lin alcoholic_A_longA = longA "alcoholic" ; - lin alcoholic_N_regN = regN "alcoholic" ; - lin algebra_N_regN = regN "algebra" ; - lin algorithm_N_regN = regN "algorithm" ; -lin alias_N2_prepN2for = prepN2 "alias" "for" ; - lin align_V2_regV2 = regV2 "align" ; - lin alike_A_longA = longA "alike" ; - lin alive_A_longA = longA "alive" ; - lin allege_VS_mkVS = regVS "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_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_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" ; - lin alphabetic_A_longA = longA "alphabetic" ; - lin alphanumeric_A_longA = longA "alphanumeric" ; - lin already_Adv_mkAdv = mkAdv "already" ; - lin also_Adv_mkAdv = mkAdv "also" ; - lin altar_N_regN = regN "altar" ; - lin alter_V_regV = regV "alter" ; -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 amaze_V2_regV2 = regV2 "amaze" ; - lin amazing_A_longA = longA "amazing" ; - lin ambiguity_N_regN = regN "ambiguity" ; - lin ambiguous_A_longA = longA "ambiguous" ; - lin ambition_N_regN = regN "ambition" ; - lin ambitious_A_longA = longA "ambitious" ; - lin amenable_A_longA = longA "amenable" ; - lin amenable_A_longA = longA "amenable" ; - lin amend_V2_regV2 = regV2 "amend" ; - lin amenity_N_regN = regN "amenity" ; - lin America_PN_regPN = regPN "America" ; - lin american_A_longA = longA "american" ; - lin american_N_regN = regN "american" ; - lin among_Prep_mkPrep = mkPrep "among" ; - lin amongst_Prep_mkPrep = mkPrep "amongst" ; - lin amount_N_regN = regN "amount" ; - lin ampere_N_regN = regN "ampere" ; - lin ampersand_N_regN = regN "ampersand" ; - lin amuse_V2_regV2 = regV2 "amuse" ; - lin anachronism_N_regN = regN "anachronism" ; - lin anachronistic_A_longA = longA "anachronistic" ; - lin analogous_A_longA = longA "analogous" ; - lin analogous_A_longA = longA "analogous" ; - lin analogue_N_regN = regN "analogue" ; -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" ; - lin analytic_A_longA = longA "analytic" ; - lin anaphor_N_regN = regN "anaphor" ; - lin anaphora_N_regN = regN "anaphora" ; - lin anaphoric_A_longA = longA "anaphoric" ; - lin ancestor_N_regN = regN "ancestor" ; - lin ancient_A_longA = longA "ancient" ; - lin anecdote_N_regN = regN "anecdote" ; - lin anger_N_regN = regN "anger" ; - lin angle_N_regN = regN "angle" ; - lin angled_A_longA = longA "angled" ; - lin angler_N_regN = regN "angler" ; - lin angling_N_regN = regN "angling" ; - 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" ; - lin ankle_N_regN = regN "ankle" ; - lin annotate_V2_regV2 = regV2 "annotate" ; - lin announce_V2_regV2 = regV2 "announce" ; - lin announce_V2_regV2 = regV2 "announce" ; - lin annoy_V2_regV2 = regV2 "annoy" ; - lin annual_A_longA = longA "annual" ; - lin anomalous_A_longA = longA "anomalous" ; - lin anomaly_N_regN = regN "anomaly" ; - lin answer_N_regN = regN "answer" ; - lin answer_V2_regV2 = regV2 "answer" ; - lin ant_N_regN = regN "ant" ; - lin antecedent_N_regN = regN "antecedent" ; - lin anthropomorphic_A_longA = longA "anthropomorphic" ; - lin anthropomorphism_N_regN = regN "anthropomorphism" ; - 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 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_A_longA = longA "apologetic" ; -lin apologetic_A2_prepA2for_long = prepA2 "apologetic" "for" ; -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_A_longA = longA "apparent" ; -lin apparent_A2_prepA2to_long = prepA2 "apparent" "to" ; - lin apparition_N_regN = regN "apparition" ; -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_V3_mkV3_to = dirRegV3 "append" "to" ; - lin appendices_N_regN = regN "appendices" ; - lin appendix_N_regN = regN "appendix" ; - lin apple_N_regN = regN "apple" ; - lin applicable_A_longA = longA "applicable" ; -lin applicable_A2_prepA2to_long = prepA2 "applicable" "to" ; - lin applicant_N_regN = regN "applicant" ; -lin apply_V3_mkV3_to = dirRegV3 "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" ; - lin appointment_N_regN = regN "appointment" ; - lin apposite_A_longA = longA "apposite" ; - lin appraise_V2_regV2 = regV2 "appraise" ; - lin appreciate_V_regV = regV "appreciate" ; - lin apprehend_V2_regV2 = regV2 "apprehend" ; - lin apprehension_N_regN = regN "apprehension" ; - lin apprehensive_A_longA = longA "apprehensive" ; - lin approach_V2_regV2 = regV2 "approach" ; -lin approach_N2_prepN2to = prepN2 "approach" "to" ; - lin approbation_N_regN = regN "approbation" ; - 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_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" ; - lin arbitrary_A_longA = longA "arbitrary" ; - lin arc_N_regN = regN "arc" ; - lin arch_N_regN = regN "arch" ; - lin archetype_N_regN = regN "archetype" ; - lin architect_N_regN = regN "architect" ; - lin architecture_N_regN = regN "architecture" ; - lin are_V_regV = regV "are" ; - lin are_V_regV = regV "are" ; - lin area_N_regN = regN "area" ; - lin arena_N_regN = regN "arena" ; - lin argue_V_regV = regV "argue" ; -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" ; - lin arm_V2_regV2 = regV2 "arm" ; - lin armour_N_regN = regN "armour" ; - lin armoury_N_regN = regN "armoury" ; - lin arms_N_regN = regN "arms" ; - lin army_N_regN = regN "army" ; - lin around_Prep_mkPrep = mkPrep "around" ; - lin arouse_V2_regV2 = regV2 "arouse" ; - lin arrange_V_regV = regV "arrange" ; - lin arrange_V2_regV2 = regV2 "arrange" ; - lin arrange_V_regV = regV "arrange" ; - lin arrange_V_regV = regV "arrange" ; - lin array_N_regN = regN "array" ; - lin arrest_V2_regV2 = regV2 "arrest" ; - lin arrive_V_regV = regV "arrive" ; -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" ; - lin article_N_regN = regN "article" ; - lin articulate_V_regV = regV "articulate" ; - lin artificial_A_longA = longA "artificial" ; - lin artist_N_regN = regN "artist" ; - lin as_Subj_mkSubj = mkSubj "as" ; - lin ascend_V2_regV2 = regV2 "ascend" ; - lin ascend_V_regV = regV "ascend" ; - lin ascent_N_regN = regN "ascent" ; - lin ascertain_V2_regV2 = regV2 "ascertain" ; -lin ascribe_V3_mkV3_to = dirRegV3 "ascribe" "to" ; - 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 = dirRegV3 "ask" "for" ; -lin ask_V3_mkV3_to = dirRegV3 "ask" "to" ; - lin ask_V_regV = regV "ask" ; -lin ask_V2_prepV2for = prepV2 "ask" "for" ; - lin ask_VQ_mkVQ = mkVQ (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_prepV2to = prepV2 "aspire" "to" ; - lin aspire_V_regV = regV "aspire" ; - lin aspirin_N_regN = regN "aspirin" ; - lin ass_N_regN = regN "ass" ; - lin assault_N_regN = regN "assault" ; - lin assault_V2_regV2 = regV2 "assault" ; - lin assemble_V2_regV2 = regV2 "assemble" ; - lin assembly_N_regN = regN "assembly" ; -lin assent_V2_prepV2to = prepV2 "assent" "to" ; - lin assert_VS_mkVS = regVS "assert" ; - lin assess_V2_regV2 = regV2 "assess" ; -lin assign_V3_mkV3_to = dirRegV3 "assign" "to" ; - 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_prepV2at = prepV2 "assist" "at" ; - lin assistant_N_regN = regN "assistant" ; -lin associate_V3_mkV3_with = dirRegV3 "associate" "with" ; - lin association_N_regN = regN "association" ; - lin assume_V2_regV2 = regV2 "assume" ; - lin assume_VS_mkVS = regVS "assume" ; - lin assumption_N_regN = regN "assumption" ; - lin assure_VS_mkVS = regVS "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" ; - lin at_Prep_mkPrep = mkPrep "at" ; - lin atlas_N_regN = regN "atlas" ; - lin atmosphere_N_regN = regN "atmosphere" ; - lin atom_N_regN = regN "atom" ; - lin attach_V2_regV2 = regV2 "attach" ; -lin attach_V3_mkV3_to = dirRegV3 "attach" "to" ; -lin attach_V2_prepV2to = prepV2 "attach" "to" ; - lin attack_V2_regV2 = regV2 "attack" ; -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_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" ; - lin attitude_N_regN = regN "attitude" ; - lin attract_V_regV = regV "attract" ; - lin attribute_N_regN = regN "attribute" ; -lin attribute_V3_mkV3_to = dirRegV3 "attribute" "to" ; - 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_prepN2of = prepN2 "aunt" "of" ; - lin Australia_PN_regPN = regPN "Australia" ; - lin australian_A_longA = longA "australian" ; - lin Austria_PN_regPN = regPN "Austria" ; - lin author_N_regN = regN "author" ; - lin authority_N_regN = regN "authority" ; - lin authorize_V2_regV2 = regV2 "authorize" ; - 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" ; - lin autumn_N_regN = regN "autumn" ; - lin auxiliary_A_longA = longA "auxiliary" ; - lin auxiliary_N_regN = regN "auxiliary" ; - lin avail_V2_regV2 = regV2 "avail" ; - lin available_A_longA = longA "available" ; - lin avenue_N_regN = regN "avenue" ; - lin average_A_longA = longA "average" ; - lin average_N_regN = regN "average" ; - lin average_V2_regV2 = regV2 "average" ; - lin avoid_V2_regV2 = regV2 "avoid" ; - 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" ; - lin axiomatic_A_longA = longA "axiomatic" ; - lin axiomatize_V2_regV2 = regV2 "axiomatize" ; - lin axis_N_regN = regN "axis" ; - lin baby_N_regN = regN "baby" ; - lin back_N_regN = regN "back" ; - lin background_N_regN = regN "background" ; - 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" ; - lin bad_A_longA = longA "bad" ; - lin bag_N_regN = regN "bag" ; - lin bake_V2_regV2 = regV2 "bake" ; - lin bake_V_regV = regV "bake" ; - lin balance_V_regV = regV "balance" ; - lin ball_N_regN = regN "ball" ; - lin ballad_N_regN = regN "ballad" ; - lin banal_A_longA = longA "banal" ; - lin banana_N_regN = regN "banana" ; - lin band_N_regN = regN "band" ; - lin bang_N_regN = regN "bang" ; - lin banish_V2_regV2 = regV2 "banish" ; - lin bank_N_regN = regN "bank" ; - lin bar_N_regN = regN "bar" ; - lin bar_V2_regV2 = regV2 "bar" ; - lin bare_A_regA = regA "bare" ; - lin bare_V2_regV2 = regV2 "bare" ; - lin bark_N_regN = regN "bark" ; - lin bark_V_regV = regV "bark" ; - lin barn_N_regN = regN "barn" ; - lin baron_N_regN = regN "baron" ; - lin barrel_N_regN = regN "barrel" ; - lin base_N_regN = regN "base" ; -lin base_V3_mkV3_loc = dirRegV3 "base" "in" ; - 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" ; - lin basis_N_regN = regN "basis" ; - lin basket_N_regN = regN "basket" ; - lin bat_N_regN = regN "bat" ; - lin batch_N_regN = regN "batch" ; - lin bath_N_regN = regN "bath" ; - lin bathe_V_regV = regV "bathe" ; - lin batsman_N_regN = regN "batsman" ; - lin batsmen_N_regN = regN "batsmen" ; - lin battle_N_regN = regN "battle" ; - lin be_V_regV = regV "be" ; - lin beach_N_regN = regN "beach" ; - lin beak_N_regN = regN "beak" ; - 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 beard_N_regN = regN "beard" ; - lin beast_N_regN = regN "beast" ; -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" ; - lin behalf_N_regN = regN "behalf" ; - lin behave_V_regV = regV "behave" ; - lin behaviour_N_regN = regN "behaviour" ; - lin behind_Prep_mkPrep = mkPrep "behind" ; - lin being_V_regV = regV "being" ; - lin being_N_regN = regN "being" ; - lin belief_N_regN = regN "belief" ; -lin belief_N2_prepN2in = prepN2 "belief" "in" ; - lin belief_N_regN = regN "belief" ; - lin believe_V_regV = regV "believe" ; -lin believe_V2_prepV2in = prepV2 "believe" "in" ; - lin believe_VS_mkVS = regVS "believe" ; - lin bell_N_regN = regN "bell" ; - lin belong_V_regV = regV "belong" ; - lin beloved_A_longA = longA "beloved" ; -lin beloved_A2_prepA2by_long = prepA2 "beloved" "by" ; - 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_A_longA = longA "beneficial" ; -lin beneficial_A2_prepA2to_long = prepA2 "beneficial" "to" ; - 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" ; - lin biblical_A_regA = regA "biblical" ; - lin bibliography_N_regN = regN "bibliography" ; - 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 binding_N_regN = regN "binding" ; - lin bird_N_regN = regN "bird" ; - lin birth_N_regN = regN "birth" ; - lin birthday_N_regN = regN "birthday" ; - 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 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_V3_mkV3_for = dirRegV3 "blame" "for" ; - lin blame_N_regN = regN "blame" ; -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" ; - lin blood_N_regN = regN "blood" ; - lin blow_N_regN = regN "blow" ; - lin blue_A_regA = regA "blue" ; - lin bluff_V_regV = regV "bluff" ; - lin board_N_regN = regN "board" ; - 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_V3_mkV3_to = dirRegV3 "bond" "to" ; - lin bone_N_regN = regN "bone" ; - lin bonus_N_regN = regN "bonus" ; - lin book_N_regN = regN "book" ; - lin bookkeeping_N_regN = regN "bookkeeping" ; - lin boolean_A_longA = longA "boolean" ; - lin boorish_A_longA = longA "boorish" ; - lin boost_V2_regV2 = regV2 "boost" ; - lin boot_N_regN = regN "boot" ; - lin bootstrap_N_regN = regN "bootstrap" ; - lin border_N_regN = regN "border" ; - lin border_V2_regV2 = regV2 "border" ; - lin bore_N_regN = regN "bore" ; - lin bore_V2_regV2 = regV2 "bore" ; -lin borrow_V3_mkV3_from = dirRegV3 "borrow" "from" ; - 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_prepV2about = prepV2 "bother" "about" ; - lin bottle_N_regN = regN "bottle" ; - lin bottom_N_regN = regN "bottom" ; - lin bough_N_regN = regN "bough" ; - lin bound_A_longA = longA "bound" ; - lin bound_V_regV = regV "bound" ; - lin boundary_N_regN = regN "boundary" ; - lin bounded_A_longA = longA "bounded" ; - lin bow_N_regN = regN "bow" ; - lin bowl_N_regN = regN "bowl" ; - lin box_N_regN = regN "box" ; - lin boy_N_regN = regN "boy" ; - lin brace_N_regN = regN "brace" ; - lin bracket_N_regN = regN "bracket" ; - lin bracket_V2_regV2 = regV2 "bracket" ; - lin brain_N_regN = regN "brain" ; - lin branch_V_regV = regV "branch" ; - lin brand_N_regN = regN "brand" ; - lin brandy_N_regN = regN "brandy" ; - lin brass_N_regN = regN "brass" ; - lin brave_A_regA = regA "brave" ; - lin breach_N_regN = regN "breach" ; - lin breach_V2_regV2 = regV2 "breach" ; - 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 breakage_N_regN = regN "breakage" ; - lin breakfast_N_regN = regN "breakfast" ; - lin breath_N_regN = regN "breath" ; - lin breathe_V_regV = regV "breathe" ; - lin breed_V_regV = regV "breed" ; - lin breed_N_regN = regN "breed" ; - lin breeze_N_regN = regN "breeze" ; - lin brew_V2_regV2 = regV2 "brew" ; - lin brick_N_regN = regN "brick" ; - lin bridge_N_regN = regN "bridge" ; - lin bridge_V2_regV2 = regV2 "bridge" ; - 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 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_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" ; - lin bucket_N_regN = regN "bucket" ; - lin bud_N_regN = regN "bud" ; - lin bud_V_regV = regV "bud" ; - 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 building_N_regN = regN "building" ; - lin bullet_N_regN = regN "bullet" ; - lin bully_N_regN = regN "bully" ; - lin bully_V2_regV2 = regV2 "bully" ; - lin bun_N_regN = regN "bun" ; - 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 bury_V2_regV2 = regV2 "bury" ; - lin bus_N_regN = regN "bus" ; - lin bush_N_regN = regN "bush" ; - lin business_N_regN = regN "business" ; - lin busy_A_regA = regA "busy" ; - lin butter_N_regN = regN "butter" ; - 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 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" ; - lin cage_N_regN = regN "cage" ; - lin cake_N_regN = regN "cake" ; - lin calculate_V_regV = regV "calculate" ; - 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" ; - lin camera_N_regN = regN "camera" ; - lin camp_N_regN = regN "camp" ; - lin campaign_N_regN = regN "campaign" ; - lin can_N_regN = regN "can" ; - lin can_V_regV = regV "can" ; - lin can_V2_regV2 = regV2 "can" ; - lin Canada_PN_regPN = regPN "Canada" ; - lin canadian_A_regA = regA "canadian" ; - lin cancel_V2_regV2 = regV2 "cancel" ; - lin cancer_N_regN = regN "cancer" ; - lin candid_A_longA = longA "candid" ; - lin candidate_N_regN = regN "candidate" ; - lin candle_N_regN = regN "candle" ; - lin cannon_N_regN = regN "cannon" ; - lin cannot_V_regV = regV "cannot" ; - lin canonical_A_longA = longA "canonical" ; - lin cap_N_regN = regN "cap" ; - lin capable_A_longA = longA "capable" ; - lin capable_A_longA = longA "capable" ; - lin capacity_N_regN = regN "capacity" ; - lin capital_N_regN = regN "capital" ; - lin captain_N_regN = regN "captain" ; - lin captain_N_regN = regN "captain" ; - lin capture_V2_regV2 = regV2 "capture" ; - lin car_N_regN = regN "car" ; - lin card_N_regN = regN "card" ; - lin cardboard_N_regN = regN "cardboard" ; - lin cardinal_A_longA = longA "cardinal" ; - lin cardinal_N_regN = regN "cardinal" ; - lin care_V_regV = regV "care" ; - lin care_N_regN = regN "care" ; - lin career_N_regN = regN "career" ; - lin carriage_N_regN = regN "carriage" ; - lin carry_V2_regV2 = regV2 "carry" ; - lin cart_N_regN = regN "cart" ; - lin cartesian_A_longA = longA "cartesian" ; - lin carve_V2_regV2 = regV2 "carve" ; - 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 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 categorical_A_longA = longA "categorical" ; - lin category_N_regN = regN "category" ; -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" ; - lin caution_N_regN = regN "caution" ; - lin cautious_A_longA = longA "cautious" ; - lin cave_N_regN = regN "cave" ; - lin caviar_N_regN = regN "caviar" ; - lin cease_V_regV = regV "cease" ; - lin ceiling_N_regN = regN "ceiling" ; - lin cell_N_regN = regN "cell" ; - lin cellar_N_regN = regN "cellar" ; - lin cement_N_regN = regN "cement" ; - lin cement_N_regN = regN "cement" ; - lin census_N_regN = regN "census" ; - lin cent_N_regN = regN "cent" ; - lin centaur_N_regN = regN "centaur" ; - lin center_N_regN = regN "center" ; - lin centre_N_regN = regN "centre" ; - lin centre_V2_regV2 = regV2 "centre" ; - lin century_N_regN = regN "century" ; - lin ceremonial_A_longA = longA "ceremonial" ; - lin ceremony_N_regN = regN "ceremony" ; - lin certain_A_longA = longA "certain" ; - lin certain_A_longA = longA "certain" ; - lin certain_A_longA = longA "certain" ; - lin certainty_N_regN = regN "certainty" ; - lin certainty_N_regN = regN "certainty" ; - lin certify_V_regV = regV "certify" ; - lin certitude_N_regN = regN "certitude" ; - lin chain_N_regN = regN "chain" ; -lin chain_V3_mkV3_to = dirRegV3 "chain" "to" ; - lin chair_N_regN = regN "chair" ; - lin chairman_N_regN = regN "chairman" ; - lin chairmen_N_regN = regN "chairmen" ; - lin chairwoman_N_regN = regN "chairwoman" ; - lin chairwomen_N_regN = regN "chairwomen" ; - lin chalk_N_regN = regN "chalk" ; - lin challenge_N_regN = regN "challenge" ; -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" ; - lin change_N_regN = regN "change" ; - lin change_V2_regV2 = regV2 "change" ; - lin channel_N_regN = regN "channel" ; - lin chap_N_regN = regN "chap" ; - lin chapter_N_regN = regN "chapter" ; - lin char_V_regV = regV "char" ; - lin character_N_regN = regN "character" ; - lin characteristic_N_regN = regN "characteristic" ; - lin characteristic_A_longA = longA "characteristic" ; -lin characteristic_A2_prepA2of_long = prepA2 "characteristic" "of" ; - lin characteristically_A_longA = longA "characteristically" ; -lin characterize_V3_mkV3_as = dirRegV3 "characterize" "as" ; - lin charge_N_regN = regN "charge" ; -lin charge_V3_mkV3_with = dirRegV3 "charge" "with" ; - lin charitable_A_longA = longA "charitable" ; - lin charity_N_regN = regN "charity" ; - lin charm_N_regN = regN "charm" ; - lin charm_V2_regV2 = regV2 "charm" ; - lin charming_A_longA = longA "charming" ; - lin chart_N_regN = regN "chart" ; - lin chase_V2_regV2 = regV2 "chase" ; - lin chaste_A_regA = regA "chaste" ; - lin cheap_A_regA = regA "cheap" ; - lin cheat_N_regN = regN "cheat" ; - lin cheat_V2_regV2 = regV2 "cheat" ; - lin check_N_regN = regN "check" ; - lin check_V2_regV2 = regV2 "check" ; - lin checkmate_N_regN = regN "checkmate" ; - lin cheek_N_regN = regN "cheek" ; - lin cheer_V_regV = regV "cheer" ; - lin cheer_N_regN = regN "cheer" ; - lin cheerful_A_longA = longA "cheerful" ; - lin cheese_N_regN = regN "cheese" ; - lin chemical_A_regA = regA "chemical" ; - lin chemist_N_regN = regN "chemist" ; - lin chemistry_N_regN = regN "chemistry" ; - lin cheque_N_regN = regN "cheque" ; - lin chequered_A_longA = longA "chequered" ; - lin chess_N_regN = regN "chess" ; - 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" ; - lin chin_N_regN = regN "chin" ; - lin China_PN_regPN = regPN "China" ; - lin chinaman_N_regN = regN "chinaman" ; - 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 christian_N_regN = regN "christian" ; - lin christmas_N_regN = regN "christmas" ; - lin chronic_A_longA = longA "chronic" ; - lin chronology_N_regN = regN "chronology" ; - lin chunk_N_regN = regN "chunk" ; - lin church_N_regN = regN "church" ; - lin churn_N_regN = regN "churn" ; - lin churn_V2_regV2 = regV2 "churn" ; - lin churn_V_regV = regV "churn" ; - lin cigar_N_regN = regN "cigar" ; - lin cigarette_N_regN = regN "cigarette" ; - lin cinema_N_regN = regN "cinema" ; - lin circle_N_regN = regN "circle" ; - lin circuit_N_regN = regN "circuit" ; - lin circular_A_longA = longA "circular" ; - lin circulate_V_regV = regV "circulate" ; - lin circumscribe_V2_regV2 = regV2 "circumscribe" ; - lin circumstance_N_regN = regN "circumstance" ; - lin circumvent_V_regV = regV "circumvent" ; - lin cite_V2_regV2 = regV2 "cite" ; - lin citizen_N_regN = regN "citizen" ; - lin city_N_regN = regN "city" ; - 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_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_prepV2with = prepV2 "clash" "with" ; - lin class_N_regN = regN "class" ; -lin class_V3_mkV3_as = dirRegV3 "class" "as" ; - 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 clear_A_regA = regA "clear" ; - lin cleave_V2_irreg = dirV2 (irregV "cleave" "cleft" "cleft") ; ---- - 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" ; - lin climax_N_regN = regN "climax" ; - lin climb_V2_regV2 = regV2 "climb" ; - lin clinic_N_regN = regN "clinic" ; - lin clip_N_regN = regN "clip" ; - lin clitic_N_regN = regN "clitic" ; - lin clock_N_regN = regN "clock" ; - lin clog_N_regN = regN "clog" ; - lin close_V2_regV2 = regV2 "close" ; - 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" ; - lin clothe_V2_regV2 = regV2 "clothe" ; - lin clothes_N_regN = regN "clothes" ; - lin clothing_N_regN = regN "clothing" ; - lin cloud_N_regN = regN "cloud" ; - lin clove_V2_regV2 = regV2 "clove" ; - lin club_N_regN = regN "club" ; - lin clue_N_regN = regN "clue" ; - lin clumsy_A_regA = regA "clumsy" ; - lin clutter_N_regN = regN "clutter" ; - lin coach_N_regN = regN "coach" ; - lin coach_V2_regV2 = regV2 "coach" ; - lin coal_N_regN = regN "coal" ; - lin coalesce_V_regV = regV "coalesce" ; - lin coarse_A_regA = regA "coarse" ; - lin coast_N_regN = regN "coast" ; - lin coast_V2_regV2 = regV2 "coast" ; - lin coaster_N_regN = regN "coaster" ; - lin coat_N_regN = regN "coat" ; - lin cocktail_N_regN = regN "cocktail" ; - lin cocoa_N_regN = regN "cocoa" ; - lin coconut_N_regN = regN "coconut" ; - lin code_N_regN = regN "code" ; - lin code_V2_regV2 = regV2 "code" ; - lin coefficient_N_regN = regN "coefficient" ; - lin coerce_V_regV = regV "coerce" ; - lin coffee_N_regN = regN "coffee" ; - lin cog_N_regN = regN "cog" ; - lin cognition_N_regN = regN "cognition" ; - lin cognitive_A_longA = longA "cognitive" ; - lin coherence_N_regN = regN "coherence" ; - lin coherent_A_longA = longA "coherent" ; - lin coin_N_regN = regN "coin" ; -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" ; - lin cold_N_regN = regN "cold" ; - lin collaborate_V_regV = regV "collaborate" ; - lin collapse_N_regN = regN "collapse" ; - lin collapse_V_regV = regV "collapse" ; - lin collar_N_regN = regN "collar" ; - lin colleague_N_regN = regN "colleague" ; -lin collect_V3_mkV3_from = dirRegV3 "collect" "from" ; - lin college_N_regN = regN "college" ; - lin collide_V_regV = regV "collide" ; - lin collinear_A_longA = longA "collinear" ; - lin collision_N_regN = regN "collision" ; - lin colon_N_regN = regN "colon" ; - lin colony_N_regN = regN "colony" ; - lin colour_N_regN = regN "colour" ; - lin colour_V2_regV2 = regV2 "colour" ; - lin column_N_regN = regN "column" ; - lin comb_N_regN = regN "comb" ; - lin combat_N_regN = regN "combat" ; - lin combinator_N_regN = regN "combinator" ; -lin combine_V3_mkV3_with = dirRegV3 "combine" "with" ; - lin comedy_N_regN = regN "comedy" ; - lin comfort_N_regN = regN "comfort" ; - lin comfort_V2_regV2 = regV2 "comfort" ; - lin comfortable_A_longA = longA "comfortable" ; - lin comma_N_regN = regN "comma" ; - lin command_N_regN = regN "command" ; - lin command_V_regV = regV "command" ; - lin commence_V_regV = regV "commence" ; - lin comment_N_regN = regN "comment" ; -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" ; - lin commission_N_regN = regN "commission" ; - 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_prepV2with = prepV2 "communicate" "with" ; - lin community_N_regN = regN "community" ; - lin commutative_A_longA = longA "commutative" ; - lin commutator_N_regN = regN "commutator" ; - lin compact_A_longA = longA "compact" ; - lin companion_N_regN = regN "companion" ; - lin company_N_regN = regN "company" ; - lin comparative_A_longA = longA "comparative" ; - lin comparative_N_regN = regN "comparative" ; -lin compare_V3_mkV3_with = dirRegV3 "compare" "with" ; -lin comparison_N2_prepN2of_ppwith = prepN2 "comparison" "of_ppwith" ; - lin compass_V_regV = regV "compass" ; - lin compatible_A_longA = longA "compatible" ; -lin compatible_A2_prepA2with_long = prepA2 "compatible" "with" ; - lin compel_V_regV = regV "compel" ; -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_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_A_longA = longA "complementary" ; -lin complementary_A2_prepA2to_long = prepA2 "complementary" "to" ; - lin complete_A_longA = longA "complete" ; - lin complete_V2_regV2 = regV2 "complete" ; - lin complex_A_longA = longA "complex" ; - lin complex_N_regN = regN "complex" ; - lin complicate_V2_regV2 = regV2 "complicate" ; - lin compliment_N_regN = regN "compliment" ; - lin compliment_V2_regV2 = regV2 "compliment" ; -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" ; - lin composition_N_regN = regN "composition" ; - lin compound_A_longA = longA "compound" ; - lin compound_N_regN = regN "compound" ; - lin compound_V2_regV2 = regV2 "compound" ; - lin comprehend_V2_regV2 = regV2 "comprehend" ; - lin comprehensible_A_longA = longA "comprehensible" ; -lin comprehensible_A2_prepA2to_long = prepA2 "comprehensible" "to" ; - lin comprehension_N_regN = regN "comprehension" ; - lin comprehensive_A_longA = longA "comprehensive" ; - lin compress_V2_regV2 = regV2 "compress" ; - lin comprise_V2_regV2 = regV2 "comprise" ; - lin compromise_V_regV = regV "compromise" ; - lin compute_V2_regV2 = regV2 "compute" ; - lin computer_N_regN = regN "computer" ; - 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_prepV2of = prepV2 "conceive" "of" ; - lin concentrate_V2_regV2 = regV2 "concentrate" ; - lin concept_N_regN = regN "concept" ; - lin conception_N_regN = regN "conception" ; - lin conceptual_A_longA = longA "conceptual" ; - lin concern_N_regN = regN "concern" ; - lin concern_V2_regV2 = regV2 "concern" ; - lin concerning_Prep_mkPrep = mkPrep "concerning" ; - lin concert_N_regN = regN "concert" ; - 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 conclusion_N_regN = regN "conclusion" ; - lin conclusive_A_longA = longA "conclusive" ; - lin concomitant_A_longA = longA "concomitant" ; - lin concrete_A_longA = longA "concrete" ; - lin concrete_N_regN = regN "concrete" ; - lin concur_V_regV = regV "concur" ; - lin concurrent_A_longA = longA "concurrent" ; - lin condemn_V2_regV2 = regV2 "condemn" ; - lin condition_N_regN = regN "condition" ; - lin condition_V2_regV2 = regV2 "condition" ; - lin conditional_N_regN = regN "conditional" ; -lin conducive_A2_prepA2to = prepA2 "conducive" "to" ; - lin conduct_N_regN = regN "conduct" ; - lin conduct_V2_regV2 = regV2 "conduct" ; -lin confer_V2_prepV2with = prepV2 "confer" "with" ; - lin conference_N_regN = regN "conference" ; - lin confess_VS_mkVS = regVS "confess" ; - lin confidence_N_regN = regN "confidence" ; - lin confident_A_longA = longA "confident" ; - lin configure_V2_regV2 = regV2 "configure" ; -lin confine_V3_mkV3_to = dirRegV3 "confine" "to" ; - lin confirm_V2_regV2 = regV2 "confirm" ; - lin conflate_V_regV = regV "conflate" ; -lin conflict_V2_prepV2with = prepV2 "conflict" "with" ; - lin confluence_N_regN = regN "confluence" ; - lin confluent_A_longA = longA "confluent" ; -lin conform_V2_prepV2to = prepV2 "conform" "to" ; - lin confound_V2_regV2 = regV2 "confound" ; - lin confounded_A_longA = longA "confounded" ; -lin confront_V3_mkV3_with = dirRegV3 "confront" "with" ; - 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 conjoin_V2_regV2 = regV2 "conjoin" ; - lin conjunct_N_regN = regN "conjunct" ; - lin conjunction_N_regN = regN "conjunction" ; - lin conjunctive_A_longA = longA "conjunctive" ; - lin connect_V2_regV2 = regV2 "connect" ; - lin connective_N_regN = regN "connective" ; - lin conquer_V2_regV2 = regV2 "conquer" ; - lin conqueror_N_regN = regN "conqueror" ; - lin conquest_N_regN = regN "conquest" ; - lin conscience_N_regN = regN "conscience" ; - lin conscious_A_longA = longA "conscious" ; - lin conscious_A_longA = longA "conscious" ; - lin consecutive_A_longA = longA "consecutive" ; - lin consensus_N_regN = regN "consensus" ; - lin consequence_N_regN = regN "consequence" ; - lin consequent_A_longA = longA "consequent" ; - lin conservative_A_longA = longA "conservative" ; - lin conserve_V2_regV2 = regV2 "conserve" ; - lin consider_V2_regV2 = regV2 "consider" ; - lin consider_V2A_mkV2A = mkV2 (regV "consider") (mkPrep []) ; - lin consider_V_regV = regV "consider" ; - lin consider_V_regV = regV "consider" ; - lin considerate_A_longA = longA "considerate" ; - lin consist_V2_prepV2of = prepV2 "consist" "of" ; - lin consistency_N_regN = regN "consistency" ; - lin consistent_A_longA = longA "consistent" ; - lin consistent_A2_prepA2with_long = prepA2 "consistent" "with" ; - lin consonant_A_longA = longA "consonant" ; - lin consonant_A_longA = longA "consonant" ; - lin consonant_N_regN = regN "consonant" ; - lin constant_A_longA = longA "constant" ; - lin constant_N_regN = regN "constant" ; - lin constellation_N_regN = regN "constellation" ; - lin constituency_N_regN = regN "constituency" ; - lin constituent_N_regN = regN "constituent" ; - lin constitute_V2_regV2 = regV2 "constitute" ; - lin constrain_V2_regV2 = regV2 "constrain" ; - lin constraint_N_regN = regN "constraint" ; - lin constrict_V2_regV2 = regV2 "constrict" ; - lin construct_V_regV = regV "construct" ; - lin constructor_N_regN = regN "constructor" ; -lin construe_V3_mkV3_as = dirRegV3 "construe" "as" ; - lin consult_V2_regV2 = regV2 "consult" ; - lin consume_V2_regV2 = regV2 "consume" ; - lin consumption_N_regN = regN "consumption" ; - lin contact_N_regN = regN "contact" ; - lin contact_V2_regV2 = regV2 "contact" ; - lin contagion_N_regN = regN "contagion" ; - lin contagious_A_longA = longA "contagious" ; - lin contain_V2_regV2 = regV2 "contain" ; - lin contaminate_V2_regV2 = regV2 "contaminate" ; - 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 content_A_longA = longA "content" ; - lin content_A_longA = longA "content" ; - lin contented_A_longA = longA "contented" ; -lin contented_A2_prepA2with_long = prepA2 "contented" "with" ; - 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_A_longA = longA "contiguous" ; -lin contiguous_A2_prepA2to_long = prepA2 "contiguous" "to" ; - lin contingency_N_regN = regN "contingency" ; - lin contingent_A_longA = longA "contingent" ; -lin contingent_A2_prepA2on_long = prepA2 "contingent" "on" ; - lin continual_A_longA = longA "continual" ; - lin continue_V_regV = regV "continue" ; - lin continue_V_regV = regV "continue" ; - lin continuity_N_regN = regN "continuity" ; - lin continuous_A_longA = longA "continuous" ; - lin continuum_N_regN = regN "continuum" ; - lin contour_N_regN = regN "contour" ; - lin contract_V_regV = regV "contract" ; - lin contract_N_regN = regN "contract" ; - lin contradict_V2_regV2 = regV2 "contradict" ; - lin contrary_A_longA = longA "contrary" ; -lin contrary_A2_prepA2to_long = prepA2 "contrary" "to" ; - lin contrast_N_regN = regN "contrast" ; -lin contrast_V3_mkV3_with = dirRegV3 "contrast" "with" ; - lin contrastive_A_longA = longA "contrastive" ; - lin contravene_V2_regV2 = regV2 "contravene" ; -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" ; - lin controversy_N_regN = regN "controversy" ; - lin convenience_N_regN = regN "convenience" ; - lin convenient_A_longA = longA "convenient" ; - lin convention_N_regN = regN "convention" ; - lin converge_V_regV = regV "converge" ; - lin convergence_N_regN = regN "convergence" ; - lin conversation_N_regN = regN "conversation" ; - lin converse_A_longA = longA "converse" ; -lin converse_V2_prepV2with = prepV2 "converse" "with" ; - lin conversion_N_regN = regN "conversion" ; -lin convert_V3_mkV3_to = dirRegV3 "convert" "to" ; - 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_V2_regV2 = regV2 "convince" ; - lin convincing_A_longA = longA "convincing" ; - lin convoluted_A_longA = longA "convoluted" ; - lin cook_N_regN = regN "cook" ; - lin cook_V2_regV2 = regV2 "cook" ; - lin cool_A_regA = regA "cool" ; - lin cool_V_regV = regV "cool" ; - lin coordinate_V2_regV2 = regV2 "coordinate" ; -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" ; - lin copy_V2_regV2 = regV2 "copy" ; - lin copyright_N_regN = regN "copyright" ; - lin cord_N_regN = regN "cord" ; - lin corn_N_regN = regN "corn" ; - lin corner_N_regN = regN "corner" ; - lin corollary_N_regN = regN "corollary" ; - lin corpora_N_regN = regN "corpora" ; - lin corporation_N_regN = regN "corporation" ; - lin corpus_N_regN = regN "corpus" ; - lin correct_A_longA = longA "correct" ; - lin correct_V2_regV2 = regV2 "correct" ; - lin correlate_V2_regV2 = regV2 "correlate" ; -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" ; - lin cost_V_regV = regV "cost" ; - lin costly_A_regA = regA "costly" ; - lin costume_N_regN = regN "costume" ; - lin cotton_N_regN = regN "cotton" ; - lin cough_V_regV = regV "cough" ; - 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" ; - lin country_N_regN = regN "country" ; - lin county_N_regN = regN "county" ; - lin couple_N_regN = regN "couple" ; - lin couple_V2_regV2 = regV2 "couple" ; - lin courage_N_regN = regN "courage" ; - lin course_N_regN = regN "course" ; - lin court_N_regN = regN "court" ; - lin court_V2_regV2 = regV2 "court" ; - lin court_V_regV = regV "court" ; - lin courteous_A_longA = longA "courteous" ; - lin courtesy_N_regN = regN "courtesy" ; - lin cover_N_regN = regN "cover" ; - lin cover_V2_regV2 = regV2 "cover" ; - lin covert_A_longA = longA "covert" ; - lin cow_N_regN = regN "cow" ; - lin coward_N_regN = regN "coward" ; - lin crab_N_regN = regN "crab" ; - lin crack_N_regN = regN "crack" ; - lin crack_V2_regV2 = regV2 "crack" ; - lin craft_N_regN = regN "craft" ; - lin crafty_A_regA = regA "crafty" ; - lin crag_N_regN = regN "crag" ; - lin crash_V_regV = regV "crash" ; - lin crate_N_regN = regN "crate" ; - lin crater_N_regN = regN "crater" ; - lin crave_V2_regV2 = regV2 "crave" ; - lin crawl_V_regV = regV "crawl" ; - lin crayfish_N_regN = regN "crayfish" ; - lin crayon_N_regN = regN "crayon" ; - lin craze_N_regN = regN "craze" ; - lin crazy_A_regA = regA "crazy" ; - lin cream_N_regN = regN "cream" ; - lin create_V_regV = regV "create" ; - 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 cricket_N_regN = regN "cricket" ; - lin crime_N_regN = regN "crime" ; - lin criminal_A_longA = longA "criminal" ; - lin criminal_N_regN = regN "criminal" ; - lin crises_N_regN = regN "crises" ; - lin crisis_N_regN = regN "crisis" ; - lin criteria_N_regN = regN "criteria" ; - lin criterion_N_regN = regN "criterion" ; -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" ; - lin critique_N_regN = regN "critique" ; - lin crochet_N_regN = regN "crochet" ; - lin crochet_V2_regV2 = regV2 "crochet" ; - lin crochet_V_regV = regV "crochet" ; - lin crop_N_regN = regN "crop" ; - lin crop_V2_regV2 = regV2 "crop" ; - lin cross_A_regA = regA "cross" ; - lin cross_N_regN = regN "cross" ; - lin cross_V2_regV2 = regV2 "cross" ; - lin crow_V_regV = regV "crow" ; - lin crow_N_regN = regN "crow" ; - lin crowd_N_regN = regN "crowd" ; - lin crown_N_regN = regN "crown" ; - lin crown_V2_regV2 = regV2 "crown" ; - lin crucial_A_longA = longA "crucial" ; - lin crude_A_regA = regA "crude" ; - lin cruel_A_regA = regA "cruel" ; -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" ; - lin cub_N_regN = regN "cub" ; - lin cube_N_regN = regN "cube" ; - lin cubic_A_longA = longA "cubic" ; - lin cue_N_regN = regN "cue" ; - lin cue_V2_regV2 = regV2 "cue" ; - lin culprit_N_regN = regN "culprit" ; - lin cultivate_V2_regV2 = regV2 "cultivate" ; - lin culture_N_regN = regN "culture" ; - lin cumbersome_A_longA = longA "cumbersome" ; - lin cumulative_A_longA = longA "cumulative" ; - lin cunning_A_longA = longA "cunning" ; - lin cup_N_regN = regN "cup" ; - lin cupboard_N_regN = regN "cupboard" ; - lin curb_V2_regV2 = regV2 "curb" ; - lin cure_N_regN = regN "cure" ; -lin cure_V3_mkV3_of = dirRegV3 "cure" "of" ; - lin curiosity_N_regN = regN "curiosity" ; - lin curious_A_longA = longA "curious" ; - lin curl_V_regV = regV "curl" ; - lin curl_N_regN = regN "curl" ; - lin current_A_longA = longA "current" ; - lin current_N_regN = regN "current" ; - lin curriculum_N_regN = regN "curriculum" ; - lin curse_N_regN = regN "curse" ; - lin curse_V2_regV2 = regV2 "curse" ; - lin curtain_N_regN = regN "curtain" ; - lin curvature_N_regN = regN "curvature" ; - lin curve_V_regV = regV "curve" ; - lin curve_N_regN = regN "curve" ; - 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 cycle_V_regV = regV "cycle" ; - lin cyclic_A_longA = longA "cyclic" ; - lin cynic_N_regN = regN "cynic" ; - lin dagger_N_regN = regN "dagger" ; - lin daily_A_longA = longA "daily" ; - lin damage_N_regN = regN "damage" ; - lin damage_V2_regV2 = regV2 "damage" ; - lin dance_N_regN = regN "dance" ; - lin dance_V_regV = regV "dance" ; - lin danger_N_regN = regN "danger" ; - lin dangle_V_regV = regV "dangle" ; - 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" ; - lin database_N_regN = regN "database" ; - lin date_N_regN = regN "date" ; - lin dative_A_longA = longA "dative" ; - lin datum_N_regN = regN "datum" ; -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_with = mkV2 deal_V (mkPrep "with") ; - lin dear_A_regA = regA "dear" ; -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" ; - lin debt_N_regN = regN "debt" ; - lin debtor_N_regN = regN "debtor" ; - lin debug_V2_regV2 = regV2 "debug" ; - lin decade_N_regN = regN "decade" ; - lin decay_V_regV = regV "decay" ; - lin deceive_V2_regV2 = regV2 "deceive" ; - lin December_PN_regPN = regPN "December" ; - lin deception_N_regN = regN "deception" ; - lin deceptive_A_longA = longA "deceptive" ; - lin decide_V_regV = regV "decide" ; - lin decimal_A_longA = longA "decimal" ; - lin decimal_N_regN = regN "decimal" ; - 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 decompose_V_regV = regV "decompose" ; - lin decomposition_N_regN = regN "decomposition" ; - lin decrease_V_regV = regV "decrease" ; -lin decrease_N2_prepN2in = prepN2 "decrease" "in" ; - lin decrement_V2_regV2 = regV2 "decrement" ; -lin dedicate_V3_mkV3_to = dirRegV3 "dedicate" "to" ; - lin deduce_VS_mkVS = regVS "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" ; - lin defect_N_regN = regN "defect" ; - lin defect_V_regV = regV "defect" ; - lin defence_N_regN = regN "defence" ; - lin defend_V2_regV2 = regV2 "defend" ; - lin defense_N_regN = regN "defense" ; - lin defensible_A_longA = longA "defensible" ; - lin defer_V2_regV2 = regV2 "defer" ; - lin deficiency_N_regN = regN "deficiency" ; - lin deficient_A_longA = longA "deficient" ; - lin define_V2_regV2 = regV2 "define" ; - lin definite_A_regA = regA "definite" ; - lin definition_N_regN = regN "definition" ; - lin definitive_A_longA = longA "definitive" ; - lin deform_V2_regV2 = regV2 "deform" ; - lin defy_V2_regV2 = regV2 "defy" ; - lin degrade_V2_regV2 = regV2 "degrade" ; - lin degree_N_regN = regN "degree" ; - lin delay_N_regN = regN "delay" ; - lin delay_V2_regV2 = regV2 "delay" ; - lin delete_V_regV = regV "delete" ; - lin deliberate_A_longA = longA "deliberate" ; - lin delicacy_N_regN = regN "delicacy" ; - lin delicate_A_longA = longA "delicate" ; - lin delight_N_regN = regN "delight" ; - lin delight_V2_regV2 = regV2 "delight" ; - lin delimit_V2_regV2 = regV2 "delimit" ; - lin delineate_V2_regV2 = regV2 "delineate" ; - lin deliver_V2_regV2 = regV2 "deliver" ; - 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 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_prepV2from = prepV2 "depart" "from" ; - lin department_N_regN = regN "department" ; - lin departure_N_regN = regN "departure" ; -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_A_longA = longA "dependent" ; -lin dependent_A2_prepA2on_long = prepA2 "dependent" "on" ; - lin depict_V2_regV2 = regV2 "depict" ; - lin deploy_V2_regV2 = regV2 "deploy" ; - lin deposit_N_regN = regN "deposit" ; - lin deposit_V2_regV2 = regV2 "deposit" ; - lin depress_V_regV = regV "depress" ; - lin depressing_A_longA = longA "depressing" ; - lin depth_N_regN = regN "depth" ; - lin derivative_N_regN = regN "derivative" ; -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" ; - lin describe_V2_regV2 = regV2 "describe" ; - lin description_N_regN = regN "description" ; - lin descriptive_A_longA = longA "descriptive" ; - lin desert_N_regN = regN "desert" ; - lin deserve_V2_regV2 = regV2 "deserve" ; - lin design_N_regN = regN "design" ; - lin design_V2_regV2 = regV2 "design" ; -lin designate_V3_mkV3_as = dirRegV3 "designate" "as" ; - lin desire_N_regN = regN "desire" ; - lin desire_V2_regV2 = regV2 "desire" ; - lin desire_V_regV = regV "desire" ; - lin desire_V_regV = regV "desire" ; - lin desk_N_regN = regN "desk" ; - lin despair_N_regN = regN "despair" ; - lin despair_V_regV = regV "despair" ; -lin despair_V2_prepV2of = prepV2 "despair" "of" ; - lin desperate_A_longA = longA "desperate" ; -lin desperate_A2_prepA2for_long = prepA2 "desperate" "for" ; - 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_prepN2of = prepN2 "destruction" "of" ; - lin destructive_A_longA = longA "destructive" ; - lin detach_V2_regV2 = regV2 "detach" ; - lin detail_N_regN = regN "detail" ; - lin detailed_A_longA = longA "detailed" ; - lin detect_V2_regV2 = regV2 "detect" ; - lin deteriorate_V_regV = regV "deteriorate" ; - lin determinate_A_longA = longA "determinate" ; - lin determine_V2_regV2 = regV2 "determine" ; - lin determinism_N_regN = regN "determinism" ; - lin deterministic_A_longA = longA "deterministic" ; - lin determinize_V2_regV2 = regV2 "determinize" ; -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_V3_mkV3_to = dirRegV3 "devote" "to" ; - lin devour_V2_regV2 = regV2 "devour" ; - lin diagnose_V2_regV2 = regV2 "diagnose" ; - lin diagnosis_N_regN = regN "diagnosis" ; - lin diagnostic_A_longA = longA "diagnostic" ; - lin diagonal_A_longA = longA "diagonal" ; - lin diagonal_N_regN = regN "diagonal" ; - lin diagram_N_regN = regN "diagram" ; - lin diagrammatic_A_longA = longA "diagrammatic" ; - lin diagrammatically_Adv_mkAdv = mkAdv "diagrammatically" ; - lin dialect_N_regN = regN "dialect" ; - lin dialogue_N_regN = regN "dialogue" ; - lin diamond_N_regN = regN "diamond" ; - lin dice_N_regN = regN "dice" ; - lin dichotomy_N_regN = regN "dichotomy" ; - lin dictionary_N_regN = regN "dictionary" ; - lin die_V_regV = regV "die" ; - lin die_N_regN = regN "die" ; -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" ; - lin differentiate_V_regV = regV "differentiate" ; - lin difficult_A_longA = longA "difficult" ; - lin difficult_A_longA = longA "difficult" ; - 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 digest_N_regN = regN "digest" ; - lin digest_V2_regV2 = regV2 "digest" ; - lin digit_N_regN = regN "digit" ; - lin digital_A_longA = longA "digital" ; - lin dilate_V_regV = regV "dilate" ; - lin dimension_N_regN = regN "dimension" ; - lin diminish_V_regV = regV "diminish" ; - lin dine_V_regV = regV "dine" ; - lin dinner_N_regN = regN "dinner" ; - lin dire_A_regA = regA "dire" ; - lin direct_A_longA = longA "direct" ; -lin direct_V3_mkV3_to = dirRegV3 "direct" "to" ; - lin direction_N_regN = regN "direction" ; - lin director_N_regN = regN "director" ; - lin directory_N_regN = regN "directory" ; - lin dirt_N_regN = regN "dirt" ; - lin disable_V2_regV2 = regV2 "disable" ; - lin disadvantage_N_regN = regN "disadvantage" ; - lin disambiguate_V2_regV2 = regV2 "disambiguate" ; - lin disarm_V2_regV2 = regV2 "disarm" ; - lin disarmament_N_regN = regN "disarmament" ; - lin disappoint_V2_regV2 = regV2 "disappoint" ; - lin disaster_N_regN = regN "disaster" ; - lin disastrous_A_longA = longA "disastrous" ; - lin disbelief_N_regN = regN "disbelief" ; - lin disc_N_regN = regN "disc" ; - lin discard_V2_regV2 = regV2 "discard" ; - lin discern_V2_regV2 = regV2 "discern" ; - lin discipline_N_regN = regN "discipline" ; - lin disciplined_A_longA = longA "disciplined" ; - lin discontinuity_N_regN = regN "discontinuity" ; - lin discontinuous_A_longA = longA "discontinuous" ; - 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 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_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" ; - lin disguise_N_regN = regN "disguise" ; - lin disguise_V2_regV2 = regV2 "disguise" ; - lin dish_N_regN = regN "dish" ; - lin dishonest_A_longA = longA "dishonest" ; - lin disillusion_V2_regV2 = regV2 "disillusion" ; - lin disjoint_A_longA = longA "disjoint" ; - lin disjunct_N_regN = regN "disjunct" ; - lin disjunction_N_regN = regN "disjunction" ; - lin disjunctive_A_longA = longA "disjunctive" ; - lin disk_N_regN = regN "disk" ; - lin dislocate_V2_regV2 = regV2 "dislocate" ; - lin dismiss_V2_regV2 = regV2 "dismiss" ; - lin disparate_A_longA = longA "disparate" ; -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_prepV2of = prepV2 "dispose" "of" ; - lin disproportionate_A_longA = longA "disproportionate" ; - lin dispute_N_regN = regN "dispute" ; - lin dispute_V2_regV2 = regV2 "dispute" ; - lin disquieting_A_longA = longA "disquieting" ; - lin disrupt_V2_regV2 = regV2 "disrupt" ; - lin dissatisfaction_N_regN = regN "dissatisfaction" ; - lin dissatisfied_A_longA = longA "dissatisfied" ; - lin dissent_V_regV = regV "dissent" ; - lin dissertation_N_regN = regN "dissertation" ; - lin dissimilar_A_longA = longA "dissimilar" ; - lin dissimilar_A_longA = longA "dissimilar" ; - lin distance_N_regN = regN "distance" ; - lin distant_A_longA = longA "distant" ; - lin distant_A_longA = longA "distant" ; - lin distinct_A_longA = longA "distinct" ; -lin distinct_A2_prepA2from_long = prepA2 "distinct" "from" ; - lin distinction_N_regN = regN "distinction" ; - lin distinctive_A_longA = longA "distinctive" ; -lin distinguish_V3_mkV3_from = dirRegV3 "distinguish" "from" ; -lin distract_V3_mkV3_from = dirRegV3 "distract" "from" ; - lin distribute_V_regV = regV "distribute" ; - lin district_N_regN = regN "district" ; - lin disturb_V2_regV2 = regV2 "disturb" ; - lin ditch_N_regN = regN "ditch" ; - lin ditransitive_A_longA = longA "ditransitive" ; - lin dive_N_regN = regN "dive" ; - lin dive_V_regV = regV "dive" ; - lin diverse_A_longA = longA "diverse" ; - lin divide_V2_regV2 = regV2 "divide" ; - lin dividend_N_regN = regN "dividend" ; - lin divine_A_longA = longA "divine" ; - lin divisible_A_longA = longA "divisible" ; - lin division_N_regN = regN "division" ; - lin divisor_N_regN = regN "divisor" ; -lin divorce_V3_mkV3_from = dirRegV3 "divorce" "from" ; - lin do_V_regV = regV "do" ; - lin do_V2_regV2 = regV2 "do" ; - lin doctor_N_regN = regN "doctor" ; - lin document_N_regN = regN "document" ; - lin document_V2_regV2 = regV2 "document" ; - lin does_V_regV = regV "does" ; - lin does_V_regV = regV "does" ; - lin dog_N_regN = regN "dog" ; - lin dollar_N_regN = regN "dollar" ; - lin dolt_N_regN = regN "dolt" ; - lin domain_N_regN = regN "domain" ; - lin dome_N_regN = regN "dome" ; - lin dominance_N_regN = regN "dominance" ; - lin dominant_A_longA = longA "dominant" ; - lin dominate_V_regV = regV "dominate" ; -lin donate_V3_mkV3_to = dirRegV3 "donate" "to" ; - lin donkey_N_regN = regN "donkey" ; - lin doom_N_regN = regN "doom" ; - lin doomed_A_longA = longA "doomed" ; - lin doomsday_N_regN = regN "doomsday" ; - lin door_N_regN = regN "door" ; - lin dormancy_N_regN = regN "dormancy" ; - lin dormant_A_regA = regA "dormant" ; - lin dosage_N_regN = regN "dosage" ; - lin dose_N_regN = regN "dose" ; -lin dose_V3_mkV3_with = dirRegV3 "dose" "with" ; - 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_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" ; - lin draft_N_regN = regN "draft" ; - lin drag_N_regN = regN "drag" ; - lin drag_V2_regV2 = regV2 "drag" ; - lin drain_N_regN = regN "drain" ; - lin drain_V2_regV2 = regV2 "drain" ; - lin dram_N_regN = regN "dram" ; - lin drama_N_regN = regN "drama" ; - lin dramatic_A_longA = longA "dramatic" ; - lin dramatically_Adv_mkAdv = mkAdv "dramatically" ; - lin dramatist_N_regN = regN "dramatist" ; - 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 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 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 drop_N_regN = regN "drop" ; - lin drop_V2_regV2 = regV2 "drop" ; - lin drought_N_regN = regN "drought" ; - lin drown_V_regV = regV "drown" ; - lin drug_N_regN = regN "drug" ; - lin drum_N_regN = regN "drum" ; - lin drunk_A_regA = regA "drunk" ; - lin dry_A_regA = regA "dry" ; - lin dry_V2_regV2 = regV2 "dry" ; - lin dual_A_longA = longA "dual" ; - lin dubious_A_longA = longA "dubious" ; - lin duck_N_regN = regN "duck" ; - lin duck_V_regV = regV "duck" ; - lin due_A_longA = longA "due" ; -lin due_A2_prepA2to_long = prepA2 "due" "to" ; - lin duel_N_regN = regN "duel" ; - lin dull_A_regA = regA "dull" ; - lin dumb_A_regA = regA "dumb" ; - lin dummy_N_regN = regN "dummy" ; - lin dump_N_regN = regN "dump" ; - lin dump_V2_regV2 = regV2 "dump" ; - lin dumpling_N_regN = regN "dumpling" ; - lin duplicate_V_regV = regV "duplicate" ; - lin during_Prep_mkPrep = mkPrep "during" ; - lin dust_N_regN = regN "dust" ; - lin dutch_A_longA = longA "dutch" ; - lin duty_N_regN = regN "duty" ; - lin dwarf_N_regN = regN "dwarf" ; - lin dwarf_V2_regV2 = regV2 "dwarf" ; - lin dwell_V2_irreg = dirV2 (irregV "dwell" "dwelt" "dwelt") ; - lin dwelling_N_regN = regN "dwelling" ; - lin dynamic_A_longA = longA "dynamic" ; - lin dynamically_Adv_mkAdv = mkAdv "dynamically" ; - lin dynamism_N_regN = regN "dynamism" ; - lin dynamo_N_regN = regN "dynamo" ; - lin eager_A_longA = longA "eager" ; - lin eager_A_longA = longA "eager" ; - lin ear_N_regN = regN "ear" ; - lin earl_N_regN = regN "earl" ; - lin early_A_regA = regA "early" ; - lin earn_V2_regV2 = regV2 "earn" ; - lin earth_N_regN = regN "earth" ; - lin ease_N_regN = regN "ease" ; - lin east_N_regN = regN "east" ; - lin east_A_longA = longA "east" ; -lin east_A2_prepA2of_long = prepA2 "east" "of" ; - lin eastern_A_regA = regA "eastern" ; - lin easy_A_regA = regA "easy" ; - 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" ; - lin economic_A_longA = longA "economic" ; - lin economical_A_longA = longA "economical" ; - lin economy_N_regN = regN "economy" ; - lin edge_N_regN = regN "edge" ; - lin edible_A_longA = longA "edible" ; - lin Edinburgh_PN_regPN = regPN "Edinburgh" ; - lin edit_V2_regV2 = regV2 "edit" ; - lin edition_N_regN = regN "edition" ; - lin editor_N_regN = regN "editor" ; - lin educate_V2_regV2 = regV2 "educate" ; - lin effect_N_regN = regN "effect" ; - lin effect_V2_regV2 = regV2 "effect" ; - lin effective_A_regA = regA "effective" ; - lin efficacy_N_regN = regN "efficacy" ; - lin efficiency_N_regN = regN "efficiency" ; - lin efficient_A_longA = longA "efficient" ; - lin effort_N_regN = regN "effort" ; - 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" ; - lin electricity_N_regN = regN "electricity" ; - lin electron_N_regN = regN "electron" ; - lin electronic_A_longA = longA "electronic" ; - lin elegance_N_regN = regN "elegance" ; - lin elegant_A_longA = longA "elegant" ; - lin element_N_regN = regN "element" ; - lin elephant_N_regN = regN "elephant" ; - lin elephantine_A_longA = longA "elephantine" ; - lin elevate_V2_regV2 = regV2 "elevate" ; - lin elicit_V_regV = regV "elicit" ; - lin eligible_A_longA = longA "eligible" ; - lin eligible_A_longA = longA "eligible" ; - lin eliminate_V2_regV2 = regV2 "eliminate" ; - 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_V3_mkV3_in = dirRegV3 "embed" "in" ; - lin embody_V2_regV2 = regV2 "embody" ; - lin embrace_N_regN = regN "embrace" ; - lin embrace_V2_regV2 = regV2 "embrace" ; - lin embrace_V_regV = regV "embrace" ; - lin emerge_V_regV = regV "emerge" ; - lin emergency_N_regN = regN "emergency" ; - 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 emphasize_V2_regV2 = regV2 "emphasize" ; - lin emphasize_VS_mkVS = regVS "emphasize" ; - lin emphatic_A_longA = longA "emphatic" ; - lin emphatically_Adv_mkAdv = mkAdv "emphatically" ; - lin empire_N_regN = regN "empire" ; - lin empirical_A_longA = longA "empirical" ; - 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" ; - lin encapsulate_V_regV = regV "encapsulate" ; - lin enchant_V2_regV2 = regV2 "enchant" ; - lin enclose_V2_regV2 = regV2 "enclose" ; - lin enclosure_N_regN = regN "enclosure" ; - lin encode_V2_regV2 = regV2 "encode" ; - lin encompass_V2_regV2 = regV2 "encompass" ; - lin encounter_V2_regV2 = regV2 "encounter" ; - lin encourage_V2_regV2 = regV2 "encourage" ; - lin encrypt_V_regV = regV "encrypt" ; - lin encumber_V2_regV2 = regV2 "encumber" ; - lin encyclopaedia_N_regN = regN "encyclopaedia" ; - lin encyclopaedic_A_longA = longA "encyclopaedic" ; - lin end_N_regN = regN "end" ; - lin end_V2_regV2 = regV2 "end" ; - lin endeavour_V_regV = regV "endeavour" ; - lin ending_N_regN = regN "ending" ; -lin endow_V3_mkV3_with = dirRegV3 "endow" "with" ; - lin enemy_N_regN = regN "enemy" ; - lin energetic_A_longA = longA "energetic" ; - lin energetically_Adv_mkAdv = mkAdv "energetically" ; - lin energy_N_regN = regN "energy" ; - lin enforce_V2_regV2 = regV2 "enforce" ; - lin engage_V2_regV2 = regV2 "engage" ; - lin engender_V2_regV2 = regV2 "engender" ; - lin engine_N_regN = regN "engine" ; - lin engineer_N_regN = regN "engineer" ; - lin engineer_V2_regV2 = regV2 "engineer" ; - lin England_PN_regPN = regPN "England" ; - lin english_A_longA = longA "english" ; - lin engross_V2_regV2 = regV2 "engross" ; - lin engulf_V2_regV2 = regV2 "engulf" ; - lin enhance_V2_regV2 = regV2 "enhance" ; - lin enjoy_V2_regV2 = regV2 "enjoy" ; - lin enlarge_V2_regV2 = regV2 "enlarge" ; - lin enormous_A_longA = longA "enormous" ; -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 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_V3_mkV3_to = dirRegV3 "entitle" "to" ; - 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_V3_mkV3_to = dirRegV3 "entrust" "to" ; - lin entry_N_regN = regN "entry" ; - lin enumerate_V_regV = regV "enumerate" ; - lin envelope_N_regN = regN "envelope" ; - lin environment_N_regN = regN "environment" ; - lin envisage_V2_regV2 = regV2 "envisage" ; - lin envy_N_regN = regN "envy" ; - lin envy_V2_regV2 = regV2 "envy" ; - lin epistemology_N_regN = regN "epistemology" ; - lin equal_N_regN = regN "equal" ; - lin equal_V2_regV2 = regV2 "equal" ; - lin equal_A_regA = regA "equal" ; -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_prepN2to = prepN2 "equivalence" "to" ; - lin equivalent_V_regV = regV "equivalent" ; - lin equivalent_A_longA = longA "equivalent" ; -lin equivalent_A2_prepA2to_long = prepA2 "equivalent" "to" ; - 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_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" ; - lin essential_A_longA = longA "essential" ; - 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 euclidean_A_longA = longA "euclidean" ; - lin Europe_PN_regPN = regPN "Europe" ; - lin european_A_longA = longA "european" ; - lin european_N_regN = regN "european" ; - lin evade_V2_regV2 = regV2 "evade" ; - lin evaluable_A_longA = longA "evaluable" ; - lin evaluate_V2_regV2 = regV2 "evaluate" ; - lin even_Adv_mkAdv = mkAdv "even" ; - lin even_A_regA = regA "even" ; - 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" ; - lin evolution_N_regN = regN "evolution" ; - lin evolve_V_regV = regV "evolve" ; - lin exacerbate_V2_regV2 = regV2 "exacerbate" ; - lin exact_A_regA = regA "exact" ; - lin exaggerate_V2_regV2 = regV2 "exaggerate" ; - lin exaggerate_V_regV = regV "exaggerate" ; - lin exalt_V2_regV2 = regV2 "exalt" ; - lin examination_N_regN = regN "examination" ; - lin examine_V2_regV2 = regV2 "examine" ; - lin example_N_regN = regN "example" ; - lin excede_V2_regV2 = regV2 "excede" ; - lin exceed_V2_regV2 = regV2 "exceed" ; - lin excellence_N_regN = regN "excellence" ; - lin excellent_A_longA = longA "excellent" ; - lin except_Adv_mkAdv = mkAdv "except" ; - lin exception_N_regN = regN "exception" ; - lin excess_N_regN = regN "excess" ; - lin excessive_A_longA = longA "excessive" ; - lin exchange_N_regN = regN "exchange" ; -lin exchange_V3_mkV3_for = dirRegV3 "exchange" "for" ; - lin excite_V2_regV2 = regV2 "excite" ; - lin exclude_V2_regV2 = regV2 "exclude" ; - lin exclusion_N_regN = regN "exclusion" ; - lin exclusive_A_longA = longA "exclusive" ; -lin exclusive_A2_prepA2to_long = prepA2 "exclusive" "to" ; - lin excursion_N_regN = regN "excursion" ; - lin excuse_V2_regV2 = regV2 "excuse" ; -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" ; - lin exercise_N_regN = regN "exercise" ; - lin exert_V2_regV2 = regV2 "exert" ; - lin exhaust_V_regV = regV "exhaust" ; - lin exhibit_N_regN = regN "exhibit" ; - lin exhibit_V2_regV2 = regV2 "exhibit" ; - lin exhort_V_regV = regV "exhort" ; - lin exist_V_regV = regV "exist" ; - lin existence_N_regN = regN "existence" ; - lin existent_A_longA = longA "existent" ; - lin exit_N_regN = regN "exit" ; -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 expedient_N_regN = regN "expedient" ; - lin expel_V2_regV2 = regV2 "expel" ; - lin expend_V2_regV2 = regV2 "expend" ; - lin expenditure_N_regN = regN "expenditure" ; - lin expense_N_regN = regN "expense" ; - lin expensive_A_longA = longA "expensive" ; - lin experience_N_regN = regN "experience" ; - lin experience_V2_regV2 = regV2 "experience" ; - lin experiment_N_regN = regN "experiment" ; - lin experiment_V_regV = regV "experiment" ; - lin expert_N_regN = regN "expert" ; - lin expertise_N_regN = regN "expertise" ; - lin expire_V2_regV2 = regV2 "expire" ; - lin expiry_N_regN = regN "expiry" ; -lin explain_V3_mkV3_to = dirRegV3 "explain" "to" ; - lin explanation_N_regN = regN "explanation" ; - lin explanatory_A_longA = longA "explanatory" ; - lin explicate_V2_regV2 = regV2 "explicate" ; - lin explicit_A_longA = longA "explicit" ; - lin explode_V_regV = regV "explode" ; - lin exploit_V2_regV2 = regV2 "exploit" ; - lin explore_V2_regV2 = regV2 "explore" ; - lin explore_V_regV = regV "explore" ; - lin explosion_N_regN = regN "explosion" ; - lin explosive_A_longA = longA "explosive" ; - lin explosive_N_regN = regN "explosive" ; - lin exponent_N_regN = regN "exponent" ; - lin exponential_A_longA = longA "exponential" ; - lin exponential_N_regN = regN "exponential" ; - lin expose_V2_regV2 = regV2 "expose" ; - lin exposure_V_regV = regV "exposure" ; - lin express_A_longA = longA "express" ; - lin express_V2_regV2 = regV2 "express" ; - lin expressible_A_longA = longA "expressible" ; -lin expressible_A2_prepA2by_long = prepA2 "expressible" "by" ; - lin expression_N_regN = regN "expression" ; - lin expressly_Adv_mkAdv = mkAdv "expressly" ; - lin expulsion_N_regN = regN "expulsion" ; - lin expunge_V2_regV2 = regV2 "expunge" ; - lin extant_A_longA = longA "extant" ; - lin extend_V2_regV2 = regV2 "extend" ; - lin extensible_A_longA = longA "extensible" ; - lin extension_N_regN = regN "extension" ; - lin extensive_A_longA = longA "extensive" ; - lin extent_N_regN = regN "extent" ; - lin external_A_longA = longA "external" ; - lin extra_A_longA = longA "extra" ; - lin extract_V_regV = regV "extract" ; - lin extraneous_A_longA = longA "extraneous" ; - lin extravagance_N_regN = regN "extravagance" ; - lin extravagant_A_longA = longA "extravagant" ; - lin extreme_A_longA = longA "extreme" ; - lin extrinsic_A_longA = longA "extrinsic" ; - lin extrinsically_Adv_mkAdv = mkAdv "extrinsically" ; - lin eye_N_regN = regN "eye" ; - lin face_N_regN = regN "face" ; - lin face_V2_regV2 = regV2 "face" ; -lin face_V3_mkV3_with = dirRegV3 "face" "with" ; - lin facet_N_regN = regN "facet" ; - lin facetious_A_longA = longA "facetious" ; - lin facilitate_V2_regV2 = regV2 "facilitate" ; - lin facility_N_regN = regN "facility" ; - lin fact_N_regN = regN "fact" ; - lin factive_A_longA = longA "factive" ; - lin factive_N_regN = regN "factive" ; - lin factor_N_regN = regN "factor" ; - lin factor_V2_regV2 = regV2 "factor" ; - lin factorial_N_regN = regN "factorial" ; - lin factory_N_regN = regN "factory" ; - lin factual_A_longA = longA "factual" ; - lin faculty_N_regN = regN "faculty" ; - lin fail_V_regV = regV "fail" ; - lin failure_N_regN = regN "failure" ; - lin faint_A_regA = regA "faint" ; - lin fair_A_regA = regA "fair" ; - lin fair_N_regN = regN "fair" ; - lin fairy_N_regN = regN "fairy" ; - lin faith_N_regN = regN "faith" ; - lin fall_N_regN = regN "fall" ; - lin false_A_regA = regA "false" ; - lin falsehood_N_regN = regN "falsehood" ; - lin fame_N_regN = regN "fame" ; - lin familiar_A_longA = longA "familiar" ; -lin familiar_A2_prepA2to_long = prepA2 "familiar" "to" ; - 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_A_longA = longA "far" ; -lin far_A2_prepA2from_long = prepA2 "far" "from" ; - 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 fast_A_regA = regA "fast" ; -lin fasten_V3_mkV3_to = dirRegV3 "fasten" "to" ; - 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" ; - lin fatigue_V2_regV2 = regV2 "fatigue" ; - lin fault_N_regN = regN "fault" ; - lin favor_N_regN = regN "favor" ; - lin favor_V2_regV2 = regV2 "favor" ; - lin favour_N_regN = regN "favour" ; - lin favour_V2_regV2 = regV2 "favour" ; - lin favourable_A_longA = longA "favourable" ; -lin favourable_A2_prepA2to_long = prepA2 "favourable" "to" ; - lin favourite_A_longA = longA "favourite" ; - lin fear_N_regN = regN "fear" ; - lin fear_V2_regV2 = regV2 "fear" ; - lin feasible_A_longA = longA "feasible" ; - lin feast_N_regN = regN "feast" ; - lin feather_N_regN = regN "feather" ; - lin feature_N_regN = regN "feature" ; - lin feature_V2_regV2 = regV2 "feature" ; - lin February_PN_regPN = regPN "February" ; - 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 feedback_N_regN = regN "feedback" ; - lin feeling_N_regN = regN "feeling" ; - lin feet_N_regN = regN "feet" ; - lin Felix_PN_regPN = regPN "Felix" ; - lin fellow_N_regN = regN "fellow" ; - lin felt_N_regN = regN "felt" ; - lin female_A_longA = longA "female" ; - lin fence_N_regN = regN "fence" ; - lin fertilize_V2_regV2 = regV2 "fertilize" ; - lin fertilizer_N_regN = regN "fertilizer" ; -lin fetch_V3_mkV3_from = dirRegV3 "fetch" "from" ; - lin fetter_V2_regV2 = regV2 "fetter" ; - lin fever_N_regN = regN "fever" ; - lin fiction_N_regN = regN "fiction" ; - lin fictional_A_longA = longA "fictional" ; - lin Fido_PN_regPN = regPN "Fido" ; - lin field_N_regN = regN "field" ; - 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 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_V3_mkV3_in = dirRegV3 "fill" "in" ; - lin film_N_regN = regN "film" ; - lin film_V2_regV2 = regV2 "film" ; - lin filter_N_regN = regN "filter" ; - lin filter_V2_regV2 = regV2 "filter" ; - lin fin_N_regN = regN "fin" ; - 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 findings_N_regN = regN "findings" ; - lin fine_A_regA = regA "fine" ; - lin fine_N_regN = regN "fine" ; - lin fine_V2_regV2 = regV2 "fine" ; - lin finger_N_regN = regN "finger" ; - lin fingerprint_N_regN = regN "fingerprint" ; - lin finish_N_regN = regN "finish" ; - lin finish_V2_regV2 = regV2 "finish" ; - lin finish_V_regV = regV "finish" ; - lin finite_A_longA = longA "finite" ; - lin fir_N_regN = regN "fir" ; - lin fire_N_regN = regN "fire" ; - lin fire_V2_regV2 = regV2 "fire" ; - lin firm_N_regN = regN "firm" ; - lin firm_A_regA = regA "firm" ; - lin firstly_Adv_mkAdv = mkAdv "firstly" ; - lin fish_N_regN = regN "fish" ; - lin fish_N_regN = regN "fish" ; - lin fish_V_regV = regV "fish" ; - lin fisherman_N_regN = regN "fisherman" ; - lin fishermen_N_regN = regN "fishermen" ; - lin fit_V2_regV2 = regV2 "fit" ; - lin fit_A_regA = regA "fit" ; -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" ; - lin flash_V_regV = regV "flash" ; - lin flat_A_regA = regA "flat" ; - lin flat_N_regN = regN "flat" ; - lin flavour_N_regN = regN "flavour" ; - lin flaw_N_regN = regN "flaw" ; - lin flawed_A_longA = longA "flawed" ; - lin flesh_N_regN = regN "flesh" ; - lin flexible_A_longA = longA "flexible" ; -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" ; - lin flood_V2_regV2 = regV2 "flood" ; - lin floor_N_regN = regN "floor" ; - lin flour_N_regN = regN "flour" ; - lin flourish_V2_regV2 = regV2 "flourish" ; - lin flourish_V_regV = regV "flourish" ; - lin flow_N_regN = regN "flow" ; - lin flower_N_regN = regN "flower" ; - lin flu_N_regN = regN "flu" ; - lin fluid_A_longA = longA "fluid" ; - lin fluid_N_regN = regN "fluid" ; - lin flux_N_regN = regN "flux" ; - lin fly_N_regN = regN "fly" ; - lin foam_N_regN = regN "foam" ; - lin foam_V_regV = regV "foam" ; - lin focal_A_longA = longA "focal" ; - lin focus_N_regN = regN "focus" ; - lin focus_V2_regV2 = regV2 "focus" ; -lin focus_V2_prepV2on = prepV2 "focus" "on" ; - lin fog_N_regN = regN "fog" ; -lin foist_V3_mkV3_on = dirRegV3 "foist" "on" ; - lin fold_N_regN = regN "fold" ; - lin fold_V2_regV2 = regV2 "fold" ; - lin follow_V2_regV2 = regV2 "follow" ; -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 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 forest_N_regN = regN "forest" ; - lin forestall_V2_regV2 = regV2 "forestall" ; - lin forever_Adv_mkAdv = mkAdv "forever" ; ----- lin forgive_V3_mkV3_for = dirRegV3 "forgive" "for" "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" ; - lin formal_A_longA = longA "formal" ; - lin formalism_N_regN = regN "formalism" ; - lin format_N_regN = regN "format" ; - lin formation_N_regN = regN "formation" ; - lin former_A_longA = longA "former" ; - lin formula_N_regN = regN "formula" ; - 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" ; - lin fortuitous_A_longA = longA "fortuitous" ; - lin fortunate_A_longA = longA "fortunate" ; - 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" ; - lin fox_N_regN = regN "fox" ; - lin fraction_N_regN = regN "fraction" ; - lin fracture_N_regN = regN "fracture" ; - lin fracture_V2_regV2 = regV2 "fracture" ; - lin fragment_N_regN = regN "fragment" ; - lin fragment_V2_regV2 = regV2 "fragment" ; - lin fragmentary_A_longA = longA "fragmentary" ; - lin frame_N_regN = regN "frame" ; - lin frame_V2_regV2 = regV2 "frame" ; - lin framework_N_regN = regN "framework" ; - lin France_PN_regPN = regPN "France" ; - lin Franz_PN_regPN = regPN "Franz" ; - 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 french_A_regA = regA "french" ; - lin frequency_N_regN = regN "frequency" ; - lin frequent_A_longA = longA "frequent" ; - lin fresh_A_regA = regA "fresh" ; - lin friction_N_regN = regN "friction" ; - lin Friday_PN_regPN = regPN "Friday" ; - lin friend_N_regN = regN "friend" ; - lin friendly_A_regA = regA "friendly" ; -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" ; - lin fringe_N_regN = regN "fringe" ; - lin from_Prep_mkPrep = mkPrep "from" ; - lin front_A_longA = longA "front" ; - lin front_N_regN = regN "front" ; - lin fruit_N_regN = regN "fruit" ; - lin fry_V2_regV2 = regV2 "fry" ; - lin fulfil_V_regV = regV "fulfil" ; - lin full_A_regA = regA "full" ; - lin fun_N_regN = regN "fun" ; - lin function_N_regN = regN "function" ; - lin function_V_regV = regV "function" ; - lin functor_N_regN = regN "functor" ; - lin fund_N_regN = regN "fund" ; - lin fundamental_A_longA = longA "fundamental" ; - lin funeral_N_regN = regN "funeral" ; - lin funereal_A_longA = longA "funereal" ; - lin fungi_N_regN = regN "fungi" ; - lin fungus_N_regN = regN "fungus" ; - lin funny_A_regA = regA "funny" ; - lin fur_N_regN = regN "fur" ; -lin furnish_V3_mkV3_with = dirRegV3 "furnish" "with" ; - lin furniture_N_regN = regN "furniture" ; - lin fuss_N_regN = regN "fuss" ; - lin future_A_longA = longA "future" ; - lin future_N_regN = regN "future" ; - lin fuzzy_A_longA = longA "fuzzy" ; - lin gag_N_regN = regN "gag" ; - lin gag_V2_regV2 = regV2 "gag" ; - lin gain_N_regN = regN "gain" ; - lin gain_V2_regV2 = regV2 "gain" ; - lin galactic_A_longA = longA "galactic" ; - lin galaxy_N_regN = regN "galaxy" ; - lin gale_N_regN = regN "gale" ; - lin gallon_N_regN = regN "gallon" ; - lin gamble_V_regV = regV "gamble" ; - lin game_N_regN = regN "game" ; - lin gap_N_regN = regN "gap" ; - lin gape_V_regV = regV "gape" ; -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" ; - lin gas_N_regN = regN "gas" ; - lin gaseous_A_longA = longA "gaseous" ; - lin gate_N_regN = regN "gate" ; - lin gather_V_regV = regV "gather" ; - lin gauge_N_regN = regN "gauge" ; - lin gauge_V2_regV2 = regV2 "gauge" ; - lin gay_A_regA = regA "gay" ; -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" ; - lin geese_N_regN = regN "geese" ; - lin generable_A_longA = longA "generable" ; - lin general_A_longA = longA "general" ; - lin general_N_regN = regN "general" ; - lin generate_V2_regV2 = regV2 "generate" ; - lin generation_N_regN = regN "generation" ; - lin generator_N_regN = regN "generator" ; - lin generic_A_longA = longA "generic" ; - lin generosity_N_regN = regN "generosity" ; - lin generous_A_longA = longA "generous" ; -lin generous_A2_prepA2to_long = prepA2 "generous" "to" ; - lin genitive_A_longA = longA "genitive" ; - lin genius_N_regN = regN "genius" ; - lin gentle_A_regA = regA "gentle" ; - lin gentleman_N_regN = regN "gentleman" ; - lin gentlemen_N_regN = regN "gentlemen" ; - lin gently_Adv_mkAdv = mkAdv "gently" ; - lin genuine_A_longA = longA "genuine" ; - lin genus_N_regN = regN "genus" ; - lin geography_N_regN = regN "geography" ; - lin geology_N_regN = regN "geology" ; - lin geometry_N_regN = regN "geometry" ; - lin german_A_longA = longA "german" ; - lin germane_A_longA = longA "germane" ; - lin germanic_A_longA = longA "germanic" ; - lin Germany_PN_regPN = regPN "Germany" ; - 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 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 = dirdirV3 give_V ; -lin give_V3_mkV3_to = dirRegV3 "give" "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_prepV2at = prepV2 "glance" "at" ; - lin glass_N_regN = regN "glass" ; - lin glasses_N_regN = regN "glasses" ; - lin glean_V2_regV2 = regV2 "glean" ; - lin global_A_longA = longA "global" ; - lin globe_N_regN = regN "globe" ; - lin glory_N_regN = regN "glory" ; - lin gloss_N_regN = regN "gloss" ; - lin gloss_V2_regV2 = regV2 "gloss" ; - lin glow_N_regN = regN "glow" ; - 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 goat_N_regN = regN "goat" ; - lin god_N_regN = regN "god" ; - lin goddess_N_regN = regN "goddess" ; - lin gold_N_regN = regN "gold" ; - lin golden_A_regA = regA "golden" ; - lin good_A_longA = longA "good" ; - lin goods_N_regN = regN "goods" ; - lin goose_N_regN = regN "goose" ; - lin gore_N_regN = regN "gore" ; - lin gorilla_N_regN = regN "gorilla" ; - lin gory_A_regA = regA "gory" ; - lin gospel_N_regN = regN "gospel" ; - lin govern_V_regV = regV "govern" ; - lin government_N_regN = regN "government" ; - lin grab_V2_regV2 = regV2 "grab" ; - lin grace_N_regN = regN "grace" ; - lin gradation_Adv_mkAdv = mkAdv "gradation" ; - lin grade_N_regN = regN "grade" ; - lin gradual_A_longA = longA "gradual" ; - lin graft_N_regN = regN "graft" ; - lin graft_V2_regV2 = regV2 "graft" ; - lin Graham_PN_regPN = regPN "Graham" ; - lin grain_N_regN = regN "grain" ; - lin gram_N_regN = regN "gram" ; - lin grammar_N_regN = regN "grammar" ; - lin grammatical_A_longA = longA "grammatical" ; - lin grand_A_regA = regA "grand" ; - lin grandfather_N_regN = regN "grandfather" ; - lin grandmother_N_regN = regN "grandmother" ; - lin grant_N_regN = regN "grant" ; - lin grant_V2_regV2 = regV2 "grant" ; - lin grape_N_regN = regN "grape" ; - lin graph_N_regN = regN "graph" ; - lin graphic_A_longA = longA "graphic" ; - lin grasp_N_regN = regN "grasp" ; - lin grasp_V2_regV2 = regV2 "grasp" ; - lin grass_N_regN = regN "grass" ; - lin grateful_A_regA = regA "grateful" ; -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" ; - lin gravity_N_regN = regN "gravity" ; - lin gravy_N_regN = regN "gravy" ; - lin gray_A_regA = regA "gray" ; - lin grease_N_regN = regN "grease" ; - lin great_A_regA = regA "great" ; - lin Greece_PN_regPN = regPN "Greece" ; - lin greed_N_regN = regN "greed" ; - lin greek_A_longA = longA "greek" ; - lin greek_N_regN = regN "greek" ; - lin green_N_regN = regN "green" ; - lin greet_V2_regV2 = regV2 "greet" ; - lin gregarious_A_longA = longA "gregarious" ; - lin grey_A_regA = regA "grey" ; - lin grid_N_regN = regN "grid" ; - lin grief_N_regN = regN "grief" ; - lin grieve_V_regV = regV "grieve" ; - lin grill_V2_regV2 = regV2 "grill" ; - lin grim_A_regA = regA "grim" ; - 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 grip_N_regN = regN "grip" ; - lin grip_V2_regV2 = regV2 "grip" ; - lin grit_N_regN = regN "grit" ; - lin grog_N_regN = regN "grog" ; - lin gross_A_regA = regA "gross" ; - lin ground_N_regN = regN "ground" ; - 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 growth_N_regN = regN "growth" ; - lin guarantee_N_regN = regN "guarantee" ; - lin guarantee_VS_mkVS = regVS "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 guest_N_regN = regN "guest" ; - lin guide_N_regN = regN "guide" ; - lin guide_V2_regV2 = regV2 "guide" ; - lin guideline_N_regN = regN "guideline" ; - lin guilt_N_regN = regN "guilt" ; - lin guinea_N_regN = regN "guinea" ; - lin guise_N_regN = regN "guise" ; - lin gun_N_regN = regN "gun" ; - lin habit_N_regN = regN "habit" ; - lin habitual_A_longA = longA "habitual" ; - lin hail_N_regN = regN "hail" ; - lin hair_N_regN = regN "hair" ; - lin half_Adv_mkAdv = mkAdv "half" ; - lin half_A_longA = longA "half" ; - lin half_N_regN = regN "half" ; - lin hall_N_regN = regN "hall" ; - lin halt_N_regN = regN "halt" ; - lin halt_V2_regV2 = regV2 "halt" ; - lin halt_V_regV = regV "halt" ; - lin halve_V2_regV2 = regV2 "halve" ; - lin halves_N_regN = regN "halves" ; - lin hamburger_N_regN = regN "hamburger" ; - lin hammer_N_regN = regN "hammer" ; - lin hammer_V2_regV2 = regV2 "hammer" ; - lin hamper_V2_regV2 = regV2 "hamper" ; - lin hand_N_regN = regN "hand" ; - lin hand_V3_regV3 = regV3 "hand" ; -lin hand_V3_mkV3_to = dirRegV3 "hand" "to" ; - lin handicap_N_regN = regN "handicap" ; - lin handicap_V2_regV2 = regV2 "handicap" ; - lin handkerchief_N_regN = regN "handkerchief" ; - lin handle_N_regN = regN "handle" ; - lin handle_V2_regV2 = regV2 "handle" ; - lin handsome_A_longA = longA "handsome" ; - lin hang_V2_regV2 = regV2 "hang" ; - lin happen_V_regV = regV "happen" ; - 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" ; - lin harm_V2_regV2 = regV2 "harm" ; - lin harmonium_N_regN = regN "harmonium" ; - lin harmony_N_regN = regN "harmony" ; - lin harness_N_regN = regN "harness" ; -lin harness_V3_mkV3_to = dirRegV3 "harness" "to" ; - lin has_V_regV = regV "has" ; - lin has_V_regV = regV "has" ; - lin has_V_regV = regV "has" ; - lin hash_N_regN = regN "hash" ; - lin hash_V2_regV2 = regV2 "hash" ; - lin haste_N_regN = regN "haste" ; - lin hasty_A_longA = longA "hasty" ; - 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 haven_N_regN = regN "haven" ; - lin having_V_regV = regV "having" ; - lin hazard_N_regN = regN "hazard" ; - lin haze_N_regN = regN "haze" ; - lin head_N_regN = regN "head" ; - lin head_V2_regV2 = regV2 "head" ; - lin heading_N_regN = regN "heading" ; - lin heal_V2_regV2 = regV2 "heal" ; - 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 heart_N_regN = regN "heart" ; - lin hearth_N_regN = regN "hearth" ; - lin heat_V_regV = regV "heat" ; - lin heath_N_regN = regN "heath" ; - lin heathen_N_regN = regN "heathen" ; - lin heave_V_regV = regV "heave" ; - lin heaven_N_regN = regN "heaven" ; - lin heavy_A_regA = regA "heavy" ; - lin heel_N_regN = regN "heel" ; - lin height_N_regN = regN "height" ; - lin helicopter_N_regN = regN "helicopter" ; - lin help_N_regN = regN "help" ; - lin help_V2_regV2 = regV2 "help" ; - lin hemlock_N_regN = regN "hemlock" ; - lin hen_N_regN = regN "hen" ; ---- 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" ; - lin heterogeneous_A_longA = longA "heterogeneous" ; - 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 hierarchy_N_regN = regN "hierarchy" ; - lin high_A_regA = regA "high" ; - lin highlight_N_regN = regN "highlight" ; - lin highlight_V2_regV2 = regV2 "highlight" ; - lin hill_N_regN = regN "hill" ; - lin hind_A_longA = longA "hind" ; - lin hinder_V2_regV2 = regV2 "hinder" ; - lin hindrance_N_regN = regN "hindrance" ; - lin hinge_N_regN = regN "hinge" ; - lin hint_N_regN = regN "hint" ; -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 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 hole_N_regN = regN "hole" ; - lin holiday_N_regN = regN "holiday" ; - lin hollow_A_regA = regA "hollow" ; - lin holy_A_regA = regA "holy" ; - lin home_N_regN = regN "home" ; - lin homogeneous_A_longA = longA "homogeneous" ; - lin homomorphism_N_regN = regN "homomorphism" ; - lin hone_V2_regV2 = regV2 "hone" ; - lin honest_A_longA = longA "honest" ; - lin honesty_N_regN = regN "honesty" ; - lin honey_N_regN = regN "honey" ; - lin honor_N_regN = regN "honor" ; - lin honour_N_regN = regN "honour" ; - lin honour_V2_regV2 = regV2 "honour" ; - lin honourable_A_longA = longA "honourable" ; - lin hook_N_regN = regN "hook" ; - lin hook_V2_regV2 = regV2 "hook" ; - lin hop_N_regN = regN "hop" ; - lin hop_V_regV = regV "hop" ; - lin hope_N_regN = regN "hope" ; -lin hope_V2_prepV2for = prepV2 "hope" "for" ; - lin hope_VS_mkVS = regVS "hope" ; - lin horizon_N_regN = regN "horizon" ; - lin horizontal_A_longA = longA "horizontal" ; - lin horn_N_regN = regN "horn" ; - lin horrendous_A_longA = longA "horrendous" ; - lin horrible_A_longA = longA "horrible" ; - lin horrify_V2_regV2 = regV2 "horrify" ; - lin horror_N_regN = regN "horror" ; - lin horse_N_regN = regN "horse" ; - lin hospitable_A_longA = longA "hospitable" ; -lin hospitable_A2_prepA2to_long = prepA2 "hospitable" "to" ; - lin hospital_N_regN = regN "hospital" ; - lin hospitality_N_regN = regN "hospitality" ; - lin host_N_regN = regN "host" ; - lin host_V2_regV2 = regV2 "host" ; - lin hot_A_regA = regA "hot" ; - lin hotel_N_regN = regN "hotel" ; - lin hour_N_regN = regN "hour" ; - lin house_N_regN = regN "house" ; - lin house_V2_regV2 = regV2 "house" ; - lin household_A_longA = longA "household" ; - lin household_N_regN = regN "household" ; - 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" ; - lin human_A_longA = longA "human" ; - lin human_N_regN = regN "human" ; - lin humble_A_regA = regA "humble" ; - lin humility_N_regN = regN "humility" ; - lin humor_N_regN = regN "humor" ; - lin humour_N_regN = regN "humour" ; - lin hunch_V_regV = regV "hunch" ; - lin hundred_N_regN = regN "hundred" ; - lin hundred_N_regN = regN "hundred" ; -lin hunger_N2_prepN2for = prepN2 "hunger" "for" ; -lin hunger_V2_prepV2for = prepV2 "hunger" "for" ; - lin hungry_A_regA = regA "hungry" ; -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_prepN2of = prepN2 "husband" "of" ; - lin hut_N_regN = regN "hut" ; - lin hybrid_A_longA = longA "hybrid" ; - lin hydrogen_N_regN = regN "hydrogen" ; - lin hygiene_N_regN = regN "hygiene" ; - lin hypotheses_N_regN = regN "hypotheses" ; - lin hypothesis_N_regN = regN "hypothesis" ; - lin hypothesize_V2_regV2 = regV2 "hypothesize" ; - lin hypothetical_A_longA = longA "hypothetical" ; - lin ice_N_regN = regN "ice" ; - lin Iceland_PN_regPN = regPN "Iceland" ; - lin icelandic_A_longA = longA "icelandic" ; - lin icon_N_regN = regN "icon" ; - lin idea_N_regN = regN "idea" ; - lin ideal_A_longA = longA "ideal" ; - lin identical_A_longA = longA "identical" ; -lin identical_A2_prepA2to_long = prepA2 "identical" "to" ; - lin identify_V2_regV2 = regV2 "identify" ; - lin identity_N_regN = regN "identity" ; - lin idiocy_N_regN = regN "idiocy" ; - lin idiom_N_regN = regN "idiom" ; - lin idiomatic_A_longA = longA "idiomatic" ; - lin idiot_N_regN = regN "idiot" ; - 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" ; - lin illocutionary_A_longA = longA "illocutionary" ; - lin illogical_A_longA = longA "illogical" ; - lin illuminate_V2_regV2 = regV2 "illuminate" ; - lin illusion_N_regN = regN "illusion" ; - lin illusory_A_longA = longA "illusory" ; - lin illustrate_V_regV = regV "illustrate" ; - 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 imbalance_N_regN = regN "imbalance" ; - lin imitate_V_regV = regV "imitate" ; - lin immaterial_A_longA = longA "immaterial" ; - lin immediacy_N_regN = regN "immediacy" ; - lin immediate_A_longA = longA "immediate" ; - lin immense_A_longA = longA "immense" ; - lin immigrant_N_regN = regN "immigrant" ; - lin immigration_N_regN = regN "immigration" ; - lin immoderate_A_longA = longA "immoderate" ; - lin immodest_A_longA = longA "immodest" ; - lin immodesty_N_regN = regN "immodesty" ; - lin immune_A_longA = longA "immune" ; - lin impair_V2_regV2 = regV2 "impair" ; -lin impart_V3_mkV3_to = dirRegV3 "impart" "to" ; - lin impartial_A_longA = longA "impartial" ; -lin impatience_N2_prepN2with = prepN2 "impatience" "with" ; - lin impatient_A_longA = longA "impatient" ; -lin impatient_A2_prepA2with_long = prepA2 "impatient" "with" ; - 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_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_A_longA = longA "implicit" ; -lin implicit_A2_prepA2in_long = prepA2 "implicit" "in" ; - lin imply_VS_mkVS = regVS "imply" ; - lin impolite_A_longA = longA "impolite" ; -lin impolite_A2_prepA2to_long = prepA2 "impolite" "to" ; - lin import_N_regN = regN "import" ; - lin import_V2_regV2 = regV2 "import" ; - lin importance_N_regN = regN "importance" ; - lin important_A_longA = longA "important" ; ---- lin important_V_mkV = mkV "important" ; ---- lin important_V_mkV = mkV "important" ; - lin impose_V3_mkV3_on = dirRegV3 "impose" "on" ; - 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_prepN2to = prepN2 "inability" "to" ; - lin inaccuracy_N_regN = regN "inaccuracy" ; - lin inactive_A_longA = longA "inactive" ; -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" ; - lin inch_N_regN = regN "inch" ; - lin incident_N_regN = regN "incident" ; - lin incidental_A_longA = longA "incidental" ; - lin incisive_A_longA = longA "incisive" ; - lin incline_V_regV = regV "incline" ; - lin inclined_A_longA = longA "inclined" ; - lin include_V2_regV2 = regV2 "include" ; - lin including_Prep_mkPrep = mkPrep "including" ; - lin inclusion_N_regN = regN "inclusion" ; - 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" ; - lin incorporate_V2_regV2 = regV2 "incorporate" ; - lin incorrigible_A_longA = longA "incorrigible" ; - lin increase_N_regN = regN "increase" ; - lin increase_V2_regV2 = regV2 "increase" ; - lin increase_V_regV = regV "increase" ; - lin increment_N_regN = regN "increment" ; - lin increment_V2_regV2 = regV2 "increment" ; - lin incur_V2_regV2 = regV2 "incur" ; - lin indeed_Adv_mkAdv = mkAdv "indeed" ; - lin indefinite_A_regA = regA "indefinite" ; - lin independence_N_regN = regN "independence" ; - lin independent_A_longA = longA "independent" ; - lin indeterminacy_N_regN = regN "indeterminacy" ; - lin index_N_regN = regN "index" ; - 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 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_prepV2in = prepV2 "indulge" "in" ; - lin indulgent_A_longA = longA "indulgent" ; - lin industry_N_regN = regN "industry" ; - lin inescapable_A_longA = longA "inescapable" ; - lin inevitable_A_longA = longA "inevitable" ; - lin infect_V2_regV2 = regV2 "infect" ; - lin infection_N_regN = regN "infection" ; - lin infectious_A_longA = longA "infectious" ; -lin infer_V3_mkV3_from = dirRegV3 "infer" "from" ; - lin inference_N_regN = regN "inference" ; - lin inferior_A_longA = longA "inferior" ; - lin inferior_A_longA = longA "inferior" ; - lin infinite_A_longA = longA "infinite" ; - lin infinitesimal_A_longA = longA "infinitesimal" ; - lin infinitive_A_longA = longA "infinitive" ; - lin inflate_V2_regV2 = regV2 "inflate" ; - lin inflation_N_regN = regN "inflation" ; - lin inflect_V_regV = regV "inflect" ; - lin influence_N_regN = regN "influence" ; - lin influence_V2_regV2 = regV2 "influence" ; - lin inform_V2_regV2 = regV2 "inform" ; - lin informal_A_longA = longA "informal" ; - lin informant_N_regN = regN "informant" ; - lin information_N_regN = regN "information" ; - lin ingenious_A_longA = longA "ingenious" ; - lin ingenuity_N_regN = regN "ingenuity" ; - lin ingredient_N_regN = regN "ingredient" ; - lin inhabit_V2_regV2 = regV2 "inhabit" ; - lin inherent_A_longA = longA "inherent" ; -lin inherent_A2_prepA2to_long = prepA2 "inherent" "to" ; -lin inherit_V3_mkV3_from = dirRegV3 "inherit" "from" ; - 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_V3_mkV3_with = dirRegV3 "inject" "with" ; - 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_A_longA = longA "innate" ; -lin innate_A2_prepA2to_long = prepA2 "innate" "to" ; - 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_prepV2about = prepV2 "inquire" "about" ; - lin inquire_V_regV = regV "inquire" ; -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" ; - lin insert_V2_regV2 = regV2 "insert" ; - lin inside_Adv_mkAdv = mkAdv "inside" ; - lin inside_N_regN = regN "inside" ; - lin insight_N_regN = regN "insight" ; - lin insist_V_regV = regV "insist" ; -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_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_V3_mkV3_in = dirRegV3 "instil" "in" ; - 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_V3_mkV3_from = dirRegV3 "insulate" "from" ; - lin insult_N_regN = regN "insult" ; - lin insult_V2_regV2 = regV2 "insult" ; - lin insurance_N_regN = regN "insurance" ; - lin insure_V2_regV2 = regV2 "insure" ; - lin intact_A_longA = longA "intact" ; - lin integer_N_regN = regN "integer" ; - lin integral_A_longA = longA "integral" ; - lin integrate_V_regV = regV "integrate" ; - lin intellectual_A_longA = longA "intellectual" ; - lin intelligence_N_regN = regN "intelligence" ; - lin intelligent_A_longA = longA "intelligent" ; - lin intelligible_A_longA = longA "intelligible" ; - lin intend_V_regV = regV "intend" ; - lin intense_A_longA = longA "intense" ; - lin intension_N_regN = regN "intension" ; - lin intention_N_regN = regN "intention" ; - lin inter_V2_regV2 = regV2 "inter" ; - lin interdisciplinary_A_longA = longA "interdisciplinary" ; - lin interest_N_regN = regN "interest" ; - lin interest_V2_regV2 = regV2 "interest" ; - lin interface_N_regN = regN "interface" ; -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" ; - lin internal_A_longA = longA "internal" ; - lin international_A_longA = longA "international" ; - lin interpolate_V_regV = regV "interpolate" ; - lin interpret_V2_regV2 = regV2 "interpret" ; - lin interpretive_A_longA = longA "interpretive" ; - lin interrogate_V_regV = regV "interrogate" ; - lin interrogative_A_longA = longA "interrogative" ; - lin interrupt_V_regV = regV "interrupt" ; - lin intersect_V_regV = regV "intersect" ; - lin interval_N_regN = regN "interval" ; - lin intervene_V_regV = regV "intervene" ; - lin intimacy_N_regN = regN "intimacy" ; - lin intimate_A_longA = longA "intimate" ; - lin intimate_V_regV = regV "intimate" ; - lin into_Prep_mkPrep = mkPrep "into" ; - lin intonation_N_regN = regN "intonation" ; - lin intractable_A_longA = longA "intractable" ; - lin intransitive_A_longA = longA "intransitive" ; - lin intravenous_A_longA = longA "intravenous" ; - lin intricacy_N_regN = regN "intricacy" ; - lin intricate_A_longA = longA "intricate" ; - lin intrigue_N_regN = regN "intrigue" ; - lin intrigue_V_regV = regV "intrigue" ; - lin intrinsic_A_longA = longA "intrinsic" ; - lin intrinsically_Adv_mkAdv = mkAdv "intrinsically" ; -lin introduce_V3_mkV3_to = dirRegV3 "introduce" "to" ; -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" ; - lin intrusion_N_regN = regN "intrusion" ; - lin intuition_N_regN = regN "intuition" ; - lin intuitive_A_longA = longA "intuitive" ; - lin invade_V2_regV2 = regV2 "invade" ; - lin invalid_N_regN = regN "invalid" ; - lin invalidate_V2_regV2 = regV2 "invalidate" ; - lin invaluable_A_longA = longA "invaluable" ; - lin invariable_A_longA = longA "invariable" ; - lin invariant_A_longA = longA "invariant" ; - lin invasion_N_regN = regN "invasion" ; - lin invent_V2_regV2 = regV2 "invent" ; - lin inverse_A_longA = longA "inverse" ; - lin inversion_N_regN = regN "inversion" ; - lin invert_V2_regV2 = regV2 "invert" ; -lin invest_V3_mkV3_with = dirRegV3 "invest" "with" ; - lin investigate_V2_regV2 = regV2 "investigate" ; - lin invisible_A_longA = longA "invisible" ; -lin invisible_A2_prepA2to_long = prepA2 "invisible" "to" ; -lin invite_V3_mkV3_to = dirRegV3 "invite" "to" ; - lin invocation_N_regN = regN "invocation" ; - lin invoke_V2_regV2 = regV2 "invoke" ; - lin involve_V2_regV2 = regV2 "involve" ; - lin inwards_Adv_mkAdv = mkAdv "inwards" ; - lin Ireland_PN_regPN = regPN "Ireland" ; - lin irish_A_longA = longA "irish" ; - lin iron_N_regN = regN "iron" ; - lin iron_V2_regV2 = regV2 "iron" ; - lin irony_N_regN = regN "irony" ; - lin irrational_A_longA = longA "irrational" ; - lin irregular_A_longA = longA "irregular" ; - lin irrelevant_A_longA = longA "irrelevant" ; - lin irremediable_A_longA = longA "irremediable" ; - lin irrespective_A_longA = longA "irrespective" ; - lin irretrievable_A_longA = longA "irretrievable" ; - lin irritant_N_regN = regN "irritant" ; - lin irritate_V_regV = regV "irritate" ; - lin is_V_regV = regV "is" ; - lin is_V_regV = regV "is" ; - lin island_N_regN = regN "island" ; - lin isolable_A_longA = longA "isolable" ; - lin isolate_V2_regV2 = regV2 "isolate" ; - lin isomorphic_A_longA = longA "isomorphic" ; - lin issue_V_regV = regV "issue" ; - lin issue_N_regN = regN "issue" ; - lin Italy_PN_regPN = regPN "Italy" ; - lin item_N_regN = regN "item" ; - lin itemize_V2_regV2 = regV2 "itemize" ; - lin iterate_V_regV = regV "iterate" ; - 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_A_longA = longA "jealous" ; -lin jealous_A2_prepA2of_long = prepA2 "jealous" "of" ; -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_V3_mkV3_to = dirRegV3 "join" "to" ; - lin joint_N_regN = regN "joint" ; - lin joke_N_regN = regN "joke" ; - lin joke_V_regV = regV "joke" ; - lin journal_N_regN = regN "journal" ; - lin journalism_N_regN = regN "journalism" ; - lin journalist_N_regN = regN "journalist" ; - lin journey_N_regN = regN "journey" ; - lin joy_N_regN = regN "joy" ; - lin judge_N_regN = regN "judge" ; - lin judge_V2_regV2 = regV2 "judge" ; - lin judge_V_regV = regV "judge" ; - lin judgment_N_regN = regN "judgment" ; - lin judicious_A_longA = longA "judicious" ; - lin juggle_V2_regV2 = regV2 "juggle" ; - lin juggle_V_regV = regV "juggle" ; - lin juice_N_regN = regN "juice" ; - lin July_PN_regPN = regPN "July" ; - lin jumble_V2_regV2 = regV2 "jumble" ; - lin jump_V_regV = regV "jump" ; - lin jump_N_regN = regN "jump" ; - lin June_PN_regPN = regPN "June" ; - lin junk_N_regN = regN "junk" ; - lin just_A_longA = longA "just" ; - lin justice_N_regN = regN "justice" ; - lin justify_V2_regV2 = regV2 "justify" ; - lin juxtapose_V2_regV2 = regV2 "juxtapose" ; - lin juxtaposition_N_regN = regN "juxtaposition" ; - lin keen_A_regA = regA "keen" ; -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" ; - lin kick_N_regN = regN "kick" ; - lin kick_V2_regV2 = regV2 "kick" ; - lin kidney_N_regN = regN "kidney" ; - lin kill_V2_regV2 = regV2 "kill" ; -lin kill_V3_mkV3 = dirRegV3 "kill" "mkV3" ; - 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_prepA2to = prepA2 "kind" "to" ; - lin king_N_regN = regN "king" ; - lin kingdom_N_regN = regN "kingdom" ; - lin kiss_N_regN = regN "kiss" ; - lin kiss_V2_regV2 = regV2 "kiss" ; - lin kiss_V_regV = regV "kiss" ; - lin kitchen_N_regN = regN "kitchen" ; - lin knee_N_regN = regN "knee" ; - lin knife_N_regN = regN "knife" ; - lin knives_N_regN = regN "knives" ; - lin knob_N_regN = regN "knob" ; - lin knock_N_regN = regN "knock" ; - lin knock_V2_regV2 = regV2 "knock" ; - lin knock_V_regV = regV "knock" ; - 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_prepN2of = prepN2 "knowledge" "of" ; - lin knowledge_N_regN = regN "knowledge" ; - lin label_N_regN = regN "label" ; - lin label_V2_regV2 = regV2 "label" ; - lin laboratory_N_regN = regN "laboratory" ; - lin laborious_A_longA = longA "laborious" ; - lin labour_N_regN = regN "labour" ; - lin labour_V_regV = regV "labour" ; - lin lace_N_regN = regN "lace" ; - lin lace_V2_regV2 = regV2 "lace" ; - lin lack_N_regN = regN "lack" ; - lin lack_V2_regV2 = regV2 "lack" ; - lin lacuna_N_regN = regN "lacuna" ; - lin ladder_N_regN = regN "ladder" ; - lin lady_N_regN = regN "lady" ; - lin lake_N_regN = regN "lake" ; - lin lamb_N_regN = regN "lamb" ; - lin lament_N_regN = regN "lament" ; - lin lament_V2_regV2 = regV2 "lament" ; - lin lamp_N_regN = regN "lamp" ; - lin land_N_regN = regN "land" ; - lin land_V_regV = regV "land" ; - lin lane_N_regN = regN "lane" ; - lin language_N_regN = regN "language" ; - lin lapse_V_regV = regV "lapse" ; - lin large_A_regA = regA "large" ; - lin last_A_longA = longA "last" ; - lin last_V_regV = regV "last" ; - lin late_A_regA = regA "late" ; - lin lately_Adv_mkAdv = mkAdv "lately" ; - lin latitude_N_regN = regN "latitude" ; - lin lattice_N_regN = regN "lattice" ; - lin laugh_N_regN = regN "laugh" ; -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 = dirRegV3 "lay" "in" ; - 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 leaf_N_regN = regN "leaf" ; - lin league_N_regN = regN "league" ; -lin lean_V2_prepV2on = prepV2 "lean" "on" ; - lin leap_V_regV = regV "leap" ; - lin learn_VS_mkVS = regVS "learn" ; - lin leather_N_regN = regN "leather" ; -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" ; - lin Lee_PN_regPN = regPN "Lee" ; - lin left_A_longA = longA "left" ; - lin leftward_A_longA = longA "leftward" ; - lin leg_N_regN = regN "leg" ; - lin legacy_N_regN = regN "legacy" ; - lin legal_A_longA = longA "legal" ; - lin legible_A_longA = longA "legible" ; - lin legitimate_A_longA = longA "legitimate" ; - lin legitimize_V2_regV2 = regV2 "legitimize" ; - lin lemon_N_regN = regN "lemon" ; -lin lend_V3_mkV3_to = dirRegV3 "lend" "to" ; - lin length_N_regN = regN "length" ; - lin lengthen_V2_regV2 = regV2 "lengthen" ; - lin lesson_N_regN = regN "lesson" ; - lin lethal_A_longA = longA "lethal" ; - lin letter_N_regN = regN "letter" ; - lin level_A_longA = longA "level" ; - lin level_N_regN = regN "level" ; - lin level_V2_regV2 = regV2 "level" ; - lin lexical_A_longA = longA "lexical" ; - lin lexicalist_A_longA = longA "lexicalist" ; - lin lexicon_N_regN = regN "lexicon" ; - lin liable_A_longA = longA "liable" ; - lin liable_A_longA = longA "liable" ; - lin liable_A_longA = longA "liable" ; - lin liar_N_regN = regN "liar" ; - lin liberal_A_longA = longA "liberal" ; - lin liberate_V_regV = regV "liberate" ; - lin libertine_N_regN = regN "libertine" ; - lin liberty_N_regN = regN "liberty" ; - lin library_N_regN = regN "library" ; - lin licence_N_regN = regN "licence" ; - lin license_V2_regV2 = regV2 "license" ; - lin lid_N_regN = regN "lid" ; - lin lie_V_regV = regV "lie" ; - lin life_N_regN = regN "life" ; - lin lift_N_regN = regN "lift" ; - 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 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_prepN2of = prepN2 "likelihood" "of" ; - lin likely_A_longA = longA "likely" ; - lin likely_A_longA = longA "likely" ; - lin likely_A_longA = longA "likely" ; - lin limb_N_regN = regN "limb" ; - lin lime_N_regN = regN "lime" ; - lin limit_N_regN = regN "limit" ; - lin limit_V2_regV2 = regV2 "limit" ; - lin line_N_regN = regN "line" ; - lin line_V2_regV2 = regV2 "line" ; - lin linear_A_longA = longA "linear" ; - lin linguist_N_regN = regN "linguist" ; - lin linguistic_A_longA = longA "linguistic" ; - lin linguistics_N_regN = regN "linguistics" ; - lin link_N_regN = regN "link" ; -lin link_V3_mkV3_to = dirRegV3 "link" "to" ; - lin lion_N_regN = regN "lion" ; - lin lip_N_regN = regN "lip" ; - lin liquefaction_N_regN = regN "liquefaction" ; - lin liquefy_V_regV = regV "liquefy" ; - lin liquid_A_longA = longA "liquid" ; - lin liquid_N_regN = regN "liquid" ; - lin lisp_N_regN = regN "lisp" ; - lin Lisp_PN_regPN = regPN "Lisp" ; - lin list_N_regN = regN "list" ; - lin list_V2_regV2 = regV2 "list" ; -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" ; - lin literature_N_regN = regN "literature" ; - lin litre_N_regN = regN "litre" ; - lin little_N_regN = regN "little" ; - lin live_A_regA = regA "live" ; - lin live_V_regV = regV "live" ; - lin load_N_regN = regN "load" ; - lin load_V2_regV2 = regV2 "load" ; - lin loaf_N_regN = regN "loaf" ; -lin loan_V3_mkV3_to = dirRegV3 "loan" "to" ; - lin loaves_N_regN = regN "loaves" ; - lin lobster_N_regN = regN "lobster" ; - lin local_A_longA = longA "local" ; - lin locate_V2_regV2 = regV2 "locate" ; - lin location_N_regN = regN "location" ; - lin locative_A_longA = longA "locative" ; - lin lock_N_regN = regN "lock" ; - lin lock_V2_regV2 = regV2 "lock" ; - lin log_N_regN = regN "log" ; - lin logarithm_N_regN = regN "logarithm" ; - lin logic_N_regN = regN "logic" ; - lin loiter_V_regV = regV "loiter" ; - lin London_PN_regPN = regPN "London" ; - lin lonely_A_regA = regA "lonely" ; - lin long_Adv_mkAdv = mkAdv "long" ; - lin long_A_regA = regA "long" ; -lin long_V2_prepV2for = prepV2 "long" "for" ; - lin longwinded_A_longA = longA "longwinded" ; - lin look_N_regN = regN "look" ; ----- 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 loss_N_regN = regN "loss" ; - lin lot_N_regN = regN "lot" ; - lin lottery_N_regN = regN "lottery" ; - lin loud_A_regA = regA "loud" ; - lin lounge_V_regV = regV "lounge" ; - lin love_N_regN = regN "love" ; - lin love_V2_regV2 = regV2 "love" ; - lin lovely_A_regA = regA "lovely" ; - lin low_A_regA = regA "low" ; - lin lower_V2_regV2 = regV2 "lower" ; - lin loyal_A_longA = longA "loyal" ; -lin loyal_A2_prepA2to_long = prepA2 "loyal" "to" ; -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" ; - lin lunge_V2_regV2 = regV2 "lunge" ; - lin lurk_V_regV = regV "lurk" ; - lin lush_A_regA = regA "lush" ; - lin luxury_N_regN = regN "luxury" ; - lin machine_N_regN = regN "machine" ; - lin machinery_N_regN = regN "machinery" ; - lin mad_A_regA = regA "mad" ; -lin mad_A2_prepA2about = prepA2 "mad" "about" ; -lin mad_A2_prepA2with = prepA2 "mad" "with" ; -lin made_A2_prepA2from_long = prepA2 "made" "from" ; - lin magazine_N_regN = regN "magazine" ; - lin magic_A_longA = longA "magic" ; - lin magic_N_regN = regN "magic" ; - lin magnet_N_regN = regN "magnet" ; - lin magnetic_A_longA = longA "magnetic" ; - lin magnitude_N_regN = regN "magnitude" ; - lin mail_N_regN = regN "mail" ; -lin mail_V3_mkV3_to = dirRegV3 "mail" "to" ; - 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 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 male_A_longA = longA "male" ; - lin malign_V2_regV2 = regV2 "malign" ; - lin malignant_A_longA = longA "malignant" ; - lin mammal_N_regN = regN "mammal" ; - lin man_N_regN = regN "man" ; - lin man_V2_regV2 = regV2 "man" ; - lin manage_V2_regV2 = regV2 "manage" ; - lin manage_V_regV = regV "manage" ; - lin manager_N_regN = regN "manager" ; - lin mandatory_A_longA = longA "mandatory" ; - lin manifest_A_longA = longA "manifest" ; - lin manifest_N_regN = regN "manifest" ; - lin manifest_V2_regV2 = regV2 "manifest" ; - lin manifestation_N_regN = regN "manifestation" ; - lin manipulate_V2_regV2 = regV2 "manipulate" ; - lin manner_N_regN = regN "manner" ; - lin manners_N_regN = regN "manners" ; - lin manoeuvre_N_regN = regN "manoeuvre" ; - lin manoeuvre_V2_regV2 = regV2 "manoeuvre" ; - lin manoeuvre_V_regV = regV "manoeuvre" ; - lin manual_A_longA = longA "manual" ; - lin manual_N_regN = regN "manual" ; - lin manufacture_V2_regV2 = regV2 "manufacture" ; - lin manuscript_N_regN = regN "manuscript" ; - lin map_N_regN = regN "map" ; -lin map_V3_mkV3_to = dirRegV3 "map" "to" ; - lin mapping_N_regN = regN "mapping" ; - lin march_N_regN = regN "march" ; - lin March_PN_regPN = regPN "March" ; - lin margin_N_regN = regN "margin" ; - lin marginal_A_longA = longA "marginal" ; - lin marine_A_longA = longA "marine" ; - lin mark_N_regN = regN "mark" ; - lin mark_V2_regV2 = regV2 "mark" ; - lin market_N_regN = regN "market" ; - lin marking_N_regN = regN "marking" ; - lin marriage_N_regN = regN "marriage" ; - lin marry_V2_regV2 = regV2 "marry" ; - lin Mars_PN_regPN = regPN "Mars" ; - lin Mary_PN_regPN = regPN "Mary" ; - lin mass_N_regN = regN "mass" ; - lin massive_A_longA = longA "massive" ; - lin master_N_regN = regN "master" ; - lin master_V2_regV2 = regV2 "master" ; - lin mat_N_regN = regN "mat" ; - lin match_N_regN = regN "match" ; - lin match_V2_regV2 = regV2 "match" ; - lin material_A_longA = longA "material" ; - lin material_N_regN = regN "material" ; - lin mathematical_A_longA = longA "mathematical" ; - lin mathematician_N_regN = regN "mathematician" ; - lin mathematics_N_regN = regN "mathematics" ; - lin matrices_N_regN = regN "matrices" ; - lin matrix_N_regN = regN "matrix" ; - lin matter_N_regN = regN "matter" ; - lin matter_V_regV = regV "matter" ; - lin mature_A_regA = regA "mature" ; - lin mature_V_regV = regV "mature" ; - lin maxim_N_regN = regN "maxim" ; - lin maximal_A_longA = longA "maximal" ; - lin maximize_V2_regV2 = regV2 "maximize" ; - lin maximum_N_regN = regN "maximum" ; - lin May_PN_regPN = regPN "May" ; - lin may_V_regV = regV "may" ; - lin maybe_Adv_mkAdv = mkAdv "maybe" ; - 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 meaning_N_regN = regN "meaning" ; - lin means_N_regN = regN "means" ; - lin meanwhile_Adv_mkAdv = mkAdv "meanwhile" ; - lin measure_N_regN = regN "measure" ; - lin measure_V2_regV2 = regV2 "measure" ; - lin meat_N_regN = regN "meat" ; - lin mechanic_V_regV = regV "mechanic" ; - lin mechanical_A_longA = longA "mechanical" ; - lin mechanism_N_regN = regN "mechanism" ; - lin mechanize_V2_regV2 = regV2 "mechanize" ; - lin mediate_V_regV = regV "mediate" ; - lin medical_A_longA = longA "medical" ; - 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_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_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" ; - lin mess_N_regN = regN "mess" ; - lin message_N_regN = regN "message" ; - lin messenger_N_regN = regN "messenger" ; - lin metal_N_regN = regN "metal" ; - lin metaphor_N_regN = regN "metaphor" ; - lin method_N_regN = regN "method" ; - lin methodical_A_longA = longA "methodical" ; - lin methodology_N_regN = regN "methodology" ; - lin metre_N_regN = regN "metre" ; - lin metric_A_longA = longA "metric" ; - lin mice_N_regN = regN "mice" ; - lin microbiology_N_regN = regN "microbiology" ; - lin microphone_N_regN = regN "microphone" ; - lin microscope_N_regN = regN "microscope" ; - lin middle_A_longA = longA "middle" ; - lin middle_N_regN = regN "middle" ; - lin might_V_regV = regV "might" ; - lin mighty_A_regA = regA "mighty" ; - lin migrate_V_regV = regV "migrate" ; - lin mild_A_regA = regA "mild" ; - lin mile_N_regN = regN "mile" ; - lin military_A_longA = longA "military" ; - lin milk_N_regN = regN "milk" ; - lin mill_N_regN = regN "mill" ; - lin mill_V2_regV2 = regV2 "mill" ; - lin million_N_regN = regN "million" ; - lin mimic_N_regN = regN "mimic" ; - lin mimic_V2_regV2 = regV2 "mimic" ; - lin mind_N_regN = regN "mind" ; - lin mind_V2_regV2 = regV2 "mind" ; - lin mind_V_regV = regV "mind" ; - lin mine_N_regN = regN "mine" ; - lin mine_V2_regV2 = regV2 "mine" ; - lin mineral_N_regN = regN "mineral" ; - lin minim_N_regN = regN "minim" ; - lin minimal_A_longA = longA "minimal" ; - lin minimize_V2_regV2 = regV2 "minimize" ; - lin minimum_N_regN = regN "minimum" ; - lin minister_N_regN = regN "minister" ; - lin ministry_N_regN = regN "ministry" ; -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" ; - lin minute_N_regN = regN "minute" ; - lin mirror_N_regN = regN "mirror" ; - lin miscellaneous_A_longA = longA "miscellaneous" ; - lin misconception_N_regN = regN "misconception" ; - 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 mistake_V3_mkV3_for = dirRegV3 "mistake" "for" ; -lin mix_V3_mkV3_with = dirRegV3 "mix" "with" ; - lin mixture_N_regN = regN "mixture" ; - lin mnemonic_A_longA = longA "mnemonic" ; - lin mode_N_regN = regN "mode" ; - lin model_A_longA = longA "model" ; - lin model_N_regN = regN "model" ; - lin model_V2_regV2 = regV2 "model" ; - lin moderate_A_longA = longA "moderate" ; - lin moderate_V_regV = regV "moderate" ; - lin modern_A_longA = longA "modern" ; - lin modest_A_longA = longA "modest" ; - lin modesty_N_regN = regN "modesty" ; - lin modify_V2_regV2 = regV2 "modify" ; - lin modular_A_longA = longA "modular" ; - lin module_N_regN = regN "module" ; - lin molasses_N_regN = regN "molasses" ; - lin molecular_A_longA = longA "molecular" ; - lin molecule_N_regN = regN "molecule" ; - lin moment_N_regN = regN "moment" ; - lin momentary_A_longA = longA "momentary" ; - lin momentous_A_longA = longA "momentous" ; - lin momentum_N_regN = regN "momentum" ; - lin Monday_PN_regPN = regPN "Monday" ; - lin money_N_regN = regN "money" ; - lin monitor_N_regN = regN "monitor" ; - lin monitor_V2_regV2 = regV2 "monitor" ; - lin monkey_N_regN = regN "monkey" ; - lin monotonic_A_longA = longA "monotonic" ; - lin monotonically_Adv_mkAdv = mkAdv "monotonically" ; - lin month_N_regN = regN "month" ; - lin moon_N_regN = regN "moon" ; - lin moral_A_longA = longA "moral" ; - lin moral_N_regN = regN "moral" ; - lin morning_N_regN = regN "morning" ; - lin morpheme_N_regN = regN "morpheme" ; - lin morphology_N_regN = regN "morphology" ; - lin morphosyntactic_A_longA = longA "morphosyntactic" ; - lin mortal_A_longA = longA "mortal" ; - lin mortise_N_regN = regN "mortise" ; - lin mosque_N_regN = regN "mosque" ; - lin mosquito_N_regN = regN "mosquito" ; - lin mostly_Adv_mkAdv = mkAdv "mostly" ; -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" ; - lin motor_N_regN = regN "motor" ; - lin mould_N_regN = regN "mould" ; - lin mould_V2_regV2 = regV2 "mould" ; - lin mountain_N_regN = regN "mountain" ; - 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_V3_mkV3_by = dirRegV3 "multiply" "by" ; -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" ; - lin muscular_A_longA = longA "muscular" ; - lin music_N_regN = regN "music" ; - lin musical_N_regN = regN "musical" ; - lin must_V_regV = regV "must" ; -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" ; - lin mythical_A_longA = longA "mythical" ; - lin mythology_N_regN = regN "mythology" ; - lin nail_N_regN = regN "nail" ; - lin naive_A_longA = longA "naive" ; - lin name_N_regN = regN "name" ; - lin name_V2_regV2 = regV2 "name" ; - lin namely_Adv_mkAdv = mkAdv "namely" ; - lin narrow_A_regA = regA "narrow" ; - lin narrow_V2_regV2 = regV2 "narrow" ; - lin nasty_A_regA = regA "nasty" ; - lin nation_N_regN = regN "nation" ; - lin native_A_longA = longA "native" ; - lin native_N_regN = regN "native" ; - lin nature_N_regN = regN "nature" ; - lin navigate_V_mkV = regV "navigate" ; - lin navigator_N_regN = regN "navigator" ; - lin navy_N_regN = regN "navy" ; - lin near_A_regA = regA "near" ; -lin near_A2_prepA2to = prepA2 "near" "to" ; - lin nearby_Adv_mkAdv = mkAdv "nearby" ; - lin neat_A_regA = regA "neat" ; - lin necessary_A_longA = longA "necessary" ; -lin necessary_A2_prepA2for_long = prepA2 "necessary" "for" ; -lin necessary_A2_prepA2to_long = prepA2 "necessary" "to" ; - lin necessitate_V2_regV2 = regV2 "necessitate" ; - lin necessity_N_regN = regN "necessity" ; - lin neck_N_regN = regN "neck" ; - lin need_N_regN = regN "need" ; - lin need_V_regV = regV "need" ; - lin needle_N_regN = regN "needle" ; - lin negate_V_regV = regV "negate" ; - lin negative_A_longA = longA "negative" ; - lin negative_N_regN = regN "negative" ; - lin neglect_N_regN = regN "neglect" ; - lin neglect_V2_regV2 = regV2 "neglect" ; - lin negligence_N_regN = regN "negligence" ; - lin negligent_A_longA = longA "negligent" ; - lin negligible_A_longA = longA "negligible" ; -lin negotiate_V2_prepV2with = prepV2 "negotiate" "with" ; - lin neighbour_N_regN = regN "neighbour" ; -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_prepV2in = prepV2 "nest" "in" ; - lin net_N_regN = regN "net" ; - lin network_N_regN = regN "network" ; - lin neutral_A_longA = longA "neutral" ; - lin never_Adv_mkAdv = mkAdv "never" ; - lin nevertheless_Adv_mkAdv = mkAdv "nevertheless" ; - lin new_A_regA = regA "new" ; - lin news_N_regN = regN "news" ; - lin newspaper_N_regN = regN "newspaper" ; - lin Newton_PN_regPN = regPN "Newton" ; - lin next_A_longA = longA "next" ; - lin nibble_V2_regV2 = regV2 "nibble" ; - lin nice_A_regA = regA "nice" ; - lin nicety_N_regN = regN "nicety" ; - lin Nigeria_PN_regPN = regPN "Nigeria" ; - lin night_N_regN = regN "night" ; - lin nip_V2_regV2 = regV2 "nip" ; - lin noble_A_regA = regA "noble" ; - lin nobleman_N_regN = regN "nobleman" ; - lin noblemen_N_regN = regN "noblemen" ; - lin nod_V2_regV2 = regV2 "nod" ; - lin nod_V_regV = regV "nod" ; - lin node_N_regN = regN "node" ; - lin noise_N_regN = regN "noise" ; - lin nominal_A_longA = longA "nominal" ; - lin nominate_V2_regV2 = regV2 "nominate" ; - lin nominative_A_longA = longA "nominative" ; - lin nonetheless_Adv_mkAdv = mkAdv "nonetheless" ; - lin nonsense_N_regN = regN "nonsense" ; - lin nonsensical_A_longA = longA "nonsensical" ; - lin normal_A_longA = longA "normal" ; - lin normative_A_longA = longA "normative" ; - lin north_N_regN = regN "north" ; - lin north_A_longA = longA "north" ; -lin north_A2_prepA2of_long = prepA2 "north" "of" ; - 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 notice_N_regN = regN "notice" ; - lin notice_V2_regV2 = regV2 "notice" ; - lin notice_VS_mkVS = regVS "notice" ; - lin notion_N_regN = regN "notion" ; - lin notoriety_N_regN = regN "notoriety" ; - lin notorious_A_longA = longA "notorious" ; -lin notorious_A2_prepA2for_long = prepA2 "notorious" "for" ; - lin notwithstanding_Adv_mkAdv = mkAdv "notwithstanding" ; - lin noun_N_regN = regN "noun" ; - lin novel_A_longA = longA "novel" ; - lin novel_N_regN = regN "novel" ; - lin novelty_N_regN = regN "novelty" ; - lin November_PN_regPN = regPN "November" ; - 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" ; - lin nuisance_N_regN = regN "nuisance" ; - lin number_N_regN = regN "number" ; - lin numeral_N_regN = regN "numeral" ; - lin numeric_A_longA = longA "numeric" ; - lin numerical_A_longA = longA "numerical" ; - lin numerous_A_longA = longA "numerous" ; - lin nurse_N_regN = regN "nurse" ; - lin nurse_V2_regV2 = regV2 "nurse" ; - lin nut_N_regN = regN "nut" ; - lin nutrient_N_regN = regN "nutrient" ; - lin nutrition_N_regN = regN "nutrition" ; - lin nutritious_A_longA = longA "nutritious" ; - lin nylon_N_regN = regN "nylon" ; - lin oaf_N_regN = regN "oaf" ; - lin oak_N_regN = regN "oak" ; - lin oar_N_regN = regN "oar" ; - lin oath_N_regN = regN "oath" ; - lin oats_N_regN = regN "oats" ; - lin obey_V2_regV2 = regV2 "obey" ; - lin object_N_regN = regN "object" ; -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_A_longA = longA "obligatory" ; -lin obligatory_A2_prepA2for_long = prepA2 "obligatory" "for" ; - lin oblige_V_regV = regV "oblige" ; - lin oblique_A_longA = longA "oblique" ; - lin obscure_A_longA = longA "obscure" ; - lin obscure_V2_regV2 = regV2 "obscure" ; - lin observe_V2_regV2 = regV2 "observe" ; - lin obstacle_N_regN = regN "obstacle" ; - lin obstruct_V2_regV2 = regV2 "obstruct" ; - lin obstruction_V_regV = regV "obstruction" ; - lin obtain_V2_regV2 = regV2 "obtain" ; - lin obvious_A_longA = longA "obvious" ; - lin obvious_A_longA = longA "obvious" ; - lin occasion_N_regN = regN "occasion" ; - lin occupation_N_regN = regN "occupation" ; - lin occupy_V2_regV2 = regV2 "occupy" ; - lin occur_V_regV = regV "occur" ; - lin occurrence_V_regV = regV "occurrence" ; - lin ocean_N_regN = regN "ocean" ; - lin October_PN_regPN = regPN "October" ; - 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_prepN2against = prepN2 "offence" "against" ; - lin offend_V2_regV2 = regV2 "offend" ; -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" ; - lin office_N_regN = regN "office" ; - lin officer_N_regN = regN "officer" ; - lin official_N_regN = regN "official" ; - lin offset_V2_regV2 = regV2 "offset" ; - lin often_Adv_mkAdv = mkAdv "often" ; - lin oil_N_regN = regN "oil" ; - lin oil_V2_regV2 = regV2 "oil" ; - lin old_A_regA = regA "old" ; - lin old_N_regN = regN "old" ; - 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" ; - lin onion_N_regN = regN "onion" ; - lin only_Adv_mkAdv = mkAdv "only" ; - lin only_A_longA = longA "only" ; - lin onto_Prep_mkPrep = mkPrep "onto" ; - lin ontology_N_regN = regN "ontology" ; - lin opacity_N_regN = regN "opacity" ; - lin opaque_A_longA = longA "opaque" ; - lin open_A_longA = longA "open" ; - lin open_V_regV = regV "open" ; - lin opening_N_regN = regN "opening" ; - lin operand_N_regN = regN "operand" ; - lin operate_V2_regV2 = regV2 "operate" ; -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" ; - lin opportune_A_longA = longA "opportune" ; - lin opportunistic_A_longA = longA "opportunistic" ; - lin opportunity_N_regN = regN "opportunity" ; - lin oppose_V2_regV2 = regV2 "oppose" ; - lin opposite_A_longA = longA "opposite" ; - lin opposite_Adv_mkAdv = mkAdv "opposite" ; -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" ; - lin optimize_V2_regV2 = regV2 "optimize" ; - lin optimum_V_regV = regV "optimum" ; - lin option_N_regN = regN "option" ; - lin oral_A_regA = regA "oral" ; - lin orange_A_longA = longA "orange" ; - lin orange_N_regN = regN "orange" ; - lin order_N_regN = regN "order" ; - lin order_V2_regV2 = regV2 "order" ; - lin order_V_regV = regV "order" ; - lin ordering_N_regN = regN "ordering" ; - lin orderly_A_longA = longA "orderly" ; - lin ordinary_A_longA = longA "ordinary" ; - lin ore_N_regN = regN "ore" ; - lin organ_N_regN = regN "organ" ; - lin organic_A_longA = longA "organic" ; - lin organically_Adv_mkAdv = mkAdv "organically" ; - lin organization_N_regN = regN "organization" ; - lin organize_V2_regV2 = regV2 "organize" ; - lin orient_N_regN = regN "orient" ; - lin orient_V2_regV2 = regV2 "orient" ; - lin origin_N_regN = regN "origin" ; - lin original_A_longA = longA "original" ; - lin original_N_regN = regN "original" ; - lin originate_V_regV = regV "originate" ; - lin orthography_N_regN = regN "orthography" ; - lin ostensible_A_longA = longA "ostensible" ; - lin ostensive_A_longA = longA "ostensive" ; - lin ostentation_N_regN = regN "ostentation" ; - lin ostentatious_A_longA = longA "ostentatious" ; - lin other_A_longA = longA "other" ; - 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" ; - lin outer_A_longA = longA "outer" ; - lin outlaw_N_regN = regN "outlaw" ; - lin outlaw_V2_regV2 = regV2 "outlaw" ; - lin outline_N_regN = regN "outline" ; - lin outline_V2_regV2 = regV2 "outline" ; - lin outrage_N_regN = regN "outrage" ; - lin outrage_V2_regV2 = regV2 "outrage" ; - lin outside_Adv_mkAdv = mkAdv "outside" ; - lin outside_N_regN = regN "outside" ; - lin outside_Prep_mkPrep = mkPrep "outside" ; - lin outstanding_A_longA = longA "outstanding" ; - lin over_N_regN = regN "over" ; - lin over_Prep_mkPrep = mkPrep "over" ; - lin overflow_N_regN = regN "overflow" ; - lin overflow_V2_regV2 = regV2 "overflow" ; - lin overflow_V_regV = regV "overflow" ; - lin overlap_V_regV = regV "overlap" ; - lin overt_A_longA = longA "overt" ; - lin overture_N_regN = regN "overture" ; - lin overwhelm_V2_regV2 = regV2 "overwhelm" ; - lin owe_V3_regV3 = regV3 "owe" ; - lin own_A_longA = longA "own" ; - lin own_V2_regV2 = regV2 "own" ; - lin ox_N_regN = regN "ox" ; - lin oxen_N_regN = regN "oxen" ; - lin Oxford_PN_regPN = regPN "Oxford" ; - lin oxygen_N_regN = regN "oxygen" ; - lin pace_N_regN = regN "pace" ; - lin pack_V2_regV2 = regV2 "pack" ; - lin package_N_regN = regN "package" ; - lin package_V2_regV2 = regV2 "package" ; - lin packet_N_regN = regN "packet" ; - lin page_N_regN = regN "page" ; - lin pain_N_regN = regN "pain" ; - lin painstaking_A_longA = longA "painstaking" ; - lin paint_N_regN = regN "paint" ; - lin paint_V2_regV2 = regV2 "paint" ; - lin pair_N_regN = regN "pair" ; -lin pair_V3_mkV3_with = dirRegV3 "pair" "with" ; - lin palace_N_regN = regN "palace" ; - lin pale_A_regA = regA "pale" ; - lin pamper_V2_regV2 = regV2 "pamper" ; - lin pamphlet_N_regN = regN "pamphlet" ; - lin pan_N_regN = regN "pan" ; - lin panacea_N_regN = regN "panacea" ; - lin pane_N_regN = regN "pane" ; - lin panel_N_regN = regN "panel" ; - lin panelling_N_regN = regN "panelling" ; - lin panic_V_regV = regV "panic" ; - lin panic_N_regN = regN "panic" ; - lin pantry_N_regN = regN "pantry" ; - lin paper_N_regN = regN "paper" ; - lin paper_V2_regV2 = regV2 "paper" ; - lin paradigm_N_regN = regN "paradigm" ; - lin paradox_N_regN = regN "paradox" ; - lin paragraph_N_regN = regN "paragraph" ; - lin parallel_N_regN = regN "parallel" ; - lin parallel_V2_regV2 = regV2 "parallel" ; - lin parallel_A_longA = longA "parallel" ; -lin parallel_A2_prepA2to_long = prepA2 "parallel" "to" ; - lin parameter_N_regN = regN "parameter" ; - lin paraphrase_N_regN = regN "paraphrase" ; - lin paraphrase_V2_regV2 = regV2 "paraphrase" ; - lin parasite_N_regN = regN "parasite" ; - lin parasitic_A_longA = longA "parasitic" ; - lin parasol_N_regN = regN "parasol" ; - lin parcel_N_regN = regN "parcel" ; -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" ; - lin parenthetical_A_longA = longA "parenthetical" ; - lin paris_N_regN = regN "paris" ; - lin parity_N_regN = regN "parity" ; - lin park_N_regN = regN "park" ; - lin park_V2_regV2 = regV2 "park" ; - lin parliament_N_regN = regN "parliament" ; - lin parse_V2_regV2 = regV2 "parse" ; - lin parsimony_N_regN = regN "parsimony" ; - lin part_N_regN = regN "part" ; - lin participant_N_regN = regN "participant" ; - lin participate_V_regV = regV "participate" ; - lin particle_N_regN = regN "particle" ; - lin particular_A_longA = longA "particular" ; - lin partition_N_regN = regN "partition" ; - lin partition_V2_regV2 = regV2 "partition" ; - lin partly_Adv_mkAdv = mkAdv "partly" ; - lin partner_N_regN = regN "partner" ; - lin party_N_regN = regN "party" ; -lin pass_V3_mkV3_to = dirRegV3 "pass" "to" ; - lin passage_N_regN = regN "passage" ; - lin passenger_N_regN = regN "passenger" ; - lin passion_N_regN = regN "passion" ; - lin passionate_A_longA = longA "passionate" ; - lin passive_A_longA = longA "passive" ; - lin past_A_longA = longA "past" ; - lin past_N_regN = regN "past" ; - lin paste_N_regN = regN "paste" ; -lin paste_V3_mkV3_to = dirRegV3 "paste" "to" ; - lin pastry_N_regN = regN "pastry" ; - lin pasty_N_regN = regN "pasty" ; - lin pat_V2_regV2 = regV2 "pat" ; - lin path_N_regN = regN "path" ; - lin pathology_N_regN = regN "pathology" ; - lin patience_N_regN = regN "patience" ; - lin patient_N_regN = regN "patient" ; - lin patient_A_longA = longA "patient" ; -lin patient_A2_prepA2with_long = prepA2 "patient" "with" ; - lin pattern_N_regN = regN "pattern" ; -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_for = mkV2 pay_V (mkPrep "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_A_longA = longA "peculiar" ; -lin peculiar_A2_prepA2to_long = prepA2 "peculiar" "to" ; - lin pedagogical_A_longA = longA "pedagogical" ; - lin pedant_N_regN = regN "pedant" ; - lin pedantic_A_longA = longA "pedantic" ; - lin pedantically_A_longA = longA "pedantically" ; - lin pelvic_A_longA = longA "pelvic" ; - lin pelvis_N_regN = regN "pelvis" ; - lin pen_N_regN = regN "pen" ; - lin penal_A_longA = longA "penal" ; - lin penalize_V2_regV2 = regV2 "penalize" ; - lin penalty_N_regN = regN "penalty" ; - lin pence_N_regN = regN "pence" ; - lin pencil_N_regN = regN "pencil" ; - lin pending_A_longA = longA "pending" ; - lin penetrate_V2_regV2 = regV2 "penetrate" ; - lin penicillin_Adv_mkAdv = mkAdv "penicillin" ; - lin penny_N_regN = regN "penny" ; - lin people_N_regN = regN "people" ; - lin people_N_regN = regN "people" ; - lin pepper_N_regN = regN "pepper" ; - lin perceive_V2_regV2 = regV2 "perceive" ; - lin perception_N_regN = regN "perception" ; - lin perceptive_A_longA = longA "perceptive" ; - lin perceptual_A_longA = longA "perceptual" ; - lin percolate_V_regV = regV "percolate" ; - lin percolator_N_regN = regN "percolator" ; - lin peremptory_A_longA = longA "peremptory" ; - lin perfect_A_longA = longA "perfect" ; - lin perform_V_regV = regV "perform" ; - lin perhaps_Adv_mkAdv = mkAdv "perhaps" ; - lin period_N_regN = regN "period" ; - lin peripheral_A_longA = longA "peripheral" ; - lin periphery_N_regN = regN "periphery" ; - lin perjure_V_regV = regV "perjure" ; - lin permanent_A_longA = longA "permanent" ; - lin permissible_A_longA = longA "permissible" ; - lin permission_N_regN = regN "permission" ; - lin permissive_A_longA = longA "permissive" ; - lin permit_N_regN = regN "permit" ; - lin permit_V_regV = regV "permit" ; - lin permute_V2_regV2 = regV2 "permute" ; - lin perpetual_A_longA = longA "perpetual" ; - lin perpetuate_V2_regV2 = regV2 "perpetuate" ; - lin perpetuity_N_regN = regN "perpetuity" ; - lin persimmon_N_regN = regN "persimmon" ; - lin persist_V_regV = regV "persist" ; - lin persistence_N_regN = regN "persistence" ; - lin persistent_A_longA = longA "persistent" ; - lin person_N_regN = regN "person" ; - lin personal_A_longA = longA "personal" ; - lin perspective_N_regN = regN "perspective" ; - lin perspicuous_A_longA = longA "perspicuous" ; - lin persuade_V2_regV2 = regV2 "persuade" ; - lin persuade_V_regV = regV "persuade" ; - lin persuasion_N_regN = regN "persuasion" ; - lin persuasive_A_longA = longA "persuasive" ; - lin perverse_A_longA = longA "perverse" ; - lin perversion_N_regN = regN "perversion" ; - lin pervert_N_regN = regN "pervert" ; - lin pervert_V2_regV2 = regV2 "pervert" ; - lin pet_N_regN = regN "pet" ; - lin petrol_N_regN = regN "petrol" ; - lin phase_N_regN = regN "phase" ; - lin phenomena_N_regN = regN "phenomena" ; - lin phenomenon_N_regN = regN "phenomenon" ; - lin philosopher_N_regN = regN "philosopher" ; - lin philosophy_N_regN = regN "philosophy" ; - lin phone_N_regN = regN "phone" ; - lin phone_V2_regV2 = regV2 "phone" ; - lin phonemic_A_longA = longA "phonemic" ; - lin phonetic_A_longA = longA "phonetic" ; - lin phonetically_Adv_mkAdv = mkAdv "phonetically" ; - lin phonetics_N_regN = regN "phonetics" ; - lin phonology_N_regN = regN "phonology" ; - lin phonotactic_A_longA = longA "phonotactic" ; - lin photo_N_regN = regN "photo" ; - lin photograph_N_regN = regN "photograph" ; - lin photograph_V2_regV2 = regV2 "photograph" ; - lin photography_N_regN = regN "photography" ; - lin phrase_N_regN = regN "phrase" ; - lin physical_A_longA = longA "physical" ; - lin physician_N_regN = regN "physician" ; - lin physics_N_regN = regN "physics" ; - lin pianist_N_regN = regN "pianist" ; - lin piano_N_regN = regN "piano" ; - lin pick_N_regN = regN "pick" ; - lin pick_V2_regV2 = regV2 "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" ; - lin picture_V2_regV2 = regV2 "picture" ; - lin piece_N_regN = regN "piece" ; - lin pierce_V2_regV2 = regV2 "pierce" ; - lin pig_N_regN = regN "pig" ; - lin pigeon_N_regN = regN "pigeon" ; - lin pilchard_N_regN = regN "pilchard" ; - lin pile_N_regN = regN "pile" ; - lin pilfer_V2_regV2 = regV2 "pilfer" ; - lin pill_N_regN = regN "pill" ; - lin pillar_N_regN = regN "pillar" ; - lin pillow_N_regN = regN "pillow" ; - lin pilot_N_regN = regN "pilot" ; - lin pilot_V2_regV2 = regV2 "pilot" ; - lin pin_N_regN = regN "pin" ; -lin pin_V3_mkV3_to = dirRegV3 "pin" "to" ; - lin pink_A_regA = regA "pink" ; - lin pipe_N_regN = regN "pipe" ; - lin pistol_N_regN = regN "pistol" ; - lin pit_N_regN = regN "pit" ; - lin pitch_N_regN = regN "pitch" ; - lin pitch_V2_regV2 = regV2 "pitch" ; - lin pitchfork_N_regN = regN "pitchfork" ; - lin pith_N_regN = regN "pith" ; - lin pity_V2_regV2 = regV2 "pity" ; - lin pity_N_regN = regN "pity" ; - lin place_N_regN = regN "place" ; - lin place_V2_regV2 = regV2 "place" ; -lin place_V3_mkV3_in = dirRegV3 "place" "in" ; - lin plague_N_regN = regN "plague" ; - lin plague_V2_regV2 = regV2 "plague" ; - lin plain_A_regA = regA "plain" ; - lin plain_N_regN = regN "plain" ; - lin plan_V_regV = regV "plan" ; - lin plan_N_regN = regN "plan" ; - lin planar_A_longA = longA "planar" ; - lin plane_N_regN = regN "plane" ; - lin planet_N_regN = regN "planet" ; - lin plant_N_regN = regN "plant" ; - lin plastic_A_longA = longA "plastic" ; - lin plastic_N_regN = regN "plastic" ; - lin plate_N_regN = regN "plate" ; - lin plateau_N_regN = regN "plateau" ; - lin platypus_N_regN = regN "platypus" ; - lin plausible_A_longA = longA "plausible" ; - lin play_N_regN = regN "play" ; - lin play_V2_regV2 = regV2 "play" ; - lin play_V_regV = regV "play" ; -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 plenty_N_regN = regN "plenty" ; - lin plot_N_regN = regN "plot" ; - lin plot_V_regV = regV "plot" ; - lin plug_N_regN = regN "plug" ; - lin plum_N_regN = regN "plum" ; - lin plumber_N_regN = regN "plumber" ; - lin plume_N_regN = regN "plume" ; - lin plummet_V_regV = regV "plummet" ; - lin plump_A_regA = regA "plump" ; - lin plunge_V_regV = regV "plunge" ; - lin plural_A_longA = longA "plural" ; - lin plural_N_regN = regN "plural" ; - lin pocket_N_regN = regN "pocket" ; - lin pocket_V2_regV2 = regV2 "pocket" ; - lin poem_N_regN = regN "poem" ; - lin poet_N_regN = regN "poet" ; - lin poetry_N_regN = regN "poetry" ; - lin point_N_regN = regN "point" ; -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" ; - lin polar_A_longA = longA "polar" ; - lin pole_N_regN = regN "pole" ; - lin police_N_regN = regN "police" ; - lin policeman_N_regN = regN "policeman" ; - lin policemen_N_regN = regN "policemen" ; - lin policy_N_regN = regN "policy" ; - lin polish_A_longA = longA "polish" ; - lin polish_N_regN = regN "polish" ; - lin polish_V2_regV2 = regV2 "polish" ; - lin polite_A_longA = longA "polite" ; -lin polite_A2_prepA2to_long = prepA2 "polite" "to" ; - lin political_A_longA = longA "political" ; - lin politician_N_regN = regN "politician" ; - lin politics_N_regN = regN "politics" ; - lin pollute_V2_regV2 = regV2 "pollute" ; - lin ponder_V_regV = regV "ponder" ; - lin pool_N_regN = regN "pool" ; - lin poor_N_regN = regN "poor" ; - lin poor_A_regA = regA "poor" ; - lin pop_N_regN = regN "pop" ; - lin popular_A_longA = longA "popular" ; -lin popular_A2_prepA2with_long = prepA2 "popular" "with" ; - lin populated_A_longA = longA "populated" ; -lin populated_A2_prepA2by_long = prepA2 "populated" "by" ; - lin population_N_regN = regN "population" ; - lin porcupine_N_regN = regN "porcupine" ; - lin pore_N_regN = regN "pore" ; -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" ; - lin porpoise_N_regN = regN "porpoise" ; - lin port_N_regN = regN "port" ; - lin portable_A_longA = longA "portable" ; - lin portion_N_regN = regN "portion" ; - 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_V3_mkV3_to = dirRegV3 "post" "to" ; - lin posterior_A_longA = longA "posterior" ; - lin postman_N_regN = regN "postman" ; - lin postmen_N_regN = regN "postmen" ; - lin postpone_V2_regV2 = regV2 "postpone" ; - lin postulate_V2_regV2 = regV2 "postulate" ; - lin pot_N_regN = regN "pot" ; - lin potato_N_regN = regN "potato" ; - lin potency_N_regN = regN "potency" ; - lin potent_A_longA = longA "potent" ; - lin potential_A_longA = longA "potential" ; - lin pound_N_regN = regN "pound" ; - lin pound_V2_regV2 = regV2 "pound" ; -lin pour_V3_mkV3_loc = dirRegV3 "pour" "in" ; - lin powder_N_regN = regN "powder" ; - lin power_N_regN = regN "power" ; - lin power_V2_regV2 = regV2 "power" ; - lin practical_A_longA = longA "practical" ; - lin practice_N_regN = regN "practice" ; - lin practise_V2_regV2 = regV2 "practise" ; - lin practitioner_N_regN = regN "practitioner" ; - lin pragmatic_A_longA = longA "pragmatic" ; - lin pragmatically_Adv_mkAdv = mkAdv "pragmatically" ; - lin pragmatics_N_regN = regN "pragmatics" ; - lin praise_N_regN = regN "praise" ; - lin praise_V2_regV2 = regV2 "praise" ; -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" ; - lin precedence_N_regN = regN "precedence" ; - lin precedent_N_regN = regN "precedent" ; - lin precious_A_longA = longA "precious" ; - lin precise_A_longA = longA "precise" ; - lin precision_N_regN = regN "precision" ; - lin preclude_V2_regV2 = regV2 "preclude" ; - lin precursor_N_regN = regN "precursor" ; - lin predecessor_N_regN = regN "predecessor" ; - lin predicate_N_regN = regN "predicate" ; - lin predicate_V2_regV2 = regV2 "predicate" ; - lin predict_V2_regV2 = regV2 "predict" ; -lin predilection_N2_prepN2for = prepN2 "predilection" "for" ; - lin preface_N_regN = regN "preface" ; -lin prefer_V3_mkV3_to = dirRegV3 "prefer" "to" ; - lin prefer_V_regV = regV "prefer" ; - lin prefer_V_regV = regV "prefer" ; - lin prefer_V_regV = regV "prefer" ; - lin preference_N_regN = regN "preference" ; - lin pregnancy_N_regN = regN "pregnancy" ; - lin pregnant_A_longA = longA "pregnant" ; - lin prejudice_N_regN = regN "prejudice" ; - lin prejudiced_A_longA = longA "prejudiced" ; - lin preliminary_A_longA = longA "preliminary" ; - lin premise_N_regN = regN "premise" ; -lin preoccupation_N2_prepN2with = prepN2 "preoccupation" "with" ; -lin preoccupied_A2_prepA2with_long = prepA2 "preoccupied" "with" ; - lin preoccupy_V2_regV2 = regV2 "preoccupy" ; -lin prepare_V3_mkV3_for = dirRegV3 "prepare" "for" ; - lin preposition_N_regN = regN "preposition" ; - lin prerequisite_N_regN = regN "prerequisite" ; - lin prescribe_V2_regV2 = regV2 "prescribe" ; - lin prescription_N_regN = regN "prescription" ; - lin prescriptive_A_longA = longA "prescriptive" ; - lin presence_N_regN = regN "presence" ; - lin present_A_longA = longA "present" ; - lin present_N_regN = regN "present" ; -lin present_V3_mkV3_with = dirRegV3 "present" "with" ; -lin preserve_V3_mkV3_from = dirRegV3 "preserve" "from" ; - 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 presumption_N_regN = regN "presumption" ; - lin presumptuous_A_longA = longA "presumptuous" ; - lin presuppose_VS_mkVS = regVS "presuppose" ; - lin presupposition_N_regN = regN "presupposition" ; - lin pretence_N_regN = regN "pretence" ; - lin pretend_VS_mkVS = regVS "pretend" ; - lin pretty_A_regA = regA "pretty" ; - lin prevent_V_regV = regV "prevent" ; - lin previous_A_longA = longA "previous" ; - lin price_N_regN = regN "price" ; - lin prick_V_regV = regV "prick" ; - lin prickle_N_regN = regN "prickle" ; - lin pride_N_regN = regN "pride" ; - lin priest_N_regN = regN "priest" ; - lin prim_A_regA = regA "prim" ; - lin primary_A_longA = longA "primary" ; - lin prime_N_mkN = regN "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" ; - lin principle_N_regN = regN "principle" ; - lin principled_A_longA = longA "principled" ; - lin print_V2_regV2 = regV2 "print" ; - lin prior_N_regN = regN "prior" ; - lin prior_A_longA = longA "prior" ; -lin prior_A2_prepA2to_long = prepA2 "prior" "to" ; - lin priority_N_regN = regN "priority" ; - lin prison_N_regN = regN "prison" ; - lin privacy_N_regN = regN "privacy" ; - lin private_A_longA = longA "private" ; - 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" ; - lin problematic_A_longA = longA "problematic" ; - lin procedure_N_regN = regN "procedure" ; - lin proceed_V_regV = regV "proceed" ; - lin proceedings_N_regN = regN "proceedings" ; - lin process_N_regN = regN "process" ; - lin process_V2_regV2 = regV2 "process" ; - lin procession_N_regN = regN "procession" ; - lin processor_N_regN = regN "processor" ; - lin produce_N_regN = regN "produce" ; - lin produce_V2_regV2 = regV2 "produce" ; - lin product_N_regN = regN "product" ; - lin profession_N_regN = regN "profession" ; - lin professor_N_regN = regN "professor" ; - 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_prepN2of = prepN2 "profusion" "of" ; - lin prognosis_N_regN = regN "prognosis" ; - lin program_N_regN = regN "program" ; - lin program_V_regV = regV "program" ; - lin programme_N_regN = regN "programme" ; - lin progress_V_regV = regV "progress" ; - lin progress_N_regN = regN "progress" ; - lin prohibit_V2_regV2 = regV2 "prohibit" ; - lin project_N_regN = regN "project" ; - lin project_V_regV = regV "project" ; - lin proliferate_V_regV = regV "proliferate" ; - lin prolong_V2_regV2 = regV2 "prolong" ; - lin prominence_N_regN = regN "prominence" ; - lin prominent_A_longA = longA "prominent" ; - lin promise_V_regV = regV "promise" ; - lin promote_V2_regV2 = regV2 "promote" ; - lin prompt_A_regA = regA "prompt" ; - lin prompt_N_regN = regN "prompt" ; - lin prompt_V2_regV2 = regV2 "prompt" ; - lin promulgate_V2_regV2 = regV2 "promulgate" ; - lin prone_A_longA = longA "prone" ; -lin prone_A2_prepA2to_long = prepA2 "prone" "to" ; - 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_prepN2for = prepN2 "propensity" "for" ; - lin proper_A_longA = longA "proper" ; - lin property_N_regN = regN "property" ; - lin proponent_N_regN = regN "proponent" ; - lin proportion_N_regN = regN "proportion" ; - lin propose_V_regV = regV "propose" ; - lin propose_V_regV = regV "propose" ; - lin proposition_N_regN = regN "proposition" ; - lin prose_N_regN = regN "prose" ; - lin prosody_N_regN = regN "prosody" ; - lin prospect_N_regN = regN "prospect" ; -lin prospect_V2_prepV2for = prepV2 "prospect" "for" ; - lin prospective_A_longA = longA "prospective" ; - lin prospector_N_regN = regN "prospector" ; -lin protect_V3_mkV3_from = dirRegV3 "protect" "from" ; - lin protest_N_regN = regN "protest" ; -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_prepA2of = prepA2 "proud" "of" ; - lin prove_VS_mkVS = regVS "prove" ; - lin proven_A_longA = longA "proven" ; -lin provide_V3_mkV3_for = dirRegV3 "provide" "for" ; - lin provision_N_regN = regN "provision" ; - lin prune_N_regN = regN "prune" ; - lin prune_V2_regV2 = regV2 "prune" ; - lin psychology_N_regN = regN "psychology" ; - lin pub_N_regN = regN "pub" ; - lin public_A_longA = longA "public" ; - lin public_N_regN = regN "public" ; - lin publication_N_regN = regN "publication" ; - lin publicity_N_regN = regN "publicity" ; - lin publish_V2_regV2 = regV2 "publish" ; - lin pull_V2_regV2 = regV2 "pull" ; - lin pulley_N_regN = regN "pulley" ; - lin pulpit_N_regN = regN "pulpit" ; - lin pump_N_regN = regN "pump" ; - lin punch_N_regN = regN "punch" ; - lin punch_V2_regV2 = regV2 "punch" ; - lin punctual_A_longA = longA "punctual" ; - lin punctuate_V2_regV2 = regV2 "punctuate" ; - lin punish_V2_regV2 = regV2 "punish" ; - lin punitive_A_longA = longA "punitive" ; - lin pupil_N_regN = regN "pupil" ; - lin purchase_V_regV = regV "purchase" ; - lin pure_A_regA = regA "pure" ; - lin purge_N_regN = regN "purge" ; - lin purple_A_regA = regA "purple" ; - lin purpose_N_regN = regN "purpose" ; - lin purse_N_regN = regN "purse" ; - lin pursue_V2_regV2 = regV2 "pursue" ; - lin pursuit_N_regN = regN "pursuit" ; - lin purveyor_N_regN = regN "purveyor" ; - lin push_V2_regV2 = regV2 "push" ; -lin put_V3_mkV3_loc = dirRegV3 "put" "in" ; - lin puzzle_V_regV = regV "puzzle" ; - lin puzzle_V_regV = regV "puzzle" ; - lin puzzle_N_regN = regN "puzzle" ; - lin puzzle_V2_regV2 = regV2 "puzzle" ; - lin pyramid_N_regN = regN "pyramid" ; - lin quadruple_N_regN = regN "quadruple" ; - lin quail_N_regN = regN "quail" ; -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_prepN2with = prepN2 "quarrel" "with" ; - lin quarter_N_regN = regN "quarter" ; - lin quartet_N_regN = regN "quartet" ; - lin queen_N_regN = regN "queen" ; - lin queer_A_regA = regA "queer" ; - lin query_N_regN = regN "query" ; - lin query_V2_regV2 = regV2 "query" ; - lin quest_N_regN = regN "quest" ; - lin question_N_regN = regN "question" ; - lin question_V2_regV2 = regV2 "question" ; -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" ; - lin quilt_N_regN = regN "quilt" ; - lin quit_V2_regV2 = regV2 "quit" ; - lin quite_Adv_mkAdv = mkAdv "quite" ; - lin quiz_N_regN = regN "quiz" ; - lin quizzes_N_regN = regN "quizzes" ; - lin quote_V2_regV2 = regV2 "quote" ; - lin rabbit_N_regN = regN "rabbit" ; - lin rabid_A_longA = longA "rabid" ; - lin rabies_N_regN = regN "rabies" ; - lin race_N_regN = regN "race" ; - lin race_V2_regV2 = regV2 "race" ; - lin rack_N_regN = regN "rack" ; - lin radar_N_regN = regN "radar" ; - lin radical_A_longA = longA "radical" ; - lin radii_N_regN = regN "radii" ; - lin radio_N_regN = regN "radio" ; - lin radish_N_regN = regN "radish" ; - lin radius_N_regN = regN "radius" ; - lin rage_N_regN = regN "rage" ; - lin raid_V2_regV2 = regV2 "raid" ; - lin rail_N_regN = regN "rail" ; - lin railway_N_regN = regN "railway" ; - lin rain_V_regV = regV "rain" ; - lin rain_N_regN = regN "rain" ; - lin raise_V2_regV2 = regV2 "raise" ; - lin raisin_N_regN = regN "raisin" ; - lin random_A_longA = longA "random" ; - lin range_N_regN = regN "range" ; -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" ; - lin rare_A_regA = regA "rare" ; - lin rat_N_regN = regN "rat" ; - lin rate_N_regN = regN "rate" ; - lin rather_Adv_mkAdv = mkAdv "rather" ; - lin ratio_N_regN = regN "ratio" ; - lin ration_N_regN = regN "ration" ; - lin ration_V2_regV2 = regV2 "ration" ; - lin rational_A_longA = longA "rational" ; - lin rationale_N_regN = regN "rationale" ; - lin raw_A_regA = regA "raw" ; - 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 ready_A_regA = regA "ready" ; -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 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_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_V3_mkV3_from = dirRegV3 "receive" "from" ; - lin recency_N_regN = regN "recency" ; - lin recent_A_longA = longA "recent" ; - lin reception_N_regN = regN "reception" ; - lin recession_N_regN = regN "recession" ; - lin recipe_N_regN = regN "recipe" ; - lin recipient_N_regN = regN "recipient" ; - lin reciprocal_A_longA = longA "reciprocal" ; - lin reciprocate_V_regV = regV "reciprocate" ; - lin recite_V2_regV2 = regV2 "recite" ; - lin recognise_V2_regV2 = regV2 "recognise" ; - lin recognition_N_regN = regN "recognition" ; - lin recognize_V2_regV2 = regV2 "recognize" ; - lin recommend_V2_regV2 = regV2 "recommend" ; - lin reconcile_V2_regV2 = regV2 "reconcile" ; - lin record_N_regN = regN "record" ; - lin record_V2_regV2 = regV2 "record" ; -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" ; - lin recursion_N_regN = regN "recursion" ; - lin recursive_A_longA = longA "recursive" ; - lin red_A_regA = regA "red" ; - lin redeem_V2_regV2 = regV2 "redeem" ; - lin reduce_V2_regV2 = regV2 "reduce" ; - lin reducible_A_longA = longA "reducible" ; - lin reducible_A_longA = longA "reducible" ; - lin redundancy_N_regN = regN "redundancy" ; - lin redundant_A_longA = longA "redundant" ; - lin reed_N_regN = regN "reed" ; -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" ; - lin reflect_V_regV = regV "reflect" ; - lin reflexive_A_longA = longA "reflexive" ; - lin refractor_N_regN = regN "refractor" ; - lin refractory_A_longA = longA "refractory" ; - lin refresh_V2_regV2 = regV2 "refresh" ; - lin refuse_N_regN = regN "refuse" ; - lin refuse_V_regV = regV "refuse" ; - lin refute_V2_regV2 = regV2 "refute" ; - lin regard_N_regN = regN "regard" ; -lin regard_V3_mkV3_as = dirRegV3 "regard" "as" ; - lin regime_N_regN = regN "regime" ; - lin regiment_N_regN = regN "regiment" ; - lin regiment_V2_regV2 = regV2 "regiment" ; - lin region_N_regN = regN "region" ; - lin regress_V_regV = regV "regress" ; - lin regular_A_longA = longA "regular" ; - lin regulate_V2_regV2 = regV2 "regulate" ; - lin regulation_N_regN = regN "regulation" ; - lin reinforce_V2_regV2 = regV2 "reinforce" ; - lin reject_V2_regV2 = regV2 "reject" ; - lin rejoice_V_regV = regV "rejoice" ; -lin relate_V3_mkV3_to = dirRegV3 "relate" "to" ; - lin related_A_longA = longA "related" ; -lin related_A2_prepA2to_long = prepA2 "related" "to" ; - 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_V3_mkV3_to = dirRegV3 "relegate" "to" ; -lin relevance_N2_prepN2to = prepN2 "relevance" "to" ; - lin relevant_A_longA = longA "relevant" ; -lin relevant_A2_prepA2to_long = prepA2 "relevant" "to" ; - lin reliable_A_longA = longA "reliable" ; - lin relief_N_regN = regN "relief" ; - lin relieve_V2_regV2 = regV2 "relieve" ; - lin religion_N_regN = regN "religion" ; - lin religious_A_longA = longA "religious" ; - lin relinquish_V2_regV2 = regV2 "relinquish" ; - lin reluctance_N_regN = regN "reluctance" ; - 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" ; - lin remark_N_regN = regN "remark" ; - 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_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_V3_mkV3_from = dirRegV3 "remove" "from" ; - lin renaissance_N_regN = regN "renaissance" ; ----- 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" ; - lin rent_N_regN = regN "rent" ; - lin rent_V2_regV2 = regV2 "rent" ; - lin renunciation_N_regN = regN "renunciation" ; - lin repair_N_regN = regN "repair" ; - lin repair_V2_regV2 = regV2 "repair" ; - lin repeat_V2_regV2 = regV2 "repeat" ; - lin repercussion_N_regN = regN "repercussion" ; - lin repetition_N_regN = regN "repetition" ; - lin repetitious_A_longA = longA "repetitious" ; - lin repetitive_A_longA = longA "repetitive" ; - lin replace_V2_regV2 = regV2 "replace" ; - lin replica_N_regN = regN "replica" ; - lin replicate_V2_regV2 = regV2 "replicate" ; - lin reply_N_regN = regN "reply" ; -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 reprehend_V2_regV2 = regV2 "reprehend" ; - lin reprehensible_A_longA = longA "reprehensible" ; -lin represent_V3_mkV3_as = dirRegV3 "represent" "as" ; - 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_prepN2for = prepN2 "request" "for" ; - lin require_V2_regV2 = regV2 "require" ; -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" ; - lin reset_V2_regV2 = regV2 "reset" ; - lin reside_V2_regV2 = regV2 "reside" ; - lin residence_N_regN = regN "residence" ; - lin resident_N_regN = regN "resident" ; - lin residue_N_regN = regN "residue" ; - lin resist_V2_regV2 = regV2 "resist" ; - lin resistant_A_longA = longA "resistant" ; - lin resistence_N_regN = regN "resistence" ; - lin resolute_A_longA = longA "resolute" ; - lin resolution_N_regN = regN "resolution" ; - lin resolve_V2_regV2 = regV2 "resolve" ; - lin resort_N_regN = regN "resort" ; -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_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" ; - lin rest_N_regN = regN "rest" ; - lin rest_V_regV = regV "rest" ; - lin restaurant_N_regN = regN "restaurant" ; -lin restore_V3_mkV3_to = dirRegV3 "restore" "to" ; - lin restrain_V2_regV2 = regV2 "restrain" ; - lin restraint_N_regN = regN "restraint" ; - lin restrict_V_regV = regV "restrict" ; - lin result_N_regN = regN "result" ; - lin result_V_regV = regV "result" ; - lin resume_V2_regV2 = regV2 "resume" ; - lin resumption_V_regV = regV "resumption" ; - lin resurgence_N_regN = regN "resurgence" ; - lin resurgent_A_longA = longA "resurgent" ; - lin resurrect_V2_regV2 = regV2 "resurrect" ; - lin retain_V2_regV2 = regV2 "retain" ; - lin retention_N_regN = regN "retention" ; - lin retract_V_regV = regV "retract" ; - lin retrieve_V2_regV2 = regV2 "retrieve" ; - lin return_N_regN = regN "return" ; - lin return_V2_regV2 = regV2 "return" ; -lin return_V2_prepV2to = prepV2 "return" "to" ; - lin revamp_V2_regV2 = regV2 "revamp" ; - lin reveal_V2_regV2 = regV2 "reveal" ; -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_prepN2of = prepN2 "reverse" "of" ; - lin reversible_A_longA = longA "reversible" ; - lin revise_V_regV = regV "revise" ; - lin revive_V2_regV2 = regV2 "revive" ; - lin revocation_N_regN = regN "revocation" ; - lin revoke_V_regV = regV "revoke" ; - lin revolution_N_regN = regN "revolution" ; - lin revolve_V_regV = regV "revolve" ; - lin reward_V2_regV2 = regV2 "reward" ; -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_V3_mkV3_of = dirRegV3 "rid" "of" ; - lin ride_N_regN = regN "ride" ; - lin ride_V2_regV2 = regV2 "ride" ; - lin ridiculous_A_longA = longA "ridiculous" ; - lin right_A_longA = longA "right" ; - lin right_N_regN = regN "right" ; - lin rigid_A_regA = regA "rigid" ; - 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 ripe_A_regA = regA "ripe" ; - lin rise_N_regN = regN "rise" ; - lin risk_N_regN = regN "risk" ; - lin risk_V_regV = regV "risk" ; - lin rite_N_regN = regN "rite" ; - lin rival_A_longA = longA "rival" ; - lin rival_N_regN = regN "rival" ; - lin rivalry_N_regN = regN "rivalry" ; - lin river_N_regN = regN "river" ; - lin road_N_regN = regN "road" ; - lin roam_V_regV = regV "roam" ; - lin roast_A_longA = longA "roast" ; - lin roast_V2_regV2 = regV2 "roast" ; - lin rob_V2_regV2 = regV2 "rob" ; - lin robot_N_regN = regN "robot" ; - lin robust_A_longA = longA "robust" ; - lin rock_N_regN = regN "rock" ; - lin rock_V2_regV2 = regV2 "rock" ; - lin rock_V_regV = regV "rock" ; - lin rod_N_regN = regN "rod" ; - lin role_N_regN = regN "role" ; - lin roll_V_regV = regV "roll" ; - lin romance_N_regN = regN "romance" ; - lin romantic_A_longA = longA "romantic" ; - lin romantic_N_regN = regN "romantic" ; - lin roof_N_regN = regN "roof" ; - lin room_N_regN = regN "room" ; - lin root_N_regN = regN "root" ; - lin rope_N_regN = regN "rope" ; - lin rose_N_regN = regN "rose" ; - lin rot_V_regV = regV "rot" ; - lin rotten_A_regA = regA "rotten" ; - lin rough_A_regA = regA "rough" ; - lin round_A_regA = regA "round" ; - lin route_N_regN = regN "route" ; - lin routine_A_longA = longA "routine" ; - lin routine_N_regN = regN "routine" ; - lin row_N_regN = regN "row" ; - lin row_V_regV = regV "row" ; - lin royal_A_regA = regA "royal" ; - lin royalty_N_regN = regN "royalty" ; - lin rub_V_regV = regV "rub" ; - lin rubber_N_regN = regN "rubber" ; - lin rubbish_N_regN = regN "rubbish" ; - lin rude_A_regA = regA "rude" ; -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" ; - lin rule_N_regN = regN "rule" ; - lin rule_V2_regV2 = regV2 "rule" ; - lin ruler_N_regN = regN "ruler" ; - lin rump_N_regN = regN "rump" ; - lin run_N_regN = regN "run" ; - lin rush_N_regN = regN "rush" ; - lin russian_A_longA = longA "russian" ; - lin russian_N_regN = regN "russian" ; - lin sabbatical_A_longA = longA "sabbatical" ; - lin sad_A_regA = regA "sad" ; - lin safe_N_regN = regN "safe" ; - lin safe_A_regA = regA "safe" ; -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" ; - lin saintly_A_regA = regA "saintly" ; - lin sake_N_regN = regN "sake" ; - lin salad_N_regN = regN "salad" ; - lin sale_N_regN = regN "sale" ; - lin salient_A_longA = longA "salient" ; - lin saline_A_longA = longA "saline" ; - lin salt_N_regN = regN "salt" ; - lin same_A_longA = longA "same" ; - lin sample_N_regN = regN "sample" ; - lin sanction_N_regN = regN "sanction" ; - lin sanction_V2_regV2 = regV2 "sanction" ; - lin sand_N_regN = regN "sand" ; - lin Sandy_PN_regPN = regPN "Sandy" ; - lin sane_A_regA = regA "sane" ; - lin sat_V_regV = regV "sat" ; - lin sat_V2_regV2 = regV2 "sat" ; - lin satanic_A_longA = longA "satanic" ; - lin satisfaction_N_regN = regN "satisfaction" ; - lin satisfactory_A_longA = longA "satisfactory" ; - lin satisfy_V2_regV2 = regV2 "satisfy" ; - lin Saturday_PN_regPN = regPN "Saturday" ; - lin sauce_N_regN = regN "sauce" ; - lin saucer_N_regN = regN "saucer" ; - lin saucy_A_regA = regA "saucy" ; - lin sausage_N_regN = regN "sausage" ; - lin save_V2_regV2 = regV2 "save" ; - 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 scale_N_regN = regN "scale" ; - lin scan_V2_regV2 = regV2 "scan" ; - lin scarce_A_regA = regA "scarce" ; - lin scare_V2_regV2 = regV2 "scare" ; - lin scatter_V2_regV2 = regV2 "scatter" ; - lin scenario_N_regN = regN "scenario" ; - lin scene_N_regN = regN "scene" ; - lin sceptic_N_regN = regN "sceptic" ; - lin schedule_N_regN = regN "schedule" ; - lin schedule_V2_regV2 = regV2 "schedule" ; - lin schema_N_regN = regN "schema" ; - lin schemata_N_regN = regN "schemata" ; - lin schematic_A_regA = regA "schematic" ; - lin scheme_N_regN = regN "scheme" ; - lin scholastic_A_longA = longA "scholastic" ; - lin school_N_regN = regN "school" ; - lin science_N_regN = regN "science" ; - lin scientific_A_longA = longA "scientific" ; - lin scientist_N_regN = regN "scientist" ; - lin scissors_N_regN = regN "scissors" ; - lin scold_V_regV = regV "scold" ; - lin scope_N_regN = regN "scope" ; - lin score_N_regN = regN "score" ; - lin score_V_regV = regV "score" ; -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_V3_mkV3_to = dirRegV3 "screw" "to" ; - lin screw_V_regV = regV "screw" ; - lin script_N_regN = regN "script" ; - lin scrupulous_A_longA = longA "scrupulous" ; - lin scrutiny_N_regN = regN "scrutiny" ; - lin sea_N_regN = regN "sea" ; - lin search_N_regN = regN "search" ; - lin search_V2_regV2 = regV2 "search" ; -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" ; - lin second_N_regN = regN "second" ; - lin secrecy_N_regN = regN "secrecy" ; - lin secret_A_longA = longA "secret" ; - lin secret_N_regN = regN "secret" ; - lin secretary_N_regN = regN "secretary" ; - lin section_N_regN = regN "section" ; - lin secure_V2_regV2 = regV2 "secure" ; - lin secure_A_regA = regA "secure" ; -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 seem_V_regV = regV "seem" ; - lin seem_V_regV = regV "seem" ; - lin seem_V_regV = regV "seem" ; - lin segment_N_regN = regN "segment" ; - lin segment_V2_regV2 = regV2 "segment" ; - lin seize_V2_regV2 = regV2 "seize" ; - 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 selves_N_regN = regN "selves" ; - lin semantic_A_longA = longA "semantic" ; - lin semantics_N_regN = regN "semantics" ; -lin send_V3_irreg = dirdirV3 send_V ; -lin send_V3_mkV3_to = dirV3 send_V (mkPrep "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 sensible_A_longA = longA "sensible" ; - lin sensitive_A_longA = longA "sensitive" ; -lin sensitive_A2_prepA2to_long = prepA2 "sensitive" "to" ; - lin sensory_A_longA = longA "sensory" ; - lin sentence_N_regN = regN "sentence" ; - lin separate_V2_regV2 = regV2 "separate" ; -lin separate_V3_mkV3_from = dirRegV3 "separate" "from" ; - lin separate_A_longA = longA "separate" ; -lin separate_A2_prepA2from_long = prepA2 "separate" "from" ; - lin September_PN_regPN = regPN "September" ; -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" ; - lin serious_A_longA = longA "serious" ; - lin servant_N_regN = regN "servant" ; - lin serve_V2_regV2 = regV2 "serve" ; - lin service_N_regN = regN "service" ; - lin session_N_regN = regN "session" ; - lin set_N_regN = regN "set" ; -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 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 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_V3_mkV3_with = dirRegV3 "share" "with" ; - lin sharp_A_regA = regA "sharp" ; - lin shatter_V2_regV2 = regV2 "shatter" ; - lin shave_N_regN = regN "shave" ; - lin shave_V2_regV2 = regV2 "shave" ; - lin shave_V_regV = regV "shave" ; - lin shaven_A_longA = longA "shaven" ; - 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 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" ; - lin shelve_V2_regV2 = regV2 "shelve" ; - lin shelves_N_regN = regN "shelves" ; - lin shift_V_regV = regV "shift" ; - lin shine_V_regV = regV "shine" ; - lin ship_N_regN = regN "ship" ; - lin shirt_N_regN = regN "shirt" ; - 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 shop_N_regN = regN "shop" ; - lin shore_N_regN = regN "shore" ; - lin short_A_regA = regA "short" ; - lin shortcoming_N_regN = regN "shortcoming" ; - lin shot_N_regN = regN "shot" ; - lin should_V_regV = regV "should" ; - lin shoulder_N_regN = regN "shoulder" ; - lin shoulder_V2_regV2 = regV2 "shoulder" ; - 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 sibling_N_regN = regN "sibling" ; -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" ; - lin sideways_A_longA = longA "sideways" ; - lin sight_N_regN = regN "sight" ; - lin sign_N_regN = regN "sign" ; - lin sign_V2_regV2 = regV2 "sign" ; - lin signal_N_regN = regN "signal" ; -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" ; - lin signify_V2_regV2 = regV2 "signify" ; - lin silence_N_regN = regN "silence" ; - lin silent_A_longA = longA "silent" ; - lin silk_A_longA = longA "silk" ; - lin silk_N_regN = regN "silk" ; - lin silly_A_regA = regA "silly" ; - lin silver_N_regN = regN "silver" ; - lin similar_A_longA = longA "similar" ; -lin similar_A2_prepA2to_long = prepA2 "similar" "to" ; - 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 single_A_longA = longA "single" ; - lin singular_A_longA = longA "singular" ; -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" ; - lin situation_N_regN = regN "situation" ; - lin size_N_regN = regN "size" ; - lin skate_N_regN = regN "skate" ; - lin skate_V_regV = regV "skate" ; - lin skeletal_A_longA = longA "skeletal" ; - lin skeleton_N_regN = regN "skeleton" ; - lin sketch_N_regN = regN "sketch" ; - lin sketch_V2_regV2 = regV2 "sketch" ; - lin skilful_A_longA = longA "skilful" ; - lin skill_N_regN = regN "skill" ; - lin skilled_A_longA = longA "skilled" ; - lin skin_N_regN = regN "skin" ; - lin skip_V2_regV2 = regV2 "skip" ; - lin skip_V_regV = regV "skip" ; - lin skirt_N_regN = regN "skirt" ; - lin sky_N_regN = regN "sky" ; - lin slash_N_regN = regN "slash" ; - lin slave_N_regN = regN "slave" ; - lin sledge_N_regN = regN "sledge" ; - lin sleep_N_regN = regN "sleep" ; - lin slide_V_regV = regV "slide" ; - lin slight_A_regA = regA "slight" ; - lin slight_N_regN = regN "slight" ; - lin slim_A_regA = regA "slim" ; - lin slim_V_regV = regV "slim" ; - lin slip_V_regV = regV "slip" ; - lin slip_N_regN = regN "slip" ; - lin slipper_N_regN = regN "slipper" ; - lin slippery_A_regA = regA "slippery" ; - lin sloe_N_regN = regN "sloe" ; - lin slope_N_regN = regN "slope" ; - lin slot_N_regN = regN "slot" ; - lin slow_A_regA = regA "slow" ; - lin small_A_regA = regA "small" ; - lin smart_A_regA = regA "smart" ; - lin smell_N_regN = regN "smell" ; - lin smell_V2_regV2 = regV2 "smell" ; - lin smell_V_regV = regV "smell" ; - lin smelt_V2_regV2 = regV2 "smelt" ; - lin smile_N_regN = regN "smile" ; - lin smile_V_regV = regV "smile" ; - lin smoke_N_regN = regN "smoke" ; - lin smoke_V_regV = regV "smoke" ; - lin smooth_A_regA = regA "smooth" ; - lin smooth_V2_regV2 = regV2 "smooth" ; - lin snake_N_regN = regN "snake" ; - lin snap_V2_regV2 = regV2 "snap" ; - lin snap_V_regV = regV "snap" ; - 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" ; - lin sock_N_regN = regN "sock" ; - lin sodium_N_regN = regN "sodium" ; - lin soft_A_regA = regA "soft" ; - lin software_N_regN = regN "software" ; - lin soil_N_regN = regN "soil" ; - lin soldier_N_regN = regN "soldier" ; - lin sole_A_longA = longA "sole" ; - lin sole_N_regN = regN "sole" ; - lin solemn_A_longA = longA "solemn" ; - lin solid_A_regA = regA "solid" ; - lin solid_N_regN = regN "solid" ; - lin soliloquies_N_regN = regN "soliloquies" ; - lin soliloquy_N_regN = regN "soliloquy" ; - lin solo_A_longA = longA "solo" ; - lin solo_N_regN = regN "solo" ; - lin solution_N_regN = regN "solution" ; - lin solve_V2_regV2 = regV2 "solve" ; - lin somehow_Adv_mkAdv = mkAdv "somehow" ; - lin sometimes_Adv_mkAdv = mkAdv "sometimes" ; - lin somewhat_Adv_mkAdv = mkAdv "somewhat" ; - lin somewhere_Adv_mkAdv = mkAdv "somewhere" ; -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" ; - lin sophisticated_A_longA = longA "sophisticated" ; - lin sophistication_N_regN = regN "sophistication" ; - lin sore_A_regA = regA "sore" ; - lin sore_N_regN = regN "sore" ; - lin sorrow_N_regN = regN "sorrow" ; - lin sorry_A_regA = regA "sorry" ; -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" ; - lin sound_A_regA = regA "sound" ; - lin sound_N_regN = regN "sound" ; - lin sound_V_regV = regV "sound" ; - lin soup_N_regN = regN "soup" ; - lin sour_A_regA = regA "sour" ; - lin source_N_regN = regN "source" ; - lin south_N_regN = regN "south" ; - lin south_A_longA = longA "south" ; -lin south_A2_prepA2of_long = prepA2 "south" "of" ; - lin southern_A_longA = longA "southern" ; - lin space_N_regN = regN "space" ; - lin spade_N_regN = regN "spade" ; - lin Spain_PN_regPN = regPN "Spain" ; - lin span_V2_regV2 = regV2 "span" ; - lin spanish_A_regA = regA "spanish" ; - lin spare_A_longA = longA "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" ; - lin spear_N_regN = regN "spear" ; - lin spear_V2_regV2 = regV2 "spear" ; - lin special_A_longA = longA "special" ; - lin specialist_N_regN = regN "specialist" ; - lin specific_A_longA = longA "specific" ; -lin specific_A2_prepA2to_long = prepA2 "specific" "to" ; - lin specifically_Adv_mkAdv = mkAdv "specifically" ; - lin specify_V2_regV2 = regV2 "specify" ; - lin spectacle_N_regN = regN "spectacle" ; - lin spectacles_N_regN = regN "spectacles" ; - lin spectacular_A_longA = longA "spectacular" ; - lin spectra_N_regN = regN "spectra" ; - lin spectral_A_longA = longA "spectral" ; - lin spectrum_N_regN = regN "spectrum" ; - lin speculate_V_regV = regV "speculate" ; - lin speech_N_regN = regN "speech" ; - lin speed_N_regN = regN "speed" ; - lin spell_N_regN = regN "spell" ; - lin spell_V2_irreg = dirV2 (regV "spell") ; - 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" ; - lin splendid_A_longA = longA "splendid" ; - lin splendour_N_regN = regN "splendour" ; - lin split_N_regN = regN "split" ; - lin spoil_V2_regV2 = regV2 "spoil" ; - lin spoke_N_regN = regN "spoke" ; - lin spokesman_N_regN = regN "spokesman" ; - lin spoon_N_regN = regN "spoon" ; - lin sport_N_regN = regN "sport" ; - 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 spur_N_regN = regN "spur" ; - lin spurious_A_longA = longA "spurious" ; - lin square_A_regA = regA "square" ; - lin square_N_regN = regN "square" ; - lin stable_A_regA = regA "stable" ; - lin stable_N_regN = regN "stable" ; - lin stack_N_regN = regN "stack" ; - lin stack_V2_regV2 = regV2 "stack" ; - lin staff_N_regN = regN "staff" ; - lin staff_V2_regV2 = regV2 "staff" ; - lin stag_N_regN = regN "stag" ; - lin stage_N_regN = regN "stage" ; - lin stage_V2_regV2 = regV2 "stage" ; - lin stain_N_regN = regN "stain" ; - lin stain_V2_regV2 = regV2 "stain" ; - lin stair_N_regN = regN "stair" ; - lin stake_N_regN = regN "stake" ; - lin stamp_N_regN = regN "stamp" ; - lin stance_N_regN = regN "stance" ; - lin stand_V_regV = regV "stand" ; - lin standard_A_longA = longA "standard" ; - lin standard_N_regN = regN "standard" ; - lin star_N_regN = regN "star" ; - lin stare_N_regN = regN "stare" ; -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" ; - lin startle_V2_regV2 = regV2 "startle" ; - lin state_N_regN = regN "state" ; - lin state_V_regV = regV "state" ; - lin static_A_longA = longA "static" ; - lin station_N_regN = regN "station" ; - lin stationary_A_longA = longA "stationary" ; - lin stationer_N_regN = regN "stationer" ; - lin stationery_N_regN = regN "stationery" ; - lin statistic_N_regN = regN "statistic" ; - lin statistical_A_longA = longA "statistical" ; - lin statistics_N_regN = regN "statistics" ; - lin statistics_N_regN = regN "statistics" ; - lin stative_A_longA = longA "stative" ; - lin statue_N_regN = regN "statue" ; - lin stature_N_regN = regN "stature" ; - lin status_N_regN = regN "status" ; - lin stay_N_regN = regN "stay" ; - lin stay_V_regV = regV "stay" ; - lin steady_A_regA = regA "steady" ; -lin steal_V3_mkV3_from = dirRegV3 "steal" "from" ; - lin steam_N_regN = regN "steam" ; - lin steam_V_regV = regV "steam" ; - lin steel_N_regN = regN "steel" ; - lin steel_V_regV = regV "steel" ; - lin steep_A_regA = regA "steep" ; - lin steeple_N_regN = regN "steeple" ; - lin steer_N_regN = regN "steer" ; - lin steer_V2_regV2 = regV2 "steer" ; - lin stem_N_regN = regN "stem" ; - lin stem_V2_regV2 = regV2 "stem" ; - lin step_N_regN = regN "step" ; - lin step_V2_regV2 = regV2 "step" ; - lin sterile_A_longA = longA "sterile" ; - lin stick_N_regN = regN "stick" ; -lin stick_V2_mkV2_to = mkV2 stick_V (mkPrep "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 stitch_N_regN = regN "stitch" ; - lin stitch_V2_regV2 = regV2 "stitch" ; - lin stock_N_regN = regN "stock" ; - lin stock_V2_regV2 = regV2 "stock" ; - lin stocking_N_regN = regN "stocking" ; - lin stomach_N_regN = regN "stomach" ; - lin stone_N_regN = regN "stone" ; - lin stool_N_regN = regN "stool" ; - lin stoop_V_regV = regV "stoop" ; - lin stop_N_regN = regN "stop" ; - lin stop_V2_regV2 = regV2 "stop" ; - lin stop_V_regV = regV "stop" ; - lin storage_N_regN = regN "storage" ; - lin store_N_regN = regN "store" ; - lin store_V2_regV2 = regV2 "store" ; - lin storm_N_regN = regN "storm" ; - lin story_N_regN = regN "story" ; - lin straight_A_regA = regA "straight" ; - lin straightforward_A_longA = longA "straightforward" ; - lin strain_N_regN = regN "strain" ; - lin strain_V2_regV2 = regV2 "strain" ; - lin strand_V2_regV2 = regV2 "strand" ; - lin strange_A_regA = regA "strange" ; - lin stranger_N_regN = regN "stranger" ; - lin strata_N_regN = regN "strata" ; - lin strategy_N_regN = regN "strategy" ; - lin stratum_N_regN = regN "stratum" ; - lin straw_N_regN = regN "straw" ; - lin strawberry_N_regN = regN "strawberry" ; - lin stray_A_regA = regA "stray" ; - lin stray_V_regV = regV "stray" ; - lin stream_N_regN = regN "stream" ; - lin streamlined_A_longA = longA "streamlined" ; - lin street_N_regN = regN "street" ; - lin strength_N_regN = regN "strength" ; - lin strengthen_V2_regV2 = regV2 "strengthen" ; - 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 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_for = mkV2 strive_V (mkPrep "for") ; - lin stroke_N_regN = regN "stroke" ; - lin stroke_V2_regV2 = regV2 "stroke" ; - lin strong_A_regA = regA "strong" ; - lin structuralism_N_regN = regN "structuralism" ; - lin structuralist_N_regN = regN "structuralist" ; - lin structure_N_regN = regN "structure" ; - lin struggle_N_regN = regN "struggle" ; -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" ; - lin stuff_N_regN = regN "stuff" ; - lin stuff_V2_regV2 = regV2 "stuff" ; - lin stupid_A_regA = regA "stupid" ; - lin stupor_N_regN = regN "stupor" ; - lin stutter_V_regV = regV "stutter" ; - lin style_N_regN = regN "style" ; - lin stylistic_A_longA = longA "stylistic" ; - lin suave_A_regA = regA "suave" ; - lin subcategorize_V_regV = regV "subcategorize" ; - lin subjacency_N_regN = regN "subjacency" ; - lin subjacent_A_longA = longA "subjacent" ; - lin subjacent_A_longA = longA "subjacent" ; -lin subject_V3_mkV3_to = dirRegV3 "subject" "to" ; - 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_prepV2to = prepV2 "submit" "to" ; - lin subordinate_A_longA = longA "subordinate" ; - lin subordinate_V2_regV2 = regV2 "subordinate" ; - lin subsequent_A_longA = longA "subsequent" ; - lin subservient_A_longA = longA "subservient" ; - lin substance_N_regN = regN "substance" ; - lin substantial_A_longA = longA "substantial" ; - lin substantive_A_longA = longA "substantive" ; -lin substitute_V3_mkV3_for = dirRegV3 "substitute" "for" ; - 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_V3_mkV3_from = dirRegV3 "subtract" "from" ; -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_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_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_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" ; - lin suite_N_regN = regN "suite" ; - lin sum_N_regN = regN "sum" ; - lin summer_N_regN = regN "summer" ; - lin sun_N_regN = regN "sun" ; - lin Sunday_PN_regPN = regPN "Sunday" ; - lin sunshine_N_regN = regN "sunshine" ; - lin super_A_longA = longA "super" ; - lin superficial_A_longA = longA "superficial" ; - lin superior_A_longA = longA "superior" ; - lin supersede_V2_regV2 = regV2 "supersede" ; - lin supervisor_N_regN = regN "supervisor" ; - lin supper_N_regN = regN "supper" ; - lin supplement_V2_regV2 = regV2 "supplement" ; - lin supplement_N_regN = regN "supplement" ; - lin supplementary_A_longA = longA "supplementary" ; - lin suppletion_N_regN = regN "suppletion" ; - lin suppletive_A_longA = longA "suppletive" ; - lin supply_V2_regV2 = regV2 "supply" ; -lin supply_V3_mkV3_to = dirRegV3 "supply" "to" ; -lin supply_V3_mkV3_with = dirRegV3 "supply" "with" ; - 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 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" ; - lin surgery_N_regN = regN "surgery" ; - lin surgical_A_longA = longA "surgical" ; - lin surmount_V2_regV2 = regV2 "surmount" ; - lin surprise_V_regV = regV "surprise" ; - lin surprise_V_regV = regV "surprise" ; - lin surprise_V2_regV2 = regV2 "surprise" ; - lin surprise_N_regN = regN "surprise" ; - lin surround_V2_regV2 = regV2 "surround" ; - lin survey_V2_regV2 = regV2 "survey" ; - lin survey_N_regN = regN "survey" ; - 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_N_regN = regN "suspect" ; - lin suspend_V2_regV2 = regV2 "suspend" ; - lin suspense_N_regN = regN "suspense" ; - lin suspicion_N_regN = regN "suspicion" ; - lin suspicious_A_longA = longA "suspicious" ; - lin sustain_V2_regV2 = regV2 "sustain" ; - lin sustenance_N_regN = regN "sustenance" ; - lin swallow_V2_regV2 = regV2 "swallow" ; - lin swan_N_regN = regN "swan" ; -lin swap_V3_mkV3_for = dirRegV3 "swap" "for" ; - lin swear_VS_mkVS = regVS "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 sweet_N_regN = regN "sweet" ; - lin swift_A_regA = regA "swift" ; - lin swift_N_regN = regN "swift" ; - lin swim_N_regN = regN "swim" ; - lin swiss_A_longA = longA "swiss" ; - lin switch_V2_regV2 = regV2 "switch" ; - lin switch_N_regN = regN "switch" ; - lin Switzerland_PN_regPN = regPN "Switzerland" ; - lin sword_N_regN = regN "sword" ; - lin syllabic_A_longA = longA "syllabic" ; - lin syllable_N_regN = regN "syllable" ; - lin syllogism_N_regN = regN "syllogism" ; - lin symbol_N_regN = regN "symbol" ; - lin symmetry_N_regN = regN "symmetry" ; - lin sympathetic_A_longA = longA "sympathetic" ; -lin sympathetic_A2_prepA2to_long = prepA2 "sympathetic" "to" ; -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_A_longA = longA "synonymous" ; -lin synonymous_A2_prepA2with_long = prepA2 "synonymous" "with" ; - lin synonymy_N_regN = regN "synonymy" ; - lin synopsis_N_regN = regN "synopsis" ; - lin synoptic_A_longA = longA "synoptic" ; - lin syntactic_A_longA = longA "syntactic" ; - lin syntax_N_regN = regN "syntax" ; - lin syntheses_N_regN = regN "syntheses" ; - lin synthesis_N_regN = regN "synthesis" ; - lin synthesize_V2_regV2 = regV2 "synthesize" ; - lin synthetic_A_longA = longA "synthetic" ; - lin system_N_regN = regN "system" ; - lin systematic_A_longA = longA "systematic" ; - lin systematically_A_longA = longA "systematically" ; - lin systematize_V2_regV2 = regV2 "systematize" ; - lin table_N_regN = regN "table" ; - lin tabular_A_longA = longA "tabular" ; - lin tabulate_V2_regV2 = regV2 "tabulate" ; - lin tacit_A_longA = longA "tacit" ; - lin tack_N_regN = regN "tack" ; - lin tackle_V2_regV2 = regV2 "tackle" ; - lin tact_N_regN = regN "tact" ; - lin tactic_N_regN = regN "tactic" ; - lin tag_V2_regV2 = regV2 "tag" ; - 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 tale_N_regN = regN "tale" ; - lin talent_N_regN = regN "talent" ; - lin talented_A_longA = longA "talented" ; -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" ; - lin tangent_N_regN = regN "tangent" ; - lin tangle_V2_regV2 = regV2 "tangle" ; - lin tank_N_regN = regN "tank" ; - lin tap_V2_regV2 = regV2 "tap" ; - lin tap_N_regN = regN "tap" ; - lin tape_V2_regV2 = regV2 "tape" ; - lin tape_N_regN = regN "tape" ; - lin target_N_regN = regN "target" ; - lin task_N_regN = regN "task" ; - lin taste_V2_regV2 = regV2 "taste" ; -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" ; - lin tax_N_regN = regN "tax" ; - lin taxi_N_regN = regN "taxi" ; - 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_N_regN = regN "tear" ; - lin tease_V2_regV2 = regV2 "tease" ; - lin technical_A_longA = longA "technical" ; - lin technician_Adv_mkAdv = mkAdv "technician" ; - lin technique_N_regN = regN "technique" ; - lin technology_N_regN = regN "technology" ; - lin tedious_A_longA = longA "tedious" ; - lin tedium_N_regN = regN "tedium" ; -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" ; - lin telegraph_N_regN = regN "telegraph" ; - lin telephone_V2_regV2 = regV2 "telephone" ; - lin telephone_N_regN = regN "telephone" ; - lin telescope_N_regN = regN "telescope" ; - lin television_N_regN = regN "television" ; -lin tell_V2_irreg = dirV2 tell_V ; -lin temper_V3_mkV3_with = dirRegV3 "temper" "with" ; - lin temper_N_regN = regN "temper" ; - lin temperature_N_regN = regN "temperature" ; - lin template_N_regN = regN "template" ; - lin temple_N_regN = regN "temple" ; - lin temporal_A_longA = longA "temporal" ; - lin temporary_A_longA = longA "temporary" ; - lin tempt_V2_regV2 = regV2 "tempt" ; - lin tend_V_regV = regV "tend" ; -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" ; - lin tenon_N_regN = regN "tenon" ; - lin tenor_N_regN = regN "tenor" ; - lin tense_A_regA = regA "tense" ; - lin tense_N_regN = regN "tense" ; - lin tensed_A_longA = longA "tensed" ; - lin tension_N_regN = regN "tension" ; - lin tent_N_regN = regN "tent" ; - lin tentative_A_longA = longA "tentative" ; ----- 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" ; - lin terminate_V_regV = regV "terminate" ; - lin terminology_N_regN = regN "terminology" ; - lin terrace_N_regN = regN "terrace" ; - lin terrestrial_A_longA = longA "terrestrial" ; - lin terrible_A_longA = longA "terrible" ; - lin terrify_V2_regV2 = regV2 "terrify" ; - lin territory_N_regN = regN "territory" ; - lin terror_N_regN = regN "terror" ; - lin terse_A_regA = regA "terse" ; - lin test_V2_regV2 = regV2 "test" ; - lin test_N_regN = regN "test" ; - lin testimony_N_regN = regN "testimony" ; - lin text_N_regN = regN "text" ; - lin textbook_N_regN = regN "textbook" ; - lin thank_V2_regV2 = regV2 "thank" ; - lin thanks_N_regN = regN "thanks" ; - lin theatre_N_regN = regN "theatre" ; - lin theatrical_A_longA = longA "theatrical" ; - lin thematic_A_longA = longA "thematic" ; - lin thematically_Adv_mkAdv = mkAdv "thematically" ; - lin theme_N_regN = regN "theme" ; - lin then_Adv_mkAdv = mkAdv "then" ; - lin theorem_N_regN = regN "theorem" ; - lin theoretic_A_longA = longA "theoretic" ; - lin theoretical_A_longA = longA "theoretical" ; - lin theoretically_Adv_mkAdv = mkAdv "theoretically" ; - 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" ; - lin thick_A_regA = regA "thick" ; - lin thief_N_regN = regN "thief" ; - 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 third_N_regN = regN "third" ; -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_V3_mkV3_with = dirRegV3 "threaten" "with" ; - 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 = dirRegV3 "throw" "in" ; - lin throw_N_regN = regN "throw" ; -lin thrown_V3_mkV3_loc = dirRegV3 "thrown" "in" ; -lin thrust_V3_mkV3_loc = dirRegV3 "thrust" "in" ; - lin thrust_N_regN = regN "thrust" ; - lin thumb_N_regN = regN "thumb" ; - lin thunder_N_regN = regN "thunder" ; - lin Thursday_PN_regPN = regPN "Thursday" ; - lin thus_Subj_mkSubj = mkSubj "thus" ; - lin ticket_N_regN = regN "ticket" ; - lin tidy_V2_regV2 = regV2 "tidy" ; - lin tidy_A_regA = regA "tidy" ; -lin tie_V3_mkV3_to = dirRegV3 "tie" "to" ; - lin tie_N_regN = regN "tie" ; - lin tiger_N_regN = regN "tiger" ; - lin tight_A_regA = regA "tight" ; - lin till_V2_regV2 = regV2 "till" ; - lin till_N_regN = regN "till" ; - lin till_Adv_mkAdv = mkAdv "till" ; - lin time_V2_regV2 = regV2 "time" ; - lin time_N_regN = regN "time" ; - lin timely_A_regA = regA "timely" ; - lin timetable_N_regN = regN "timetable" ; - lin tin_N_regN = regN "tin" ; -lin tinker_V2_prepV2with = prepV2 "tinker" "with" ; - lin tinker_N_regN = regN "tinker" ; - lin tip_N_regN = regN "tip" ; -lin tire_V2_prepV2of = prepV2 "tire" "of" ; - lin title_N_regN = regN "title" ; - lin to_Prep_mkPrep = mkPrep "to" ; - lin toad_N_regN = regN "toad" ; - lin toast_N_regN = regN "toast" ; - lin toast_V2_regV2 = regV2 "toast" ; - lin tobacco_N_regN = regN "tobacco" ; - 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" ; - lin toll_V_regV = regV "toll" ; - lin toll_N_regN = regN "toll" ; - lin tomato_N_regN = regN "tomato" ; - lin tomb_N_regN = regN "tomb" ; - lin tomorrow_Adv_mkAdv = mkAdv "tomorrow" ; - lin ton_N_regN = regN "ton" ; - lin tone_N_regN = regN "tone" ; - lin tongs_N_regN = regN "tongs" ; - lin tongue_N_regN = regN "tongue" ; - lin tonight_Adv_mkAdv = mkAdv "tonight" ; - lin tonne_N_regN = regN "tonne" ; - lin tool_N_regN = regN "tool" ; - lin tooth_N_regN = regN "tooth" ; - lin top_N_regN = regN "top" ; - lin topic_N_regN = regN "topic" ; - lin topology_N_regN = regN "topology" ; - lin torrent_N_regN = regN "torrent" ; - lin torrential_A_longA = longA "torrential" ; - lin toss_V2_regV2 = regV2 "toss" ; - lin total_A_longA = longA "total" ; - lin total_N_regN = regN "total" ; - 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" ; - lin tow_V2_regV2 = regV2 "tow" ; - lin towards_Prep_mkPrep = mkPrep "towards" ; - lin tower_N_regN = regN "tower" ; - lin town_N_regN = regN "town" ; - lin toxic_A_longA = longA "toxic" ; - lin toy_N_regN = regN "toy" ; - lin trace_V2_regV2 = regV2 "trace" ; - lin trace_N_regN = regN "trace" ; - lin track_V2_regV2 = regV2 "track" ; - lin track_N_regN = regN "track" ; - lin tract_N_regN = regN "tract" ; - lin tractable_A_longA = longA "tractable" ; - lin trade_N_regN = regN "trade" ; - lin tradition_N_regN = regN "tradition" ; - lin traffic_N_regN = regN "traffic" ; -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" ; - lin train_N_regN = regN "train" ; - lin tramp_N_regN = regN "tramp" ; - lin tranquil_A_longA = longA "tranquil" ; - lin transaction_N_regN = regN "transaction" ; - lin transcendental_A_longA = longA "transcendental" ; - lin transcribe_V2_regV2 = regV2 "transcribe" ; - lin transcript_N_regN = regN "transcript" ; - lin transcription_N_regN = regN "transcription" ; -lin transfer_V3_mkV3_to = dirRegV3 "transfer" "to" ; - lin transform_V2_regV2 = regV2 "transform" ; - lin transience_N_regN = regN "transience" ; - lin transient_A_longA = longA "transient" ; - lin transistor_N_regN = regN "transistor" ; - lin transit_N_regN = regN "transit" ; - lin transitive_A_longA = longA "transitive" ; - lin transitory_A_longA = longA "transitory" ; -lin translate_V3_mkV3_into = dirRegV3 "translate" "into" ; - lin transmit_V2_regV2 = regV2 "transmit" ; - lin transparency_N_regN = regN "transparency" ; - lin transparent_A_longA = longA "transparent" ; - lin transport_V2_regV2 = regV2 "transport" ; - lin transport_N_regN = regN "transport" ; - lin trap_V2_regV2 = regV2 "trap" ; - lin trap_N_regN = regN "trap" ; - lin travel_V2_regV2 = regV2 "travel" ; - lin travel_N_regN = regN "travel" ; - lin traverse_V2_regV2 = regV2 "traverse" ; - lin tray_N_regN = regN "tray" ; -lin treat_V3_mkV3_as = dirRegV3 "treat" "as" ; - lin treatment_N_regN = regN "treatment" ; - lin treble_A_longA = longA "treble" ; - lin treble_V2_regV2 = regV2 "treble" ; - lin tree_N_regN = regN "tree" ; - lin tremble_V_regV = regV "tremble" ; - lin triangle_N_regN = regN "triangle" ; - lin triangular_A_longA = longA "triangular" ; - lin tribe_N_regN = regN "tribe" ; - lin trick_V2_regV2 = regV2 "trick" ; - lin trick_N_regN = regN "trick" ; -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" ; - lin trip_V_regV = regV "trip" ; - lin trip_N_regN = regN "trip" ; - lin triple_A_longA = longA "triple" ; - lin triple_V2_regV2 = regV2 "triple" ; - lin triple_N_regN = regN "triple" ; - lin triple_N_regN = regN "triple" ; - lin triumph_V_regV = regV "triumph" ; - lin triumph_N_regN = regN "triumph" ; - lin trivial_A_longA = longA "trivial" ; - lin troops_N_regN = regN "troops" ; - lin tropic_N_regN = regN "tropic" ; - lin trouble_V2_regV2 = regV2 "trouble" ; - lin trouble_N_regN = regN "trouble" ; - lin troublesome_A_longA = longA "troublesome" ; - lin trousers_N_regN = regN "trousers" ; - lin truck_N_regN = regN "truck" ; - lin true_A_regA = regA "true" ; - lin truncate_V2_regV2 = regV2 "truncate" ; - lin trunk_N_regN = regN "trunk" ; - lin trust_V2_regV2 = regV2 "trust" ; - lin trust_N_regN = regN "trust" ; - lin truth_N_regN = regN "truth" ; - lin try_V2_regV2 = regV2 "try" ; - lin try_V_regV = regV "try" ; - lin tub_N_regN = regN "tub" ; - lin tube_N_regN = regN "tube" ; -lin tuck_V3_mkV3_in = dirRegV3 "tuck" "in" ; - lin Tuesday_PN_regPN = regPN "Tuesday" ; - lin tuition_N_regN = regN "tuition" ; - lin tumble_V_regV = regV "tumble" ; - lin tune_V2_regV2 = regV2 "tune" ; - lin tune_N_regN = regN "tune" ; - lin turn_V3_mkV3 = dirRegV3 "turn" "to" ; -----lin turn_V3_mkV3 = dirRegV3 "turn" "mkV3" - lin turn_V_regV = regV "turn" ; - lin turn_N_regN = regN "turn" ; - lin turtle_N_regN = regN "turtle" ; - lin tutor_N_regN = regN "tutor" ; - lin twice_Adv_mkAdv = mkAdv "twice" ; - lin twiddle_V2_regV2 = regV2 "twiddle" ; - lin twin_N_regN = regN "twin" ; - lin twist_V2_regV2 = regV2 "twist" ; - lin twist_N_regN = regN "twist" ; - lin type_V2_regV2 = regV2 "type" ; - lin type_N_regN = regN "type" ; - lin typical_A_longA = longA "typical" ; -lin typical_A2_prepA2of_long = prepA2 "typical" "of" ; - lin tyre_N_regN = regN "tyre" ; - lin ugly_A_regA = regA "ugly" ; - lin ulcer_N_regN = regN "ulcer" ; - lin ultimate_A_longA = longA "ultimate" ; - lin ultimatum_N_regN = regN "ultimatum" ; - lin unary_A_longA = longA "unary" ; - lin uncertainty_N_regN = regN "uncertainty" ; -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" ; - lin undermine_V2_regV2 = regV2 "undermine" ; - lin underneath_Adv_mkAdv = mkAdv "underneath" ; - 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 undoubtedly_Adv_mkAdv = mkAdv "undoubtedly" ; - lin ungainly_A_longA = longA "ungainly" ; - lin uniform_A_longA = longA "uniform" ; - lin uniform_N_regN = regN "uniform" ; - lin unify_V2_regV2 = regV2 "unify" ; - lin union_N_regN = regN "union" ; - lin unique_A_longA = longA "unique" ; - lin unit_N_regN = regN "unit" ; - lin unitary_A_longA = longA "unitary" ; - lin unite_V2_regV2 = regV2 "unite" ; - lin unity_N_regN = regN "unity" ; - lin universe_N_regN = regN "universe" ; - lin university_N_regN = regN "university" ; - lin unleash_V2_regV2 = regV2 "unleash" ; - lin unplug_V2_regV2 = regV2 "unplug" ; - lin unprecedented_A_longA = longA "unprecedented" ; - lin until_Subj_mkSubj = mkSubj "until" ; - lin until_Adv_mkAdv = mkAdv "until" ; - 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 upstairs_Adv_mkAdv = mkAdv "upstairs" ; - lin urge_V_regV = regV "urge" ; - lin urge_N_regN = regN "urge" ; - lin urgency_N_regN = regN "urgency" ; - lin urgent_A_regA = regA "urgent" ; - lin usage_N_regN = regN "usage" ; - lin use_V2_regV2 = regV2 "use" ; - lin use_N_regN = regN "use" ; -lin used_A2_prepA2to_long = prepA2 "used" "to" ; - lin usual_A_longA = longA "usual" ; - lin utility_N_regN = regN "utility" ; - lin utilize_V2_regV2 = regV2 "utilize" ; - lin utter_A_longA = longA "utter" ; - lin utter_V2_regV2 = regV2 "utter" ; - lin utterance_N_regN = regN "utterance" ; - lin vacuous_A_longA = longA "vacuous" ; - lin vacuum_N_regN = regN "vacuum" ; - lin vague_A_regA = regA "vague" ; - lin valence_N_regN = regN "valence" ; - lin valency_N_regN = regN "valency" ; - lin valid_A_longA = longA "valid" ; - lin validate_V2_regV2 = regV2 "validate" ; - lin valley_N_regN = regN "valley" ; - lin valuable_A_longA = longA "valuable" ; - lin value_V2_regV2 = regV2 "value" ; - lin value_N_regN = regN "value" ; - lin van_N_regN = regN "van" ; - lin vanilla_N_regN = regN "vanilla" ; - lin vanish_V_regV = regV "vanish" ; - lin variable_A_longA = longA "variable" ; - lin variable_N_regN = regN "variable" ; - lin variant_N_regN = regN "variant" ; - lin variation_N_regN = regN "variation" ; - lin variety_N_regN = regN "variety" ; - lin various_A_longA = longA "various" ; - lin varnish_V2_regV2 = regV2 "varnish" ; - lin varnish_N_regN = regN "varnish" ; - lin vary_V_regV = regV "vary" ; - lin vase_N_regN = regN "vase" ; - lin vast_A_regA = regA "vast" ; - lin vector_N_regN = regN "vector" ; - lin vegetable_N_regN = regN "vegetable" ; - lin vegetation_N_regN = regN "vegetation" ; - lin vehicle_N_regN = regN "vehicle" ; - lin velocity_N_regN = regN "velocity" ; - lin verb_N_regN = regN "verb" ; - lin verbose_A_regA = regA "verbose" ; - lin verdict_N_regN = regN "verdict" ; - lin verify_V2_regV2 = regV2 "verify" ; - lin versatile_A_longA = longA "versatile" ; - lin verse_N_regN = regN "verse" ; - lin version_N_regN = regN "version" ; - lin vertex_N_regN = regN "vertex" ; - lin vertical_A_longA = longA "vertical" ; - lin vertices_N_regN = regN "vertices" ; - lin vessel_N_regN = regN "vessel" ; - lin vet_N_regN = regN "vet" ; - lin viable_A_longA = longA "viable" ; - lin vice_N_regN = regN "vice" ; - lin victim_N_regN = regN "victim" ; - lin victor_N_regN = regN "victor" ; - lin victory_N_regN = regN "victory" ; -lin vie_V2_prepV2with = prepV2 "vie" "with" ; -lin view_V3_mkV3_as = dirRegV3 "view" "as" ; - lin view_N_regN = regN "view" ; - lin vigorous_A_longA = longA "vigorous" ; - lin village_N_regN = regN "village" ; - lin vindicate_V2_regV2 = regV2 "vindicate" ; - lin vine_N_regN = regN "vine" ; - lin vineyard_N_regN = regN "vineyard" ; - lin violate_V2_regV2 = regV2 "violate" ; - lin violence_N_regN = regN "violence" ; - lin violent_A_longA = longA "violent" ; - lin viral_A_longA = longA "viral" ; - lin virtual_A_longA = longA "virtual" ; - lin virtue_N_regN = regN "virtue" ; - lin virus_N_regN = regN "virus" ; - lin visible_A_longA = longA "visible" ; -lin visible_A2_prepA2to_long = prepA2 "visible" "to" ; - lin vision_N_regN = regN "vision" ; - lin visit_V2_regV2 = regV2 "visit" ; - lin visit_N_regN = regN "visit" ; - lin visual_A_longA = longA "visual" ; - lin vital_A_longA = longA "vital" ; - lin vitiate_V2_regV2 = regV2 "vitiate" ; - lin vocabulary_N_regN = regN "vocabulary" ; - lin voice_N_regN = regN "voice" ; - lin volatile_A_longA = longA "volatile" ; - lin vole_N_regN = regN "vole" ; - lin volt_N_regN = regN "volt" ; - lin volume_N_regN = regN "volume" ; - lin voluntary_A_longA = longA "voluntary" ; - lin volunteer_V_regV = regV "volunteer" ; -lin volunteer_V2_prepV2for = prepV2 "volunteer" "for" ; - lin volunteer_N_regN = regN "volunteer" ; -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_N_regN = regN "vow" ; - lin vowel_N_regN = regN "vowel" ; - lin voyage_N_regN = regN "voyage" ; - lin vulgar_A_longA = longA "vulgar" ; - lin wag_V2_regV2 = regV2 "wag" ; - lin wages_N_regN = regN "wages" ; - lin waist_N_regN = regN "waist" ; - lin waistcoat_N_regN = regN "waistcoat" ; -lin wait_V2_prepV2for = prepV2 "wait" "for" ; - lin wait_N_regN = regN "wait" ; -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" ; - lin wan_A_regA = regA "wan" ; - lin wander_V2_regV2 = regV2 "wander" ; - lin want_V_regV = regV "want" ; - lin want_V_regV = regV "want" ; - lin war_N_regN = regN "war" ; - lin ward_N_regN = regN "ward" ; - lin warm_V2_regV2 = regV2 "warm" ; - lin warm_A_regA = regA "warm" ; - lin warn_V2_regV2 = regV2 "warn" ; - lin warning_N_regN = regN "warning" ; - lin wash_V_regV = regV "wash" ; - lin waste_A_longA = longA "waste" ; - lin waste_V2_regV2 = regV2 "waste" ; - lin waste_N_regN = regN "waste" ; - lin watch_V2_regV2 = regV2 "watch" ; - lin watch_N_regN = regN "watch" ; - lin water_N_regN = regN "water" ; -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 weather_N_regN = regN "weather" ; -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" ; - lin weed_N_regN = regN "weed" ; - lin week_N_regN = regN "week" ; - lin weigh_V_regV = regV "weigh" ; - lin weigh_V2_regV2 = regV2 "weigh" ; - lin weight_N_regN = regN "weight" ; - lin welcome_A_longA = longA "welcome" ; -lin welcome_V3_mkV3_to = dirRegV3 "welcome" "to" ; -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 west_N_regN = regN "west" ; - lin west_A_longA = longA "west" ; -lin west_A2_prepA2of_long = prepA2 "west" "of" ; - 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 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 while_Subj_mkSubj = mkSubj "while" ; - lin whim_N_regN = regN "whim" ; - lin whine_V_regV = regV "whine" ; - lin whine_N_regN = regN "whine" ; - lin whiskey_N_regN = regN "whiskey" ; - 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 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 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" ; - lin width_N_regN = regN "width" ; - lin wife_N_regN = regN "wife" ; - lin wild_A_regA = regA "wild" ; - lin will_V_regV = regV "will" ; - lin will_N_regN = regN "will" ; - lin willing_A_longA = longA "willing" ; - lin win_V2_regV2 = regV2 "win" ; -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" ; - lin wing_N_regN = regN "wing" ; - lin winter_N_regN = regN "winter" ; - lin wire_N_regN = regN "wire" ; - lin wisdom_N_regN = regN "wisdom" ; - lin wise_A_regA = regA "wise" ; - lin wish_V2_prepV2for = prepV2 "wish" "for" ; - lin wish_VS_mkVS = regVS "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 without_Prep_mkPrep = mkPrep "without" ; - lin withstand_V2_regV2 = regV2 "withstand" ; - lin witness_V2_regV2 = regV2 "witness" ; - 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_VQ_mkVQ = mkVQ (regV "wonder") ; - lin wonder_N_regN = regN "wonder" ; - lin wood_N_regN = regN "wood" ; - lin wooden_A_longA = longA "wooden" ; - lin wool_N_regN = regN "wool" ; - lin word_N_regN = regN "word" ; - lin work_N_regN = regN "work" ; - lin work_V_regV = regV "work" ; - lin world_N_regN = regN "world" ; - lin worm_N_regN = regN "worm" ; - lin worry_V_regV = regV "worry" ; - lin worry_V_regV = regV "worry" ; - lin worry_V2_regV2 = regV2 "worry" ; -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_prepA2of = prepA2 "worthy" "of" ; - lin wound_V2_regV2 = regV2 "wound" ; - lin wound_N_regN = regN "wound" ; - lin wrap_V2_regV2 = regV2 "wrap" ; - lin wreck_V2_regV2 = regV2 "wreck" ; - 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 wrong_A_longA = longA "wrong" ; - lin wry_A_regA = regA "wry" ; - lin yard_N_regN = regN "yard" ; - lin year_N_regN = regN "year" ; - lin yellow_N_regN = regN "yellow" ; - lin yellow_A_regA = regA "yellow" ; - lin yesterday_Adv_mkAdv = mkAdv "yesterday" ; - lin yet_Adv_mkAdv = mkAdv "yet" ; - lin yield_V2_regV2 = regV2 "yield" ; - lin yield_N_regN = regN "yield" ; - lin young_A_regA = regA "young" ; - lin youth_N_regN = regN "youth" ; - lin zinc_N_regN = regN "zinc" ; +concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in { +lin abandon_V2 = prepV2 (regV "abandon") "" ; +lin abbreviate_V2 = prepV2 (regV "abbreviate") "" ; +lin abduct_V2 = prepV2 (regV "abduct") "" ; +lin able_A2 = regA2 "able" "" ; +lin able_A = regA "able" ; +lin abolish_V2 = prepV2 (regV "abolish") "" ; +lin abolition_N = regN "abolition" ; +lin abound_V = (regV "abound") ; +lin about_Prep = mkPrep "about" ; +lin above_Adv = proAdv "above" ; +--lin above_Prep = mkPrep "above" ; +lin abroad_Adv = proAdv "abroad" ; +lin absence_N2from = prepN2 "absence" "from" ; +lin absent_A = regA "absent" ; +lin absent_A2from = regA2 "absent" "from" ; +lin absentee_N = regN "absentee" ; +lin absolute_A = longA "absolute" ; +lin absolve_V3from = dirprepV3 (regV "absolve") "from" ; +lin abstract_N = regN "abstract" ; +lin abstract_A = longA "abstract" ; +lin abstract_V = (regV "abstract") ; +lin abundance_N = regN "abundance" ; +lin abundant_A = longA "abundant" ; +lin academic_A = longA "academic" ; +lin accelerate_V2 = prepV2 (regV "accelerate") "" ; +lin accept_V2 = prepV2 (regV "accept") "" ; +lin access_V2 = prepV2 (regV "access") "" ; +lin access_N2to = prepN2 "access" "to" ; +lin accessible_A = longA "accessible" ; +lin accessible_A2to = longA2 "accessible" "to" ; +lin accident_N = regN "accident" ; +lin accommodate_V2 = prepV2 (regV "accommodate") "" ; +lin accompany_V2 = prepV2 (regV "accompany") "" ; +lin accomplish_V2 = prepV2 (regV "accomplish") "" ; +lin accord_V2with = prepV2 (regV "accord") "with" ; +lin accordingly_Adv = mkAdv "accordingly" ; +lin account_N = regN "account" ; +lin account_V2for = prepV2 (regV "account") "for" ; +lin accumulate_V2 = prepV2 (regV "accumulate") "" ; +lin accuracy_N = regN "accuracy" ; +lin accurate_A = longA "accurate" ; +lin accuse_V3of = dirprepV3 (regV "accuse") "of" ; +lin ache_N = regN "ache" ; +lin ache_V = (regV "ache") ; +lin achieve_V2 = prepV2 (regV "achieve") "" ; +lin acknowledge_V2 = prepV2 (regV "acknowledge") "" ; +lin acknowledge_VS = mkVS (regV "acknowledge") ; +lin acquire_V2 = prepV2 (regV "acquire") "" ; +lin acquisition_N = regN "acquisition" ; +lin acquisitive_A = longA "acquisitive" ; +lin across_Prep = mkPrep "across" ; +lin act_N = regN "act" ; +lin act_V = (regV "act") ; +lin activate_V2 = prepV2 (regV "activate") "" ; +lin actor_N = regN "actor" ; +lin actress_N = regN "actress" ; +lin actual_A = longA "actual" ; +lin acute_A = longA "acute" ; +lin adage_N = regN "adage" ; +lin adapt_V2 = prepV2 (regV "adapt") "" ; +lin add_V3to = dirprepV3 (regV "add") "to" ; +lin addict_N = regN "addict" ; +lin addict_V2 = prepV2 (regV "addict") "" ; +lin addition_N2to = prepN2 "addition" "to" ; +lin additive_N = regN "additive" ; +lin address_N = regN "address" ; +lin address_V2 = prepV2 (regV "address") "" ; +lin adept_A = regA "adept" ; +lin adept_A2at = regA2 "adept" "at" ; +lin adequacy_N = regN "adequacy" ; +lin adequate_A = longA "adequate" ; +lin adequate_A2for = longA2 "adequate" "for" ; +lin adhere_V2to = prepV2 (regV "adhere") "to" ; +lin adherent_N = regN "adherent" ; +lin adhesive_N = regN "adhesive" ; +lin adhesive_A = longA "adhesive" ; +lin adjacency_N2to = prepN2 "adjacency" "to" ; +lin adjacent_A = longA "adjacent" ; +lin adjacent_A2to = longA2 "adjacent" "to" ; +lin adjective_N = regN "adjective" ; +lin adjoin_V2 = prepV2 (regV "adjoin") "" ; +lin adjunct_N = regN "adjunct" ; +lin adjust_V2 = prepV2 (regV "adjust") "" ; +lin administer_V2 = prepV2 (regV "administer") "" ; +lin administration_N = regN "administration" ; +lin admire_V2 = prepV2 (regV "admire") "" ; +lin admissible_A = longA "admissible" ; +lin admission_N = regN "admission" ; +lin admission_N2to = prepN2 "admission" "to" ; +lin admit_V2 = prepV2 (regV "admit") "" ; +lin admit_V3to = dirprepV3 (regV "admit") "to" ; +lin admit_V = (regV "admit") ; +lin admit_V2of = prepV2 (regV "admit") "of" ; +lin admit_VS = mkVS (regV "admit") ; +lin adopt_V2 = prepV2 (regV "adopt") "" ; +lin adult_N = regN "adult" ; +lin adult_A = longA "adult" ; +lin advance_N = regN "advance" ; +lin advance_V = (regV "advance") ; +lin advantage_N = regN "advantage" ; +lin advent_N = regN "advent" ; +lin adventure_N = regN "adventure" ; +lin adverb_N = regN "adverb" ; +lin adverbial_A = longA "adverbial" ; +lin adverse_A = longA "adverse" ; +lin advertise_V2 = prepV2 (regV "advertise") "" ; +lin advice_N = regN "advice" ; +lin advise_V2 = prepV2 (regV "advise") "" ; +lin advisor_N = regN "advisor" ; +lin advocate_V2 = prepV2 (regV "advocate") "" ; +lin aerobic_A = longA "aerobic" ; +lin aesthetic_A = longA "aesthetic" ; +lin affair_N = regN "affair" ; +lin affect_V2 = prepV2 (regV "affect") "" ; +lin affection_N2for = prepN2 "affection" "for" ; +lin affix_N = regN "affix" ; +lin affix_V3with = dirprepV3 (regV "affix") "with" ; +lin afflict_V2 = prepV2 (regV "afflict") "" ; +lin afford_V2 = prepV2 (regV "afford") "" ; +lin afford_VV = mkVV (regV "afford") ; +lin afresh_Adv = proAdv "afresh" ; +lin africa_PN = regPN "africa" ; +lin african_A = longA "african" ; +lin african_N = regN "african" ; +lin after_Subj = mkSubj "after" ; +--lin after_Prep = mkPrep "after" ; +lin afternoon_N = regN "afternoon" ; +lin afterthought_N = regN "afterthought" ; +lin afterwards_Adv = proAdv "afterwards" ; +lin again_Adv = proAdv "again" ; +lin against_Prep = mkPrep "against" ; +lin age_N = regN "age" ; +lin aged_A = regA "aged" ; +lin agency_N = regN "agency" ; +lin agenda_N = regN "agenda" ; +lin agent_N = regN "agent" ; +lin aggravate_V2 = prepV2 (regV "aggravate") "" ; +lin aggressive_A = longA "aggressive" ; +lin ago_Adv = mkAdv "ago" ; +lin agree_V2with = prepV2 (regV "agree") "with" ; +lin ahead_Adv = proAdv "ahead" ; +lin aid_N = regN "aid" ; +lin aid_V2 = prepV2 (regV "aid") "" ; +lin aide_N = regN "aide" ; +lin aim_N = regN "aim" ; +lin aim_V2at = prepV2 (regV "aim") "at" ; +lin aim_V2to = prepV2 (regV "aim") "to" ; +lin air_N = regN "air" ; +lin aircraft_N = irregN "aircraft" "aircraft" ; +lin akin_A = longA "akin" ; +lin akin_A = longA "akin" ; +lin alcohol_N = regN "alcohol" ; +lin alcoholic_A = longA "alcoholic" ; +lin alcoholic_N = regN "alcoholic" ; +lin algebra_N = regN "algebra" ; +lin algorithm_N = regN "algorithm" ; +lin alias_N2for = prepN2 "alias" "for" ; +lin align_V2 = prepV2 (regV "align") "" ; +lin all_Adv = mkAdv "all" ; +lin allege_VS = mkVS (regV "allege") ; +lin alley_N = regN "alley" ; +lin allocate_V3to = dirprepV3 (regV "allocate") "to" ; +lin allow_V2 = prepV2 (regV "allow") "" ; +lin allow_V2 = prepV2 (regV "allow") "" ; +lin allow_V2for = prepV2 (regV "allow") "for" ; +lin allow_V2of = prepV2 (regV "allow") "of" ; +lin allude_V2to = prepV2 (regV "allude") "to" ; +lin ally_N = regN "ally" ; +lin ally_V2with = prepV2 (regV "ally") "with" ; +lin almost_Adv = mkAdv "almost" ; +lin alone_Adv = proAdv "alone" ; +lin along_Prep = mkPrep "along" ; +lin aloud_Adv = proAdv "aloud" ; +lin alphabet_N = regN "alphabet" ; +lin alphabetic_A = longA "alphabetic" ; +lin alphanumeric_A = longA "alphanumeric" ; +lin already_Adv = mkAdv "already" ; +lin also_Adv = mkAdv "also" ; +lin altar_N = regN "altar" ; +lin alter_V = (regV "alter") ; +lin alternate_V2with = prepV2 (regV "alternate") "with" ; +lin alternative_N2to = prepN2 "alternative" "to" ; +lin alternatively_A = longA "alternatively" ; +lin always_Adv = mkAdv "always" ; +lin amaze_V2 = prepV2 (regV "amaze") "" ; +lin amazing_A = longA "amazing" ; +lin ambiguity_N = regN "ambiguity" ; +lin ambiguous_A = longA "ambiguous" ; +lin ambition_N2 = prepN2 "ambition" "" ; +lin ambitious_A = longA "ambitious" ; +lin amenable_A = longA "amenable" ; +lin amenable_A2to = longA2 "amenable" "to" ; +lin amend_V2 = prepV2 (regV "amend") "" ; +lin amenity_N = regN "amenity" ; +lin america_PN = regPN "america" ; +lin american_A = longA "american" ; +lin american_N = regN "american" ; +lin among_Prep = mkPrep "among" ; +lin amongst_Prep = mkPrep "amongst" ; +lin ampere_N = regN "ampere" ; +lin ampersand_N = regN "ampersand" ; +lin amuse_V2 = prepV2 (regV "amuse") "" ; +lin anachronism_N = regN "anachronism" ; +lin anachronistic_A = longA "anachronistic" ; +lin analogous_A = longA "analogous" ; +lin analogous_A2to = longA2 "analogous" "to" ; +lin analogue_N = regN "analogue" ; +lin analogy_N2with = prepN2 "analogy" "with" ; +lin analyse_V2 = prepV2 (regV "analyse") "" ; +lin analysis_N = irregN "analysis" "analysis" ; +lin analytic_A = longA "analytic" ; +lin anaphor_N = regN "anaphor" ; +lin anaphora_N = regN "anaphora" ; +lin anaphoric_A = longA "anaphoric" ; +lin ancestor_N = regN "ancestor" ; +lin ancient_A = longA "ancient" ; +lin anecdote_N = regN "anecdote" ; +lin anger_N = regN "anger" ; +lin angle_N = regN "angle" ; +lin angled_A = longA "angled" ; +lin angler_N = regN "angler" ; +lin angling_N = regN "angling" ; +lin angry_A = regA "angry" ; +lin angry_A2about = regA2 "angry" "about" ; +lin angry_A2at = regA2 "angry" "at" ; +lin angry_A2with = regA2 "angry" "with" ; +lin angry_A2 = regA2 "angry" "" ; +lin animal_N = regN "animal" ; +lin animate_A = longA "animate" ; +lin animate_V2 = prepV2 (regV "animate") "" ; +lin ankle_N = regN "ankle" ; +lin annotate_V2 = prepV2 (regV "annotate") "" ; +lin announce_V2 = prepV2 (regV "announce") "" ; +lin announce_V2 = prepV2 (regV "announce") "" ; +lin annoy_V2 = prepV2 (regV "annoy") "" ; +lin annual_A = longA "annual" ; +lin anomalous_A = longA "anomalous" ; +lin anomaly_N = regN "anomaly" ; +lin answer_N = regN "answer" ; +lin answer_V2 = prepV2 (regV "answer") "" ; +lin ant_N = regN "ant" ; +lin antecedent_N = regN "antecedent" ; +lin anthropomorphic_A = longA "anthropomorphic" ; +lin anthropomorphism_N = regN "anthropomorphism" ; +lin antibiotic_N = regN "antibiotic" ; +lin anticipate_V2 = prepV2 (regV "anticipate") "" ; +lin anticipate_V = (regV "anticipate") ; +lin anticipate_VS = mkVS (regV "anticipate") ; +lin anxiety_N = regN "anxiety" ; +lin anxious_A = longA "anxious" ; +lin anxious_A2about = longA2 "anxious" "about" ; +lin anxious_A2 = longA2 "anxious" "" ; +lin anyhow_Adv = proAdv "anyhow" ; +lin anyway_Adv = mkAdv "anyway" ; +lin anywhere_Adv = proAdv "anywhere" ; +lin ape_N = regN "ape" ; +lin apologetic_A = longA "apologetic" ; +lin apologetic_A2for = longA2 "apologetic" "for" ; +lin apologise_V2for = prepV2 (regV "apologise") "for" ; +lin apologize_V2for = prepV2 (regV "apologize") "for" ; +lin appal_V2 = prepV2 (regV "appal") "" ; +lin apparatus_N = regN "apparatus" ; +lin apparent_A = longA "apparent" ; +lin apparent_A2to = longA2 "apparent" "to" ; +lin apparition_N = regN "apparition" ; +lin appeal_V2to = prepV2 (regV "appeal") "to" ; +lin appeal_N2to = prepN2 "appeal" "to" ; +lin appear_V2 = prepV2 (regV "appear") "" ; +lin appear_V2 = prepV2 (regV "appear") "" ; +lin appear_V = (regV "appear") ; +lin appear_V2 = prepV2 (regV "appear") "" ; +lin append_V3to = dirprepV3 (regV "append") "to" ; +lin appendix_N = irregN "appendix" "appendix" ; +lin apple_N = regN "apple" ; +lin applicable_A = longA "applicable" ; +lin applicable_A2to = longA2 "applicable" "to" ; +lin applicant_N = regN "applicant" ; +lin apply_V3to = dirprepV3 (regV "apply") "to" ; +lin apply_V2for = prepV2 (regV "apply") "for" ; +lin appoint_V2 = prepV2 (regV "appoint") "" ; +lin appoint_V = (regV "appoint") ; +lin appoint_V2 = prepV2 (regV "appoint") "" ; +lin appointment_N = regN "appointment" ; +lin apposite_A = longA "apposite" ; +lin appraise_V2 = prepV2 (regV "appraise") "" ; +lin appreciate_VS = mkVS (regV "appreciate") ; +lin apprehend_V2 = prepV2 (regV "apprehend") "" ; +lin apprehension_N = regN "apprehension" ; +lin apprehensive_A = longA "apprehensive" ; +lin approach_V2 = prepV2 (regV "approach") "" ; +lin approach_N2to = prepN2 "approach" "to" ; +lin approbation_N = regN "approbation" ; +lin appropriate_A = longA "appropriate" ; +lin appropriate_A2for = longA2 "appropriate" "for" ; +lin approve_V2of = prepV2 (regV "approve") "of" ; +lin approximate_A = longA "approximate" ; +lin approximate_V2to = prepV2 (regV "approximate") "to" ; +lin april_PN = regPN "april" ; +lin apse_N = regN "apse" ; +lin apt_A = regA "apt" ; +lin apt_A2 = regA2 "apt" "" ; +lin aptitude_N = regN "aptitude" ; +lin arabian_A = longA "arabian" ; +lin arabic_A = longA "arabic" ; +lin arbitrary_A = longA "arbitrary" ; +lin arc_N = regN "arc" ; +lin arch_N = regN "arch" ; +lin archetype_N = regN "archetype" ; +lin architect_N = regN "architect" ; +lin architecture_N = regN "architecture" ; +lin area_N = regN "area" ; +lin arena_N = regN "arena" ; +lin argue_V = (regV "argue") ; +lin argument_N2s_withabout = prepN2 "argument" "s_withabout" ; -- +lin argument_N2 = prepN2 "argument" "" ; -- +--lin arise_V = useV IrregEng.arise_V ; +lin arithmetic_N = regN "arithmetic" ; +lin arm_N = regN "arm" ; +lin arm_V2 = prepV2 (regV "arm") "" ; +lin armour_N = regN "armour" ; +lin armoury_N = regN "armoury" ; +lin army_N = regN "army" ; +lin around_Prep = mkPrep "around" ; +lin arouse_V2 = prepV2 (regV "arouse") "" ; +lin arrange_V = (regV "arrange") ; +lin arrange_V2 = prepV2 (regV "arrange") "" ; +lin arrange_VV = mkVV (regV "arrange") ; +lin arrange_V2 = prepV2 (regV "arrange") "" ; +lin array_N = regN "array" ; +lin arrest_V2 = prepV2 (regV "arrest") "" ; +lin arrive_V = (regV "arrive") ; +lin arrive_V2at = prepV2 (regV "arrive") "at" ; +lin arrow_N = regN "arrow" ; +lin art_N = regN "art" ; +lin artefact_N = regN "artefact" ; +lin article_N = regN "article" ; +lin articulate_V2 = prepV2 (regV "articulate") "" ; +lin artificial_A = longA "artificial" ; +lin artist_N = regN "artist" ; +lin as_Subj = mkSubj "as" ; +lin ascend_V2 = prepV2 (regV "ascend") "" ; +lin ascend_V = (regV "ascend") ; +lin ascent_N = regN "ascent" ; +lin ascertain_V2 = prepV2 (regV "ascertain") "" ; +lin ascribe_V3to = dirprepV3 (regV "ascribe") "to" ; +lin ash_N = regN "ash" ; +lin asia_PN = regPN "asia" ; +lin ask_V2 = prepV2 (regV "ask") "" ; +lin ask_V3for = dirprepV3 (regV "ask") "for" ; +lin ask_V3to = dirprepV3 (regV "ask") "to" ; +lin ask_V3s = dirprepV3 (regV "ask") "s" ; -- +lin ask_V2 = prepV2 (regV "ask") "" ; +lin ask_V2for = prepV2 (regV "ask") "for" ; +lin ask_V2 = prepV2 (regV "ask") "" ; +lin ask_V2 = prepV2 (regV "ask") "" ; +lin ask_V2 = prepV2 (regV "ask") "" ; +lin ask_V2 = prepV2 (regV "ask") "" ; +lin aspect_N = regN "aspect" ; +lin aspire_V2to = prepV2 (regV "aspire") "to" ; +lin aspire_VV = mkVV (regV "aspire") ; +lin aspirin_N = regN "aspirin" ; +lin ass_N = regN "ass" ; +lin assault_N = regN "assault" ; +lin assault_V2 = prepV2 (regV "assault") "" ; +lin assemble_V2 = prepV2 (regV "assemble") "" ; +lin assembly_N = regN "assembly" ; +lin assent_V2to = prepV2 (regV "assent") "to" ; +lin assert_VS = mkVS (regV "assert") ; +lin assess_V2 = prepV2 (regV "assess") "" ; +lin assign_V3to = dirprepV3 (regV "assign") "to" ; +lin assimilate_V2 = prepV2 (regV "assimilate") "" ; +lin assist_V2 = prepV2 (regV "assist") "" ; +lin assist_V = (regV "assist") ; +lin assist_V2 = prepV2 (regV "assist") "" ; +lin assist_V2at = prepV2 (regV "assist") "at" ; +lin assistant_N = regN "assistant" ; +lin associate_V3with =dirprepV3 (regV "associate") "with" ; +lin association_N = regN "association" ; +lin assume_V2 = prepV2 (regV "assume") "" ; +lin assume_VS = mkVS (regV "assume") ; +lin assumption_N2 = prepN2 "assumption" "" ; -- +lin assure_VS = mkVS (regV "assure") ; +lin asterisk_N = regN "asterisk" ; +lin asthma_N = regN "asthma" ; +lin asthmatic_A = longA "asthmatic" ; +lin asthmatically_Adv = mkAdv "asthmatically" ; +lin astonish_V2 = prepV2 (regV "astonish") "" ; +lin astronomer_N = regN "astronomer" ; +lin astronomy_N = regN "astronomy" ; +lin asymmetry_N = regN "asymmetry" ; +lin at_Prep = mkPrep "at" ; +lin atlas_N = regN "atlas" ; +lin atmosphere_N = regN "atmosphere" ; +lin atom_N = regN "atom" ; +lin attach_V2 = prepV2 (regV "attach") "" ; +lin attach_V3to =dirprepV3 (regV "attach") "to" ; +lin attach_V2to = prepV2 (regV "attach") "to" ; +lin attack_V2 = prepV2 (regV "attack") "" ; +lin attack_N2on = prepN2 "attack" "on" ; +lin attain_V2 = prepV2 (regV "attain") "" ; +lin attempt_N2 = prepN2 "attempt" "" ; +lin attempt_VV = mkVV (regV "attempt") ; +lin attend_V2to = prepV2 (regV "attend") "to" ; +lin attention_N2to = prepN2 "attention" "to" ; +lin attentive_A = longA "attentive" ; +lin attentive_A2to = longA2 "attentive" "to" ; +lin attitude_N = regN "attitude" ; +lin attract_V2 = prepV2 (regV "attract") "" ; +lin attribute_N = regN "attribute" ; +lin attribute_V3to =dirprepV3 (regV "attribute") "to" ; +lin audible_A = longA "audible" ; +lin audience_N = regN "audience" ; +lin augment_V2 = prepV2 (regV "augment") "" ; +lin august_PN = regPN "august" ; +lin aunt_N2of = prepN2 "aunt" "of" ; +lin australia_PN = regPN "australia" ; +lin australian_A = longA "australian" ; +lin austria_PN = regPN "austria" ; +lin author_N = regN "author" ; +lin authority_N = regN "authority" ; +lin authorize_V2 = prepV2 (regV "authorize") "" ; +lin automate_V2 = prepV2 (regV "automate") "" ; +lin automatic_A = longA "automatic" ; +lin automatically_Adv = mkAdv "automatically" ; +lin automaton_N = irregN "automaton" "automaton" ; +lin autonomous_A = longA "autonomous" ; +lin autonomy_N = regN "autonomy" ; +lin autumn_N = regN "autumn" ; +lin auxiliary_A = longA "auxiliary" ; +lin auxiliary_N = regN "auxiliary" ; +lin avail_V2 = prepV2 (regV "avail") "" ; +lin available_A = longA "available" ; +lin avenue_N = regN "avenue" ; +lin average_A = longA "average" ; +lin average_N = regN "average" ; +lin average_V2 = prepV2 (regV "average") "" ; +lin avoid_V2 = prepV2 (regV "avoid") "" ; +lin avoid_V2 = prepV2 (regV "avoid") "" ; +lin avowed_A = longA "avowed" ; +lin await_V2 = prepV2 (regV "await") "" ; +lin awaken_V2 = prepV2 (regV "awaken") "" ; +lin award_V3to =dirprepV3 (regV "award") "to" ; +lin awful_A = longA "awful" ; +lin awkward_A = regA "awkward" ; +lin axe_N = regN "axe" ; +lin axiom_N = regN "axiom" ; +lin axiomatic_A = longA "axiomatic" ; +lin axiomatize_V2 = prepV2 (regV "axiomatize") "" ; +lin axis_N = irregN "axis" "axis" ; +lin baby_N = regN "baby" ; +lin back_N = regN "back" ; +lin background_N = regN "background" ; +lin backing_N = regN "backing" ; +lin backtrack_V = (regV "backtrack") ; +lin backward_A = longA "backward" ; +lin backwards_Adv = proAdv "backwards" ; +lin bacterial_A = longA "bacterial" ; +lin bacterium_N = irregN "bacterium" "bacterium" ; +lin bad_A = longA "bad" ; +lin bag_N = regN "bag" ; +lin bake_V2 = prepV2 (regV "bake") "" ; +lin bake_V = (regV "bake") ; +lin balance_V = (regV "balance") ; +lin ball_N = regN "ball" ; +lin ballad_N = regN "ballad" ; +lin banal_A = longA "banal" ; +lin banana_N = regN "banana" ; +lin band_N = regN "band" ; +lin bang_N = regN "bang" ; +lin banish_V2 = prepV2 (regV "banish") "" ; +lin bank_N = regN "bank" ; +lin bar_N = regN "bar" ; +lin bar_V2 = prepV2 (regV "bar") "" ; +lin bare_A = regA "bare" ; +lin bare_V2 = prepV2 (regV "bare") "" ; +lin bark_N = regN "bark" ; +lin bark_V = (regV "bark") ; +lin barn_N = regN "barn" ; +lin baron_N = regN "baron" ; +lin barrel_N = regN "barrel" ; +lin base_N = regN "base" ; +lin base_V3loc =dirprepV3 (regV "base") "loc" ; +lin basic_A = longA "basic" ; +lin basically_Adv = mkAdv "basically" ; +lin basin_N = regN "basin" ; +lin basis_N = irregN "basis" "basis" ; +lin basis_N2for = irregN2 "basis" "basis" "for" ; +lin basis_N2of = irregN2 "basis" "basis" "of" ; +lin basket_N = regN "basket" ; +lin bat_N = regN "bat" ; +lin batch_N = regN "batch" ; +lin bath_N = regN "bath" ; +lin bathe_V = (regV "bathe") ; +lin batsman_N = irregN "batsman" "batsman" ; +lin battle_N = regN "battle" ; +lin beach_N = regN "beach" ; +lin beak_N = regN "beak" ; +lin beam_N = regN "beam" ; +lin bean_N = regN "bean" ; +lin bear_N = regN "bear" ; +lin bear_V2 = prepV2 bear_V "" ; +lin beard_N = regN "beard" ; +lin beast_N = regN "beast" ; +lin beat_V2 = prepV2 beat_V "" ; +lin beauty_N = regN "beauty" ; +--lin because_Subj = mkSubj "because" ; +lin become_V2 = prepV2 become_V "" ; +lin bed_N = regN "bed" ; +lin bee_N = regN "bee" ; +lin beer_N = massN "beer" ; +lin before_Subj = mkSubj "before" ; +--lin before_Prep = mkPrep "before" ; +lin beg_V2 = prepV2 (regV "beg") "" ; +lin begin_V2 = prepV2 begin_V "" ; +lin beginning_N = regN "beginning" ; +lin behalf_N = irregN "behalf" "behalf" ; +lin behave_V = (regV "behave") ; +lin behaviour_N = massN "behaviour" ; +--lin behind_Prep = mkPrep "behind" ; +lin being_N = regN "being" ; +lin belief_N = regN "belief" ; +lin belief_N2in = prepN2 "belief" "in" ; +lin belief_N2 = prepN2 "belief" "" ; +lin believe_V2 = prepV2 (regV "believe") "" ; +lin believe_V2in = prepV2 (regV "believe") "in" ; +lin believe_VS = mkVS (regV "believe") ; +lin believe_VS = mkVS (regV "believe") ; +lin believe_VS = mkVS (regV "believe") ; +lin bell_N = regN "bell" ; +lin belong_V2 = prepV2 (regV "belong") "" ; +lin beloved_A = longA "beloved" ; +lin beloved_A2by = longA2 "beloved" "by" ; +lin below_Prep = mkPrep "below" ; +lin belt_N = regN "belt" ; +lin bench_N = regN "bench" ; +lin bend_V = useV IrregEng.bend_V ; +lin beneath_Prep = mkPrep "beneath" ; +lin beneficial_A = longA "beneficial" ; +lin beneficial_A2to = longA2 "beneficial" "to" ; +lin benefit_N = regN "benefit" ; +lin berry_N = regN "berry" ; +lin beside_Prep = mkPrep "beside" ; +lin besides_Adv = proAdv "besides" ; +lin bet_N = regN "bet" ; +lin betray_V2 = prepV2 (regV "betray") "" ; +lin beyond_Prep = mkPrep "beyond" ; +lin bias_V2 = prepV2 (regV "bias") "" ; +lin bible_N = regN "bible" ; +lin biblical_A = regA "biblical" ; +lin bibliography_N = regN "bibliography" ; +lin biconditional_V = (regV "biconditional") ; +lin bicycle_N = regN "bicycle" ; +lin bidirectional_A = longA "bidirectional" ; +lin big_A = regA "big" ; +lin bike_N = regN "bike" ; +lin bill_N = regN "bill" ; +lin bill_PN = regPN "bill" ; +lin billion_N2 = prepN2 "billion" "" ; +lin bin_N = regN "bin" ; +lin binary_A = longA "binary" ; +lin bind_V2 = prepV2 bind_V "" ; +lin binding_N = regN "binding" ; +lin bird_N = regN "bird" ; +lin birth_N = regN "birth" ; +lin birthday_N = regN "birthday" ; +lin bisect_V = (regV "bisect") ; +lin bisector_N = regN "bisector" ; +lin bit_N = regN "bit" ; +lin bite_V2 = prepV2 bite_V "" ; +lin bitter_A = longA "bitter" ; +lin bizarre_A = longA "bizarre" ; +lin black_A = regA "black" ; +lin blackboard_N = regN "blackboard" ; +lin blade_N = regN "blade" ; +lin blame_V3for =dirprepV3 (regV "blame") "for" ; +lin blame_N = regN "blame" ; +lin blame_N2for = prepN2 "blame" "for" ; +lin blank_A = regA "blank" ; +lin blank_N = regN "blank" ; +lin bleed_V = useV IrregEng.bleed_V ; +lin blind_A = regA "blind" ; +lin blind_V2 = prepV2 (regV "blind") "" ; +lin block_N = regN "block" ; +lin block_V2 = prepV2 (regV "block") "" ; +lin blood_N = regN "blood" ; +lin blow_N = regN "blow" ; +lin blow_V = useV IrregEng.blow_V ; +lin blue_A = regA "blue" ; +lin bluff_V = (regV "bluff") ; +lin board_N = regN "board" ; +lin boat_N = regN "boat" ; +lin body_N = regN "body" ; +lin boil_V2 = prepV2 (regV "boil") "" ; +lin bold_A = regA "bold" ; +lin bomb_N = regN "bomb" ; +lin bomb_V2 = prepV2 (regV "bomb") "" ; +lin bombard_V2 = prepV2 (regV "bombard") "" ; +lin bond_N = regN "bond" ; +lin bond_V3to =dirprepV3 (regV "bond") "to" ; +lin bone_N = regN "bone" ; +lin bonus_N = regN "bonus" ; +lin book_N = regN "book" ; +lin bookkeeping_N = regN "bookkeeping" ; +lin boolean_A = longA "boolean" ; +lin boorish_A = longA "boorish" ; +lin boost_V2 = prepV2 (regV "boost") "" ; +lin boot_N = regN "boot" ; +lin bootstrap_N = regN "bootstrap" ; +lin border_N = regN "border" ; +lin border_V2 = prepV2 (regV "border") "" ; +lin bore_N = regN "bore" ; +lin bore_V2 = prepV2 (regV "bore") "" ; +lin borrow_V3from =dirprepV3 (regV "borrow") "from" ; +lin boss_N = regN "boss" ; +lin bother_V2 = prepV2 (regV "bother") "" ; +lin bother_V2about = prepV2 (regV "bother") "about" ; +lin bottle_N = regN "bottle" ; +lin bottom_N = regN "bottom" ; +lin bough_N = regN "bough" ; +lin bound_A2for = longA2 "bound" "for" ; +lin bound_V = (regV "bound") ; +lin boundary_N = regN "boundary" ; +lin bounded_A = longA "bounded" ; +lin bow_N = regN "bow" ; +lin bowl_N = regN "bowl" ; +lin box_N = regN "box" ; +lin boy_N = regN "boy" ; +lin brace_N = regN "brace" ; +lin bracket_N = regN "bracket" ; +lin bracket_V2 = prepV2 (regV "bracket") "" ; +lin brain_N = regN "brain" ; +lin branch_V = (regV "branch") ; +lin brand_N = regN "brand" ; +lin brandy_N = regN "brandy" ; +lin brass_N = regN "brass" ; +lin brave_A = regA "brave" ; +lin breach_N = regN "breach" ; +lin breach_V2 = prepV2 (regV "breach") "" ; +lin bread_N = regN "bread" ; +lin breadth_N = regN "breadth" ; +lin break_N = regN "break" ; +lin break_V2 = prepV2 break_V "" ; +lin breakage_N = regN "breakage" ; +lin breakfast_N = regN "breakfast" ; +lin breath_N = regN "breath" ; +lin breathe_V = (regV "breathe") ; +lin breed_V = (regV "breed") ; +lin breed_N = regN "breed" ; +lin breeze_N = regN "breeze" ; +lin brew_V2 = prepV2 (regV "brew") "" ; +lin brick_N = regN "brick" ; +lin bridge_N = regN "bridge" ; +lin bridge_V2 = prepV2 (regV "bridge") "" ; +lin brief_A = regA "brief" ; +lin bright_A = regA "bright" ; +lin brilliant_A = regA "brilliant" ; +lin bring_V2 = prepV2 bring_V "" ; +lin bristle_N = regN "bristle" ; +lin britain_PN = regPN "britain" ; +lin british_A = longA "british" ; +lin broach_V2 = prepV2 (regV "broach") "" ; +lin broad_A = regA "broad" ; +lin broadcast_N = regN "broadcast" ; +lin bronchitis_N = regN "bronchitis" ; +lin brother_N = regN "brother" ; +lin brother_N2of = prepN2 "brother" "of" ; +lin brown_A = regA "brown" ; +lin bruise_N = regN "bruise" ; +lin bruise_V2 = prepV2 (regV "bruise") "" ; +lin brute_N = regN "brute" ; +lin bucket_N = regN "bucket" ; +lin bud_N = regN "bud" ; +lin bud_V = (regV "bud") ; +lin buffer_N = regN "buffer" ; +lin buffer_V2 = prepV2 (regV "buffer") "" ; +lin bug_N = regN "bug" ; +lin build_V2 = prepV2 build_V "" ; +lin building_N = regN "building" ; +lin bullet_N = regN "bullet" ; +lin bully_N = regN "bully" ; +lin bully_V2 = prepV2 (regV "bully") "" ; +lin bun_N = regN "bun" ; +lin bunch_N = regN "bunch" ; +lin bundle_N = regN "bundle" ; +lin burden_N = regN "burden" ; +lin burn_V2 = prepV2 burn_V "" ; +lin burst_V = useV IrregEng.burst_V ; +lin bury_V2 = prepV2 (regV "bury") "" ; +lin bus_N = regN "bus" ; +lin bush_N = regN "bush" ; +lin business_N = regN "business" ; +lin busy_A = regA "busy" ; +lin butter_N = massN "butter" ; +lin butter_V2 = prepV2 (regV "butter") "" ; +lin butterfly_N = regN "butterfly" ; +lin button_N = regN "button" ; +lin buy_V2 = prepV2 buy_V "" ; +lin buzz_V = (regV "buzz") ; +lin by_Prep = mkPrep "by" ; +lin cabinet_N = regN "cabinet" ; +lin cable_N = regN "cable" ; +lin cage_N = regN "cage" ; +lin cake_N = regN "cake" ; +lin calculate_V2 = prepV2 (regV "calculate") "" ; +lin calculus_N = regN "calculus" ; +lin call_N = regN "call" ; +lin call_V2 = prepV2 (regV "call") "" ; +lin calm_A = regA "calm" ; +lin cam_N = regN "cam" ; +lin cambridge_PN = regPN "cambridge" ; +lin camel_N = regN "camel" ; +lin camera_N = regN "camera" ; +lin camp_N = regN "camp" ; +lin campaign_N = regN "campaign" ; +lin can_N = regN "can" ; +lin can_V2 = prepV2 (regV "can") "" ; +lin canada_PN = regPN "canada" ; +lin canadian_A = regA "canadian" ; +lin cancel_V2 = prepV2 (regV "cancel") "" ; +lin cancer_N = regN "cancer" ; +lin candid_A = longA "candid" ; +lin candidate_N = regN "candidate" ; +lin candle_N = regN "candle" ; +lin cannon_N = regN "cannon" ; +lin canonical_A = longA "canonical" ; +lin cap_N = regN "cap" ; +lin capable_A = longA "capable" ; +lin capable_A2of = longA2 "capable" "of" ; +lin capacity_N = regN "capacity" ; +lin capital_N = regN "capital" ; +lin captain_N = regN "captain" ; +lin captain_N2 = prepN2 "captain" "" ; +lin capture_V2 = prepV2 (regV "capture") "" ; +lin car_N = regN "car" ; +lin card_N = regN "card" ; +lin cardboard_N = massN "cardboard" ; +lin cardinal_A = longA "cardinal" ; +lin cardinal_N = regN "cardinal" ; +lin care_V = (regV "care") ; +lin care_N = massN "care" ; +lin career_N = regN "career" ; +lin carriage_N = regN "carriage" ; +lin carry_V2 = prepV2 (regV "carry") "" ; +lin cart_N = regN "cart" ; +lin cartesian_A = longA "cartesian" ; +lin carve_V2 = prepV2 (regV "carve") "" ; +lin case_N = regN "case" ; +lin cash_N = regN "cash" ; +lin cast_N = regN "cast" ; +lin cast_V2 = prepV2 cast_V "" ; +lin castle_N = regN "castle" ; +lin casual_A = longA "casual" ; +lin cat_N = regN "cat" ; +lin catch_N = regN "catch" ; +lin catch_V2 = prepV2 catch_V "" ; +lin categorical_A = longA "categorical" ; +lin category_N = regN "category" ; +lin cater_V2for = prepV2 (regV "cater") "for" ; +lin cause_N = regN "cause" ; +lin cause_V2 = prepV2 (regV "cause") "" ; +lin caution_N = massN "caution" ; +lin cautious_A = longA "cautious" ; +lin cave_N = regN "cave" ; +lin caviar_N = regN "caviar" ; +lin cease_V = (regV "cease") ; +lin ceiling_N = regN "ceiling" ; +lin cell_N = regN "cell" ; +lin cellar_N = regN "cellar" ; +lin cement_N = regN "cement" ; +--lin cement_N = massN "cement" ; +lin census_N = regN "census" ; +lin cent_N = regN "cent" ; +lin centaur_N = regN "centaur" ; +lin center_N = regN "center" ; +lin centre_N = regN "centre" ; +lin centre_V2 = prepV2 (regV "centre") "" ; +lin century_N = regN "century" ; +lin ceremonial_A = longA "ceremonial" ; +lin ceremony_N = regN "ceremony" ; +lin certain_A = longA "certain" ; +lin certain_A2of = longA2 "certain" "of" ; +lin certain_A2 = longA2 "certain" "" ; +lin certainty_N = regN "certainty" ; +lin certainty_N2 = prepN2 "certainty" "" ; +lin certify_V2 = prepV2 (regV "certify") "" ; +lin certitude_N = regN "certitude" ; +lin chain_N = regN "chain" ; +lin chain_V3to =dirprepV3 (regV "chain") "to" ; +lin chair_N = regN "chair" ; +lin chairman_N = irregN "chairman" "chairman" ; +lin chairwoman_N = irregN "chairwoman" "chairwoman" ; +lin chalk_N = massN "chalk" ; +lin challenge_N = regN "challenge" ; +lin challenge_N2to = prepN2 "challenge" "to" ; +lin chance_N = regN "chance" ; +lin chancellor_N = regN "chancellor" ; +lin change_V = (regV "change") ; +lin change_N = regN "change" ; +lin change_V2 = prepV2 (regV "change") "" ; +lin channel_N = regN "channel" ; +lin chap_N = regN "chap" ; +lin chapter_N = regN "chapter" ; +lin char_V = (regV "char") ; +lin character_N = regN "character" ; +lin characteristic_N = regN "characteristic" ; +lin characteristic_A = longA "characteristic" ; +lin characteristic_A2of = longA2 "characteristic" "of" ; +lin characteristically_A = longA "characteristically" ; +lin characterize_V3_pred =dirprepV3 (regV "characterize") "_pred" ; +lin charge_N = regN "charge" ; +lin charge_V3with =dirprepV3 (regV "charge") "with" ; +lin charitable_A = longA "charitable" ; +lin charity_N = regN "charity" ; +lin charm_N = regN "charm" ; +lin charm_V2 = prepV2 (regV "charm") "" ; +lin charming_A = longA "charming" ; +lin chart_N = regN "chart" ; +lin chase_V2 = prepV2 (regV "chase") "" ; +lin chaste_A = regA "chaste" ; +lin cheap_A = regA "cheap" ; +lin cheat_N = regN "cheat" ; +lin cheat_V2 = prepV2 (regV "cheat") "" ; +lin check_N = regN "check" ; +lin check_V2 = prepV2 (regV "check") "" ; +lin checkmate_N = regN "checkmate" ; +lin cheek_N = regN "cheek" ; +lin cheer_V = (regV "cheer") ; +lin cheer_N = regN "cheer" ; +lin cheerful_A = longA "cheerful" ; +lin cheese_N = massN "cheese" ; +lin chemical_A = regA "chemical" ; +lin chemist_N = regN "chemist" ; +lin chemistry_N = irregN "chemistry" "chemistry" ; +lin cheque_N = regN "cheque" ; +lin chequered_A = longA "chequered" ; +lin chess_N = massN "chess" ; +lin chest_N = regN "chest" ; +lin chicken_N = regN "chicken" ; +lin chief_N = regN "chief" ; +lin child_N = irregN "child" "child" ; +lin chimney_N = regN "chimney" ; +lin chin_N = regN "chin" ; +lin china_PN = regPN "china" ; +lin chinaman_N = regN "chinaman" ; +lin chinese_A = longA "chinese" ; +lin chocolate_N = massN "chocolate" ; +lin choice_N = regN "choice" ; +lin choose_V2 = prepV2 choose_V "" ; +lin christian_N = regN "christian" ; +lin christmas_N = regN "christmas" ; +lin chronic_A = longA "chronic" ; +lin chronology_N = regN "chronology" ; +lin chunk_N = regN "chunk" ; +lin church_N = regN "church" ; +lin churn_N = regN "churn" ; +lin churn_V2 = prepV2 (regV "churn") "" ; +lin churn_V = (regV "churn") ; +lin cigar_N = regN "cigar" ; +lin cigarette_N = regN "cigarette" ; +lin cinema_N = regN "cinema" ; +lin circle_N = regN "circle" ; +lin circuit_N = regN "circuit" ; +lin circular_A = longA "circular" ; +lin circulate_V = (regV "circulate") ; +lin circumscribe_V2 = prepV2 (regV "circumscribe") "" ; +lin circumstance_N = regN "circumstance" ; +lin circumvent_V = (regV "circumvent") ; +lin cite_V2 = prepV2 (regV "cite") "" ; +lin citizen_N = regN "citizen" ; +lin city_N = regN "city" ; +lin civilize_V2 = prepV2 (regV "civilize") "" ; +lin clad_A = longA "clad" ; +lin clad_A2in = longA2 "clad" "in" ; +lin claim_VS = mkVS (regV "claim") ; +lin claim_N2 = prepN2 "claim" "" ; +lin clan_N = regN "clan" ; +lin clap_V = (regV "clap") ; +lin clap_N = regN "clap" ; +lin clarify_V2 = prepV2 (regV "clarify") "" ; +lin clarity_N = regN "clarity" ; +lin clash_V2with = prepV2 (regV "clash") "with" ; +lin class_N = regN "class" ; +lin class_V3_pred =dirprepV3 (regV "class") "_pred" ; +lin classic_A = longA "classic" ; +lin classify_V2 = prepV2 (regV "classify") "" ; +lin clause_N = regN "clause" ; +lin clay_N = massN "clay" ; +lin clean_A = regA "clean" ; +lin clean_V2 = prepV2 (regV "clean") "" ; +lin clear_V2 = prepV2 (regV "clear") "" ; +lin clear_A = regA "clear" ; +lin clear_A2 = regA2 "clear" "" ; +--lin cleave_V2 = prepV2 cleave_V "" ; +lin cleaver_N = regN "cleaver" ; +lin cleft_N = regN "cleft" ; +lin clerk_N = regN "clerk" ; +lin clever_A = regA "clever" ; +lin client_N = regN "client" ; +lin cliff_N = regN "cliff" ; +lin climate_N = regN "climate" ; +lin climax_N = regN "climax" ; +lin climb_V2 = prepV2 (regV "climb") "" ; +lin clinic_N = regN "clinic" ; +lin clip_N = regN "clip" ; +lin clitic_N = regN "clitic" ; +lin clock_N = regN "clock" ; +lin clog_N = regN "clog" ; +lin close_V2 = prepV2 (regV "close") "" ; +lin close_A = regA "close" ; +lin close_A2to = regA2 "close" "to" ; +lin closet_N = regN "closet" ; +lin closure_N = regN "closure" ; +lin cloth_N = regN "cloth" ; +lin clothe_V2 = prepV2 (regV "clothe") "" ; +lin clothing_N = regN "clothing" ; +lin cloud_N = regN "cloud" ; +lin clove_V2 = prepV2 (regV "clove") "" ; +lin club_N = regN "club" ; +lin clue_N = regN "clue" ; +lin clumsy_A = regA "clumsy" ; +lin clutter_N = regN "clutter" ; +lin coach_N = regN "coach" ; +lin coach_V2 = prepV2 (regV "coach") "" ; +lin coal_N = massN "coal" ; +lin coalesce_V = (regV "coalesce") ; +lin coarse_A = regA "coarse" ; +lin coast_N = regN "coast" ; +lin coast_V2 = prepV2 (regV "coast") "" ; +lin coaster_N = regN "coaster" ; +lin coat_N = regN "coat" ; +lin cocktail_N = regN "cocktail" ; +lin cocoa_N = massN "cocoa" ; +lin coconut_N = regN "coconut" ; +lin code_N = regN "code" ; +lin code_V2 = prepV2 (regV "code") "" ; +lin coefficient_N = regN "coefficient" ; +lin coerce_V2 = prepV2 (regV "coerce") "" ; +lin coffee_N = massN "coffee" ; +lin cog_N = regN "cog" ; +lin cognition_N = regN "cognition" ; +lin cognitive_A = longA "cognitive" ; +lin coherence_N = massN "coherence" ; +lin coherent_A = longA "coherent" ; +lin coin_N = regN "coin" ; +lin coincide_V2with = prepV2 (regV "coincide") "with" ; +lin coincidence_N = regN "coincidence" ; +lin coincidental_A = longA "coincidental" ; +lin cold_A = regA "cold" ; +lin cold_N = regN "cold" ; +lin collaborate_V = (regV "collaborate") ; +lin collapse_N = regN "collapse" ; +lin collapse_V = (regV "collapse") ; +lin collar_N = regN "collar" ; +lin colleague_N = regN "colleague" ; +lin collect_V3from =dirprepV3 (regV "collect") "from" ; +lin college_N = regN "college" ; +lin collide_V = (regV "collide") ; +lin collinear_A = longA "collinear" ; +lin collision_N = regN "collision" ; +lin colon_N = regN "colon" ; +lin colony_N = regN "colony" ; +lin colour_N = regN "colour" ; +lin colour_V2 = prepV2 (regV "colour") "" ; +lin column_N = regN "column" ; +lin comb_N = regN "comb" ; +lin combat_N = regN "combat" ; +lin combinator_N = regN "combinator" ; +lin combine_V3with =dirprepV3 (regV "combine") "with" ; +lin come_V2 = prepV2 come_V "" ; +lin comedy_N = regN "comedy" ; +lin comfort_N = regN "comfort" ; +lin comfort_V2 = prepV2 (regV "comfort") "" ; +lin comfortable_A = longA "comfortable" ; +lin comma_N = regN "comma" ; +lin command_N = regN "command" ; +lin command_V2 = prepV2 (regV "command") "" ; +lin commence_V = (regV "commence") ; +lin comment_N = regN "comment" ; +lin comment_V2on = prepV2 (regV "comment") "on" ; +lin commerce_N = regN "commerce" ; +lin commercial_N = regN "commercial" ; +lin commission_V2 = prepV2 (regV "commission") "" ; +lin commission_N = regN "commission" ; +lin commit_V = (regV "commit") ; +lin committee_N = regN "committee" ; +lin commodity_N = regN "commodity" ; +lin common_A = regA "common" ; +lin commonsense_A = longA "commonsense" ; +lin commonwealth_N = regN "commonwealth" ; +lin commune_N = regN "commune" ; +lin communicate_V2with = prepV2 (regV "communicate") "with" ; +lin community_N = regN "community" ; +lin commutative_A = longA "commutative" ; +lin commutator_N = regN "commutator" ; +lin compact_A = longA "compact" ; +lin companion_N = regN "companion" ; +lin company_N = regN "company" ; +lin comparative_A = longA "comparative" ; +lin comparative_N = regN "comparative" ; +lin compare_V3with =dirprepV3 (regV "compare") "with" ; +lin comparison_N2of_ppwith = prepN2 "comparison" "of_ppwith" ; +lin compass_V = (regV "compass") ; +lin compatible_A = longA "compatible" ; +lin compatible_A2with = longA2 "compatible" "with" ; +lin compel_V2 = prepV2 (regV "compel") "" ; +lin compensate_V2for = prepV2 (regV "compensate") "for" ; +lin compete_V2with = prepV2 (regV "compete") "with" ; +lin competence_N = regN "competence" ; +lin competent_A = longA "competent" ; +lin competition_N = regN "competition" ; +lin competitor_N = regN "competitor" ; +lin compile_V2 = prepV2 (regV "compile") "" ; +lin complain_V2about = prepV2 (regV "complain") "about" ; +lin complaint_N2about = prepN2 "complaint" "about" ; +lin complement_N = regN "complement" ; +lin complement_V2 = prepV2 (regV "complement") "" ; +lin complementary_A = longA "complementary" ; +lin complementary_A2to = longA2 "complementary" "to" ; +lin complete_A = longA "complete" ; +lin complete_V2 = prepV2 (regV "complete") "" ; +lin complex_A = longA "complex" ; +lin complex_N = regN "complex" ; +lin complicate_V2 = prepV2 (regV "complicate") "" ; +lin compliment_N = regN "compliment" ; +lin compliment_V2 = prepV2 (regV "compliment") "" ; +lin comply_V2with = prepV2 (regV "comply") "with" ; +lin component_N = regN "component" ; +lin compose_V2 = prepV2 (regV "compose") "" ; +lin composite_A = longA "composite" ; +lin composition_N = regN "composition" ; +lin compound_A = longA "compound" ; +lin compound_N = regN "compound" ; +lin compound_V2 = prepV2 (regV "compound") "" ; +lin comprehend_V2 = prepV2 (regV "comprehend") "" ; +lin comprehensible_A = longA "comprehensible" ; +lin comprehensible_A2to = longA2 "comprehensible" "to" ; +lin comprehension_N = regN "comprehension" ; +lin comprehensive_A = longA "comprehensive" ; +lin compress_V2 = prepV2 (regV "compress") "" ; +lin comprise_V2 = prepV2 (regV "comprise") "" ; +lin compromise_V = (regV "compromise") ; +lin compute_V2 = prepV2 (regV "compute") "" ; +lin computer_N = regN "computer" ; +lin concatenate_V2 = prepV2 (regV "concatenate") "" ; +lin concave_A = regA "concave" ; +lin conceal_V2 = prepV2 (regV "conceal") "" ; +lin concede_VS = mkVS (regV "concede") ; +lin conceive_V2of = prepV2 (regV "conceive") "of" ; +lin concentrate_V2 = prepV2 (regV "concentrate") "" ; +lin concept_N = regN "concept" ; +lin conception_N = regN "conception" ; +lin conceptual_A = longA "conceptual" ; +lin concern_N = regN "concern" ; +lin concern_V2 = prepV2 (regV "concern") "" ; +lin concerning_Prep = mkPrep "concerning" ; +lin concert_N = regN "concert" ; +lin concerted_A = longA "concerted" ; +lin concession_N = regN "concession" ; +lin concise_A = longA "concise" ; +lin conclude_VS = mkVS (regV "conclude") ; +lin conclusion_N2 = prepN2 "conclusion" "" ; +lin conclusive_A = longA "conclusive" ; +lin concomitant_A = longA "concomitant" ; +lin concrete_A = longA "concrete" ; +lin concrete_N = massN "concrete" ; +lin concur_V = (regV "concur") ; +lin concurrent_A = longA "concurrent" ; +lin condemn_V2 = prepV2 (regV "condemn") "" ; +lin condition_N = regN "condition" ; +lin condition_V2 = prepV2 (regV "condition") "" ; +lin conditional_N = regN "conditional" ; +lin conducive_A2to = regA2 "conducive" "to" ; +lin conduct_N = regN "conduct" ; +lin conduct_V2 = prepV2 (regV "conduct") "" ; +lin confer_V2with = prepV2 (regV "confer") "with" ; +lin conference_N = regN "conference" ; +lin confess_VS = mkVS (regV "confess") ; +lin confidence_N = regN "confidence" ; +lin confident_A = longA "confident" ; +lin configure_V2 = prepV2 (regV "configure") "" ; +lin confine_V3to =dirprepV3 (regV "confine") "to" ; +lin confirm_V2 = prepV2 (regV "confirm") "" ; +lin conflate_V2 = prepV2 (regV "conflate") "" ; +lin conflict_V2with = prepV2 (regV "conflict") "with" ; +lin confluence_N = regN "confluence" ; +lin confluent_A = longA "confluent" ; +lin conform_V2to = prepV2 (regV "conform") "to" ; +lin confound_V2 = prepV2 (regV "confound") "" ; +lin confounded_A = longA "confounded" ; +lin confront_V3with =dirprepV3 (regV "confront") "with" ; +lin confuse_V2 = prepV2 (regV "confuse") "" ; +lin congruence_N = regN "congruence" ; +lin congruent_A = longA "congruent" ; +lin conjecture_VS = mkVS (regV "conjecture") ; +lin conjoin_V2 = prepV2 (regV "conjoin") "" ; +lin conjunct_N = regN "conjunct" ; +lin conjunction_N = regN "conjunction" ; +lin conjunctive_A = longA "conjunctive" ; +lin connect_V2 = prepV2 (regV "connect") "" ; +lin connective_N = regN "connective" ; +lin conquer_V2 = prepV2 (regV "conquer") "" ; +lin conqueror_N = regN "conqueror" ; +lin conquest_N = regN "conquest" ; +lin conscience_N = irregN "conscience" "conscience" ; +lin conscious_A = longA "conscious" ; +lin conscious_A2of = longA2 "conscious" "of" ; +lin consecutive_A = longA "consecutive" ; +lin consensus_N = regN "consensus" ; +lin consequence_N = regN "consequence" ; +lin consequent_A = longA "consequent" ; +lin conservative_A = longA "conservative" ; +lin conserve_V2 = prepV2 (regV "conserve") "" ; +lin consider_V2 = prepV2 (regV "consider") "" ; +lin consider_V3 =dirprepV3 (regV "consider") "" ; +lin consider_V2 = prepV2 (regV "consider") "" ; +lin consider_V2 = prepV2 (regV "consider") "" ; +lin considerate_A = longA "considerate" ; +lin consist_V2of = prepV2 (regV "consist") "of" ; +lin consistency_N = regN "consistency" ; +lin consistent_A = longA "consistent" ; +lin consistent_A2with = longA2 "consistent" "with" ; +lin consonant_A = longA "consonant" ; +lin consonant_A2with = longA2 "consonant" "with" ; +lin consonant_N = regN "consonant" ; +lin constant_A = longA "constant" ; +lin constant_N = regN "constant" ; +lin constellation_N = regN "constellation" ; +lin constituency_N = regN "constituency" ; +lin constituent_N = regN "constituent" ; +lin constitute_V2 = prepV2 (regV "constitute") "" ; +lin constrain_V2 = prepV2 (regV "constrain") "" ; +lin constraint_N = regN "constraint" ; +lin constrict_V2 = prepV2 (regV "constrict") "" ; +lin construct_V2 = prepV2 (regV "construct") "" ; +lin constructor_N = regN "constructor" ; +lin construe_V3_pred =dirprepV3 (regV "construe") "_pred" ; +lin consult_V2 = prepV2 (regV "consult") "" ; +lin consume_V2 = prepV2 (regV "consume") "" ; +lin consumption_N = irregN "consumption" "consumption" ; +lin contact_N = regN "contact" ; +lin contact_V2 = prepV2 (regV "contact") "" ; +lin contagion_N = regN "contagion" ; +lin contagious_A = longA "contagious" ; +lin contain_V2 = prepV2 (regV "contain") "" ; +lin contaminate_V2 = prepV2 (regV "contaminate") "" ; +lin contemplate_V2 = prepV2 (regV "contemplate") "" ; +lin contemporary_A = longA "contemporary" ; +lin contemporary_N = regN "contemporary" ; +lin contend_VS = mkVS (regV "contend") ; +lin content_A = longA "content" ; +lin content_A2with = longA2 "content" "with" ; +lin contented_A = longA "contented" ; +lin contented_A2with = longA2 "contented" "with" ; +lin contention_N2 = prepN2 "contention" "" ; +lin context_N = regN "context" ; +lin contextual_A = longA "contextual" ; +lin contiguous_A = longA "contiguous" ; +lin contiguous_A2to = longA2 "contiguous" "to" ; +lin contingency_N = regN "contingency" ; +lin contingent_A = longA "contingent" ; +lin contingent_A2on = longA2 "contingent" "on" ; +lin continual_A = longA "continual" ; +lin continue_V2 = prepV2 (regV "continue") "" ; +lin continue_V2 = prepV2 (regV "continue") "" ; +lin continuity_N = regN "continuity" ; +lin continuous_A = longA "continuous" ; +lin continuum_N = regN "continuum" ; +lin contour_N = regN "contour" ; +lin contract_V = (regV "contract") ; +lin contract_N = regN "contract" ; +lin contradict_V2 = prepV2 (regV "contradict") "" ; +lin contrary_A = longA "contrary" ; +lin contrary_A2to = longA2 "contrary" "to" ; +lin contrast_N = regN "contrast" ; +lin contrast_V3with =dirprepV3 (regV "contrast") "with" ; +lin contrastive_A = longA "contrastive" ; +lin contravene_V2 = prepV2 (regV "contravene") "" ; +lin contribute_V2to = prepV2 (regV "contribute") "to" ; +lin control_N = regN "control" ; +lin control_V2 = prepV2 (regV "control") "" ; +lin controversial_A = longA "controversial" ; +lin controversy_N = regN "controversy" ; +lin convenience_N = regN "convenience" ; +lin convenient_A = longA "convenient" ; +lin convention_N = regN "convention" ; +lin converge_V = (regV "converge") ; +lin convergence_N = regN "convergence" ; +lin conversation_N = regN "conversation" ; +lin converse_A = longA "converse" ; +lin converse_V2with = prepV2 (regV "converse") "with" ; +lin conversion_N = regN "conversion" ; +lin convert_V3to =dirprepV3 (regV "convert") "to" ; +lin convey_V2 = prepV2 (regV "convey") "" ; +lin convict_N = regN "convict" ; +lin convict_V2 = prepV2 (regV "convict") "" ; +lin conviction_N = regN "conviction" ; +lin convince_V3 =dirprepV3 (regV "convince") "" ; +lin convincing_A = longA "convincing" ; +lin convoluted_A = longA "convoluted" ; +lin cook_N = regN "cook" ; +lin cook_V2 = prepV2 (regV "cook") "" ; +lin cool_A = regA "cool" ; +lin cool_V = (regV "cool") ; +lin coordinate_V2 = prepV2 (regV "coordinate") "" ; +lin cope_V2with = prepV2 (regV "cope") "with" ; +lin copper_N = massN "copper" ; +lin copula_N = regN "copula" ; +lin copy_N = regN "copy" ; +lin copy_V2 = prepV2 (regV "copy") "" ; +lin copyright_N = regN "copyright" ; +lin cord_N = regN "cord" ; +lin corn_N = massN "corn" ; +lin corner_N = regN "corner" ; +lin corporation_N = regN "corporation" ; +lin corpus_N = irregN "corpus" "corpus" ; +lin correct_A = longA "correct" ; +lin correct_V2 = prepV2 (regV "correct") "" ; +lin correlate_V2 = prepV2 (regV "correlate") "" ; +lin correspond_V2to = prepV2 (regV "correspond") "to" ; +lin correspondence_N2to = prepN2 "correspondence" "to" ; +lin corresponding_A = longA "corresponding" ; +lin cosmetic_A = longA "cosmetic" ; +lin cost_N = regN "cost" ; +lin cost_V2 = prepV2 (regV "cost") "" ; +lin costly_A = regA "costly" ; +lin costume_N = regN "costume" ; +lin cotton_N = massN "cotton" ; +lin cough_V = (regV "cough") ; +lin cough_N = regN "cough" ; +lin council_N = regN "council" ; +lin councillor_N = regN "councillor" ; +lin count_V2 = prepV2 (regV "count") "" ; +lin counterfactual_A = longA "counterfactual" ; +lin counterintuitive_A = longA "counterintuitive" ; +lin country_N = regN "country" ; +lin county_N = regN "county" ; +lin couple_N = regN "couple" ; +lin couple_V2 = prepV2 (regV "couple") "" ; +lin courage_N = regN "courage" ; +lin course_N = regN "course" ; +lin court_N = regN "court" ; +lin court_V2 = prepV2 (regV "court") "" ; +lin court_V = (regV "court") ; +lin courteous_A = longA "courteous" ; +lin courtesy_N = regN "courtesy" ; +lin cover_N = regN "cover" ; +lin cover_V2 = prepV2 (regV "cover") "" ; +lin covert_A = longA "covert" ; +lin cow_N = regN "cow" ; +lin coward_N = regN "coward" ; +lin crab_N = regN "crab" ; +lin crack_N = regN "crack" ; +lin crack_V2 = prepV2 (regV "crack") "" ; +lin craft_N = regN "craft" ; +lin crafty_A = regA "crafty" ; +lin crag_N = regN "crag" ; +lin crash_V = (regV "crash") ; +lin crate_N = regN "crate" ; +lin crater_N = regN "crater" ; +lin crave_V2 = prepV2 (regV "crave") "" ; +lin crawl_V = (regV "crawl") ; +lin crayfish_N = regN "crayfish" ; +lin crayon_N = regN "crayon" ; +lin craze_N = regN "craze" ; +lin crazy_A = regA "crazy" ; +lin cream_N = regN "cream" ; +lin create_V2 = prepV2 (regV "create") "" ; +lin creator_N = regN "creator" ; +lin creature_N = regN "creature" ; +lin credit_N = regN "credit" ; +lin creep_V2 = prepV2 creep_V "" ; +lin cricket_N = regN "cricket" ; +lin crime_N = regN "crime" ; +lin criminal_A = longA "criminal" ; +lin criminal_N = regN "criminal" ; +lin crisis_N = irregN "crisis" "crisis" ; +lin criterion_N2for = irregN2 "criterion" "criterion" "for" ; +lin critic_N2of = prepN2 "critic" "of" ; +lin criticise_V2 = prepV2 (regV "criticise") "" ; +lin criticism_N = regN "criticism" ; +lin criticize_V2 = prepV2 (regV "criticize") "" ; +lin critique_N = regN "critique" ; +lin crochet_N = regN "crochet" ; +lin crochet_V2 = prepV2 (regV "crochet") "" ; +lin crochet_V = (regV "crochet") ; +lin crop_N = regN "crop" ; +lin crop_V2 = prepV2 (regV "crop") "" ; +lin cross_A = regA "cross" ; +lin cross_N = regN "cross" ; +lin cross_V2 = prepV2 (regV "cross") "" ; +lin crow_V = (regV "crow") ; +lin crow_N = regN "crow" ; +lin crowd_N = regN "crowd" ; +lin crown_N = regN "crown" ; +lin crown_V2 = prepV2 (regV "crown") "" ; +lin crucial_A = longA "crucial" ; +lin crude_A = regA "crude" ; +lin cruel_A = regA "cruel" ; +lin cruel_A2to = regA2 "cruel" "to" ; +lin cruelty_N2to = prepN2 "cruelty" "to" ; +lin crush_V2 = prepV2 (regV "crush") "" ; +lin cry_V = (regV "cry") ; +lin cry_N = regN "cry" ; +lin cub_N = regN "cub" ; +lin cube_N = regN "cube" ; +lin cubic_A = longA "cubic" ; +lin cue_N = regN "cue" ; +lin cue_V2 = prepV2 (regV "cue") "" ; +lin culprit_N = regN "culprit" ; +lin cultivate_V2 = prepV2 (regV "cultivate") "" ; +lin culture_N = regN "culture" ; +lin cumbersome_A = longA "cumbersome" ; +lin cumulative_A = longA "cumulative" ; +lin cunning_A = longA "cunning" ; +lin cup_N = regN "cup" ; +lin cupboard_N = regN "cupboard" ; +lin curb_V2 = prepV2 (regV "curb") "" ; +lin cure_N = regN "cure" ; +lin cure_V3of =dirprepV3 (regV "cure") "of" ; +lin curiosity_N = regN "curiosity" ; +lin curious_A = longA "curious" ; +lin curl_V = (regV "curl") ; +lin curl_N = regN "curl" ; +lin current_A = longA "current" ; +lin current_N = regN "current" ; +lin curriculum_N = regN "curriculum" ; +lin curse_N = regN "curse" ; +lin curse_V2 = prepV2 (regV "curse") "" ; +lin curtain_N = regN "curtain" ; +lin curvature_N = regN "curvature" ; +lin curve_V = (regV "curve") ; +lin curve_N = regN "curve" ; +lin custard_N = massN "custard" ; +lin custom_N = regN "custom" ; +lin cut_N = regN "cut" ; +lin cut_V2 = prepV2 cut_V "" ; +lin cycle_V = (regV "cycle") ; +lin cyclic_A = longA "cyclic" ; +lin cynic_N = regN "cynic" ; +lin dagger_N = regN "dagger" ; +lin daily_A = longA "daily" ; +lin damage_N = regN "damage" ; +lin damage_V2 = prepV2 (regV "damage") "" ; +lin dance_N = regN "dance" ; +lin dance_V = (regV "dance") ; +lin danger_N = regN "danger" ; +lin dangle_V = (regV "dangle") ; +lin dare_V2 = prepV2 (regV "dare") "" ; +lin dare_VV = mkVV (regV "dare") ; +lin dark_N = regN "dark" ; +lin dark_A = regA "dark" ; +lin darken_V2 = prepV2 (regV "darken") "" ; +lin darken_V = (regV "darken") ; +lin database_N = regN "database" ; +lin date_N = regN "date" ; +lin dative_A = longA "dative" ; +lin datum_N = irregN "datum" "datum" ; +lin daughter_N2of = prepN2 "daughter" "of" ; +lin day_N = regN "day" ; +lin dead_A = regA "dead" ; +lin deaf_A = regA "deaf" ; +lin deal_N = regN "deal" ; +lin deal_V2with = prepV2 deal_V "with" ; +lin dear_A = regA "dear" ; +lin dear_A2to = regA2 "dear" "to" ; +lin death_N = regN "death" ; +lin debate_N = regN "debate" ; +lin debate_V2 = prepV2 (regV "debate") "" ; +lin debt_N = regN "debt" ; +lin debtor_N = regN "debtor" ; +lin debug_V2 = prepV2 (regV "debug") "" ; +lin decade_N = regN "decade" ; +lin decay_V = (regV "decay") ; +lin deceive_V2 = prepV2 (regV "deceive") "" ; +lin december_PN = regPN "december" ; +lin deception_N = regN "deception" ; +lin deceptive_A = longA "deceptive" ; +lin decide_VV = mkVV (regV "decide") ; +lin decimal_A = longA "decimal" ; +lin decimal_N = regN "decimal" ; +lin decision_N2 = prepN2 "decision" "" ; +lin decisive_A = longA "decisive" ; +lin declare_V2 = prepV2 (regV "declare") "" ; +lin declare_VS = mkVS (regV "declare") ; +lin decompose_V = (regV "decompose") ; +lin decomposition_N = regN "decomposition" ; +lin decrease_V = (regV "decrease") ; +lin decrease_N2in = prepN2 "decrease" "in" ; +lin decrement_V2 = prepV2 (regV "decrement") "" ; +lin dedicate_V3to =dirprepV3 (regV "dedicate") "to" ; +lin deduce_VS = mkVS (regV "deduce") ; +lin deducible_A = longA "deducible" ; +lin deed_N = regN "deed" ; +lin deep_A = regA "deep" ; +lin deer_N = regN "deer" ; +lin defeat_N = regN "defeat" ; +lin defeat_V2 = prepV2 (regV "defeat") "" ; +lin defect_N = regN "defect" ; +lin defect_V = (regV "defect") ; +lin defence_N = regN "defence" ; +lin defend_V2 = prepV2 (regV "defend") "" ; +lin defense_N = regN "defense" ; +lin defensible_A = longA "defensible" ; +lin defer_V2 = prepV2 (regV "defer") "" ; +lin deficiency_N = regN "deficiency" ; +lin deficient_A = longA "deficient" ; +lin define_V2 = prepV2 (regV "define") "" ; +lin definite_A = regA "definite" ; +lin definition_N = regN "definition" ; +lin definitive_A = longA "definitive" ; +lin deform_V2 = prepV2 (regV "deform") "" ; +lin defy_V2 = prepV2 (regV "defy") "" ; +lin degrade_V2 = prepV2 (regV "degrade") "" ; +lin degree_N = regN "degree" ; +lin delay_N = regN "delay" ; +lin delay_V2 = prepV2 (regV "delay") "" ; +lin delete_V2 = prepV2 (regV "delete") "" ; +lin deliberate_A = longA "deliberate" ; +lin delicacy_N = regN "delicacy" ; +lin delicate_A = longA "delicate" ; +lin delight_N = regN "delight" ; +lin delight_V2 = prepV2 (regV "delight") "" ; +lin delimit_V2 = prepV2 (regV "delimit") "" ; +lin delineate_V2 = prepV2 (regV "delineate") "" ; +lin deliver_V2 = prepV2 (regV "deliver") "" ; +lin delve_V = (regV "delve") ; +lin demand_N = regN "demand" ; +lin demand_V2 = prepV2 (regV "demand") "" ; +lin demonstrate_VS = mkVS (regV "demonstrate") ; +lin denial_N = regN "denial" ; +lin denote_V2 = prepV2 (regV "denote") "" ; +lin dense_A = regA "dense" ; +lin deny_V2 = prepV2 (regV "deny") "" ; +lin depart_V2from = prepV2 (regV "depart") "from" ; +lin department_N = regN "department" ; +lin departure_N = regN "departure" ; +lin depend_V2on = prepV2 (regV "depend") "on" ; +lin dependence_N2on = prepN2 "dependence" "on" ; +lin dependency_N = regN "dependency" ; +lin dependent_N = regN "dependent" ; +lin dependent_A = longA "dependent" ; +lin dependent_A2on = longA2 "dependent" "on" ; +lin depict_V2 = prepV2 (regV "depict") "" ; +lin deploy_V2 = prepV2 (regV "deploy") "" ; +lin deposit_N = regN "deposit" ; +lin deposit_V2 = prepV2 (regV "deposit") "" ; +lin depress_V2 = prepV2 (regV "depress") "" ; +lin depressing_A = longA "depressing" ; +lin depth_N = regN "depth" ; +lin derivative_N = regN "derivative" ; +lin derive_V2from = prepV2 (regV "derive") "from" ; +lin descend_V2 = prepV2 (regV "descend") "" ; +lin descendant_N = regN "descendant" ; +lin descent_N = regN "descent" ; +lin describe_V2 = prepV2 (regV "describe") "" ; +lin description_N = regN "description" ; +lin descriptive_A = longA "descriptive" ; +lin desert_N = regN "desert" ; +lin deserve_V2 = prepV2 (regV "deserve") "" ; +lin design_N = regN "design" ; +lin design_V2 = prepV2 (regV "design") "" ; +lin designate_V3_pred =dirprepV3 (regV "designate") "_pred" ; +lin desire_N2 = prepN2 "desire" "" ; +lin desire_V2 = prepV2 (regV "desire") "" ; +lin desire_V2 = prepV2 (regV "desire") "" ; +lin desire_VV = mkVV (regV "desire") ; +lin desk_N = regN "desk" ; +lin despair_N = regN "despair" ; +lin despair_V = (regV "despair") ; +lin despair_V2of = prepV2 (regV "despair") "of" ; +lin desperate_A = longA "desperate" ; +lin desperate_A2for = longA2 "desperate" "for" ; +lin desperation_N = regN "desperation" ; +lin destination_N = regN "destination" ; +lin destiny_N = regN "destiny" ; +lin destroy_V2 = prepV2 (regV "destroy") "" ; +lin destruction_N2of = prepN2 "destruction" "of" ; +lin destructive_A = longA "destructive" ; +lin detach_V2 = prepV2 (regV "detach") "" ; +lin detail_N = regN "detail" ; +lin detailed_A = longA "detailed" ; +lin detect_V2 = prepV2 (regV "detect") "" ; +lin deteriorate_V = (regV "deteriorate") ; +lin determinate_A = longA "determinate" ; +lin determine_V2 = prepV2 (regV "determine") "" ; +lin determinism_N = regN "determinism" ; +lin deterministic_A = longA "deterministic" ; +lin determinize_V2 = prepV2 (regV "determinize") "" ; +lin detract_V2from = prepV2 (regV "detract") "from" ; +lin develop_V2 = prepV2 (regV "develop") "" ; +lin deviance_N = regN "deviance" ; +lin deviant_A = longA "deviant" ; +lin deviate_V2from = prepV2 (regV "deviate") "from" ; +lin devil_N = regN "devil" ; +lin devise_V2 = prepV2 (regV "devise") "" ; +lin devote_V3to =dirprepV3 (regV "devote") "to" ; +lin devour_V2 = prepV2 (regV "devour") "" ; +lin diagnose_V2 = prepV2 (regV "diagnose") "" ; +lin diagnosis_N = regN "diagnosis" ; +lin diagnostic_A = longA "diagnostic" ; +lin diagonal_A = longA "diagonal" ; +lin diagonal_N = regN "diagonal" ; +lin diagram_N = regN "diagram" ; +lin diagrammatic_A = longA "diagrammatic" ; +lin diagrammatically_Adv = mkAdv "diagrammatically" ; +lin dialect_N = regN "dialect" ; +lin dialogue_N = regN "dialogue" ; +lin diamond_N = regN "diamond" ; +lin dichotomy_N = regN "dichotomy" ; +lin dictionary_N = regN "dictionary" ; +lin die_V = (regV "die") ; +lin die_N = regN "die" ; +lin differ_V2from = prepV2 (regV "differ") "from" ; +lin difference_N = regN "difference" ; +lin different_A = longA "different" ; +lin different_A2from = longA2 "different" "from" ; +lin differentiate_V2 = prepV2 (regV "differentiate") "" ; +lin difficult_A = longA "difficult" ; +lin difficult_A2 = longA2 "difficult" "" ; +lin difficulty_N = regN "difficulty" ; +lin diffuse_A = longA "diffuse" ; +lin diffuse_V = (regV "diffuse") ; +lin dig_V2 = prepV2 dig_V "" ; +lin digest_N = regN "digest" ; +lin digest_V2 = prepV2 (regV "digest") "" ; +lin digit_N = regN "digit" ; +lin digital_A = longA "digital" ; +lin dilate_V = (regV "dilate") ; +lin dimension_N = regN "dimension" ; +lin diminish_V = (regV "diminish") ; +lin dine_V = (regV "dine") ; +lin dinner_N = regN "dinner" ; +lin dire_A = regA "dire" ; +lin direct_A = longA "direct" ; +lin direct_V3to =dirprepV3 (regV "direct") "to" ; +lin direction_N = regN "direction" ; +lin director_N = regN "director" ; +lin directory_N = regN "directory" ; +lin dirt_N = regN "dirt" ; +lin disable_V2 = prepV2 (regV "disable") "" ; +lin disadvantage_N = regN "disadvantage" ; +lin disambiguate_V2 = prepV2 (regV "disambiguate") "" ; +lin disarm_V2 = prepV2 (regV "disarm") "" ; +lin disarmament_N = regN "disarmament" ; +lin disappoint_V2 = prepV2 (regV "disappoint") "" ; +lin disaster_N = regN "disaster" ; +lin disastrous_A = longA "disastrous" ; +lin disbelief_N = regN "disbelief" ; +lin disc_N = regN "disc" ; +lin discard_V2 = prepV2 (regV "discard") "" ; +lin discern_V2 = prepV2 (regV "discern") "" ; +lin discipline_N = regN "discipline" ; +lin disciplined_A = longA "disciplined" ; +lin discontinuity_N = regN "discontinuity" ; +lin discontinuous_A = longA "discontinuous" ; +lin discourage_V2 = prepV2 (regV "discourage") "" ; +lin discourse_N = regN "discourse" ; +lin discover_V2 = prepV2 (regV "discover") "" ; +lin discover_VS = mkVS (regV "discover") ; +lin discovery_N2 = prepN2 "discovery" "" ; +lin discrepancy_N = regN "discrepancy" ; +lin discrete_A = regA "discrete" ; +lin discriminate_V2 = prepV2 (regV "discriminate") "" ; +lin discuss_V2 = prepV2 (regV "discuss") "" ; +lin discussion_N = regN "discussion" ; +lin discussion_N2about = prepN2 "discussion" "about" ; +lin discussion_N2s_withabout = prepN2 "discussion" "s_withabout" ; +lin discussion_N2with = prepN2 "discussion" "with" ; +lin disease_N = regN "disease" ; +lin diseased_A = longA "diseased" ; +lin disguise_V = (regV "disguise") ; +lin disguise_N = regN "disguise" ; +lin disguise_V2 = prepV2 (regV "disguise") "" ; +lin dish_N = regN "dish" ; +lin dishonest_A = longA "dishonest" ; +lin disillusion_V2 = prepV2 (regV "disillusion") "" ; +lin disjoint_A = longA "disjoint" ; +lin disjunct_N = regN "disjunct" ; +lin disjunction_N = regN "disjunction" ; +lin disjunctive_A = longA "disjunctive" ; +lin disk_N = regN "disk" ; +lin dislocate_V2 = prepV2 (regV "dislocate") "" ; +lin dismiss_V2 = prepV2 (regV "dismiss") "" ; +lin disparate_A = longA "disparate" ; +lin dispense_V2with = prepV2 (regV "dispense") "with" ; +lin dispensible_A = longA "dispensible" ; +lin display_N = regN "display" ; +lin display_V2 = prepV2 (regV "display") "" ; +lin dispose_V2of = prepV2 (regV "dispose") "of" ; +lin disproportionate_A = longA "disproportionate" ; +lin dispute_N = regN "dispute" ; +lin dispute_V2 = prepV2 (regV "dispute") "" ; +lin disquieting_A = longA "disquieting" ; +lin disrupt_V2 = prepV2 (regV "disrupt") "" ; +lin dissatisfaction_N = regN "dissatisfaction" ; +lin dissatisfied_A = longA "dissatisfied" ; +lin dissent_V = (regV "dissent") ; +lin dissertation_N = regN "dissertation" ; +lin dissimilar_A = longA "dissimilar" ; +lin dissimilar_A2to = longA2 "dissimilar" "to" ; +lin distance_N = regN "distance" ; +lin distant_A = longA "distant" ; +lin distant_A2from = longA2 "distant" "from" ; +lin distinct_A = longA "distinct" ; +lin distinct_A2from = longA2 "distinct" "from" ; +lin distinction_N = regN "distinction" ; +lin distinctive_A = longA "distinctive" ; +lin distinguish_V3from =dirprepV3 (regV "distinguish") "from" ; +lin distract_V3from =dirprepV3 (regV "distract") "from" ; +lin distribute_V2 = prepV2 (regV "distribute") "" ; +lin district_N = regN "district" ; +lin disturb_V2 = prepV2 (regV "disturb") "" ; +lin ditch_N = regN "ditch" ; +lin ditransitive_A = longA "ditransitive" ; +lin dive_N = regN "dive" ; +lin dive_V = (regV "dive") ; +lin diverse_A = longA "diverse" ; +lin divide_V2 = prepV2 (regV "divide") "" ; +lin dividend_N = regN "dividend" ; +lin divine_A = longA "divine" ; +lin divisible_A = longA "divisible" ; +lin division_N = regN "division" ; +lin divisor_N = regN "divisor" ; +lin divorce_V3from =dirprepV3 (regV "divorce") "from" ; +lin do_V2 = prepV2 (regV "do") "" ; +lin doctor_N = regN "doctor" ; +lin document_N = regN "document" ; +lin document_V2 = prepV2 (regV "document") "" ; +lin dog_N = regN "dog" ; +lin dollar_N = regN "dollar" ; +lin dolt_N = regN "dolt" ; +lin domain_N = regN "domain" ; +lin dome_N = regN "dome" ; +lin dominance_N = regN "dominance" ; +lin dominant_A = longA "dominant" ; +lin dominate_V2 = prepV2 (regV "dominate") "" ; +lin donate_V3to =dirprepV3 (regV "donate") "to" ; +lin donkey_N = regN "donkey" ; +lin doom_N = regN "doom" ; +lin doomed_A = longA "doomed" ; +lin doomsday_N = regN "doomsday" ; +lin door_N = regN "door" ; +lin dormancy_N = regN "dormancy" ; +lin dormant_A = regA "dormant" ; +lin dosage_N = regN "dosage" ; +lin dose_N = regN "dose" ; +lin dose_V3with =dirprepV3 (regV "dose") "with" ; +lin dot_N = regN "dot" ; +lin double_A = longA "double" ; +lin double_V2 = prepV2 (regV "double") "" ; +lin doubt_V2 = prepV2 (regV "doubt") "" ; +lin doubt_VS = mkVS (regV "doubt") ; +lin doubt_N2 = prepN2 "doubt" "" ; +lin dour_A = regA "dour" ; +lin dove_N = regN "dove" ; +lin down_N = regN "down" ; +lin down_Prep = mkPrep "down" ; +lin downward_Adv = mkAdv "downward" ; +lin doze_V = (regV "doze") ; +lin dozen_N2 = prepN2 "dozen" "" ; +lin draft_N = regN "draft" ; +lin drag_N = regN "drag" ; +lin drag_V2 = prepV2 (regV "drag") "" ; +lin drain_N = regN "drain" ; +lin drain_V2 = prepV2 (regV "drain") "" ; +lin dram_N = regN "dram" ; +lin drama_N = regN "drama" ; +lin dramatic_A = longA "dramatic" ; +lin dramatically_Adv = mkAdv "dramatically" ; +lin dramatist_N = regN "dramatist" ; +lin drastic_A = longA "drastic" ; +lin drastically_Adv = mkAdv "drastically" ; +lin draught_N = regN "draught" ; +lin draw_V2 = prepV2 draw_V "" ; +lin drawback_N = regN "drawback" ; +lin drawer_N = regN "drawer" ; +lin dread_N = regN "dread" ; +lin dread_V2 = prepV2 (regV "dread") "" ; +lin dreadful_A = longA "dreadful" ; +lin dream_N = regN "dream" ; +lin dream_VS = mkVS (regV "dream") ; +lin dress_V = (regV "dress") ; +lin dress_N = regN "dress" ; +lin drill_N = regN "drill" ; +lin drill_V2 = prepV2 (regV "drill") "" ; +lin drink_N = regN "drink" ; +lin drink_V2 = prepV2 drink_V "" ; +lin drive_V = useV IrregEng.drive_V ; +lin drop_N = regN "drop" ; +lin drop_V2 = prepV2 (regV "drop") "" ; +lin drought_N = regN "drought" ; +lin drown_V = (regV "drown") ; +lin drug_N = regN "drug" ; +lin drum_N = regN "drum" ; +lin drunk_A = regA "drunk" ; +lin dry_A = regA "dry" ; +lin dry_V2 = prepV2 (regV "dry") "" ; +lin dual_A = longA "dual" ; +lin dubious_A = longA "dubious" ; +lin duck_N = regN "duck" ; +lin duck_V = (regV "duck") ; +lin due_A = longA "due" ; +lin due_A2to = longA2 "due" "to" ; +lin duel_N = regN "duel" ; +lin dull_A = regA "dull" ; +lin dumb_A = regA "dumb" ; +lin dummy_N = regN "dummy" ; +lin dump_N = regN "dump" ; +lin dump_V2 = prepV2 (regV "dump") "" ; +lin dumpling_N = regN "dumpling" ; +lin duplicate_V2 = prepV2 (regV "duplicate") "" ; +--lin during_Prep = mkPrep "during" ; +lin dust_N = regN "dust" ; +lin dutch_A = longA "dutch" ; +lin duty_N = regN "duty" ; +lin dwarf_N = regN "dwarf" ; +lin dwarf_V2 = prepV2 (regV "dwarf") "" ; +--lin dwell_V2 = prepV2 dwell_V "" ; +lin dwelling_N = regN "dwelling" ; +lin dynamic_A = longA "dynamic" ; +lin dynamically_Adv = mkAdv "dynamically" ; +lin dynamism_N = regN "dynamism" ; +lin dynamo_N = regN "dynamo" ; +lin eager_A2 = longA2 "eager" "" ; +lin eager_A = longA "eager" ; +lin ear_N = regN "ear" ; +lin earl_N = regN "earl" ; +lin early_A = regA "early" ; +lin earn_V2 = prepV2 (regV "earn") "" ; +lin earth_N = massN "earth" ; +lin ease_N = regN "ease" ; +lin east_N = massN "east" ; +lin east_A = longA "east" ; +lin east_A2of = longA2 "east" "of" ; +lin eastern_A = regA "eastern" ; +lin easy_A = regA "easy" ; +lin easy_A2 = regA2 "easy" "" ; +lin eat_V2 = prepV2 eat_V "" ; +lin ebb_V = (regV "ebb") ; +lin echo_N = regN "echo" ; +lin echo_V2 = prepV2 (regV "echo") "" ; +lin economic_A = longA "economic" ; +lin economical_A = longA "economical" ; +lin economy_N = regN "economy" ; +lin edge_N = regN "edge" ; +lin edible_A = longA "edible" ; +lin edinburgh_PN = regPN "edinburgh" ; +lin edit_V2 = prepV2 (regV "edit") "" ; +lin edition_N = regN "edition" ; +lin editor_N = regN "editor" ; +lin educate_V2 = prepV2 (regV "educate") "" ; +lin effect_N = regN "effect" ; +lin effect_V2 = prepV2 (regV "effect") "" ; +lin effective_A = regA "effective" ; +lin efficacy_N = regN "efficacy" ; +lin efficiency_N = regN "efficiency" ; +lin efficient_A = longA "efficient" ; +lin effort_N = regN "effort" ; +lin egg_N = regN "egg" ; +lin elaborate_A = longA "elaborate" ; +lin elaborate_V2 = prepV2 (regV "elaborate") "" ; +lin elbow_N = regN "elbow" ; +lin elect_V2 = prepV2 (regV "elect") "" ; +lin electric_A = longA "electric" ; +lin electricity_N = massN "electricity" ; +lin electron_N = regN "electron" ; +lin electronic_A = longA "electronic" ; +lin elegance_N = regN "elegance" ; +lin elegant_A = longA "elegant" ; +lin element_N = regN "element" ; +lin elephant_N = regN "elephant" ; +lin elephantine_A = longA "elephantine" ; +lin elevate_V2 = prepV2 (regV "elevate") "" ; +lin elicit_V = (regV "elicit") ; +lin eligible_A = longA "eligible" ; +lin eligible_A2for = longA2 "eligible" "for" ; +lin eliminate_V2 = prepV2 (regV "eliminate") "" ; +lin ellipse_N = regN "ellipse" ; +lin ellipsis_N = regN "ellipsis" ; +lin elliptical_A = longA "elliptical" ; +lin elsewhere_Adv = proAdv "elsewhere" ; +lin elucidate_V2 = prepV2 (regV "elucidate") "" ; +lin elude_V2 = prepV2 (regV "elude") "" ; +lin elusive_A = longA "elusive" ; +lin embarrass_V2 = prepV2 (regV "embarrass") "" ; +lin embassy_N = regN "embassy" ; +lin embed_V3in =dirprepV3 (regV "embed") "in" ; +lin embody_V2 = prepV2 (regV "embody") "" ; +lin embrace_N = regN "embrace" ; +lin embrace_V2 = prepV2 (regV "embrace") "" ; +lin embrace_V = (regV "embrace") ; +lin emerge_V = (regV "emerge") ; +lin emergency_N = regN "emergency" ; +lin emergent_A = longA "emergent" ; +lin emphasis_N = regN "emphasis" ; +lin emphasise_V2 = prepV2 (regV "emphasise") "" ; +lin emphasise_VS = mkVS (regV "emphasise") ; +lin emphasize_V2 = prepV2 (regV "emphasize") "" ; +lin emphasize_VS = mkVS (regV "emphasize") ; +lin emphatic_A = longA "emphatic" ; +lin emphatically_Adv = mkAdv "emphatically" ; +lin empire_N = regN "empire" ; +lin empirical_A = longA "empirical" ; +lin empiricism_N = regN "empiricism" ; +lin empiricist_N = regN "empiricist" ; +lin employ_V2 = prepV2 (regV "employ") "" ; +lin empty_A = regA "empty" ; +lin empty_V2 = prepV2 (regV "empty") "" ; +lin emulate_V2 = prepV2 (regV "emulate") "" ; +lin enable_V2 = prepV2 (regV "enable") "" ; +lin encapsulate_V2 = prepV2 (regV "encapsulate") "" ; +lin enchant_V2 = prepV2 (regV "enchant") "" ; +lin enclose_V2 = prepV2 (regV "enclose") "" ; +lin enclosure_N = regN "enclosure" ; +lin encode_V2 = prepV2 (regV "encode") "" ; +lin encompass_V2 = prepV2 (regV "encompass") "" ; +lin encounter_V2 = prepV2 (regV "encounter") "" ; +lin encourage_V2 = prepV2 (regV "encourage") "" ; +lin encrypt_V2 = prepV2 (regV "encrypt") "" ; +lin encumber_V2 = prepV2 (regV "encumber") "" ; +lin encyclopaedia_N = regN "encyclopaedia" ; +lin encyclopaedic_A = longA "encyclopaedic" ; +lin end_N = regN "end" ; +lin end_V2 = prepV2 (regV "end") "" ; +lin endeavour_VV = mkVV (regV "endeavour") ; +lin ending_N = regN "ending" ; +lin endow_V3with =dirprepV3 (regV "endow") "with" ; +lin enemy_N = regN "enemy" ; +lin energetic_A = longA "energetic" ; +lin energetically_Adv = mkAdv "energetically" ; +lin energy_N = regN "energy" ; +lin enforce_V2 = prepV2 (regV "enforce") "" ; +lin engage_V2 = prepV2 (regV "engage") "" ; +lin engender_V2 = prepV2 (regV "engender") "" ; +lin engine_N = regN "engine" ; +lin engineer_N = regN "engineer" ; +lin engineer_V2 = prepV2 (regV "engineer") "" ; +lin england_PN = regPN "england" ; +lin english_A = longA "english" ; +lin engross_V2 = prepV2 (regV "engross") "" ; +lin engulf_V2 = prepV2 (regV "engulf") "" ; +lin enhance_V2 = prepV2 (regV "enhance") "" ; +lin enjoy_V2 = prepV2 (regV "enjoy") "" ; +lin enlarge_V2 = prepV2 (regV "enlarge") "" ; +lin enormous_A = longA "enormous" ; +lin enquire_V2about = prepV2 (regV "enquire") "about" ; +lin enrich_V2 = prepV2 (regV "enrich") "" ; +lin ensure_VS = mkVS (regV "ensure") ; +lin entail_VS = mkVS (regV "entail") ; +lin enter_V2 = prepV2 (regV "enter") "" ; +lin enterprise_N = regN "enterprise" ; +lin enterprising_A = longA "enterprising" ; +lin entertain_V2 = prepV2 (regV "entertain") "" ; +lin enthusiast_N = regN "enthusiast" ; +lin entire_A = longA "entire" ; +lin entitle_V3to =dirprepV3 (regV "entitle") "to" ; +lin entity_N = regN "entity" ; +lin entrance_N = regN "entrance" ; +lin entrance_V2 = prepV2 (regV "entrance") "" ; +lin entropy_N = regN "entropy" ; +lin entrust_V3to =dirprepV3 (regV "entrust") "to" ; +lin entry_N = regN "entry" ; +lin enumerate_V2 = prepV2 (regV "enumerate") "" ; +lin envelope_N = regN "envelope" ; +lin environment_N = regN "environment" ; +lin envisage_V2 = prepV2 (regV "envisage") "" ; +lin envy_N = regN "envy" ; +lin envy_V2 = prepV2 (regV "envy") "" ; +lin epistemology_N = regN "epistemology" ; +lin equal_N = regN "equal" ; +lin equal_V2 = prepV2 (regV "equal") "" ; +lin equal_A = regA "equal" ; +lin equal_A2to = regA2 "equal" "to" ; +lin equate_V3with =dirprepV3 (regV "equate") "with" ; +lin equation_N = regN "equation" ; +lin equidistant_A = longA "equidistant" ; +lin equip_V2 = prepV2 (regV "equip") "" ; +lin equipment_N = regN "equipment" ; +lin equivalence_N2to = prepN2 "equivalence" "to" ; +lin equivalent_V = (regV "equivalent") ; +lin equivalent_A = longA "equivalent" ; +lin equivalent_A2to = longA2 "equivalent" "to" ; +lin ergonomic_A = longA "ergonomic" ; +lin ergonomically_Adv = mkAdv "ergonomically" ; +lin erroneous_A = longA "erroneous" ; +lin error_N = regN "error" ; +lin escape_V2from = prepV2 (regV "escape") "from" ; +lin eschew_V2 = prepV2 (regV "eschew") "" ; +lin esoteric_A = longA "esoteric" ; +lin especially_Adv = mkAdv "especially" ; +lin espouse_V2 = prepV2 (regV "espouse") "" ; +lin essay_N = regN "essay" ; +lin essence_N = regN "essence" ; +lin essential_A = longA "essential" ; +lin establish_V2 = prepV2 (regV "establish") "" ; +lin establishment_N = regN "establishment" ; +lin estate_N = regN "estate" ; +lin estimate_VS = mkVS (regV "estimate") ; +lin euclidean_A = longA "euclidean" ; +lin europe_PN = regPN "europe" ; +lin european_A = longA "european" ; +lin european_N = regN "european" ; +lin evade_V2 = prepV2 (regV "evade") "" ; +lin evaluable_A = longA "evaluable" ; +lin evaluate_V2 = prepV2 (regV "evaluate") "" ; +lin even_Adv = mkAdv "even" ; +lin even_A = regA "even" ; +lin evening_N = regN "evening" ; +lin event_N = regN "event" ; +lin eventual_A = longA "eventual" ; +lin ever_Adv = mkAdv "ever" ; +lin everyday_A = longA "everyday" ; +--lin everywhere_Adv = proAdv "everywhere" ; +lin evidence_N = regN "evidence" ; +lin evident_A = longA "evident" ; +lin evident_A2 = longA2 "evident" "" ; +lin evil_A = regA "evil" ; +lin evocation_N = regN "evocation" ; +lin evoke_V2 = prepV2 (regV "evoke") "" ; +lin evolution_N = regN "evolution" ; +lin evolve_V = (regV "evolve") ; +lin exacerbate_V2 = prepV2 (regV "exacerbate") "" ; +lin exact_A = regA "exact" ; +lin exaggerate_V2 = prepV2 (regV "exaggerate") "" ; +lin exaggerate_V = (regV "exaggerate") ; +lin exalt_V2 = prepV2 (regV "exalt") "" ; +lin examination_N = regN "examination" ; +lin examine_V2 = prepV2 (regV "examine") "" ; +lin example_N = regN "example" ; +lin excede_V2 = prepV2 (regV "excede") "" ; +lin exceed_V2 = prepV2 (regV "exceed") "" ; +lin excellence_N = regN "excellence" ; +lin excellent_A = longA "excellent" ; +lin exception_N = regN "exception" ; +lin excess_N = regN "excess" ; +lin excessive_A = longA "excessive" ; +lin exchange_N = regN "exchange" ; +lin exchange_V3for =dirprepV3 (regV "exchange") "for" ; +lin excite_V2 = prepV2 (regV "excite") "" ; +lin exclude_V2 = prepV2 (regV "exclude") "" ; +lin exclusion_N = regN "exclusion" ; +lin exclusive_A = longA "exclusive" ; +lin exclusive_A2to = longA2 "exclusive" "to" ; +lin excursion_N = regN "excursion" ; +lin excuse_V2 = prepV2 (regV "excuse") "" ; +lin excuse_N2for = prepN2 "excuse" "for" ; +lin execute_V2 = prepV2 (regV "execute") "" ; +lin exemplar_N = regN "exemplar" ; +lin exemplify_V2 = prepV2 (regV "exemplify") "" ; +lin exercise_N = regN "exercise" ; +lin exert_V2 = prepV2 (regV "exert") "" ; +lin exhaust_V2 = prepV2 (regV "exhaust") "" ; +lin exhibit_N = regN "exhibit" ; +lin exhibit_V2 = prepV2 (regV "exhibit") "" ; +lin exhort_V2 = prepV2 (regV "exhort") "" ; +lin exist_V = (regV "exist") ; +lin existence_N = regN "existence" ; +lin existent_A = longA "existent" ; +lin exit_N = regN "exit" ; +lin exit_V2from = prepV2 (regV "exit") "from" ; +lin exophoric_A = longA "exophoric" ; +lin expand_V = (regV "expand") ; +lin expansion_N = regN "expansion" ; +lin expect_V2 = prepV2 (regV "expect") "" ; +lin expect_V2 = prepV2 (regV "expect") "" ; +lin expect_VS = mkVS (regV "expect") ; +lin expedient_N = regN "expedient" ; +lin expel_V2 = prepV2 (regV "expel") "" ; +lin expend_V2 = prepV2 (regV "expend") "" ; +lin expenditure_N = regN "expenditure" ; +lin expense_N = regN "expense" ; +lin expensive_A = longA "expensive" ; +lin experience_N = regN "experience" ; +lin experience_V2 = prepV2 (regV "experience") "" ; +lin experiment_N = regN "experiment" ; +lin experiment_V = (regV "experiment") ; +lin expert_N = regN "expert" ; +lin expertise_N = regN "expertise" ; +lin expire_V2 = prepV2 (regV "expire") "" ; +lin expiry_N = regN "expiry" ; +lin explain_V3to =dirprepV3 (regV "explain") "to" ; +lin explanation_N = regN "explanation" ; +lin explanatory_A = longA "explanatory" ; +lin explicate_V2 = prepV2 (regV "explicate") "" ; +lin explicit_A = longA "explicit" ; +lin explode_V = (regV "explode") ; +lin exploit_V2 = prepV2 (regV "exploit") "" ; +lin explore_V2 = prepV2 (regV "explore") "" ; +lin explore_V = (regV "explore") ; +lin explosion_N = regN "explosion" ; +lin explosive_A = longA "explosive" ; +lin explosive_N = regN "explosive" ; +lin exponent_N = regN "exponent" ; +lin exponential_A = longA "exponential" ; +lin exponential_N = regN "exponential" ; +lin expose_V2 = prepV2 (regV "expose") "" ; +lin exposure_V = (regV "exposure") ; +lin express_A = longA "express" ; +lin express_V2 = prepV2 (regV "express") "" ; +lin expressible_A = longA "expressible" ; +lin expressible_A2by = longA2 "expressible" "by" ; +lin expression_N = regN "expression" ; +lin expressly_Adv = mkAdv "expressly" ; +lin expulsion_N = regN "expulsion" ; +lin expunge_V2 = prepV2 (regV "expunge") "" ; +lin extant_A = longA "extant" ; +lin extend_V2 = prepV2 (regV "extend") "" ; +lin extensible_A = longA "extensible" ; +lin extension_N = regN "extension" ; +lin extensive_A = longA "extensive" ; +lin extent_N = regN "extent" ; +lin external_A = longA "external" ; +lin extra_A = longA "extra" ; +lin extract_V3from =dirprepV3 (regV "extract") "from" ; +lin extraneous_A = longA "extraneous" ; +lin extravagance_N = regN "extravagance" ; +lin extravagant_A = longA "extravagant" ; +lin extreme_A = longA "extreme" ; +lin extrinsic_A = longA "extrinsic" ; +lin extrinsically_Adv = mkAdv "extrinsically" ; +lin eye_N = regN "eye" ; +lin face_N = regN "face" ; +lin face_V2 = prepV2 (regV "face") "" ; +lin face_V3with =dirprepV3 (regV "face") "with" ; +lin facet_N = regN "facet" ; +lin facetious_A = longA "facetious" ; +lin facilitate_V2 = prepV2 (regV "facilitate") "" ; +lin facility_N = regN "facility" ; +lin fact_N2 = prepN2 "fact" "" ; +lin factive_A = longA "factive" ; +lin factive_N = regN "factive" ; +lin factor_N = regN "factor" ; +lin factor_V2 = prepV2 (regV "factor") "" ; +lin factorial_N = regN "factorial" ; +lin factory_N = regN "factory" ; +lin factual_A = longA "factual" ; +lin faculty_N = regN "faculty" ; +lin fail_V2 = prepV2 (regV "fail") "" ; +lin failure_N = regN "failure" ; +lin faint_A = regA "faint" ; +lin fair_A = regA "fair" ; +lin fair_N = regN "fair" ; +lin fairy_N = regN "fairy" ; +lin faith_N = regN "faith" ; +lin fall_N = regN "fall" ; +lin fall_V = useV IrregEng.fall_V ; +lin false_A = regA "false" ; +lin falsehood_N = regN "falsehood" ; +lin fame_N = regN "fame" ; +lin familiar_A = longA "familiar" ; +lin familiar_A2to = longA2 "familiar" "to" ; +lin family_N = regN "family" ; +lin fan_N = regN "fan" ; +lin fancy_A = regA "fancy" ; +lin fancy_V2 = prepV2 (regV "fancy") "" ; +lin far_A = longA "far" ; +lin far_A2from = longA2 "far" "from" ; +lin farce_N = regN "farce" ; +lin fare_N = regN "fare" ; +lin farm_N = regN "farm" ; +lin farm_V = (regV "farm") ; +lin fashion_N = regN "fashion" ; +lin fashionable_A = longA "fashionable" ; +lin fast_A = regA "fast" ; +lin fasten_V3to =dirprepV3 (regV "fasten") "to" ; +lin fat_N = massN "fat" ; +lin fat_A = regA "fat" ; +lin fate_N = regN "fate" ; +lin father_N = regN "father" ; +lin fatigue_N = regN "fatigue" ; +lin fatigue_V2 = prepV2 (regV "fatigue") "" ; +lin fault_N = regN "fault" ; +lin favor_N = regN "favor" ; +lin favor_V2 = prepV2 (regV "favor") "" ; +lin favour_N = regN "favour" ; +lin favour_V2 = prepV2 (regV "favour") "" ; +lin favourable_A = longA "favourable" ; +lin favourable_A2to = longA2 "favourable" "to" ; +lin favourite_A = longA "favourite" ; +lin fear_N = regN "fear" ; +lin fear_V2 = prepV2 (regV "fear") "" ; +lin feasible_A = longA "feasible" ; +lin feast_N = regN "feast" ; +lin feather_N = regN "feather" ; +lin feature_N = regN "feature" ; +lin feature_V2 = prepV2 (regV "feature") "" ; +lin february_PN = regPN "february" ; +lin federal_A = longA "federal" ; +lin federation_N = regN "federation" ; +lin fee_N = regN "fee" ; +lin feed_V2 = prepV2 feed_V "" ; +lin feedback_N = regN "feedback" ; +lin feel_V2 = prepV2 feel_V "" ; +lin feeling_N2 = prepN2 "feeling" "" ; +lin felix_PN = regPN "felix" ; +lin fellow_N = regN "fellow" ; +lin felt_N = regN "felt" ; +lin female_A = longA "female" ; +lin fence_N = regN "fence" ; +lin fertilize_V2 = prepV2 (regV "fertilize") "" ; +lin fertilizer_N = regN "fertilizer" ; +lin fetch_V3from =dirprepV3 (regV "fetch") "from" ; +lin fetter_V2 = prepV2 (regV "fetter") "" ; +lin fever_N = regN "fever" ; +lin fiction_N = regN "fiction" ; +lin fictional_A = longA "fictional" ; +lin fido_PN = regPN "fido" ; +lin field_N = regN "field" ; +lin fierce_A = regA "fierce" ; +lin fig_N = regN "fig" ; +lin fight_N = regN "fight" ; +lin fight_V2 = prepV2 fight_V "" ; +lin fight_V = useV IrregEng.fight_V ; +lin figure_N = regN "figure" ; +lin file_N = regN "file" ; +lin file_V2 = prepV2 (regV "file") "" ; +lin fill_V2 = prepV2 (regV "fill") "" ; +lin fill_V3 =dirprepV3 (regV "fill") "" ; +lin film_N = regN "film" ; +lin film_V2 = prepV2 (regV "film") "" ; +lin filter_N = regN "filter" ; +lin filter_V2 = prepV2 (regV "filter") "" ; +lin fin_N = regN "fin" ; +lin final_A = longA "final" ; +lin finance_N = regN "finance" ; +lin financial_A = longA "financial" ; +lin find_V2 = prepV2 find_V "" ; +lin fine_A = regA "fine" ; +lin fine_N = regN "fine" ; +lin fine_V2 = prepV2 (regV "fine") "" ; +lin finger_N = regN "finger" ; +lin fingerprint_N = regN "fingerprint" ; +lin finish_N = regN "finish" ; +lin finish_V2 = prepV2 (regV "finish") "" ; +lin finish_V = (regV "finish") ; +lin finite_A = longA "finite" ; +lin fir_N = regN "fir" ; +lin fire_N = regN "fire" ; +lin fire_V2 = prepV2 (regV "fire") "" ; +lin firm_N = regN "firm" ; +lin firm_A = regA "firm" ; +lin firstly_Adv = mkAdv "firstly" ; +lin fish_N = regN "fish" ; +lin fish_V = (regV "fish") ; +lin fisherman_N = irregN "fisherman" "fisherman" ; +lin fit_V2 = prepV2 (regV "fit") "" ; +lin fit_A = regA "fit" ; +lin fit_A2for = regA2 "fit" "for" ; +lin fix_V3to =dirprepV3 (regV "fix") "to" ; +lin flag_N = regN "flag" ; +lin flame_N = regN "flame" ; +lin flash_N = regN "flash" ; +lin flash_V = (regV "flash") ; +lin flat_A = regA "flat" ; +lin flat_N = regN "flat" ; +lin flavour_N = regN "flavour" ; +lin flaw_N = regN "flaw" ; +lin flawed_A = longA "flawed" ; +lin flesh_N = massN "flesh" ; +lin flexible_A = longA "flexible" ; +lin flight_N2from = prepN2 "flight" "from" ; +lin flip_V2 = prepV2 (regV "flip") "" ; +lin float_V = (regV "float") ; +lin flood_N = regN "flood" ; +lin flood_V2 = prepV2 (regV "flood") "" ; +lin floor_N = regN "floor" ; +lin flour_N = massN "flour" ; +lin flourish_V2 = prepV2 (regV "flourish") "" ; +lin flourish_V = (regV "flourish") ; +lin flow_N = regN "flow" ; +lin flower_N = regN "flower" ; +lin flu_N = regN "flu" ; +lin fluid_A = longA "fluid" ; +lin fluid_N = regN "fluid" ; +lin flux_N = regN "flux" ; +lin fly_N = regN "fly" ; +lin fly_V = useV IrregEng.fly_V ; +lin foam_N = regN "foam" ; +lin foam_V = (regV "foam") ; +lin focal_A = longA "focal" ; +lin focus_N = regN "focus" ; +lin focus_V2 = prepV2 (regV "focus") "" ; +lin focus_V2on = prepV2 (regV "focus") "on" ; +lin fog_N = regN "fog" ; +lin foist_V3on =dirprepV3 (regV "foist") "on" ; +lin fold_N = regN "fold" ; +lin fold_V2 = prepV2 (regV "fold") "" ; +lin follow_V2 = prepV2 (regV "follow") "" ; +lin fond_A2of = regA2 "fond" "of" ; +lin food_N = massN "food" ; +lin fool_N = regN "fool" ; +lin fool_V2 = prepV2 (regV "fool") "" ; +lin foolish_A = longA "foolish" ; +lin foot_N = irregN "foot" "foot" ; +lin football_N = regN "football" ; +lin for_Prep = mkPrep "for" ; +lin foray_N = regN "foray" ; +lin forbid_V2 = prepV2 forbid_V "" ; +lin force_N = regN "force" ; +lin force_V2 = prepV2 (regV "force") "" ; +lin forcible_A = longA "forcible" ; +lin forearm_N = regN "forearm" ; +--lin forego_V2 = prepV2 forego_V "" ; +lin foreground_N = regN "foreground" ; +lin forehead_N = regN "forehead" ; +lin foreign_A = longA "foreign" ; +lin foreigner_N = regN "foreigner" ; +lin forerunner_N = regN "forerunner" ; +--lin foresee_V2 = prepV2 foresee_V "" ; +lin forest_N = regN "forest" ; +lin forestall_V2 = prepV2 (regV "forestall") "" ; +lin forever_Adv = proAdv "forever" ; +lin forget_VV = mkVV forget_V ; +--lin forgive_V3for =dirprepV3 forgive_V "for" ; +--lin forgo_V2 = prepV2 forgo_V "" ; +lin fork_N = regN "fork" ; +lin form_N = regN "form" ; +lin form_V2 = prepV2 (regV "form") "" ; +lin formal_A = longA "formal" ; +lin formalism_N = regN "formalism" ; +lin format_N = regN "format" ; +lin formation_N = regN "formation" ; +lin former_A = longA "former" ; +lin formula_N = regN "formula" ; +lin formulate_V2 = prepV2 (regV "formulate") "" ; +lin fort_N = regN "fort" ; +lin forthcoming_A = longA "forthcoming" ; +lin forthwith_Adv = mkAdv "forthwith" ; +lin fortnight_N = regN "fortnight" ; +lin fortuitous_A = longA "fortuitous" ; +lin fortunate_A = longA "fortunate" ; +lin fortune_N = regN "fortune" ; +lin forum_N = regN "forum" ; +lin forward_A = longA "forward" ; +lin forwards_Adv = proAdv "forwards" ; +lin found_V2 = prepV2 (regV "found") "" ; +lin foundation_N = regN "foundation" ; +lin fountain_N = regN "fountain" ; +lin fox_N = regN "fox" ; +lin fraction_N = regN "fraction" ; +lin fracture_N = regN "fracture" ; +lin fracture_V2 = prepV2 (regV "fracture") "" ; +lin fragment_N = regN "fragment" ; +lin fragment_V2 = prepV2 (regV "fragment") "" ; +lin fragmentary_A = longA "fragmentary" ; +lin frame_N = regN "frame" ; +lin frame_V2 = prepV2 (regV "frame") "" ; +lin framework_N = regN "framework" ; +lin france_PN = regPN "france" ; +lin franz_PN = regPN "franz" ; +lin free_A = regA "free" ; +lin free_V2 = prepV2 (regV "free") "" ; +lin freedom_N = regN "freedom" ; +lin freeze_V2 = prepV2 freeze_V "" ; +lin french_A = regA "french" ; +lin frequency_N = regN "frequency" ; +lin frequent_A = longA "frequent" ; +lin fresh_A = regA "fresh" ; +lin friction_N = regN "friction" ; +lin friday_PN = regPN "friday" ; +lin friend_N = regN "friend" ; +lin friendly_A = regA "friendly" ; +lin friendly_A2to = regA2 "friendly" "to" ; +lin fright_N = regN "fright" ; +lin frighten_V2 = prepV2 (regV "frighten") "" ; +lin frill_N = regN "frill" ; +lin fringe_N = regN "fringe" ; +--lin from_Prep = mkPrep "from" ; +lin front_A = longA "front" ; +lin front_N = regN "front" ; +lin fruit_N = massN "fruit" ; +lin fry_V2 = prepV2 (regV "fry") "" ; +lin fulfil_V = (regV "fulfil") ; +lin full_A = regA "full" ; +lin fun_N = regN "fun" ; +lin function_N = regN "function" ; +lin function_V = (regV "function") ; +lin functor_N = regN "functor" ; +lin fund_N = regN "fund" ; +lin fundamental_A = longA "fundamental" ; +lin funeral_N = regN "funeral" ; +lin funereal_A = longA "funereal" ; +lin fungus_N = irregN "fungus" "fungus" ; +lin funny_A = regA "funny" ; +lin fur_N = regN "fur" ; +lin furnish_V3with =dirprepV3 (regV "furnish") "with" ; +lin furniture_N = massN "furniture" ; +lin fuss_N = regN "fuss" ; +lin future_A = longA "future" ; +lin future_N = regN "future" ; +lin fuzzy_A = longA "fuzzy" ; +lin gag_N = regN "gag" ; +lin gag_V2 = prepV2 (regV "gag") "" ; +lin gain_N = regN "gain" ; +lin gain_V2 = prepV2 (regV "gain") "" ; +lin galactic_A = longA "galactic" ; +lin galaxy_N = regN "galaxy" ; +lin gale_N = regN "gale" ; +lin gallon_N = regN "gallon" ; +lin gamble_V = (regV "gamble") ; +lin game_N = regN "game" ; +lin gap_N = regN "gap" ; +lin gape_V = (regV "gape") ; +lin gape_V2at = prepV2 (regV "gape") "at" ; +lin garage_N = regN "garage" ; +lin garden_N = regN "garden" ; +lin garment_N = regN "garment" ; +lin gas_N = regN "gas" ; +lin gaseous_A = longA "gaseous" ; +lin gate_N = regN "gate" ; +lin gather_V = (regV "gather") ; +lin gauge_N = regN "gauge" ; +lin gauge_V2 = prepV2 (regV "gauge") "" ; +lin gay_A = regA "gay" ; +lin gaze_V2at = prepV2 (regV "gaze") "at" ; +lin gaze_N = regN "gaze" ; +lin gear_N = regN "gear" ; +lin gear_V2 = prepV2 (regV "gear") "" ; +lin generable_A = longA "generable" ; +lin general_A = longA "general" ; +lin general_N = regN "general" ; +lin generate_V2 = prepV2 (regV "generate") "" ; +lin generation_N = regN "generation" ; +lin generator_N = regN "generator" ; +lin generic_A = longA "generic" ; +lin generosity_N = regN "generosity" ; +lin generous_A = longA "generous" ; +lin generous_A2to = longA2 "generous" "to" ; +lin genitive_A = longA "genitive" ; +lin genius_N = regN "genius" ; +lin gentle_A = regA "gentle" ; +lin gentleman_N = irregN "gentleman" "gentleman" ; +lin gently_Adv = mkAdv "gently" ; +lin genuine_A = longA "genuine" ; +lin genus_N = regN "genus" ; +lin geography_N = regN "geography" ; +lin geology_N = regN "geology" ; +lin geometry_N = regN "geometry" ; +lin german_A = longA "german" ; +lin germane_A = longA "germane" ; +lin germanic_A = longA "germanic" ; +lin germany_PN = regPN "germany" ; +lin gerund_N = regN "gerund" ; +lin gesture_V = (regV "gesture") ; +lin gesture_N = regN "gesture" ; +lin get_V2 = prepV2 get_V "" ; +lin gift_N = regN "gift" ; +lin gin_N = massN "gin" ; +lin giraffe_N = regN "giraffe" ; +lin girl_N = regN "girl" ; +lin gist_N = regN "gist" ; +lin give_V3 = dirdirV3 give_V ; +lin give_V3to =dirprepV3 give_V "to" ; +lin glad_A2 = regA2 "glad" "" ; +lin glad_A = regA "glad" ; +lin glad_A2 = regA2 "glad" "" ; +lin glance_N = regN "glance" ; +lin glance_V2at = prepV2 (regV "glance") "at" ; +lin glass_N = regN "glass" ; +lin glean_V2 = prepV2 (regV "glean") "" ; +lin global_A = longA "global" ; +lin globe_N = regN "globe" ; +lin glory_N = regN "glory" ; +lin gloss_N = regN "gloss" ; +lin gloss_V2 = prepV2 (regV "gloss") "" ; +lin glow_N = regN "glow" ; +lin glow_V2 = prepV2 (regV "glow") "" ; +lin gnat_N = regN "gnat" ; +lin gnu_N = regN "gnu" ; +lin go_V2 = prepV2 go_V "" ; +lin goat_N = regN "goat" ; +lin god_N = regN "god" ; +lin goddess_N = regN "goddess" ; +lin gold_N = regN "gold" ; +lin golden_A = regA "golden" ; +lin good_A = longA "good" ; +lin goose_N = irregN "goose" "goose" ; +lin gore_N = regN "gore" ; +lin gorilla_N = regN "gorilla" ; +lin gory_A = regA "gory" ; +lin gospel_N = regN "gospel" ; +lin govern_V = (regV "govern") ; +lin government_N = regN "government" ; +lin grab_V2 = prepV2 (regV "grab") "" ; +lin grace_N = regN "grace" ; +lin grade_N = regN "grade" ; +lin gradual_A = longA "gradual" ; +lin graft_N = regN "graft" ; +lin graft_V2 = prepV2 (regV "graft") "" ; +lin graham_PN = regPN "graham" ; +lin grain_N = regN "grain" ; +lin gram_N = regN "gram" ; +lin grammar_N = regN "grammar" ; +lin grammatical_A = longA "grammatical" ; +lin grand_A = regA "grand" ; +lin grandfather_N = regN "grandfather" ; +lin grandmother_N = regN "grandmother" ; +lin grant_N = regN "grant" ; +lin grant_V2 = prepV2 (regV "grant") "" ; +lin grape_N = regN "grape" ; +lin graph_N = regN "graph" ; +lin graphic_A = longA "graphic" ; +lin grasp_N = regN "grasp" ; +lin grasp_V2 = prepV2 (regV "grasp") "" ; +lin grass_N = massN "grass" ; +lin grateful_A = regA "grateful" ; +lin grateful_A2to = regA2 "grateful" "to" ; +lin grateful_A2 = regA2 "grateful" "" ; +lin gratuitous_A = longA "gratuitous" ; +lin grave_N = regN "grave" ; +lin gravitation_N = regN "gravitation" ; +lin gravity_N = regN "gravity" ; +lin gravy_N = massN "gravy" ; +lin gray_A = regA "gray" ; +lin grease_N = massN "grease" ; +lin great_A = regA "great" ; +lin greece_PN = regPN "greece" ; +lin greed_N = regN "greed" ; +lin greek_A = longA "greek" ; +lin greek_N = regN "greek" ; +lin green_N = regN "green" ; +lin greet_V2 = prepV2 (regV "greet") "" ; +lin gregarious_A = longA "gregarious" ; +lin grey_A = regA "grey" ; +lin grid_N = regN "grid" ; +lin grief_N = regN "grief" ; +lin grieve_V = (regV "grieve") ; +lin grill_V2 = prepV2 (regV "grill") "" ; +lin grim_A = regA "grim" ; +lin grime_N = regN "grime" ; +lin grin_N = regN "grin" ; +lin grin_V = (regV "grin") ; +lin grind_V2 = prepV2 grind_V "" ; +lin grip_N = regN "grip" ; +lin grip_V2 = prepV2 (regV "grip") "" ; +lin grit_N = regN "grit" ; +lin grog_N = regN "grog" ; +lin gross_A = regA "gross" ; +lin ground_N = regN "ground" ; +lin group_N = regN "group" ; +lin group_V2 = prepV2 (regV "group") "" ; +lin grove_N = regN "grove" ; +lin grow_V2 = prepV2 grow_V "" ; +lin grow_V = useV IrregEng.grow_V ; +lin growth_N = massN "growth" ; +lin guarantee_N = regN "guarantee" ; +lin guarantee_VS = mkVS (regV "guarantee") ; +lin guard_N = regN "guard" ; +lin guard_V2 = prepV2 (regV "guard") "" ; +lin guess_N = regN "guess" ; +lin guess_VS = mkVS (regV "guess") ; +lin guest_N = regN "guest" ; +lin guide_N = regN "guide" ; +lin guide_V2 = prepV2 (regV "guide") "" ; +lin guideline_N = regN "guideline" ; +lin guilt_N = regN "guilt" ; +lin guinea_N = regN "guinea" ; +lin guise_N = regN "guise" ; +lin gun_N = regN "gun" ; +lin habit_N = regN "habit" ; +lin habitual_A = longA "habitual" ; +lin hail_N = regN "hail" ; +lin hair_N = massN "hair" ; +lin half_Adv = mkAdv "half" ; +lin half_A = longA "half" ; +lin half_N = irregN "half" "half" ; +lin hall_N = regN "hall" ; +lin halt_N = regN "halt" ; +lin halt_V2 = prepV2 (regV "halt") "" ; +lin halt_V = (regV "halt") ; +lin halve_V2 = prepV2 (regV "halve") "" ; +lin hamburger_N = regN "hamburger" ; +lin hammer_N = regN "hammer" ; +lin hammer_V2 = prepV2 (regV "hammer") "" ; +lin hamper_V2 = prepV2 (regV "hamper") "" ; +lin hand_N = regN "hand" ; +lin hand_V3 = dirdirV3 (regV "hand") ; +lin hand_V3to =dirprepV3 (regV "hand") "to" ; +lin handicap_N = regN "handicap" ; +lin handicap_V2 = prepV2 (regV "handicap") "" ; +lin handkerchief_N = regN "handkerchief" ; +lin handle_N = regN "handle" ; +lin handle_V2 = prepV2 (regV "handle") "" ; +lin handsome_A = longA "handsome" ; +lin hang_V2 = prepV2 (regV "hang") "" ; +lin hang_V = useV IrregEng.hang_V ; +lin happen_V = (regV "happen") ; +lin happen_V2 = prepV2 (regV "happen") "" ; +lin happening_N = regN "happening" ; +lin happy_A = regA "happy" ; +lin happy_A2 = regA2 "happy" "" ; +lin harbour_N = regN "harbour" ; +lin hard_A = regA "hard" ; +lin hard_A2 = regA2 "hard" "" ; +lin hardly_Adv = mkAdv "hardly" ; +lin hardware_N = regN "hardware" ; +lin harm_N = regN "harm" ; +lin harm_V2 = prepV2 (regV "harm") "" ; +lin harmonium_N = regN "harmonium" ; +lin harmony_N = regN "harmony" ; +lin harness_N = regN "harness" ; +lin harness_V3to =dirprepV3 (regV "harness") "to" ; +lin hash_N = regN "hash" ; +lin hash_V2 = prepV2 (regV "hash") "" ; +lin haste_N = regN "haste" ; +lin hasty_A = longA "hasty" ; +lin hat_N = regN "hat" ; +lin hate_V2 = prepV2 (regV "hate") "" ; +lin hatred_N = massN "hatred" ; +lin have_V2 = prepV2 have_V "" ; +lin haven_N = regN "haven" ; +lin hazard_N = regN "hazard" ; +lin haze_N = regN "haze" ; +lin head_N = regN "head" ; +lin head_V2 = prepV2 (regV "head") "" ; +lin heading_N = regN "heading" ; +lin heal_V2 = prepV2 (regV "heal") "" ; +lin health_N = massN "health" ; +lin healthy_A = regA "healthy" ; +lin heap_N = regN "heap" ; +lin hear_V2 = prepV2 hear_V "" ; +lin heart_N = regN "heart" ; +lin hearth_N = regN "hearth" ; +lin heat_V = (regV "heat") ; +lin heath_N = regN "heath" ; +lin heathen_N = regN "heathen" ; +lin heave_V = (regV "heave") ; +lin heaven_N = regN "heaven" ; +lin heavy_A = regA "heavy" ; +lin heel_N = regN "heel" ; +lin height_N = regN "height" ; +lin helicopter_N = regN "helicopter" ; +lin help_N = regN "help" ; +lin help_V2 = prepV2 (regV "help") "" ; +lin hemlock_N = regN "hemlock" ; +lin hen_N = regN "hen" ; +lin hence_Adv = proAdv "hence" ; +lin herd_N2of = prepN2 "herd" "of" ; +--lin here_Adv = proAdv "here" ; +lin herring_N = regN "herring" ; +lin heterogeneity_N = regN "heterogeneity" ; +lin heterogeneous_A = longA "heterogeneous" ; +lin heuristic_A = longA "heuristic" ; +lin heuristic_N = regN "heuristic" ; +lin heuristically_Adv = mkAdv "heuristically" ; +lin hide_V2 = prepV2 hide_V "" ; +lin hide_V = useV IrregEng.hide_V ; +lin hierarchy_N = regN "hierarchy" ; +lin high_A = regA "high" ; +lin highlight_N = regN "highlight" ; +lin highlight_V2 = prepV2 (regV "highlight") "" ; +lin hill_N = regN "hill" ; +lin hind_A = longA "hind" ; +lin hinder_V2 = prepV2 (regV "hinder") "" ; +lin hindrance_N = regN "hindrance" ; +lin hinge_N = regN "hinge" ; +lin hint_N = regN "hint" ; +lin hint_V2at = prepV2 (regV "hint") "at" ; +lin hire_V2 = prepV2 (regV "hire") "" ; +lin history_N = regN "history" ; +lin hit_V2 = prepV2 hit_V "" ; +lin hither_Adv = proAdv "hither" ; +lin hitherto_Adv = mkAdv "hitherto" ; +lin hoax_N = regN "hoax" ; +lin hoax_V2 = prepV2 (regV "hoax") "" ; +lin hold_V2 = prepV2 hold_V "" ; +lin hole_N = regN "hole" ; +lin holiday_N = regN "holiday" ; +lin hollow_A = regA "hollow" ; +lin holy_A = regA "holy" ; +lin home_N = regN "home" ; +lin homogeneous_A = longA "homogeneous" ; +lin homomorphism_N = regN "homomorphism" ; +lin hone_V2 = prepV2 (regV "hone") "" ; +lin honest_A = longA "honest" ; +lin honesty_N = massN "honesty" ; +lin honey_N = regN "honey" ; +lin honor_N = regN "honor" ; +lin honour_N = regN "honour" ; +lin honour_V2 = prepV2 (regV "honour") "" ; +lin honourable_A = longA "honourable" ; +lin hook_N = regN "hook" ; +lin hook_V2 = prepV2 (regV "hook") "" ; +lin hop_N = regN "hop" ; +lin hop_V = (regV "hop") ; +lin hope_N = regN "hope" ; +lin hope_V2for = prepV2 (regV "hope") "for" ; +lin hope_VS = mkVS (regV "hope") ; +lin horizon_N = regN "horizon" ; +lin horizontal_A = longA "horizontal" ; +lin horn_N = regN "horn" ; +lin horrendous_A = longA "horrendous" ; +lin horrible_A = longA "horrible" ; +lin horrify_V2 = prepV2 (regV "horrify") "" ; +lin horror_N = regN "horror" ; +lin horse_N = regN "horse" ; +lin hospitable_A = longA "hospitable" ; +lin hospitable_A2to = longA2 "hospitable" "to" ; +lin hospital_N = regN "hospital" ; +lin hospitality_N = regN "hospitality" ; +lin host_N = regN "host" ; +lin host_V2 = prepV2 (regV "host") "" ; +lin hot_A = regA "hot" ; +lin hotel_N = regN "hotel" ; +lin hour_N = regN "hour" ; +lin house_N = regN "house" ; +lin house_V2 = prepV2 (regV "house") "" ; +lin household_A = longA "household" ; +lin household_N = regN "household" ; +lin how_Adv = proAdv "how" ; +lin however_Adv = proAdv "however" ; +lin huge_A = regA "huge" ; +lin hum_N = regN "hum" ; +lin hum_V = (regV "hum") ; +lin human_A = longA "human" ; +lin human_N = regN "human" ; +lin humble_A = regA "humble" ; +lin humility_N = regN "humility" ; +lin humor_N = massN "humor" ; +lin humour_N = massN "humour" ; +lin hunch_V = (regV "hunch") ; +lin hundred_N = regN "hundred" ; +lin hundred_N2 = prepN2 "hundred" "" ; +lin hunger_V2for = prepV2 (regV "hunger") "for" ; +lin hungry_A = regA "hungry" ; +lin hungry_A2for = regA2 "hungry" "for" ; +lin hunt_N = regN "hunt" ; +lin hunt_V2 = prepV2 (regV "hunt") "" ; +lin huntsman_N = irregN "huntsman" "huntsman" ; +lin hurry_V = (regV "hurry") ; +lin hurry_N = regN "hurry" ; +lin hurt_V2 = prepV2 hurt_V "" ; +lin hurt_V = useV IrregEng.hurt_V ; +lin husband_N2of = prepN2 "husband" "of" ; +lin hut_N = regN "hut" ; +lin hybrid_A = longA "hybrid" ; +lin hydrogen_N = regN "hydrogen" ; +lin hygiene_N = regN "hygiene" ; +lin hypothesis_N = irregN "hypothesis" "hypothesis" ; +lin hypothesize_V2 = prepV2 (regV "hypothesize") "" ; +lin hypothetical_A = longA "hypothetical" ; +lin ice_N = massN "ice" ; +lin iceland_PN = regPN "iceland" ; +lin icelandic_A = longA "icelandic" ; +lin icon_N = regN "icon" ; +lin idea_N = regN "idea" ; +lin ideal_A = longA "ideal" ; +lin identical_A = longA "identical" ; +lin identical_A2to = longA2 "identical" "to" ; +lin identify_V2 = prepV2 (regV "identify") "" ; +lin identity_N = regN "identity" ; +lin idiocy_N = regN "idiocy" ; +lin idiom_N = regN "idiom" ; +lin idiomatic_A = longA "idiomatic" ; +lin idiot_N = regN "idiot" ; +lin idle_A = regA "idle" ; +lin idle_V = (regV "idle") ; +lin ignore_V2 = prepV2 (regV "ignore") "" ; +lin illegal_A = longA "illegal" ; +lin illegitimacy_N = regN "illegitimacy" ; +lin illegitimate_A = longA "illegitimate" ; +lin illocutionary_A = longA "illocutionary" ; +lin illogical_A = longA "illogical" ; +lin illuminate_V2 = prepV2 (regV "illuminate") "" ; +lin illusion_N = regN "illusion" ; +lin illusory_A = longA "illusory" ; +lin illustrate_V2 = prepV2 (regV "illustrate") "" ; +lin image_N = regN "image" ; +lin imaginary_A = longA "imaginary" ; +lin imagine_V2 = prepV2 (regV "imagine") "" ; +lin imagine_VS = mkVS (regV "imagine") ; +lin imbalance_N = regN "imbalance" ; +lin imitate_V2 = prepV2 (regV "imitate") "" ; +lin immaterial_A = longA "immaterial" ; +lin immediacy_N = regN "immediacy" ; +lin immediate_A = longA "immediate" ; +lin immense_A = longA "immense" ; +lin immigrant_N = regN "immigrant" ; +lin immigration_N = regN "immigration" ; +lin immoderate_A = longA "immoderate" ; +lin immodest_A = longA "immodest" ; +lin immodesty_N = regN "immodesty" ; +lin immune_A2to = longA2 "immune" "to" ; +lin impair_V2 = prepV2 (regV "impair") "" ; +lin impart_V3to =dirprepV3 (regV "impart") "to" ; +lin impartial_A = longA "impartial" ; +lin impatient_A = longA "impatient" ; +lin impatient_A2with = longA2 "impatient" "with" ; +lin impenetrable_A = longA "impenetrable" ; +lin imperative_A = longA "imperative" ; +lin imperative_A2 = longA2 "imperative" "" ; +lin imperfect_A = longA "imperfect" ; +lin imperfection_N = regN "imperfection" ; +lin imperial_A = longA "imperial" ; +lin imperious_A = longA "imperious" ; +lin impersonal_A = longA "impersonal" ; +lin impertinent_A = longA "impertinent" ; +lin impinge_V2on = prepV2 (regV "impinge") "on" ; +lin implausible_A = longA "implausible" ; +lin implement_V2 = prepV2 (regV "implement") "" ; +lin implicate_V2 = prepV2 (regV "implicate") "" ; +lin implicature_N = regN "implicature" ; +lin implicit_A = longA "implicit" ; +lin implicit_A2in = longA2 "implicit" "in" ; +lin imply_VS = mkVS (regV "imply") ; +lin impolite_A = longA "impolite" ; +lin impolite_A2to = longA2 "impolite" "to" ; +lin import_N = regN "import" ; +lin import_V2 = prepV2 (regV "import") "" ; +lin importance_N = massN "importance" ; +lin important_A = longA "important" ; +lin important_A2 = longA2 "important" "" ; +lin important_A2 = longA2 "important" "" ; +lin impose_V3on =dirprepV3 (regV "impose") "on" ; +lin imposition_N = regN "imposition" ; +lin impossible_A2 = longA2 "impossible" "" ; +lin impossible_A = longA "impossible" ; +lin impossible_A2 = longA2 "impossible" "" ; +lin impossible_A2 = longA2 "impossible" "" ; +lin imprecise_A = longA "imprecise" ; +lin imprecision_N = regN "imprecision" ; +lin impress_V2 = prepV2 (regV "impress") "" ; +lin improbable_A = longA "improbable" ; +lin improve_V = (regV "improve") ; +lin impure_A = regA "impure" ; +--lin in_Prep = mkPrep "in" ; +lin inability_N2to = prepN2 "inability" "to" ; +lin inaccuracy_N = regN "inaccuracy" ; +lin inactive_A = longA "inactive" ; +lin inadequacy_N2for = prepN2 "inadequacy" "for" ; +lin inadequecy_N = regN "inadequecy" ; +lin incapacitate_V2 = prepV2 (regV "incapacitate") "" ; +lin incarnation_N = regN "incarnation" ; +lin inch_N = regN "inch" ; +lin incident_N = regN "incident" ; +lin incidental_A = longA "incidental" ; +lin incisive_A = longA "incisive" ; +lin incline_V = (regV "incline") ; +lin inclined_A2to = longA2 "inclined" "to" ; +lin include_V2 = prepV2 (regV "include") "" ; +lin including_Prep = mkPrep "including" ; +lin inclusion_N = regN "inclusion" ; +lin inclusive_A = longA "inclusive" ; +lin incoherence_N = regN "incoherence" ; +lin income_N = regN "income" ; +lin inconceivable_A2 = longA2 "inconceivable" "" ; +lin inconsistency_N = regN "inconsistency" ; +lin incontestable_A = longA "incontestable" ; +lin incontestable_A2 = longA2 "incontestable" "" ; +lin inconvenience_N = regN "inconvenience" ; +lin inconvenience_V2 = prepV2 (regV "inconvenience") "" ; +lin incorporate_V2 = prepV2 (regV "incorporate") "" ; +lin incorporate_V2 = prepV2 (regV "incorporate") "" ; +lin incorrigible_A = longA "incorrigible" ; +lin increase_N = regN "increase" ; +lin increase_V2 = prepV2 (regV "increase") "" ; +lin increase_V = (regV "increase") ; +lin increment_N = regN "increment" ; +lin increment_V2 = prepV2 (regV "increment") "" ; +lin incur_V2 = prepV2 (regV "incur") "" ; +lin indeed_Adv = mkAdv "indeed" ; +lin indefinite_A = regA "indefinite" ; +lin independence_N = massN "independence" ; +lin independent_A = longA "independent" ; +lin indeterminacy_N = regN "indeterminacy" ; +lin index_N = irregN "index" "index" ; +lin index_V2 = prepV2 (regV "index") "" ; +lin india_PN = regPN "india" ; +lin indian_A = regA "indian" ; +lin indicate_VS = mkVS (regV "indicate") ; +lin indigestion_N = regN "indigestion" ; +lin indirect_A = longA "indirect" ; +lin indiscriminate_A = longA "indiscriminate" ; +lin indistinguishable_A = longA "indistinguishable" ; +lin individual_A = longA "individual" ; +lin individual_N = regN "individual" ; +lin indoor_A = longA "indoor" ; +lin induce_V2 = prepV2 (regV "induce") "" ; +lin induct_V2 = prepV2 (regV "induct") "" ; +lin indulge_V2in = prepV2 (regV "indulge") "in" ; +lin indulgent_A = longA "indulgent" ; +lin industry_N = regN "industry" ; +lin inescapable_A = longA "inescapable" ; +lin inevitable_A = longA "inevitable" ; +lin infect_V2 = prepV2 (regV "infect") "" ; +lin infection_N = regN "infection" ; +lin infectious_A = longA "infectious" ; +lin infer_V3from =dirprepV3 (regV "infer") "from" ; +lin inference_N = regN "inference" ; +lin inferior_A = longA "inferior" ; +lin inferior_A2to = longA2 "inferior" "to" ; +lin infinite_A = longA "infinite" ; +lin infinitesimal_A = longA "infinitesimal" ; +lin infinitive_A = longA "infinitive" ; +lin infix_N = regN "infix" ; +lin inflate_V2 = prepV2 (regV "inflate") "" ; +lin inflation_N = regN "inflation" ; +lin inflect_V = (regV "inflect") ; +lin influence_N = regN "influence" ; +lin influence_V2 = prepV2 (regV "influence") "" ; +lin inform_V3 =dirprepV3 (regV "inform") "" ; +lin informal_A = longA "informal" ; +lin informant_N = regN "informant" ; +lin information_N = regN "information" ; +lin ingenious_A = longA "ingenious" ; +lin ingenuity_N = massN "ingenuity" ; +lin ingredient_N = regN "ingredient" ; +lin inhabit_V2 = prepV2 (regV "inhabit") "" ; +lin inherent_A = longA "inherent" ; +lin inherent_A2to = longA2 "inherent" "to" ; +lin inherit_V3from =dirprepV3 (regV "inherit") "from" ; +lin inheritance_N = regN "inheritance" ; +lin inhibit_V2 = prepV2 (regV "inhibit") "" ; +lin initial_A = longA "initial" ; +lin initialize_V2 = prepV2 (regV "initialize") "" ; +lin initiate_V2 = prepV2 (regV "initiate") "" ; +lin inject_V3with =dirprepV3 (regV "inject") "with" ; +lin injunction_N = regN "injunction" ; +lin injure_V2 = prepV2 (regV "injure") "" ; +lin injury_N = regN "injury" ; +lin ink_N = regN "ink" ; +lin inn_N = regN "inn" ; +lin innate_A = longA "innate" ; +lin innate_A2to = longA2 "innate" "to" ; +lin inner_A = longA "inner" ; +lin innocuous_A = longA "innocuous" ; +lin innovation_N = regN "innovation" ; +lin input_N = regN "input" ; +lin inquire_V2about = prepV2 (regV "inquire") "about" ; +lin inquire_V2 = prepV2 (regV "inquire") "" ; +lin inquiry_N2about = prepN2 "inquiry" "about" ; +lin inscribe_V2 = prepV2 (regV "inscribe") "" ; +lin inscription_N = regN "inscription" ; +lin insect_N = regN "insect" ; +lin insert_V2 = prepV2 (regV "insert") "" ; +lin inside_Adv = proAdv "inside" ; +lin inside_N = regN "inside" ; +lin insight_N = regN "insight" ; +lin insist_V2 = prepV2 (regV "insist") "" ; +lin insistence_N2on = prepN2 "insistence" "on" ; +lin insistence_N2 = prepN2 "insistence" "" ; +lin insistent_A2 = longA2 "insistent" "" ; +lin inspect_V2 = prepV2 (regV "inspect") "" ; +lin inspector_N = regN "inspector" ; +lin inspire_V2 = prepV2 (regV "inspire") "" ; +lin instability_N = regN "instability" ; +lin install_V2 = prepV2 (regV "install") "" ; +lin instance_N2of = prepN2 "instance" "of" ; +lin instant_N = regN "instant" ; +lin instantiate_V2 = prepV2 (regV "instantiate") "" ; +lin instantly_Adv = mkAdv "instantly" ; +lin instigate_V2 = prepV2 (regV "instigate") "" ; +lin instil_V3in =dirprepV3 (regV "instil") "in" ; +lin instinct_N = regN "instinct" ; +lin institute_V2 = prepV2 (regV "institute") "" ; +lin institute_N = regN "institute" ; +lin institution_N = regN "institution" ; +lin instruct_V2 = prepV2 (regV "instruct") "" ; +lin instrument_N = regN "instrument" ; +lin insulate_V3from =dirprepV3 (regV "insulate") "from" ; +lin insult_N = regN "insult" ; +lin insult_V2 = prepV2 (regV "insult") "" ; +lin insurance_N = regN "insurance" ; +lin insure_V2 = prepV2 (regV "insure") "" ; +lin intact_A = longA "intact" ; +lin integer_N = regN "integer" ; +lin integral_A = longA "integral" ; +lin integrate_V3with =dirprepV3 (regV "integrate") "with" ; +lin intellectual_A = longA "intellectual" ; +lin intelligence_N = regN "intelligence" ; +lin intelligent_A = longA "intelligent" ; +lin intelligible_A = longA "intelligible" ; +lin intend_VV = mkVV (regV "intend") ; +lin intense_A = longA "intense" ; +lin intension_N = regN "intension" ; +lin intention_N = regN "intention" ; +lin inter_V2 = prepV2 (regV "inter") "" ; +lin interdisciplinary_A = longA "interdisciplinary" ; +lin interest_N = regN "interest" ; +lin interest_V2 = prepV2 (regV "interest") "" ; +lin interface_N = regN "interface" ; +lin interfere_V2with = prepV2 (regV "interfere") "with" ; +lin interference_N = regN "interference" ; +lin interject_V = (regV "interject") ; +lin intermediate_A = longA "intermediate" ; +lin internal_A = longA "internal" ; +lin international_A = longA "international" ; +lin interpolate_V2 = prepV2 (regV "interpolate") "" ; +lin interpret_V2 = prepV2 (regV "interpret") "" ; +lin interpretive_A = longA "interpretive" ; +lin interrogate_V2 = prepV2 (regV "interrogate") "" ; +lin interrogative_A = longA "interrogative" ; +lin interrupt_V2 = prepV2 (regV "interrupt") "" ; +lin intersect_V2 = prepV2 (regV "intersect") "" ; +lin interval_N = regN "interval" ; +lin intervene_V = (regV "intervene") ; +lin intimacy_N = regN "intimacy" ; +lin intimate_A = longA "intimate" ; +lin intimate_VS = mkVS (regV "intimate") ; +lin into_Prep = mkPrep "into" ; +lin intonation_N = regN "intonation" ; +lin intractable_A = longA "intractable" ; +lin intransitive_A = longA "intransitive" ; +lin intravenous_A = longA "intravenous" ; +lin intricacy_N = regN "intricacy" ; +lin intricate_A = longA "intricate" ; +lin intrigue_N = regN "intrigue" ; +lin intrigue_V = (regV "intrigue") ; +lin intrinsic_A = longA "intrinsic" ; +lin intrinsically_Adv = mkAdv "intrinsically" ; +lin introduce_V3to =dirprepV3 (regV "introduce") "to" ; +lin introduction_N2to = prepN2 "introduction" "to" ; +lin introspection_N = massN "introspection" ; +lin introspective_A = longA "introspective" ; +lin intrude_V = (regV "intrude") ; +lin intrusion_N = regN "intrusion" ; +lin intuition_N = regN "intuition" ; +lin intuitive_A = longA "intuitive" ; +lin invade_V2 = prepV2 (regV "invade") "" ; +lin invalid_N = regN "invalid" ; +lin invalidate_V2 = prepV2 (regV "invalidate") "" ; +lin invaluable_A = longA "invaluable" ; +lin invariable_A = longA "invariable" ; +lin invariant_A = longA "invariant" ; +lin invasion_N = regN "invasion" ; +lin invent_V2 = prepV2 (regV "invent") "" ; +lin inverse_A = longA "inverse" ; +lin inversion_N = regN "inversion" ; +lin invert_V2 = prepV2 (regV "invert") "" ; +lin invest_V3with =dirprepV3 (regV "invest") "with" ; +lin investigate_V2 = prepV2 (regV "investigate") "" ; +lin invisible_A = longA "invisible" ; +lin invisible_A2to = longA2 "invisible" "to" ; +lin invite_V3to =dirprepV3 (regV "invite") "to" ; +lin invocation_N = regN "invocation" ; +lin invoke_V2 = prepV2 (regV "invoke") "" ; +lin involve_V2 = prepV2 (regV "involve") "" ; +lin inwards_Adv = proAdv "inwards" ; +lin ireland_PN = regPN "ireland" ; +lin irish_A = longA "irish" ; +lin iron_N = regN "iron" ; +lin iron_V2 = prepV2 (regV "iron") "" ; +lin irony_N = regN "irony" ; +lin irrational_A = longA "irrational" ; +lin irregular_A = longA "irregular" ; +lin irrelevant_A = longA "irrelevant" ; +lin irremediable_A = longA "irremediable" ; +lin irrespective_A2of = longA2 "irrespective" "of" ; +lin irretrievable_A = longA "irretrievable" ; +lin irritant_N = regN "irritant" ; +lin irritate_V2 = prepV2 (regV "irritate") "" ; +lin island_N = regN "island" ; +lin isolable_A = longA "isolable" ; +lin isolate_V2 = prepV2 (regV "isolate") "" ; +lin isomorphic_A = longA "isomorphic" ; +lin issue_V = (regV "issue") ; +lin issue_N = regN "issue" ; +lin italy_PN = regPN "italy" ; +lin item_N = regN "item" ; +lin itemize_V2 = prepV2 (regV "itemize") "" ; +lin iterate_V = (regV "iterate") ; +lin january_PN = regPN "january" ; +lin japan_PN = regPN "japan" ; +lin japanese_A = longA "japanese" ; +lin jaundice_N = regN "jaundice" ; +lin jaundiced_A = longA "jaundiced" ; +lin jaw_N = regN "jaw" ; +lin jealous_A = longA "jealous" ; +lin jealous_A2of = longA2 "jealous" "of" ; +lin jealousy_N2of = prepN2 "jealousy" "of" ; +lin jew_N = regN "jew" ; +lin jewel_N = regN "jewel" ; +lin jeweller_N = regN "jeweller" ; +lin jewellery_N = regN "jewellery" ; +lin job_N = regN "job" ; +lin john_PN = regPN "john" ; +lin join_V3to =dirprepV3 (regV "join") "to" ; +lin joint_N = regN "joint" ; +lin joke_N = regN "joke" ; +lin joke_V = (regV "joke") ; +lin journal_N = regN "journal" ; +lin journalism_N = regN "journalism" ; +lin journalist_N = regN "journalist" ; +lin journey_N = regN "journey" ; +lin joy_N = regN "joy" ; +lin judge_N = regN "judge" ; +lin judge_V2 = prepV2 (regV "judge") "" ; +lin judge_V2 = prepV2 (regV "judge") "" ; +lin judgment_N = regN "judgment" ; +lin judicious_A = longA "judicious" ; +lin juggle_V2 = prepV2 (regV "juggle") "" ; +lin juggle_V = (regV "juggle") ; +lin juice_N = regN "juice" ; +lin july_PN = regPN "july" ; +lin jumble_V2 = prepV2 (regV "jumble") "" ; +lin jump_V = (regV "jump") ; +lin jump_N = regN "jump" ; +lin june_PN = regPN "june" ; +lin junk_N = regN "junk" ; +lin just_A = longA "just" ; +lin justice_N = regN "justice" ; +lin justify_V2 = prepV2 (regV "justify") "" ; +lin juxtapose_V2 = prepV2 (regV "juxtapose") "" ; +lin juxtaposition_N = regN "juxtaposition" ; +lin keen_A = regA "keen" ; +lin keen_A2on = regA2 "keen" "on" ; +lin keen_A2 = regA2 "keen" "" ; +lin keep_V2 = prepV2 keep_V "" ; +lin kennel_N = regN "kennel" ; +lin kettle_N = regN "kettle" ; +lin key_N = regN "key" ; +lin kick_N = regN "kick" ; +lin kick_V2 = prepV2 (regV "kick") "" ; +lin kidney_N = regN "kidney" ; +lin kill_V2 = prepV2 (regV "kill") "" ; +lin kill_V3f =dirprepV3 (regV "kill") "f" ; +lin kilogram_N = regN "kilogram" ; +lin kilometre_N = regN "kilometre" ; +lin kim_PN = regPN "kim" ; +lin kind_N = regN "kind" ; +lin kind_A = regA "kind" ; +lin kind_A2to = regA2 "kind" "to" ; +lin king_N = regN "king" ; +lin kingdom_N = regN "kingdom" ; +lin kiss_N = regN "kiss" ; +lin kiss_V2 = prepV2 (regV "kiss") "" ; +lin kiss_V = (regV "kiss") ; +lin kitchen_N = regN "kitchen" ; +lin knee_N = regN "knee" ; +lin kneel_V = useV IrregEng.kneel_V ; +lin knife_N = irregN "knife" "knife" ; +lin knob_N = regN "knob" ; +lin knock_N = regN "knock" ; +lin knock_V2 = prepV2 (regV "knock") "" ; +lin knock_V = (regV "knock") ; +lin knocker_N = regN "knocker" ; +lin knot_N = regN "knot" ; +lin knot_V2 = prepV2 (regV "knot") "" ; +lin know_VS = mkVS know_V ; +lin label_N = regN "label" ; +lin label_V2 = prepV2 (regV "label") "" ; +lin laboratory_N = regN "laboratory" ; +lin laborious_A = longA "laborious" ; +lin labour_N = massN "labour" ; +lin labour_V = (regV "labour") ; +lin lace_N = regN "lace" ; +lin lace_V2 = prepV2 (regV "lace") "" ; +lin lack_N = regN "lack" ; +lin lack_V2 = prepV2 (regV "lack") "" ; +lin lacuna_N = regN "lacuna" ; +lin ladder_N = regN "ladder" ; +lin lady_N = regN "lady" ; +lin lake_N = regN "lake" ; +lin lamb_N = regN "lamb" ; +lin lament_N = regN "lament" ; +lin lament_V2 = prepV2 (regV "lament") "" ; +lin lamp_N = regN "lamp" ; +lin land_N = regN "land" ; +lin land_V = (regV "land") ; +lin lane_N = regN "lane" ; +lin language_N = regN "language" ; +lin lapse_V = (regV "lapse") ; +lin large_A = regA "large" ; +lin last_A = longA "last" ; +lin last_V = (regV "last") ; +lin late_A = regA "late" ; +lin lately_Adv = mkAdv "lately" ; +lin latitude_N = regN "latitude" ; +lin lattice_N = regN "lattice" ; +lin laugh_N = regN "laugh" ; +lin laugh_V2at = prepV2 (regV "laugh") "at" ; +lin laughter_N = regN "laughter" ; +lin law_N = regN "law" ; +lin lawn_N = regN "lawn" ; +lin lawyer_N = regN "lawyer" ; +lin lax_A = regA "lax" ; +lin lay_V3loc =dirprepV3 lay_V "loc" ; +lin layer_N = regN "layer" ; +lin layer_V2 = prepV2 (regV "layer") "" ; +lin laze_V = (regV "laze") ; +lin lazy_A = regA "lazy" ; +lin lead_N = regN "lead" ; +lin lead_V2 = prepV2 lead_V "" ; +lin leaf_N = irregN "leaf" "leaf" ; +lin league_N = regN "league" ; +lin lean_V2on = prepV2 (regV "lean") "on" ; +lin leap_V = (regV "leap") ; +lin learn_VS = mkVS (regV "learn") ; +lin leather_N = massN "leather" ; +lin leave_V2 = prepV2 leave_V "" ; +lin leave_V = useV IrregEng.leave_V ; +lin lecture_N = regN "lecture" ; +lin lecture_V = (regV "lecture") ; +lin lee_PN = regPN "lee" ; +lin left_A = longA "left" ; +lin leftward_A = longA "leftward" ; +lin leg_N = regN "leg" ; +lin legacy_N = regN "legacy" ; +lin legal_A = longA "legal" ; +lin legible_A = longA "legible" ; +lin legitimate_A = longA "legitimate" ; +lin legitimize_V2 = prepV2 (regV "legitimize") "" ; +lin lemon_N = regN "lemon" ; +lin lend_V3to =dirprepV3 (regV "lend") "to" ; +lin length_N = regN "length" ; +lin lengthen_V2 = prepV2 (regV "lengthen") "" ; +lin lesson_N = regN "lesson" ; +lin let_V3se_vp =dirprepV3 let_V "se_vp" ; +lin lethal_A = longA "lethal" ; +lin letter_N = regN "letter" ; +lin level_A = longA "level" ; +lin level_N = regN "level" ; +lin level_V2 = prepV2 (regV "level") "" ; +lin lexical_A = longA "lexical" ; +lin lexicalist_A = longA "lexicalist" ; +lin lexicon_N = regN "lexicon" ; +lin liable_A = longA "liable" ; +lin liable_A2to = longA2 "liable" "to" ; +lin liable_A2 = longA2 "liable" "" ; +lin liar_N = regN "liar" ; +lin liberal_A = longA "liberal" ; +lin liberate_V3from =dirprepV3 (regV "liberate") "from" ; +lin libertine_N = regN "libertine" ; +lin liberty_N = regN "liberty" ; +lin library_N = regN "library" ; +lin licence_N = regN "licence" ; +lin license_V2 = prepV2 (regV "license") "" ; +lin lid_N = regN "lid" ; +lin lie_V = (regV "lie") ; +lin lie_V2 = prepV2 lie_V "" ; +lin life_N = regN "life" ; +lin lift_N = regN "lift" ; +lin lift_V2 = prepV2 (regV "lift") "" ; +lin light_A = regA "light" ; +lin light_N = regN "light" ; +lin light_V2 = prepV2 light_V "" ; +lin lightning_N = regN "lightning" ; +lin like_A = longA "like" ; +lin like_V2 = prepV2 (regV "like") "" ; +lin like_V2 = prepV2 (regV "like") "" ; +lin like_V2 = prepV2 (regV "like") "" ; +lin likelihood_N2of = prepN2 "likelihood" "of" ; +lin likely_A = longA "likely" ; +lin likely_A2 = longA2 "likely" "" ; +lin likely_A2 = longA2 "likely" "" ; +lin limb_N = regN "limb" ; +lin lime_N = regN "lime" ; +lin limit_N = regN "limit" ; +lin limit_V2 = prepV2 (regV "limit") "" ; +lin line_N = regN "line" ; +lin line_V2 = prepV2 (regV "line") "" ; +lin linear_A = longA "linear" ; +lin linguist_N = regN "linguist" ; +lin linguistic_A = longA "linguistic" ; +lin linguistics_N = massN "linguistics" ; +lin link_N = regN "link" ; +lin link_V3to =dirprepV3 (regV "link") "to" ; +lin lion_N = regN "lion" ; +lin lip_N = regN "lip" ; +lin liquefaction_N = regN "liquefaction" ; +lin liquefy_V = (regV "liquefy") ; +lin liquid_A = longA "liquid" ; +lin liquid_N = regN "liquid" ; +lin lisp_N = regN "lisp" ; +lin lisp_PN = regPN "lisp" ; +lin list_N = regN "list" ; +lin list_V2 = prepV2 (regV "list") "" ; +lin listen_V2to = prepV2 (regV "listen") "to" ; +lin liszt_PN = regPN "liszt" ; +lin literal_A = longA "literal" ; +lin literary_A = longA "literary" ; +lin literature_N = massN "literature" ; +lin litre_N = regN "litre" ; +lin little_N = massN "little" ; +lin live_A = regA "live" ; +lin live_V2 = prepV2 (regV "live") "" ; +lin load_N = regN "load" ; +lin load_V2 = prepV2 (regV "load") "" ; +lin loaf_N = irregN "loaf" "loaf" ; +lin loan_V3to =dirprepV3 (regV "loan") "to" ; +lin lobster_N = regN "lobster" ; +lin local_A = longA "local" ; +lin locate_V2 = prepV2 (regV "locate") "" ; +lin location_N = regN "location" ; +lin locative_A = longA "locative" ; +lin lock_N = regN "lock" ; +lin lock_V2 = prepV2 (regV "lock") "" ; +lin log_N = regN "log" ; +lin logarithm_N = regN "logarithm" ; +lin logic_N = regN "logic" ; +lin loiter_V = (regV "loiter") ; +lin london_PN = regPN "london" ; +lin lonely_A = regA "lonely" ; +lin long_Adv = mkAdv "long" ; +lin long_A = regA "long" ; +lin long_V2for = prepV2 (regV "long") "for" ; +lin longwinded_A = longA "longwinded" ; +lin look_N = regN "look" ; +lin look_V3 =dirprepV3 (regV "look") "" ; +lin look_V2for = prepV2 (regV "look") "for" ; +lin loop_N = regN "loop" ; +lin loophole_N = regN "loophole" ; +lin loose_A = regA "loose" ; +lin lord_N = regN "lord" ; +lin lore_N = regN "lore" ; +lin lose_V2 = prepV2 lose_V "" ; +lin loss_N = regN "loss" ; +lin lot_N = regN "lot" ; +lin lottery_N = regN "lottery" ; +lin loud_A = regA "loud" ; +lin lounge_V = (regV "lounge") ; +lin love_N = regN "love" ; +lin love_V2 = prepV2 (regV "love") "" ; +lin lovely_A = regA "lovely" ; +lin low_A = regA "low" ; +lin lower_V2 = prepV2 (regV "lower") "" ; +lin loyal_A = longA "loyal" ; +lin loyal_A2to = longA2 "loyal" "to" ; +lin luck_N = regN "luck" ; +lin lump_N = regN "lump" ; +lin lung_N = regN "lung" ; +lin lunge_V2 = prepV2 (regV "lunge") "" ; +lin lurk_V = (regV "lurk") ; +lin lush_A = regA "lush" ; +lin luxury_N = regN "luxury" ; +lin machine_N = regN "machine" ; +lin machinery_N = massN "machinery" ; +lin mad_A = regA "mad" ; +lin mad_A2about = regA2 "mad" "about" ; +lin mad_A2with = regA2 "mad" "with" ; +lin made_A2from = longA2 "made" "from" ; +lin magazine_N = regN "magazine" ; +lin magic_A = longA "magic" ; +lin magic_N = massN "magic" ; +lin magnet_N = regN "magnet" ; +lin magnetic_A = longA "magnetic" ; +lin magnitude_N = regN "magnitude" ; +lin mail_N = massN "mail" ; +lin mail_V3to =dirprepV3 (regV "mail") "to" ; +lin main_A = longA "main" ; +lin mainstream_A = longA "mainstream" ; +lin maintain_V2 = prepV2 (regV "maintain") "" ; +lin maintain_VS = mkVS (regV "maintain") ; +lin maintenance_N = regN "maintenance" ; +lin major_A = longA "major" ; +lin make_V2 = prepV2 make_V "" ; +lin male_A = longA "male" ; +lin malign_V2 = prepV2 (regV "malign") "" ; +lin malignant_A = longA "malignant" ; +lin mammal_N = regN "mammal" ; +lin man_N = irregN "man" "man" ; +lin man_V2 = prepV2 (regV "man") "" ; +lin manage_V2 = prepV2 (regV "manage") "" ; +lin manage_VV = mkVV (regV "manage") ; +lin manager_N = regN "manager" ; +lin mandatory_A = longA "mandatory" ; +lin manifest_A = longA "manifest" ; +lin manifest_N = regN "manifest" ; +lin manifest_V2 = prepV2 (regV "manifest") "" ; +lin manifestation_N = regN "manifestation" ; +lin manipulate_V2 = prepV2 (regV "manipulate") "" ; +lin manner_N = regN "manner" ; +lin manoeuvre_N = regN "manoeuvre" ; +lin manoeuvre_V2 = prepV2 (regV "manoeuvre") "" ; +lin manoeuvre_V = (regV "manoeuvre") ; +lin manual_A = longA "manual" ; +lin manual_N = regN "manual" ; +lin manufacture_V2 = prepV2 (regV "manufacture") "" ; +lin manuscript_N = regN "manuscript" ; +lin map_N = regN "map" ; +lin map_V3to =dirprepV3 (regV "map") "to" ; +lin mapping_N = regN "mapping" ; +lin march_N = regN "march" ; +lin march_PN = regPN "march" ; +lin margin_N = regN "margin" ; +lin marginal_A = longA "marginal" ; +lin marine_A = longA "marine" ; +lin mark_N = regN "mark" ; +lin mark_V2 = prepV2 (regV "mark") "" ; +lin market_N = regN "market" ; +lin marking_N = regN "marking" ; +lin marriage_N = regN "marriage" ; +lin marry_V2 = prepV2 (regV "marry") "" ; +lin mars_PN = regPN "mars" ; +lin mary_PN = regPN "mary" ; +lin mass_N = regN "mass" ; +lin massive_A = longA "massive" ; +lin master_N = regN "master" ; +lin master_V2 = prepV2 (regV "master") "" ; +lin mat_N = regN "mat" ; +lin match_N = regN "match" ; +lin match_V2 = prepV2 (regV "match") "" ; +lin material_A = longA "material" ; +lin material_N = regN "material" ; +lin mathematical_A = longA "mathematical" ; +lin mathematician_N = regN "mathematician" ; +lin mathematics_N = massN "mathematics" ; +lin matrix_N = irregN "matrix" "matrix" ; +lin matter_N = regN "matter" ; +lin matter_V = (regV "matter") ; +lin mature_A = regA "mature" ; +lin mature_V = (regV "mature") ; +lin maxim_N = regN "maxim" ; +lin maximal_A = longA "maximal" ; +lin maximize_V2 = prepV2 (regV "maximize") "" ; +lin maximum_N = regN "maximum" ; +lin may_PN = regPN "may" ; +lin maybe_Adv = mkAdv "maybe" ; +lin mayor_N = regN "mayor" ; +lin meal_N = regN "meal" ; +lin mean_A = regA "mean" ; +lin mean_V2 = prepV2 mean_V "" ; +lin mean_VS = mkVS mean_V ; +lin meaning_N = regN "meaning" ; +lin meanwhile_Adv = mkAdv "meanwhile" ; +lin measure_N = regN "measure" ; +lin measure_V2 = prepV2 (regV "measure") "" ; +lin meat_N = massN "meat" ; +lin mechanic_V = (regV "mechanic") ; +lin mechanical_A = longA "mechanical" ; +lin mechanism_N = regN "mechanism" ; +lin mechanize_V2 = prepV2 (regV "mechanize") "" ; +lin mediate_V2 = prepV2 (regV "mediate") "" ; +lin medical_A = longA "medical" ; +lin medicine_N = massN "medicine" ; +lin medium_A = longA "medium" ; +lin medium_N = regN "medium" ; +lin meet_V2 = prepV2 meet_V "" ; +lin meeting_N2with = prepN2 "meeting" "with" ; +lin melody_N = regN "melody" ; +lin melt_V = (regV "melt") ; +lin member_N = regN "member" ; +lin memorable_A = longA "memorable" ; +lin memorial_N = regN "memorial" ; +lin memory_N2ger = prepN2 "memory" "ger" ; +lin memory_N2of = prepN2 "memory" "of" ; +lin mend_V2 = prepV2 (regV "mend") "" ; +lin mental_A = longA "mental" ; +lin mention_N = regN "mention" ; +lin mention_V2 = prepV2 (regV "mention") "" ; +lin mercy_N = regN "mercy" ; +lin merge_V2 = prepV2 (regV "merge") "" ; +lin merit_N = regN "merit" ; +lin merry_A = regA "merry" ; +lin mess_N = regN "mess" ; +lin message_N = regN "message" ; +lin messenger_N = regN "messenger" ; +lin metal_N = regN "metal" ; +lin metaphor_N = regN "metaphor" ; +lin method_N = regN "method" ; +lin methodical_A = longA "methodical" ; +lin methodology_N = regN "methodology" ; +lin metre_N = regN "metre" ; +lin metric_A = longA "metric" ; +lin microbiology_N = regN "microbiology" ; +lin microphone_N = regN "microphone" ; +lin microscope_N = regN "microscope" ; +lin middle_A = longA "middle" ; +lin middle_N = regN "middle" ; +lin mighty_A = regA "mighty" ; +lin migrate_V = (regV "migrate") ; +lin mild_A = regA "mild" ; +lin mile_N = regN "mile" ; +lin military_A = longA "military" ; +lin milk_N = massN "milk" ; +lin mill_N = regN "mill" ; +lin mill_V2 = prepV2 (regV "mill") "" ; +lin million_N2 = prepN2 "million" "" ; +lin mimic_N = regN "mimic" ; +lin mimic_V2 = prepV2 (regV "mimic") "" ; +lin mind_N = regN "mind" ; +lin mind_V2 = prepV2 (regV "mind") "" ; +lin mind_V2 = prepV2 (regV "mind") "" ; +lin mine_N = regN "mine" ; +lin mine_V2 = prepV2 (regV "mine") "" ; +lin mineral_N = regN "mineral" ; +lin minim_N = regN "minim" ; +lin minimal_A = longA "minimal" ; +lin minimize_V2 = prepV2 (regV "minimize") "" ; +lin minimum_N = regN "minimum" ; +lin minister_N = regN "minister" ; +lin ministry_N = regN "ministry" ; +lin ministry_N2of = prepN2 "ministry" "of" ; +lin minor_A = longA "minor" ; +lin minor_N = regN "minor" ; +lin minute_A = longA "minute" ; +lin minute_N = regN "minute" ; +lin mirror_N = regN "mirror" ; +lin miscellaneous_A = longA "miscellaneous" ; +lin misconception_N = regN "misconception" ; +lin misery_N = regN "misery" ; +lin mislead_V2 = prepV2 (regV "mislead") "" ; +lin misplace_V2 = prepV2 (regV "misplace") "" ; +lin miss_V2 = prepV2 (regV "miss") "" ; +lin missile_N = regN "missile" ; +lin mist_N = regN "mist" ; +lin mistake_N = regN "mistake" ; +lin mistake_V3for =dirprepV3 mistake_V "for" ; +lin mix_V3with =dirprepV3 (regV "mix") "with" ; +lin mixture_N = regN "mixture" ; +lin mnemonic_A = longA "mnemonic" ; +lin mode_N = regN "mode" ; +lin model_A = longA "model" ; +lin model_N = regN "model" ; +lin model_V2 = prepV2 (regV "model") "" ; +lin moderate_A = longA "moderate" ; +lin moderate_V2 = prepV2 (regV "moderate") "" ; +lin modern_A = longA "modern" ; +lin modest_A = longA "modest" ; +lin modesty_N = massN "modesty" ; +lin modify_V2 = prepV2 (regV "modify") "" ; +lin modular_A = longA "modular" ; +lin module_N = regN "module" ; +lin molecular_A = longA "molecular" ; +lin molecule_N = regN "molecule" ; +lin moment_N = regN "moment" ; +lin momentary_A = longA "momentary" ; +lin momentous_A = longA "momentous" ; +lin momentum_N = regN "momentum" ; +lin monday_PN = regPN "monday" ; +lin money_N = massN "money" ; +lin monitor_N = regN "monitor" ; +lin monitor_V2 = prepV2 (regV "monitor") "" ; +lin monkey_N = regN "monkey" ; +lin monotonic_A = longA "monotonic" ; +lin monotonically_Adv = mkAdv "monotonically" ; +lin month_N = regN "month" ; +lin moon_N = regN "moon" ; +lin moral_A = longA "moral" ; +lin moral_N = regN "moral" ; +lin morning_N = regN "morning" ; +lin morpheme_N = regN "morpheme" ; +lin morphology_N = regN "morphology" ; +lin morphosyntactic_A = longA "morphosyntactic" ; +lin mortal_A = longA "mortal" ; +lin mortise_N = regN "mortise" ; +lin mosque_N = regN "mosque" ; +lin mosquito_N = regN "mosquito" ; +lin mostly_Adv = mkAdv "mostly" ; +lin mother_N2of = prepN2 "mother" "of" ; +lin motion_N = regN "motion" ; +lin motivate_V2 = prepV2 (regV "motivate") "" ; +lin motive_N = regN "motive" ; +lin motor_N = regN "motor" ; +lin mould_N = regN "mould" ; +lin mould_V2 = prepV2 (regV "mould") "" ; +lin mountain_N = regN "mountain" ; +lin mouse_N = regN "mouse" ; +lin mouth_N = regN "mouth" ; +lin move_V = (regV "move") ; +lin mud_N = massN "mud" ; +lin muesli_N = massN "muesli" ; +lin multifarious_A = longA "multifarious" ; +lin multiple_A = longA "multiple" ; +lin multiplicity_N = regN "multiplicity" ; +lin multiply_V3by =dirprepV3 (regV "multiply") "by" ; +lin multitude_N2of = prepN2 "multitude" "of" ; +lin mundane_A = longA "mundane" ; +lin murder_N = regN "murder" ; +lin muscle_N = regN "muscle" ; +lin muscular_A = longA "muscular" ; +lin music_N = massN "music" ; +lin musical_N = regN "musical" ; +lin mutter_V2about = prepV2 (regV "mutter") "about" ; +lin mutual_A = longA "mutual" ; +lin mystery_N = regN "mystery" ; +lin myth_N = regN "myth" ; +lin mythical_A = longA "mythical" ; +lin mythology_N = regN "mythology" ; +lin nail_N = regN "nail" ; +lin naive_A = longA "naive" ; +lin name_N = regN "name" ; +lin name_V2 = prepV2 (regV "name") "" ; +lin namely_Adv = mkAdv "namely" ; +lin narrow_A = regA "narrow" ; +lin narrow_V2 = prepV2 (regV "narrow") "" ; +lin nasty_A = regA "nasty" ; +lin nation_N = regN "nation" ; +lin native_A = longA "native" ; +lin native_N = regN "native" ; +lin nature_N = regN "nature" ; +lin navigate_V = (regV "navigate") ; +lin navigator_N = regN "navigator" ; +lin navy_N = regN "navy" ; +lin near_A = regA "near" ; +lin near_A2to = regA2 "near" "to" ; +lin nearby_Adv = proAdv "nearby" ; +lin neat_A = regA "neat" ; +lin necessary_A = longA "necessary" ; +lin necessary_A2for = longA2 "necessary" "for" ; +lin necessary_A2to = longA2 "necessary" "to" ; +lin necessitate_V2 = prepV2 (regV "necessitate") "" ; +lin necessity_N = regN "necessity" ; +lin neck_N = regN "neck" ; +lin need_N = regN "need" ; +lin need_V2 = prepV2 (regV "need") "" ; +lin needle_N = regN "needle" ; +lin negate_V2 = prepV2 (regV "negate") "" ; +lin negative_A = longA "negative" ; +lin negative_N = regN "negative" ; +lin neglect_N = regN "neglect" ; +lin neglect_V2 = prepV2 (regV "neglect") "" ; +lin negligence_N = regN "negligence" ; +lin negligent_A = longA "negligent" ; +lin negligible_A = longA "negligible" ; +lin negotiate_V2with = prepV2 (regV "negotiate") "with" ; +lin neighbour_N = regN "neighbour" ; +lin nephew_N2of = prepN2 "nephew" "of" ; +lin nerve_N = regN "nerve" ; +lin nervous_A = longA "nervous" ; +lin nest_N = regN "nest" ; +lin nest_V2in = prepV2 (regV "nest") "in" ; +lin net_N = regN "net" ; +lin network_N = regN "network" ; +lin neutral_A = longA "neutral" ; +lin never_Adv = mkAdv "never" ; +lin nevertheless_Adv = mkAdv "nevertheless" ; +lin new_A = regA "new" ; +lin news_N = regN "news" ; +lin newspaper_N = regN "newspaper" ; +lin newton_PN = regPN "newton" ; +lin next_A = longA "next" ; +lin nibble_V2 = prepV2 (regV "nibble") "" ; +lin nice_A = regA "nice" ; +lin nicety_N = regN "nicety" ; +lin nigeria_PN = regPN "nigeria" ; +lin night_N = regN "night" ; +lin nip_V2 = prepV2 (regV "nip") "" ; +lin noble_A = regA "noble" ; +lin nobleman_N = irregN "nobleman" "nobleman" ; +lin nod_V2 = prepV2 (regV "nod") "" ; +lin nod_V = (regV "nod") ; +lin node_N = regN "node" ; +lin noise_N = regN "noise" ; +lin nominal_A = longA "nominal" ; +lin nominate_V2 = prepV2 (regV "nominate") "" ; +lin nominative_A = longA "nominative" ; +lin nonetheless_Adv = mkAdv "nonetheless" ; +lin nonsense_N = regN "nonsense" ; +lin nonsensical_A = longA "nonsensical" ; +lin normal_A = longA "normal" ; +lin normative_A = longA "normative" ; +lin north_N = massN "north" ; +lin north_A = longA "north" ; +lin north_A2of = longA2 "north" "of" ; +lin northern_A = longA "northern" ; +lin nose_N = regN "nose" ; +lin not_Adv = mkAdv "not" ; +lin notation_N = regN "notation" ; +lin note_N = regN "note" ; +lin note_VS = mkVS (regV "note") ; +lin notice_N = regN "notice" ; +lin notice_V2 = prepV2 (regV "notice") "" ; +lin notice_VS = mkVS (regV "notice") ; +lin notion_N = regN "notion" ; +lin notoriety_N = massN "notoriety" ; +lin notorious_A = longA "notorious" ; +lin notorious_A2for = longA2 "notorious" "for" ; +lin noun_N = regN "noun" ; +lin novel_A = longA "novel" ; +lin novel_N = regN "novel" ; +lin novelty_N = regN "novelty" ; +lin november_PN = regPN "november" ; +lin novice_N = regN "novice" ; +lin now_Adv = proAdv "now" ; +--lin now_Adv = mkAdv "now" ; +lin nowhere_Adv = proAdv "nowhere" ; +lin nuclear_A = regA "nuclear" ; +lin nucleus_N = regN "nucleus" ; +lin nudge_N = regN "nudge" ; +lin nudge_V2 = prepV2 (regV "nudge") "" ; +lin nuisance_N = regN "nuisance" ; +lin numeral_N = regN "numeral" ; +lin numeric_A = longA "numeric" ; +lin numerical_A = longA "numerical" ; +lin numerous_A = longA "numerous" ; +lin nurse_N = regN "nurse" ; +lin nurse_V2 = prepV2 (regV "nurse") "" ; +lin nut_N = regN "nut" ; +lin nutrient_N = regN "nutrient" ; +lin nutrition_N = regN "nutrition" ; +lin nutritious_A = longA "nutritious" ; +lin nylon_N = massN "nylon" ; +lin oaf_N = regN "oaf" ; +lin oak_N = regN "oak" ; +lin oar_N = regN "oar" ; +lin oath_N = regN "oath" ; +lin obey_V2 = prepV2 (regV "obey") "" ; +lin object_N = regN "object" ; +lin object_V2to = prepV2 (regV "object") "to" ; +lin objectionable_A = longA "objectionable" ; +lin objective_A = longA "objective" ; +lin objective_N = regN "objective" ; +lin obligation_N = regN "obligation" ; +lin obligatory_A = longA "obligatory" ; +lin obligatory_A2for = longA2 "obligatory" "for" ; +lin oblige_V2 = prepV2 (regV "oblige") "" ; +lin oblique_A = longA "oblique" ; +lin obscure_A = longA "obscure" ; +lin obscure_V2 = prepV2 (regV "obscure") "" ; +lin observe_V2 = prepV2 (regV "observe") "" ; +lin obstacle_N = regN "obstacle" ; +lin obstruct_V2 = prepV2 (regV "obstruct") "" ; +lin obstruction_V = (regV "obstruction") ; +lin obtain_V2 = prepV2 (regV "obtain") "" ; +lin obvious_A = longA "obvious" ; +lin obvious_A2 = longA2 "obvious" "" ; +lin occasion_N = regN "occasion" ; +lin occupation_N = regN "occupation" ; +lin occupy_V2 = prepV2 (regV "occupy") "" ; +lin occur_V = (regV "occur") ; +lin occurrence_V = (regV "occurrence") ; +lin ocean_N = regN "ocean" ; +lin october_PN = regPN "october" ; +lin odd_A = regA "odd" ; +lin of_Prep = mkPrep "of" ; +lin off_Prep = mkPrep "off" ; +lin offence_N2against = prepN2 "offence" "against" ; +lin offend_V2 = prepV2 (regV "offend") "" ; +lin offense_N2against = prepN2 "offense" "against" ; +lin offensive_A = longA "offensive" ; +lin offer_VV = mkVV (regV "offer") ; +lin offer_N2 = prepN2 "offer" "" ; +lin office_N = regN "office" ; +lin officer_N = regN "officer" ; +lin official_N = regN "official" ; +lin offset_V2 = prepV2 (regV "offset") "" ; +lin often_Adv = mkAdv "often" ; +lin oil_N = massN "oil" ; +lin oil_V2 = prepV2 (regV "oil") "" ; +lin old_A = regA "old" ; +lin omission_N = regN "omission" ; +lin omit_V2 = prepV2 (regV "omit") "" ; +lin omniscient_A = longA "omniscient" ; +--lin on_Prep = mkPrep "on" ; +lin once_Adv = mkAdv "once" ; +lin onerous_A = longA "onerous" ; +lin onion_N = regN "onion" ; +lin only_Adv = mkAdv "only" ; +lin only_A = longA "only" ; +lin onto_Prep = mkPrep "onto" ; +lin ontology_N = regN "ontology" ; +lin opacity_N = massN "opacity" ; +lin opaque_A = longA "opaque" ; +lin open_A = longA "open" ; +lin open_V = (regV "open") ; +lin opening_N = regN "opening" ; +lin operand_N = regN "operand" ; +lin operate_V2 = prepV2 (regV "operate") "" ; +lin operation_N2on = prepN2 "operation" "on" ; +lin operator_N = regN "operator" ; +lin opinion_N = regN "opinion" ; +lin opponent_N = regN "opponent" ; +lin opportune_A = longA "opportune" ; +lin opportunistic_A = longA "opportunistic" ; +lin opportunity_N = regN "opportunity" ; +lin oppose_V2 = prepV2 (regV "oppose") "" ; +lin opposite_A = longA "opposite" ; +lin opposition_N2to = prepN2 "opposition" "to" ; +lin optimal_A = longA "optimal" ; +lin optimism_N = massN "optimism" ; +lin optimist_N = regN "optimist" ; +lin optimize_V2 = prepV2 (regV "optimize") "" ; +lin optimum_V = (regV "optimum") ; +lin option_N = regN "option" ; +lin oral_A = regA "oral" ; +lin orange_A = longA "orange" ; +lin orange_N = regN "orange" ; +lin order_N = regN "order" ; +lin order_V2 = prepV2 (regV "order") "" ; +lin order_V2 = prepV2 (regV "order") "" ; +lin ordering_N = regN "ordering" ; +lin orderly_A = longA "orderly" ; +lin ordinary_A = longA "ordinary" ; +lin ore_N = regN "ore" ; +lin organ_N = regN "organ" ; +lin organic_A = longA "organic" ; +lin organically_Adv = mkAdv "organically" ; +lin organization_N = regN "organization" ; +lin organize_V2 = prepV2 (regV "organize") "" ; +lin orient_N = regN "orient" ; +lin orient_V2 = prepV2 (regV "orient") "" ; +lin origin_N = regN "origin" ; +lin original_A = longA "original" ; +lin original_N = regN "original" ; +lin originate_V = (regV "originate") ; +lin orthography_N = massN "orthography" ; +lin ostensible_A = longA "ostensible" ; +lin ostensive_A = longA "ostensive" ; +lin ostentation_N = massN "ostentation" ; +lin ostentatious_A = longA "ostentatious" ; +lin other_A = longA "other" ; +lin other_N = regN "other" ; +lin otherwise_Adv = proAdv "otherwise" ; +lin outdated_A = longA "outdated" ; +lin outdoor_A = longA "outdoor" ; +lin outdoors_N = massN "outdoors" ; +lin outer_A = longA "outer" ; +lin outlaw_N = regN "outlaw" ; +lin outlaw_V2 = prepV2 (regV "outlaw") "" ; +lin outline_N = regN "outline" ; +lin outline_V2 = prepV2 (regV "outline") "" ; +lin outrage_N = regN "outrage" ; +lin outrage_V2 = prepV2 (regV "outrage") "" ; +lin outside_Adv = proAdv "outside" ; +lin outside_N = regN "outside" ; +lin outside_Prep = mkPrep "outside" ; +lin outstanding_A = longA "outstanding" ; +lin over_N = regN "over" ; +lin over_Prep = mkPrep "over" ; +lin overflow_N = regN "overflow" ; +lin overflow_V2 = prepV2 (regV "overflow") "" ; +lin overflow_V = (regV "overflow") ; +lin overlap_V = (regV "overlap") ; +lin overt_A = longA "overt" ; +lin overture_N = regN "overture" ; +lin overwhelm_V2 = prepV2 (regV "overwhelm") "" ; +lin owe_V3 = dirdirV3 (regV "owe") ; +lin own_A = longA "own" ; +lin own_V2 = prepV2 (regV "own") "" ; +lin ox_N = irregN "ox" "ox" ; +lin oxford_PN = regPN "oxford" ; +lin oxygen_N = massN "oxygen" ; +lin pace_N = regN "pace" ; +lin pack_V2 = prepV2 (regV "pack") "" ; +lin package_N = regN "package" ; +lin package_V2 = prepV2 (regV "package") "" ; +lin packet_N = regN "packet" ; +lin page_N = regN "page" ; +lin pain_N = regN "pain" ; +lin painstaking_A = longA "painstaking" ; +lin paint_N = massN "paint" ; +lin paint_V2 = prepV2 (regV "paint") "" ; +lin pair_N = regN "pair" ; +lin pair_V3with =dirprepV3 (regV "pair") "with" ; +lin palace_N = regN "palace" ; +lin pale_A = regA "pale" ; +lin pamper_V2 = prepV2 (regV "pamper") "" ; +lin pamphlet_N = regN "pamphlet" ; +lin pan_N = regN "pan" ; +lin panacea_N = regN "panacea" ; +lin pane_N = regN "pane" ; +lin panel_N = regN "panel" ; +lin panelling_N = regN "panelling" ; +lin panic_V = (regV "panic") ; +lin panic_N = regN "panic" ; +lin pantry_N = regN "pantry" ; +lin paper_N = regN "paper" ; +lin paper_V2 = prepV2 (regV "paper") "" ; +lin paradigm_N = regN "paradigm" ; +lin paradox_N = regN "paradox" ; +lin paragraph_N = regN "paragraph" ; +lin parallel_N = regN "parallel" ; +lin parallel_V2 = prepV2 (regV "parallel") "" ; +lin parallel_A = longA "parallel" ; +lin parallel_A2to = longA2 "parallel" "to" ; +lin parameter_N = regN "parameter" ; +lin paraphrase_N = regN "paraphrase" ; +lin paraphrase_V2 = prepV2 (regV "paraphrase") "" ; +lin parasite_N = regN "parasite" ; +lin parasitic_A = longA "parasitic" ; +lin parasol_N = regN "parasol" ; +lin parcel_N = regN "parcel" ; +lin parent_N2of = prepN2 "parent" "of" ; +lin parenthesis_N = irregN "parenthesis" "parenthesis" ; +lin parenthesize_V2 = prepV2 (regV "parenthesize") "" ; +lin parenthetical_A = longA "parenthetical" ; +lin parity_N = regN "parity" ; +lin park_N = regN "park" ; +lin park_V2 = prepV2 (regV "park") "" ; +lin parliament_N = regN "parliament" ; +lin parse_V2 = prepV2 (regV "parse") "" ; +lin parsimony_N = regN "parsimony" ; +lin part_N = regN "part" ; +lin participant_N = regN "participant" ; +lin participate_V2in = prepV2 (regV "participate") "in" ; +lin particle_N = regN "particle" ; +lin particular_A = longA "particular" ; +lin partition_N = regN "partition" ; +lin partition_V2 = prepV2 (regV "partition") "" ; +lin partly_Adv = mkAdv "partly" ; +lin partner_N = regN "partner" ; +lin party_N = regN "party" ; +lin pass_V3to =dirprepV3 (regV "pass") "to" ; +lin passage_N = regN "passage" ; +lin passenger_N = regN "passenger" ; +lin passion_N = regN "passion" ; +lin passionate_A = longA "passionate" ; +lin passive_A = longA "passive" ; +lin past_A = longA "past" ; +lin past_N = regN "past" ; +lin paste_N = regN "paste" ; +lin paste_V3to =dirprepV3 (regV "paste") "to" ; +lin pastry_N = massN "pastry" ; +lin pasty_N = regN "pasty" ; +lin pat_V2 = prepV2 (regV "pat") "" ; +lin path_N = regN "path" ; +lin pathology_N = regN "pathology" ; +lin patience_N = regN "patience" ; +lin patient_N = regN "patient" ; +lin patient_A = longA "patient" ; +lin patient_A2with = longA2 "patient" "with" ; +lin pattern_N = regN "pattern" ; +lin paucity_N2of = prepN2 "paucity" "of" ; +lin pause_V = (regV "pause") ; +lin pause_N = regN "pause" ; +lin pay_N = regN "pay" ; +lin pay_V2for = prepV2 pay_V "for" ; +lin pea_N = regN "pea" ; +lin peace_N = massN "peace" ; +lin peak_N = regN "peak" ; +lin pear_N = regN "pear" ; +lin peculiar_A = longA "peculiar" ; +lin peculiar_A2to = longA2 "peculiar" "to" ; +lin pedagogical_A = longA "pedagogical" ; +lin pedant_N = regN "pedant" ; +lin pedantic_A = longA "pedantic" ; +lin pedantically_A = longA "pedantically" ; +lin pelvic_A = longA "pelvic" ; +lin pelvis_N = regN "pelvis" ; +lin pen_N = regN "pen" ; +lin penal_A = longA "penal" ; +lin penalize_V2 = prepV2 (regV "penalize") "" ; +lin penalty_N = regN "penalty" ; +lin pencil_N = regN "pencil" ; +lin pending_A = longA "pending" ; +lin penetrate_V2 = prepV2 (regV "penetrate") "" ; +lin penny_N = regN "penny" ; +lin people_N = regN "people" ; +lin pepper_N = massN "pepper" ; +lin perceive_V2 = prepV2 (regV "perceive") "" ; +lin perception_N = regN "perception" ; +lin perceptive_A = longA "perceptive" ; +lin perceptual_A = longA "perceptual" ; +lin percolate_V = (regV "percolate") ; +lin percolator_N = regN "percolator" ; +lin peremptory_A = longA "peremptory" ; +lin perfect_A = longA "perfect" ; +lin perform_V = (regV "perform") ; +lin perhaps_Adv = mkAdv "perhaps" ; +lin period_N = regN "period" ; +lin peripheral_A = longA "peripheral" ; +lin periphery_N = regN "periphery" ; +lin perjure_V2 = prepV2 (regV "perjure") "" ; +lin permanent_A = longA "permanent" ; +lin permissible_A = longA "permissible" ; +lin permission_N = regN "permission" ; +lin permissive_A = longA "permissive" ; +lin permit_N = regN "permit" ; +lin permit_V2 = prepV2 (regV "permit") "" ; +lin permute_V2 = prepV2 (regV "permute") "" ; +lin perpetual_A = longA "perpetual" ; +lin perpetuate_V2 = prepV2 (regV "perpetuate") "" ; +lin perpetuity_N = regN "perpetuity" ; +lin persimmon_N = regN "persimmon" ; +lin persist_V = (regV "persist") ; +lin persistence_N = regN "persistence" ; +lin persistent_A = longA "persistent" ; +lin person_N = regN "person" ; +lin personal_A = longA "personal" ; +lin perspective_N = regN "perspective" ; +lin perspicuous_A = longA "perspicuous" ; +lin persuade_V3 =dirprepV3 (regV "persuade") "" ; +lin persuade_V2 = prepV2 (regV "persuade") "" ; +lin persuasion_N = regN "persuasion" ; +lin persuasive_A = longA "persuasive" ; +lin perverse_A = longA "perverse" ; +lin perversion_N = regN "perversion" ; +lin pervert_N = regN "pervert" ; +lin pervert_V2 = prepV2 (regV "pervert") "" ; +lin pet_N = regN "pet" ; +lin petrol_N = massN "petrol" ; +lin phase_N = regN "phase" ; +lin phenomenon_N = irregN "phenomenon" "phenomenon" ; +lin philosopher_N = regN "philosopher" ; +lin philosophy_N = regN "philosophy" ; +lin phone_N = regN "phone" ; +lin phone_V2 = prepV2 (regV "phone") "" ; +lin phonemic_A = longA "phonemic" ; +lin phonetic_A = longA "phonetic" ; +lin phonetically_Adv = mkAdv "phonetically" ; +lin phonology_N = massN "phonology" ; +lin phonotactic_A = longA "phonotactic" ; +lin photo_N = regN "photo" ; +lin photograph_N = regN "photograph" ; +lin photograph_V2 = prepV2 (regV "photograph") "" ; +lin photography_N = massN "photography" ; +lin phrase_N = regN "phrase" ; +lin physical_A = longA "physical" ; +lin physician_N = regN "physician" ; +lin physics_N = regN "physics" ; +lin pianist_N = regN "pianist" ; +lin piano_N = regN "piano" ; +lin pick_N = regN "pick" ; +lin pick_V2 = prepV2 (regV "pick") "" ; +lin pick_V3 =dirprepV3 (regV "pick") "" ; +lin picnic_N = regN "picnic" ; +lin picnic_V = (regV "picnic") ; +lin picture_N = regN "picture" ; +lin picture_V2 = prepV2 (regV "picture") "" ; +lin piece_N = regN "piece" ; +lin pierce_V2 = prepV2 (regV "pierce") "" ; +lin pig_N = regN "pig" ; +lin pigeon_N = regN "pigeon" ; +lin pilchard_N = regN "pilchard" ; +lin pile_N = regN "pile" ; +lin pilfer_V2 = prepV2 (regV "pilfer") "" ; +lin pill_N = regN "pill" ; +lin pillar_N = regN "pillar" ; +lin pillow_N = regN "pillow" ; +lin pilot_N = regN "pilot" ; +lin pilot_V2 = prepV2 (regV "pilot") "" ; +lin pin_N = regN "pin" ; +lin pin_V3to =dirprepV3 (regV "pin") "to" ; +lin pink_A = regA "pink" ; +lin pipe_N = regN "pipe" ; +lin pistol_N = regN "pistol" ; +lin pit_N = regN "pit" ; +lin pitch_N = regN "pitch" ; +lin pitch_V2 = prepV2 (regV "pitch") "" ; +lin pitchfork_N = regN "pitchfork" ; +lin pith_N = regN "pith" ; +lin pity_V2 = prepV2 (regV "pity") "" ; +lin pity_N = regN "pity" ; +lin place_N = regN "place" ; +lin place_V2 = prepV2 (regV "place") "" ; +lin place_V3in =dirprepV3 (regV "place") "in" ; +lin plague_N = regN "plague" ; +lin plague_V2 = prepV2 (regV "plague") "" ; +lin plain_A = regA "plain" ; +lin plain_N = regN "plain" ; +lin plan_VV = mkVV (regV "plan") ; +lin plan_N2 = prepN2 "plan" "" ; +lin planar_A = longA "planar" ; +lin plane_N = regN "plane" ; +lin planet_N = regN "planet" ; +lin plant_N = regN "plant" ; +lin plastic_A = longA "plastic" ; +lin plastic_N = massN "plastic" ; +lin plate_N = regN "plate" ; +lin plateau_N = regN "plateau" ; +lin platypus_N = regN "platypus" ; +lin plausible_A = longA "plausible" ; +lin play_N = regN "play" ; +lin play_V2 = prepV2 (regV "play") "" ; +lin play_V = (regV "play") ; +lin play_V2with = prepV2 (regV "play") "with" ; +lin pleasant_A = longA "pleasant" ; +lin please_V2 = prepV2 (regV "please") "" ; +lin pleasure_N = regN "pleasure" ; +lin pledge_N = regN "pledge" ; +lin pledge_VS = mkVS (regV "pledge") ; +lin plenty_N = massN "plenty" ; +lin plot_N = regN "plot" ; +lin plot_V = (regV "plot") ; +lin plug_N = regN "plug" ; +lin plum_N = regN "plum" ; +lin plumber_N = regN "plumber" ; +lin plume_N = regN "plume" ; +lin plummet_V = (regV "plummet") ; +lin plump_A = regA "plump" ; +lin plunge_V = (regV "plunge") ; +lin plural_A = longA "plural" ; +lin plural_N = regN "plural" ; +lin pocket_N = regN "pocket" ; +lin pocket_V2 = prepV2 (regV "pocket") "" ; +lin poem_N = regN "poem" ; +lin poet_N = regN "poet" ; +lin poetry_N = massN "poetry" ; +lin point_N = regN "point" ; +lin point_V2to = prepV2 (regV "point") "to" ; +lin poison_N = regN "poison" ; +lin poison_V2 = prepV2 (regV "poison") "" ; +lin poland_PN = regPN "poland" ; +lin polar_A = longA "polar" ; +lin pole_N = regN "pole" ; +lin policeman_N = irregN "policeman" "policeman" ; +lin policy_N = regN "policy" ; +lin polish_A = longA "polish" ; +lin polish_N = regN "polish" ; +lin polish_V2 = prepV2 (regV "polish") "" ; +lin polite_A = longA "polite" ; +lin polite_A2to = longA2 "polite" "to" ; +lin political_A = longA "political" ; +lin politician_N = regN "politician" ; +lin politics_N = irregN "politics" "politics" ; +lin pollute_V2 = prepV2 (regV "pollute") "" ; +lin ponder_V = (regV "ponder") ; +lin pool_N = regN "pool" ; +lin poor_A = regA "poor" ; +lin pop_N = regN "pop" ; +lin popular_A = longA "popular" ; +lin popular_A2with = longA2 "popular" "with" ; +lin populated_A = longA "populated" ; +lin populated_A2by = longA2 "populated" "by" ; +lin population_N = regN "population" ; +lin porcupine_N = regN "porcupine" ; +lin pore_N = regN "pore" ; +lin pore_V2over = prepV2 (regV "pore") "over" ; +lin pork_N = massN "pork" ; +lin porosity_N = regN "porosity" ; +lin porous_A = longA "porous" ; +lin porpoise_N = regN "porpoise" ; +lin port_N = regN "port" ; +lin portable_A = longA "portable" ; +lin portion_N = regN "portion" ; +lin pose_N = regN "pose" ; +lin pose_V2 = prepV2 (regV "pose") "" ; +lin position_N = regN "position" ; +lin positive_A = longA "positive" ; +lin positive_A2 = longA2 "positive" "" ; +lin positively_Adv = mkAdv "positively" ; +lin possess_V2 = prepV2 (regV "possess") "" ; +lin possession_N = regN "possession" ; +lin possible_A2 = longA2 "possible" "" ; +lin possible_A = longA "possible" ; +lin possible_A2 = longA2 "possible" "" ; +lin post_N = regN "post" ; +lin post_V3to =dirprepV3 (regV "post") "to" ; +lin posterior_A = longA "posterior" ; +lin postman_N = irregN "postman" "postman" ; +lin postpone_V2 = prepV2 (regV "postpone") "" ; +lin postulate_V2 = prepV2 (regV "postulate") "" ; +lin pot_N = regN "pot" ; +lin potato_N = regN "potato" ; +lin potency_N = regN "potency" ; +lin potent_A = longA "potent" ; +lin potential_A = longA "potential" ; +lin pound_N = regN "pound" ; +lin pound_V2 = prepV2 (regV "pound") "" ; +lin pour_V3loc =dirprepV3 (regV "pour") "loc" ; +lin powder_N = regN "powder" ; +lin power_N = regN "power" ; +lin power_V2 = prepV2 (regV "power") "" ; +lin practical_A = longA "practical" ; +lin practice_N = regN "practice" ; +lin practise_V2 = prepV2 (regV "practise") "" ; +lin practitioner_N = regN "practitioner" ; +lin pragmatic_A = longA "pragmatic" ; +lin pragmatically_Adv = mkAdv "pragmatically" ; +lin pragmatics_N = irregN "pragmatics" "pragmatics" ; +lin praise_N = regN "praise" ; +lin praise_V2 = prepV2 (regV "praise") "" ; +lin pray_V2to = prepV2 (regV "pray") "to" ; +lin prayer_N = regN "prayer" ; +lin precarious_A = longA "precarious" ; +lin precede_V2 = prepV2 (regV "precede") "" ; +lin precedence_N = regN "precedence" ; +lin precedent_N = regN "precedent" ; +lin precious_A = longA "precious" ; +lin precise_A = longA "precise" ; +lin precision_N = regN "precision" ; +lin preclude_V2 = prepV2 (regV "preclude") "" ; +lin precursor_N = regN "precursor" ; +lin predecessor_N = regN "predecessor" ; +lin predicate_N = regN "predicate" ; +lin predicate_V2 = prepV2 (regV "predicate") "" ; +lin predict_V2 = prepV2 (regV "predict") "" ; +lin predilection_N2for = prepN2 "predilection" "for" ; +lin preface_N = regN "preface" ; +lin prefer_V3to =dirprepV3 (regV "prefer") "to" ; +lin prefer_V2 = prepV2 (regV "prefer") "" ; +lin prefer_VV = mkVV (regV "prefer") ; +lin prefer_V2 = prepV2 (regV "prefer") "" ; +lin preference_N = regN "preference" ; +lin pregnancy_N = regN "pregnancy" ; +lin pregnant_A = longA "pregnant" ; +lin prejudice_N = regN "prejudice" ; +lin prejudiced_A = longA "prejudiced" ; +lin preliminary_A = longA "preliminary" ; +lin premise_N = regN "premise" ; +lin preoccupation_N2with = prepN2 "preoccupation" "with" ; +lin preoccupied_A2with = longA2 "preoccupied" "with" ; +lin preoccupy_V2 = prepV2 (regV "preoccupy") "" ; +lin prepare_V3for =dirprepV3 (regV "prepare") "for" ; +lin preposition_N = regN "preposition" ; +lin prerequisite_N = regN "prerequisite" ; +lin prescribe_V2 = prepV2 (regV "prescribe") "" ; +lin prescription_N = regN "prescription" ; +lin prescriptive_A = longA "prescriptive" ; +lin presence_N = regN "presence" ; +lin present_A = longA "present" ; +lin present_N = regN "present" ; +lin present_V3with =dirprepV3 (regV "present") "with" ; +lin preserve_V3from =dirprepV3 (regV "preserve") "from" ; +lin preside_V = (regV "preside") ; +lin presidency_N = regN "presidency" ; +lin president_N = regN "president" ; +lin press_V2 = prepV2 (regV "press") "" ; +lin pressure_N = regN "pressure" ; +lin prestige_N = regN "prestige" ; +lin presume_VS = mkVS (regV "presume") ; +lin presumption_N = regN "presumption" ; +lin presumptuous_A = longA "presumptuous" ; +lin presuppose_VS = mkVS (regV "presuppose") ; +lin presupposition_N2 = prepN2 "presupposition" "" ; +lin pretence_N2 = prepN2 "pretence" "" ; +lin pretend_VS = mkVS (regV "pretend") ; +lin pretty_A = regA "pretty" ; +lin prevent_V2 = prepV2 (regV "prevent") "" ; +lin previous_A = longA "previous" ; +lin price_N = regN "price" ; +lin prick_V = (regV "prick") ; +lin prickle_N = regN "prickle" ; +lin pride_N = regN "pride" ; +lin priest_N = regN "priest" ; +lin prim_A = regA "prim" ; +lin primary_A = longA "primary" ; +lin primitive_A = longA "primitive" ; +lin prince_N = regN "prince" ; +lin principal_A = longA "principal" ; +lin principle_N = regN "principle" ; +lin principled_A = longA "principled" ; +lin print_V2 = prepV2 (regV "print") "" ; +lin prior_N = regN "prior" ; +lin prior_A = longA "prior" ; +lin prior_A2to = longA2 "prior" "to" ; +lin priority_N = regN "priority" ; +lin prison_N = regN "prison" ; +lin privacy_N = regN "privacy" ; +lin private_A = longA "private" ; +lin privilege_N = regN "privilege" ; +lin prize_N = regN "prize" ; +lin probability_N2 = prepN2 "probability" "" ; +lin probable_A = longA "probable" ; +lin probable_A2 = longA2 "probable" "" ; +lin probe_N = regN "probe" ; +lin probe_V2 = prepV2 (regV "probe") "" ; +lin problem_N = regN "problem" ; +lin problematic_A = longA "problematic" ; +lin procedure_N = regN "procedure" ; +lin proceed_V = (regV "proceed") ; +lin process_N = regN "process" ; +lin process_V2 = prepV2 (regV "process") "" ; +lin procession_N = regN "procession" ; +lin processor_N = regN "processor" ; +lin produce_N = regN "produce" ; +lin produce_V2 = prepV2 (regV "produce") "" ; +lin product_N = regN "product" ; +lin profession_N = regN "profession" ; +lin professor_N = regN "professor" ; +lin proficiency_N2in = prepN2 "proficiency" "in" ; +lin proficient_A2in = longA2 "proficient" "in" ; +lin profit_N = regN "profit" ; +lin profitable_A = longA "profitable" ; +lin profound_A = longA "profound" ; +lin profundity_N = regN "profundity" ; +lin profuse_A = longA "profuse" ; +lin profusion_N2of = prepN2 "profusion" "of" ; +lin prognosis_N = regN "prognosis" ; +lin program_N = regN "program" ; +lin program_V = (regV "program") ; +lin programme_N = regN "programme" ; +lin progress_V2of = prepV2 (regV "progress") "of" ; +lin progress_N = regN "progress" ; +lin prohibit_V2 = prepV2 (regV "prohibit") "" ; +lin project_N = regN "project" ; +lin project_V = (regV "project") ; +lin proliferate_V = (regV "proliferate") ; +lin prolong_V2 = prepV2 (regV "prolong") "" ; +lin prominence_N = regN "prominence" ; +lin prominent_A = longA "prominent" ; +lin promise_V2 = prepV2 (regV "promise") "" ; +lin promote_V2 = prepV2 (regV "promote") "" ; +lin prompt_A = regA "prompt" ; +lin prompt_N = regN "prompt" ; +lin prompt_V2 = prepV2 (regV "prompt") "" ; +lin promulgate_V2 = prepV2 (regV "promulgate") "" ; +lin prone_A = longA "prone" ; +lin prone_A2to = longA2 "prone" "to" ; +lin pronominal_A = longA "pronominal" ; +lin pronoun_N = regN "pronoun" ; +lin pronounce_V2 = prepV2 (regV "pronounce") "" ; +lin pronunciation_N = regN "pronunciation" ; +lin proof_N2 = prepN2 "proof" "" ; +lin propagate_V = (regV "propagate") ; +lin propensity_N2for = prepN2 "propensity" "for" ; +lin proper_A = longA "proper" ; +lin property_N = regN "property" ; +lin proponent_N = regN "proponent" ; +lin proportion_N = regN "proportion" ; +lin propose_V2 = prepV2 (regV "propose") "" ; +lin propose_VV = mkVV (regV "propose") ; +lin proposition_N = regN "proposition" ; +lin prose_N = massN "prose" ; +lin prosody_N = regN "prosody" ; +lin prospect_N2 = prepN2 "prospect" "" ; +lin prospect_V2for = prepV2 (regV "prospect") "for" ; +lin prospective_A = longA "prospective" ; +lin prospector_N = regN "prospector" ; +lin protect_V3from =dirprepV3 (regV "protect") "from" ; +lin protest_N = regN "protest" ; +lin protest_V2against = prepV2 (regV "protest") "against" ; +lin protocol_N = regN "protocol" ; +lin prototype_N = regN "prototype" ; +lin proud_A = regA "proud" ; +lin proud_A2of = regA2 "proud" "of" ; +lin prove_VS = mkVS (regV "prove") ; +lin proven_A = longA "proven" ; +lin provide_V3for =dirprepV3 (regV "provide") "for" ; +lin provision_N = regN "provision" ; +lin prune_N = regN "prune" ; +lin prune_V2 = prepV2 (regV "prune") "" ; +lin psychology_N = regN "psychology" ; +lin pub_N = regN "pub" ; +lin public_A = longA "public" ; +lin public_N = regN "public" ; +lin publication_N = regN "publication" ; +lin publicity_N = regN "publicity" ; +lin publish_V2 = prepV2 (regV "publish") "" ; +lin pull_V2 = prepV2 (regV "pull") "" ; +lin pulley_N = regN "pulley" ; +lin pulpit_N = regN "pulpit" ; +lin pump_N = regN "pump" ; +lin punch_N = regN "punch" ; +lin punch_V2 = prepV2 (regV "punch") "" ; +lin punctual_A = longA "punctual" ; +lin punctuate_V2 = prepV2 (regV "punctuate") "" ; +lin punish_V2 = prepV2 (regV "punish") "" ; +lin punitive_A = longA "punitive" ; +lin pupil_N = regN "pupil" ; +lin purchase_V = (regV "purchase") ; +lin pure_A = regA "pure" ; +lin purge_N = regN "purge" ; +lin purple_A = regA "purple" ; +lin purpose_N = regN "purpose" ; +lin purse_N = regN "purse" ; +lin pursue_V2 = prepV2 (regV "pursue") "" ; +lin pursuit_N = regN "pursuit" ; +lin purveyor_N = regN "purveyor" ; +lin push_V2 = prepV2 (regV "push") "" ; +lin put_V3loc =dirprepV3 put_V "loc" ; +lin puzzle_N = regN "puzzle" ; +lin puzzle_V2 = prepV2 (regV "puzzle") "" ; +lin pyramid_N = regN "pyramid" ; +lin quadruple_N = regN "quadruple" ; +lin quail_N = regN "quail" ; +lin qualify_V2for = prepV2 (regV "qualify") "for" ; +lin qualitative_A = longA "qualitative" ; +lin quality_N = regN "quality" ; +lin quantify_V2 = prepV2 (regV "quantify") "" ; +lin quantitative_A = longA "quantitative" ; +lin quarrel_N2with = prepN2 "quarrel" "with" ; +lin quarter_N = regN "quarter" ; +lin quartet_N = regN "quartet" ; +lin queen_N = regN "queen" ; +lin queer_A = regA "queer" ; +lin query_N = regN "query" ; +lin query_V2 = prepV2 (regV "query") "" ; +lin quest_N = regN "quest" ; +lin question_N = regN "question" ; +lin question_V2 = prepV2 (regV "question") "" ; +lin quibble_V2about = prepV2 (regV "quibble") "about" ; +lin quick_A = regA "quick" ; +lin quiet_A = regA "quiet" ; +lin quiet_N = regN "quiet" ; +lin quilt_N = regN "quilt" ; +lin quit_V2 = prepV2 (regV "quit") "" ; +--lin quite_Adv = mkAdv "quite" ; +lin quiz_N = irregN "quiz" "quiz" ; +lin quote_V2 = prepV2 (regV "quote") "" ; +lin rabbit_N = regN "rabbit" ; +lin rabid_A = longA "rabid" ; +lin rabies_N = regN "rabies" ; +lin race_N = regN "race" ; +lin race_V2 = prepV2 (regV "race") "" ; +lin rack_N = regN "rack" ; +lin radar_N = regN "radar" ; +lin radical_A = longA "radical" ; +lin radio_N = regN "radio" ; +lin radish_N = regN "radish" ; +lin radius_N = irregN "radius" "radius" ; +lin rage_N = regN "rage" ; +lin raid_V2 = prepV2 (regV "raid") "" ; +lin rail_N = regN "rail" ; +lin railway_N = regN "railway" ; +lin rain_V = (regV "rain") ; +lin rain_N = regN "rain" ; +lin raise_V2 = prepV2 (regV "raise") "" ; +lin raisin_N = regN "raisin" ; +lin random_A = longA "random" ; +lin range_N = regN "range" ; +lin range_V2over = prepV2 (regV "range") "over" ; +lin rank_N = regN "rank" ; +lin rank_V2 = prepV2 (regV "rank") "" ; +lin rapid_A = longA "rapid" ; +lin rare_A = regA "rare" ; +lin rat_N = regN "rat" ; +lin rate_N = regN "rate" ; +lin rather_Adv = mkAdv "rather" ; +lin ratio_N = regN "ratio" ; +lin ration_N = regN "ration" ; +lin ration_V2 = prepV2 (regV "ration") "" ; +lin rational_A = longA "rational" ; +lin rationale_N = regN "rationale" ; +lin raw_A = regA "raw" ; +lin ray_N = regN "ray" ; +lin razor_N = regN "razor" ; +lin reach_V2 = prepV2 (regV "reach") "" ; +lin read_V2 = prepV2 read_V "" ; +lin ready_A = regA "ready" ; +lin ready_A2for = regA2 "ready" "for" ; +lin real_A = longA "real" ; +lin realist_N = regN "realist" ; +lin realistic_A = longA "realistic" ; +lin realistically_Adv = mkAdv "realistically" ; +lin realize_VS = mkVS (regV "realize") ; +lin realm_N = regN "realm" ; +lin rear_A = longA "rear" ; +lin rear_N = regN "rear" ; +lin reason_V = (regV "reason") ; +lin reason_N2for = prepN2 "reason" "for" ; +lin reasonable_A = longA "reasonable" ; +lin rebut_V2 = prepV2 (regV "rebut") "" ; +lin recapitulate_V2 = prepV2 (regV "recapitulate") "" ; +lin recede_V = (regV "recede") ; +lin receipt_N = regN "receipt" ; +lin receive_V3from =dirprepV3 (regV "receive") "from" ; +lin recency_N = regN "recency" ; +lin recent_A = longA "recent" ; +lin reception_N = regN "reception" ; +lin recession_N = regN "recession" ; +lin recipe_N = regN "recipe" ; +lin recipient_N = regN "recipient" ; +lin reciprocal_A = longA "reciprocal" ; +lin reciprocate_V = (regV "reciprocate") ; +lin recite_V2 = prepV2 (regV "recite") "" ; +lin recognise_V2 = prepV2 (regV "recognise") "" ; +lin recognition_N = regN "recognition" ; +lin recognize_V2 = prepV2 (regV "recognize") "" ; +lin recommend_V2 = prepV2 (regV "recommend") "" ; +lin reconcile_V2 = prepV2 (regV "reconcile") "" ; +lin record_N = regN "record" ; +lin record_V2 = prepV2 (regV "record") "" ; +lin recourse_N2to = prepN2 "recourse" "to" ; +lin recover_V = (regV "recover") ; +lin recovery_N = regN "recovery" ; +lin rectify_V2 = prepV2 (regV "rectify") "" ; +lin recursion_N = regN "recursion" ; +lin recursive_A = longA "recursive" ; +lin red_A = regA "red" ; +lin redeem_V2 = prepV2 (regV "redeem") "" ; +lin reduce_V2 = prepV2 (regV "reduce") "" ; +lin reducible_A = longA "reducible" ; +lin reducible_A2to = longA2 "reducible" "to" ; +lin redundancy_N = regN "redundancy" ; +lin redundant_A = longA "redundant" ; +lin reed_N = regN "reed" ; +lin refer_V2to = prepV2 (regV "refer") "to" ; +lin reference_N2to = prepN2 "reference" "to" ; +lin referent_N = regN "referent" ; +lin referral_N = regN "referral" ; +lin refine_V2 = prepV2 (regV "refine") "" ; +lin reflect_V2 = prepV2 (regV "reflect") "" ; +lin reflexive_A = longA "reflexive" ; +lin refractor_N = regN "refractor" ; +lin refractory_A = longA "refractory" ; +lin refresh_V2 = prepV2 (regV "refresh") "" ; +lin refuse_N = regN "refuse" ; +lin refuse_VV = mkVV (regV "refuse") ; +lin refute_V2 = prepV2 (regV "refute") "" ; +lin regard_N = regN "regard" ; +lin regard_V3_pred =dirprepV3 (regV "regard") "_pred" ; +lin regime_N = regN "regime" ; +lin regiment_N = regN "regiment" ; +lin regiment_V2 = prepV2 (regV "regiment") "" ; +lin region_N = regN "region" ; +lin regress_V = (regV "regress") ; +lin regular_A = longA "regular" ; +lin regulate_V2 = prepV2 (regV "regulate") "" ; +lin regulation_N = regN "regulation" ; +lin reinforce_V2 = prepV2 (regV "reinforce") "" ; +lin reject_V2 = prepV2 (regV "reject") "" ; +lin rejoice_V = (regV "rejoice") ; +lin relate_V3to =dirprepV3 (regV "relate") "to" ; +lin related_A = longA "related" ; +lin related_A2to = longA2 "related" "to" ; +lin relation_N = regN "relation" ; +lin relative_N = regN "relative" ; +lin relax_V = (regV "relax") ; +lin release_V2 = prepV2 (regV "release") "" ; +lin relegate_V3to =dirprepV3 (regV "relegate") "to" ; +lin relevance_N2to = prepN2 "relevance" "to" ; +lin relevant_A = longA "relevant" ; +lin relevant_A2to = longA2 "relevant" "to" ; +lin reliable_A = longA "reliable" ; +lin relief_N = regN "relief" ; +lin relieve_V2 = prepV2 (regV "relieve") "" ; +lin religion_N = regN "religion" ; +lin religious_A = longA "religious" ; +lin relinquish_V2 = prepV2 (regV "relinquish") "" ; +lin reluctance_N2 = prepN2 "reluctance" "" ; +lin reluctant_A = longA "reluctant" ; +lin reluctant_A2 = longA2 "reluctant" "" ; +lin rely_V2on = prepV2 (regV "rely") "on" ; +lin remain_V = (regV "remain") ; +lin remainder_N = regN "remainder" ; +lin remark_N = regN "remark" ; +lin remedial_A = longA "remedial" ; +lin remedy_N = regN "remedy" ; +lin remedy_V2 = prepV2 (regV "remedy") "" ; +lin remember_VS = mkVS (regV "remember") ; +lin remind_V3 =dirprepV3 (regV "remind") "" ; +lin remind_V2 = prepV2 (regV "remind") "" ; +lin reminder_N = regN "reminder" ; +lin reminiscent_A = longA "reminiscent" ; +lin reminiscent_A2of = longA2 "reminiscent" "of" ; +lin remnant_N = regN "remnant" ; +lin remote_A = regA "remote" ; +lin remove_V3from =dirprepV3 (regV "remove") "from" ; +lin renaissance_N = regN "renaissance" ; +lin render_V3 =dirprepV3 (regV "render") "" ; +lin rendition_N = regN "rendition" ; +lin renew_V2 = prepV2 (regV "renew") "" ; +lin renounce_V2 = prepV2 (regV "renounce") "" ; +lin rent_N = regN "rent" ; +lin rent_V2 = prepV2 (regV "rent") "" ; +lin renunciation_N = regN "renunciation" ; +lin repair_N = regN "repair" ; +lin repair_V2 = prepV2 (regV "repair") "" ; +lin repeat_V2 = prepV2 (regV "repeat") "" ; +lin repercussion_N = regN "repercussion" ; +lin repetition_N = regN "repetition" ; +lin repetitious_A = longA "repetitious" ; +lin repetitive_A = longA "repetitive" ; +lin replace_V2 = prepV2 (regV "replace") "" ; +lin replica_N = regN "replica" ; +lin replicate_V2 = prepV2 (regV "replicate") "" ; +lin reply_N = regN "reply" ; +lin reply_V2to = prepV2 (regV "reply") "to" ; +lin report_N = regN "report" ; +lin report_V2 = prepV2 (regV "report") "" ; +lin report_VS = mkVS (regV "report") ; +lin reprehend_V2 = prepV2 (regV "reprehend") "" ; +lin reprehensible_A = longA "reprehensible" ; +lin represent_V3_pred =dirprepV3 (regV "represent") "_pred" ; +lin representative_A = longA "representative" ; +lin representative_N = regN "representative" ; +lin reprove_V2 = prepV2 (regV "reprove") "" ; +lin reptile_N = regN "reptile" ; +lin republic_N = regN "republic" ; +lin request_V2 = prepV2 (regV "request") "" ; +lin request_N2for = prepN2 "request" "for" ; +lin require_V2 = prepV2 (regV "require") "" ; +lin require_V2_sbse = prepV2 (regV "require") "_sbse" ; +lin requisite_A = longA "requisite" ; +lin rescue_V2 = prepV2 (regV "rescue") "" ; +lin resemble_V2 = prepV2 (regV "resemble") "" ; +lin reset_V2 = prepV2 (regV "reset") "" ; +lin reside_V2 = prepV2 (regV "reside") "" ; +lin residence_N = regN "residence" ; +lin resident_N = regN "resident" ; +lin residue_N = regN "residue" ; +lin resist_V2 = prepV2 (regV "resist") "" ; +lin resistant_A2to = longA2 "resistant" "to" ; +lin resistence_N = regN "resistence" ; +lin resolute_A = longA "resolute" ; +lin resolution_N = regN "resolution" ; +lin resolve_V2 = prepV2 (regV "resolve") "" ; +lin resort_N = regN "resort" ; +lin resort_V2to = prepV2 (regV "resort") "to" ; +lin resource_N = regN "resource" ; +lin respect_N = regN "respect" ; +lin respect_V2 = prepV2 (regV "respect") "" ; +lin respective_A = longA "respective" ; +lin respiration_N = regN "respiration" ; +lin respiratory_A = longA "respiratory" ; +lin respond_V2to = prepV2 (regV "respond") "to" ; +lin response_N2to = prepN2 "response" "to" ; +lin responsible_A = longA "responsible" ; +lin responsible_A2for = longA2 "responsible" "for" ; +lin rest_N = regN "rest" ; +lin rest_V = (regV "rest") ; +lin restaurant_N = regN "restaurant" ; +lin restore_V3to =dirprepV3 (regV "restore") "to" ; +lin restrain_V2 = prepV2 (regV "restrain") "" ; +lin restraint_N = regN "restraint" ; +lin restrict_V2 = prepV2 (regV "restrict") "" ; +lin result_N = regN "result" ; +lin result_V = (regV "result") ; +lin resume_V2 = prepV2 (regV "resume") "" ; +lin resumption_V = (regV "resumption") ; +lin resurgence_N = regN "resurgence" ; +lin resurgent_A = longA "resurgent" ; +lin resurrect_V2 = prepV2 (regV "resurrect") "" ; +lin retain_V2 = prepV2 (regV "retain") "" ; +lin retention_N2 = prepN2 "retention" "" ; +lin retract_V2 = prepV2 (regV "retract") "" ; +lin retrieve_V2 = prepV2 (regV "retrieve") "" ; +lin return_N = regN "return" ; +lin return_V2 = prepV2 (regV "return") "" ; +lin return_V2to = prepV2 (regV "return") "to" ; +lin revamp_V2 = prepV2 (regV "revamp") "" ; +lin reveal_V2 = prepV2 (regV "reveal") "" ; +lin revel_V2in = prepV2 (regV "revel") "in" ; +lin revelation_N = regN "revelation" ; +lin revenge_N = regN "revenge" ; +lin revenue_N = regN "revenue" ; +lin reverse_V2 = prepV2 (regV "reverse") "" ; +lin reverse_N2of = prepN2 "reverse" "of" ; +lin reversible_A = longA "reversible" ; +lin revise_V2 = prepV2 (regV "revise") "" ; +lin revive_V2 = prepV2 (regV "revive") "" ; +lin revocation_N = regN "revocation" ; +lin revoke_V = (regV "revoke") ; +lin revolution_N = regN "revolution" ; +lin revolve_V = (regV "revolve") ; +lin reward_V2 = prepV2 (regV "reward") "" ; +lin reward_N2for = prepN2 "reward" "for" ; +lin rhetoric_N = regN "rhetoric" ; +lin rice_N = regN "rice" ; +lin rich_A = regA "rich" ; +lin rid_V3of =dirprepV3 (regV "rid") "of" ; +lin ride_N = regN "ride" ; +lin ride_V2 = prepV2 (regV "ride") "" ; +lin ridiculous_A = longA "ridiculous" ; +lin right_A = longA "right" ; +lin right_N = regN "right" ; +lin rigid_A = regA "rigid" ; +lin rigorous_A = longA "rigorous" ; +lin rigour_N = regN "rigour" ; +lin ring_N = regN "ring" ; +lin ring_V2 = prepV2 ring_V "" ; +lin ring_V = useV IrregEng.ring_V ; +lin ripe_A = regA "ripe" ; +lin rise_N = regN "rise" ; +lin rise_V = useV IrregEng.rise_V ; +lin risk_N = regN "risk" ; +lin risk_V2 = prepV2 (regV "risk") "" ; +lin rite_N = regN "rite" ; +lin rival_A = longA "rival" ; +lin rival_N = regN "rival" ; +lin rivalry_N = regN "rivalry" ; +lin river_N = regN "river" ; +lin road_N = regN "road" ; +lin roam_V = (regV "roam") ; +lin roast_A = longA "roast" ; +lin roast_V2 = prepV2 (regV "roast") "" ; +lin rob_V2 = prepV2 (regV "rob") "" ; +lin robot_N = regN "robot" ; +lin robust_A = longA "robust" ; +lin rock_N = regN "rock" ; +lin rock_V2 = prepV2 (regV "rock") "" ; +lin rock_V = (regV "rock") ; +lin rod_N = regN "rod" ; +lin role_N = regN "role" ; +lin roll_V = (regV "roll") ; +lin romance_N = regN "romance" ; +lin romantic_A = longA "romantic" ; +lin romantic_N = regN "romantic" ; +lin roof_N = regN "roof" ; +lin room_N = regN "room" ; +lin root_N = regN "root" ; +lin rope_N = regN "rope" ; +lin rose_N = regN "rose" ; +lin rot_V = (regV "rot") ; +lin rotten_A = regA "rotten" ; +lin rough_A = regA "rough" ; +lin round_A = regA "round" ; +lin route_N = regN "route" ; +lin routine_A = longA "routine" ; +lin routine_N = regN "routine" ; +lin row_N = regN "row" ; +lin row_V = (regV "row") ; +lin royal_A = regA "royal" ; +lin royalty_N = massN "royalty" ; +lin rub_V = (regV "rub") ; +lin rubber_N = massN "rubber" ; +lin rubbish_N = regN "rubbish" ; +lin rude_A = regA "rude" ; +lin rude_A2to = regA2 "rude" "to" ; +lin rudimentary_A = longA "rudimentary" ; +lin ruin_N = regN "ruin" ; +lin ruin_V2 = prepV2 (regV "ruin") "" ; +lin rule_N = regN "rule" ; +lin rule_V2 = prepV2 (regV "rule") "" ; +lin ruler_N = regN "ruler" ; +lin rump_N = regN "rump" ; +lin run_N = regN "run" ; +lin run_V = useV IrregEng.run_V ; +lin rush_N = regN "rush" ; +lin russian_A = longA "russian" ; +lin russian_N = regN "russian" ; +lin sabbatical_A = longA "sabbatical" ; +lin sad_A = regA "sad" ; +lin safe_N = regN "safe" ; +lin safe_A = regA "safe" ; +lin safe_A2from = regA2 "safe" "from" ; +lin safety_N = massN "safety" ; +lin sail_N = regN "sail" ; +lin saint_N = regN "saint" ; +lin saintly_A = regA "saintly" ; +lin sake_N = regN "sake" ; +lin salad_N = regN "salad" ; +lin sale_N = regN "sale" ; +lin salient_A = longA "salient" ; +lin saline_A = longA "saline" ; +lin salt_N = regN "salt" ; +lin same_A = longA "same" ; +lin sample_N = regN "sample" ; +lin sanction_N = regN "sanction" ; +lin sanction_V2 = prepV2 (regV "sanction") "" ; +lin sand_N = massN "sand" ; +lin sandy_PN = regPN "sandy" ; +lin sane_A = regA "sane" ; +lin sat_V = (regV "sat") ; +lin sat_V2 = prepV2 (regV "sat") "" ; +lin satanic_A = longA "satanic" ; +lin satisfaction_N = regN "satisfaction" ; +lin satisfactory_A = longA "satisfactory" ; +lin satisfy_V2 = prepV2 (regV "satisfy") "" ; +lin saturday_PN = regPN "saturday" ; +lin sauce_N = regN "sauce" ; +lin saucer_N = regN "saucer" ; +lin saucy_A = regA "saucy" ; +lin sausage_N = regN "sausage" ; +lin save_V2 = prepV2 (regV "save") "" ; +lin saw_N = regN "saw" ; +lin saw_V2 = prepV2 (regV "saw") "" ; +lin say_VS = mkVS say_V ; +lin scale_N = regN "scale" ; +lin scan_V2 = prepV2 (regV "scan") "" ; +lin scarce_A = regA "scarce" ; +lin scare_V2 = prepV2 (regV "scare") "" ; +lin scatter_V2 = prepV2 (regV "scatter") "" ; +lin scenario_N = regN "scenario" ; +lin scene_N = regN "scene" ; +lin sceptic_N = regN "sceptic" ; +lin schedule_N = regN "schedule" ; +lin schedule_V2 = prepV2 (regV "schedule") "" ; +lin schema_N = irregN "schema" "schema" ; +lin schematic_A = regA "schematic" ; +lin scheme_N = regN "scheme" ; +lin scholastic_A = longA "scholastic" ; +lin school_N = regN "school" ; +lin science_N = regN "science" ; +lin scientific_A = longA "scientific" ; +lin scientist_N = regN "scientist" ; +lin scold_V = (regV "scold") ; +lin scope_N = regN "scope" ; +lin score_N = regN "score" ; +lin score_V = (regV "score") ; +lin score_N2of = prepN2 "score" "of" ; +lin scramble_V2 = prepV2 (regV "scramble") "" ; +lin scratch_N = regN "scratch" ; +lin scratch_V2 = prepV2 (regV "scratch") "" ; +lin screen_N = regN "screen" ; +lin screw_N = regN "screw" ; +lin screw_V3to =dirprepV3 (regV "screw") "to" ; +lin screw_V = (regV "screw") ; +lin script_N = regN "script" ; +lin scrupulous_A = longA "scrupulous" ; +lin scrutiny_N = massN "scrutiny" ; +lin sea_N = regN "sea" ; +lin search_N = regN "search" ; +lin search_V2 = prepV2 (regV "search") "" ; +lin search_V2for = prepV2 (regV "search") "for" ; +lin season_N = regN "season" ; +lin season_V2 = prepV2 (regV "season") "" ; +lin seat_N = regN "seat" ; +lin second_N = regN "second" ; +lin secrecy_N = regN "secrecy" ; +lin secret_A2from = longA2 "secret" "from" ; +lin secret_N = regN "secret" ; +lin secretary_N = regN "secretary" ; +lin section_N = regN "section" ; +lin secure_V2 = prepV2 (regV "secure") "" ; +lin secure_A = regA "secure" ; +lin secure_A2from = regA2 "secure" "from" ; +lin see_V2 = prepV2 see_V "" ; +lin seed_N = regN "seed" ; +lin seek_V2 = prepV2 seek_V "" ; +lin seem_V2 = prepV2 (regV "seem") "" ; +lin seem_V2 = prepV2 (regV "seem") "" ; +lin seem_V2 = prepV2 (regV "seem") "" ; +lin segment_N = regN "segment" ; +lin segment_V2 = prepV2 (regV "segment") "" ; +lin seize_V2 = prepV2 (regV "seize") "" ; +lin seldom_Adv = mkAdv "seldom" ; +lin select_V2 = prepV2 (regV "select") "" ; +lin self_N = irregN "self" "self" ; +lin sell_V2 = prepV2 sell_V "" ; +lin semantic_A = longA "semantic" ; +lin semantics_N = regN "semantics" ; +lin send_V3 = dirdirV3 send_V ; +lin send_V3to =dirprepV3 send_V "to" ; +lin sensation_N = regN "sensation" ; +lin sense_N = regN "sense" ; +lin sense_V2 = prepV2 (regV "sense") "" ; +lin sense_VS = mkVS (regV "sense") ; +lin sensible_A = longA "sensible" ; +lin sensitive_A = longA "sensitive" ; +lin sensitive_A2to = longA2 "sensitive" "to" ; +lin sensory_A = longA "sensory" ; +lin sentence_N = regN "sentence" ; +lin separate_V2 = prepV2 (regV "separate") "" ; +lin separate_V3from =dirprepV3 (regV "separate") "from" ; +lin separate_A = longA "separate" ; +lin separate_A2from = longA2 "separate" "from" ; +lin september_PN = regPN "september" ; +lin sequel_N2to = prepN2 "sequel" "to" ; +lin sequence_N = regN "sequence" ; +lin serial_A = longA "serial" ; +lin series_N = regN "series" ; +lin serious_A = longA "serious" ; +lin servant_N = regN "servant" ; +lin serve_V2 = prepV2 (regV "serve") "" ; +lin service_N = regN "service" ; +lin session_N = regN "session" ; +lin set_N = regN "set" ; +lin set_V = useV IrregEng.set_V ; +lin setting_N2for = prepN2 "setting" "for" ; +lin settle_V = (regV "settle") ; +lin severe_A = longA "severe" ; +lin sew_V2 = prepV2 sew_V "" ; +lin sew_V = useV IrregEng.sew_V ; +lin sex_N = regN "sex" ; +lin sexual_A = longA "sexual" ; +lin shade_N = regN "shade" ; +lin shade_V2 = prepV2 (regV "shade") "" ; +lin shadow_N = regN "shadow" ; +lin shake_N = regN "shake" ; +lin shake_V2 = prepV2 shake_V "" ; +lin shake_V = useV IrregEng.shake_V ; +lin shallow_A = regA "shallow" ; +lin shame_N = regN "shame" ; +lin shape_V2 = prepV2 (regV "shape") "" ; +lin share_N = regN "share" ; +lin share_V3with =dirprepV3 (regV "share") "with" ; +lin sharp_A = regA "sharp" ; +lin shatter_V2 = prepV2 (regV "shatter") "" ; +lin shave_N = regN "shave" ; +lin shave_V2 = prepV2 (regV "shave") "" ; +lin shave_V = (regV "shave") ; +lin shaven_A = longA "shaven" ; +lin shear_V = (regV "shear") ; +lin shed_N = regN "shed" ; +lin shed_V2 = prepV2 shed_V "" ; +lin sheep_N = irregN "sheep" "sheep" ; +lin sheer_A = regA "sheer" ; +lin sheet_N = regN "sheet" ; +lin shelf_N = regN "shelf" ; +lin shell_N = regN "shell" ; +lin shelve_V2 = prepV2 (regV "shelve") "" ; +lin shift_V = (regV "shift") ; +lin shine_V = (regV "shine") ; +lin ship_N = regN "ship" ; +lin shirt_N = regN "shirt" ; +lin shock_N = regN "shock" ; +lin shock_V2 = prepV2 (regV "shock") "" ; +lin shoe_N = regN "shoe" ; +lin shoot_V2 = prepV2 shoot_V "" ; +lin shop_N = regN "shop" ; +lin shore_N = regN "shore" ; +lin short_A = regA "short" ; +lin shortcoming_N = regN "shortcoming" ; +lin shot_N = regN "shot" ; +lin shoulder_N = regN "shoulder" ; +lin shoulder_V2 = prepV2 (regV "shoulder") "" ; +lin shout_N = regN "shout" ; +lin shout_V = (regV "shout") ; +lin show_N = regN "show" ; +lin show_V3 =dirprepV3 show_V "" ; +lin shrug_V = (regV "shrug") ; +lin shrug_V2 = prepV2 (regV "shrug") "" ; +lin shrug_N = regN "shrug" ; +lin shut_V2 = prepV2 shut_V "" ; +lin sibling_N = regN "sibling" ; +lin sick_A2of = regA2 "sick" "of" ; +lin side_N = regN "side" ; +lin sidestep_V2 = prepV2 (regV "sidestep") "" ; +lin sideways_Adv = proAdv "sideways" ; +lin sideways_A = longA "sideways" ; +lin sight_N = regN "sight" ; +lin sign_N = regN "sign" ; +lin sign_V2 = prepV2 (regV "sign") "" ; +lin signal_N = regN "signal" ; +lin signal_V2to_that_s = prepV2 (regV "signal") "to_that_s" ; +lin signature_N = regN "signature" ; +lin significance_N = regN "significance" ; +lin significant_A = longA "significant" ; +lin signify_V2 = prepV2 (regV "signify") "" ; +lin silence_N = regN "silence" ; +lin silent_A = longA "silent" ; +lin silk_A = longA "silk" ; +lin silk_N = massN "silk" ; +lin silly_A = regA "silly" ; +lin silver_N = massN "silver" ; +lin similar_A = longA "similar" ; +lin similar_A2to = longA2 "similar" "to" ; +lin simple_A = regA "simple" ; +lin simplicity_N = regN "simplicity" ; +lin simulate_V2 = prepV2 (regV "simulate") "" ; +lin simultaneous_A = longA "simultaneous" ; +lin since_Subj = mkSubj "since" ; +lin since_Prep = mkPrep "since" ; +lin sincere_A = longA "sincere" ; +lin sing_V2 = prepV2 sing_V "" ; +lin sing_V = useV IrregEng.sing_V ; +lin single_A = longA "single" ; +lin singular_A = longA "singular" ; +lin sink_V2 = prepV2 sink_V "" ; +lin sink_V = useV IrregEng.sink_V ; +lin sister_N2of = prepN2 "sister" "of" ; +lin sit_V = (regV "sit") ; +lin sit_V2 = prepV2 (regV "sit") "" ; +lin site_N = regN "site" ; +lin situation_N = regN "situation" ; +lin size_N = regN "size" ; +lin skate_N = regN "skate" ; +lin skate_V = (regV "skate") ; +lin skeletal_A = longA "skeletal" ; +lin skeleton_N = regN "skeleton" ; +lin sketch_N = regN "sketch" ; +lin sketch_V2 = prepV2 (regV "sketch") "" ; +lin skilful_A = longA "skilful" ; +lin skill_N = regN "skill" ; +lin skilled_A = longA "skilled" ; +lin skin_N = regN "skin" ; +lin skip_V2 = prepV2 (regV "skip") "" ; +lin skip_V = (regV "skip") ; +lin skirt_N = regN "skirt" ; +lin sky_N = regN "sky" ; +lin slash_N = regN "slash" ; +lin slave_N = regN "slave" ; +lin sledge_N = regN "sledge" ; +lin sleep_N = regN "sleep" ; +lin sleep_V = useV IrregEng.sleep_V ; +lin slide_V = (regV "slide") ; +lin slight_A = regA "slight" ; +lin slight_N = regN "slight" ; +lin slim_A = regA "slim" ; +lin slim_V = (regV "slim") ; +lin slip_V = (regV "slip") ; +lin slip_N = regN "slip" ; +lin slipper_N = regN "slipper" ; +lin slippery_A = regA "slippery" ; +lin sloe_N = regN "sloe" ; +lin slope_N = regN "slope" ; +lin slot_N = regN "slot" ; +lin slow_A = regA "slow" ; +lin small_A = regA "small" ; +lin smart_A = regA "smart" ; +lin smell_N = regN "smell" ; +lin smell_V2 = prepV2 (regV "smell") "" ; +lin smell_V = (regV "smell") ; +lin smelt_V2 = prepV2 (regV "smelt") "" ; +lin smile_N = regN "smile" ; +lin smile_V = (regV "smile") ; +lin smoke_N = massN "smoke" ; +lin smoke_V = (regV "smoke") ; +lin smooth_A = regA "smooth" ; +lin smooth_V2 = prepV2 (regV "smooth") "" ; +lin snake_N = regN "snake" ; +lin snap_V2 = prepV2 (regV "snap") "" ; +lin snap_V = (regV "snap") ; +lin snapshot_N = regN "snapshot" ; +lin snow_V = (regV "snow") ; +lin snow_N = massN "snow" ; +lin soap_N = massN "soap" ; +lin social_A = longA "social" ; +lin society_N = regN "society" ; +lin sock_N = regN "sock" ; +lin sodium_N = regN "sodium" ; +lin soft_A = regA "soft" ; +lin software_N = massN "software" ; +lin soil_N = regN "soil" ; +lin soldier_N = regN "soldier" ; +lin sole_A = longA "sole" ; +lin sole_N = regN "sole" ; +lin solemn_A = longA "solemn" ; +lin solid_A = regA "solid" ; +lin solid_N = regN "solid" ; +lin soliloquy_N = irregN "soliloquy" "soliloquy" ; +lin solo_A = longA "solo" ; +lin solo_N = regN "solo" ; +lin solution_N = regN "solution" ; +lin solve_V2 = prepV2 (regV "solve") "" ; +lin somehow_Adv = proAdv "somehow" ; +lin sometimes_Adv = proAdv "sometimes" ; +lin somewhat_Adv = mkAdv "somewhat" ; +--lin somewhere_Adv = proAdv "somewhere" ; +lin son_N2of = prepN2 "son" "of" ; +lin song_N = regN "song" ; +lin soon_Adv = proAdv "soon" ; +--lin soon_Adv = mkAdv "soon" ; +lin sophisticated_A = longA "sophisticated" ; +lin sophistication_N = regN "sophistication" ; +lin sore_A = regA "sore" ; +lin sore_N = regN "sore" ; +lin sorrow_N = regN "sorrow" ; +lin sorry_A = regA "sorry" ; +lin sorry_A2for = regA2 "sorry" "for" ; +lin sorry_A2 = regA2 "sorry" "" ; +lin sort_N = regN "sort" ; +lin sort_V2 = prepV2 (regV "sort") "" ; +lin soul_N = regN "soul" ; +lin sound_A = regA "sound" ; +lin sound_N = regN "sound" ; +lin sound_V2 = prepV2 (regV "sound") "" ; +lin soup_N = regN "soup" ; +lin sour_A = regA "sour" ; +lin source_N = regN "source" ; +lin south_N = regN "south" ; +lin south_A = longA "south" ; +lin south_A2of = longA2 "south" "of" ; +lin southern_A = longA "southern" ; +lin space_N = regN "space" ; +lin spade_N = regN "spade" ; +lin spain_PN = regPN "spain" ; +lin span_V2 = prepV2 (regV "span") "" ; +lin spanish_A = regA "spanish" ; +lin spare_A = longA "spare" ; +lin spare_V3 = dirdirV3 (regV "spare") ; +lin sparrow_N = regN "sparrow" ; +lin spate_N = regN "spate" ; +lin spatial_A = longA "spatial" ; +lin speak_V = useV IrregEng.speak_V ; +lin spear_N = regN "spear" ; +lin spear_V2 = prepV2 (regV "spear") "" ; +lin special_A = longA "special" ; +lin specialist_N = regN "specialist" ; +lin specific_A = longA "specific" ; +lin specific_A2to = longA2 "specific" "to" ; +lin specifically_Adv = mkAdv "specifically" ; +lin specify_V2 = prepV2 (regV "specify") "" ; +lin spectacle_N = regN "spectacle" ; +lin spectacular_A = longA "spectacular" ; +lin spectral_A = longA "spectral" ; +lin spectrum_N = irregN "spectrum" "spectrum" ; +lin speculate_V = (regV "speculate") ; +lin speech_N = regN "speech" ; +lin speed_N = regN "speed" ; +lin spell_N = regN "spell" ; +--lin spell_V2 = prepV2 spell_V "" ; +--lin spell_V = useV IrregEng.spell_V ; +lin spend_V2 = prepV2 spend_V "" ; +lin spin_V2 = prepV2 spin_V "" ; +lin spin_V = useV IrregEng.spin_V ; +lin spinster_N = regN "spinster" ; +lin spirit_N = regN "spirit" ; +lin spite_N = regN "spite" ; +lin splendid_A = longA "splendid" ; +lin splendour_N = regN "splendour" ; +lin split_V = useV IrregEng.split_V ; +lin split_N = regN "split" ; +lin spoil_V2 = prepV2 (regV "spoil") "" ; +lin spoke_N = regN "spoke" ; +lin spokesman_N = regN "spokesman" ; +lin spoon_N = regN "spoon" ; +lin sport_N = regN "sport" ; +lin spot_N = regN "spot" ; +lin spot_V2 = prepV2 (regV "spot") "" ; +lin spread_V = useV IrregEng.spread_V ; +lin spring_N = regN "spring" ; +lin spring_V2 = prepV2 spring_V "" ; +lin spur_N = regN "spur" ; +lin spurious_A = longA "spurious" ; +lin square_A = regA "square" ; +lin square_N = regN "square" ; +lin stable_A = regA "stable" ; +lin stable_N = regN "stable" ; +lin stack_N = regN "stack" ; +lin stack_V2 = prepV2 (regV "stack") "" ; +lin staff_N = regN "staff" ; +lin staff_V2 = prepV2 (regV "staff") "" ; +lin stag_N = regN "stag" ; +lin stage_N = regN "stage" ; +lin stage_V2 = prepV2 (regV "stage") "" ; +lin stain_N = regN "stain" ; +lin stain_V2 = prepV2 (regV "stain") "" ; +lin stair_N = regN "stair" ; +lin stake_N = regN "stake" ; +lin stamp_N = regN "stamp" ; +lin stance_N = regN "stance" ; +lin stand_V = (regV "stand") ; +lin standard_A = longA "standard" ; +lin standard_N = regN "standard" ; +lin star_N = regN "star" ; +lin stare_N = regN "stare" ; +lin stare_V2at = prepV2 (regV "stare") "at" ; +lin start_N = regN "start" ; +lin start_V2 = prepV2 (regV "start") "" ; +lin start_V = (regV "start") ; +lin startle_V2 = prepV2 (regV "startle") "" ; +lin state_N = regN "state" ; +lin state_V2 = prepV2 (regV "state") "" ; +lin static_A = longA "static" ; +lin station_N = regN "station" ; +lin stationary_A = longA "stationary" ; +lin stationer_N = regN "stationer" ; +lin stationery_N = massN "stationery" ; +lin statistic_N = regN "statistic" ; +lin statistical_A = longA "statistical" ; +lin statistics_N = irregN "statistics" "statistics" ; +--lin statistics_N = regN "statistics" ; +lin stative_A = longA "stative" ; +lin statue_N = regN "statue" ; +lin stature_N = regN "stature" ; +lin status_N = regN "status" ; +lin stay_N = regN "stay" ; +lin stay_V = (regV "stay") ; +lin steady_A = regA "steady" ; +lin steal_V3from =dirprepV3 steal_V "from" ; +lin steam_N = massN "steam" ; +lin steam_V = (regV "steam") ; +lin steel_N = massN "steel" ; +lin steel_V2 = prepV2 (regV "steel") "" ; +lin steep_A = regA "steep" ; +lin steeple_N = regN "steeple" ; +lin steer_N = regN "steer" ; +lin steer_V2 = prepV2 (regV "steer") "" ; +lin stem_N = regN "stem" ; +lin stem_V2 = prepV2 (regV "stem") "" ; +lin step_N = regN "step" ; +lin step_V2 = prepV2 (regV "step") "" ; +lin sterile_A = longA "sterile" ; +lin stick_N = regN "stick" ; +lin stick_V2to = prepV2 stick_V "to" ; +lin sticky_A = regA "sticky" ; +lin stiff_A = regA "stiff" ; +lin still_Adv = mkAdv "still" ; +lin still_A = regA "still" ; +lin sting_N = regN "sting" ; +lin sting_V2 = prepV2 sting_V "" ; +lin stipulate_VS = mkVS (regV "stipulate") ; +lin stitch_N = regN "stitch" ; +lin stitch_V2 = prepV2 (regV "stitch") "" ; +lin stock_N = regN "stock" ; +lin stock_V2 = prepV2 (regV "stock") "" ; +lin stocking_N = regN "stocking" ; +lin stomach_N = regN "stomach" ; +lin stone_N = regN "stone" ; +lin stool_N = regN "stool" ; +lin stoop_V = (regV "stoop") ; +lin stop_N = regN "stop" ; +lin stop_V2 = prepV2 (regV "stop") "" ; +lin stop_V = (regV "stop") ; +lin storage_N = massN "storage" ; +lin store_N = regN "store" ; +lin store_V2 = prepV2 (regV "store") "" ; +lin storm_N = regN "storm" ; +lin story_N = regN "story" ; +lin straight_A = regA "straight" ; +lin straightforward_A = longA "straightforward" ; +lin strain_N = regN "strain" ; +lin strain_V2 = prepV2 (regV "strain") "" ; +lin strand_V2 = prepV2 (regV "strand") "" ; +lin strange_A = regA "strange" ; +lin stranger_N = regN "stranger" ; +lin strategy_N = regN "strategy" ; +lin stratum_N = irregN "stratum" "stratum" ; +lin straw_N = regN "straw" ; +lin strawberry_N = regN "strawberry" ; +lin stray_A = regA "stray" ; +lin stray_V = (regV "stray") ; +lin stream_N = regN "stream" ; +lin streamlined_A = longA "streamlined" ; +lin street_N = regN "street" ; +lin strength_N = regN "strength" ; +lin strengthen_V2 = prepV2 (regV "strengthen") "" ; +lin stress_N = regN "stress" ; +lin stress_V2 = prepV2 (regV "stress") "" ; +lin stretch_V = (regV "stretch") ; +--lin strew_V2 = prepV2 strew_V "" ; +lin strict_A = regA "strict" ; +lin strident_A = longA "strident" ; +lin strike_V2 = prepV2 (regV "strike") "" ; +lin string_N = regN "string" ; +lin strip_N = regN "strip" ; +lin strip_V2 = prepV2 (regV "strip") "" ; +lin strive_V2for = prepV2 strive_V "for" ; +lin stroke_N = regN "stroke" ; +lin stroke_V2 = prepV2 (regV "stroke") "" ; +lin strong_A = regA "strong" ; +lin structuralism_N = regN "structuralism" ; +lin structuralist_N = regN "structuralist" ; +lin structure_N = regN "structure" ; +lin struggle_N = regN "struggle" ; +lin struggle_V2with = prepV2 (regV "struggle") "with" ; +lin student_N = regN "student" ; +lin study_V = (regV "study") ; +lin study_N2 = prepN2 "study" "" ; +lin stuff_N = regN "stuff" ; +lin stuff_V2 = prepV2 (regV "stuff") "" ; +lin stupid_A = regA "stupid" ; +lin stupor_N = regN "stupor" ; +lin stutter_V = (regV "stutter") ; +lin style_N = regN "style" ; +lin stylistic_A = longA "stylistic" ; +lin suave_A = regA "suave" ; +lin subcategorize_V = (regV "subcategorize") ; +lin subjacency_N = regN "subjacency" ; +lin subjacent_A = longA "subjacent" ; +lin subjacent_A2to = longA2 "subjacent" "to" ; +lin subject_V3to =dirprepV3 (regV "subject") "to" ; +lin subject_N = regN "subject" ; +lin subjective_A = longA "subjective" ; +lin submarine_A = longA "submarine" ; +lin submarine_N = regN "submarine" ; +lin submission_N = regN "submission" ; +lin submit_V2to = prepV2 (regV "submit") "to" ; +lin subordinate_A = longA "subordinate" ; +lin subordinate_V2 = prepV2 (regV "subordinate") "" ; +lin subsequent_A = longA "subsequent" ; +lin subservient_A = longA "subservient" ; +lin substance_N = regN "substance" ; +lin substantial_A = longA "substantial" ; +lin substantive_A = longA "substantive" ; +lin substitute_V3for =dirprepV3 (regV "substitute") "for" ; +lin substitute_N = regN "substitute" ; +lin subsume_V2 = prepV2 (regV "subsume") "" ; +lin subsumption_N = regN "subsumption" ; +lin subtle_A = regA "subtle" ; +lin subtlety_N = regN "subtlety" ; +lin subtract_V3from =dirprepV3 (regV "subtract") "from" ; +lin succeed_V2in = prepV2 (regV "succeed") "in" ; +lin success_N = regN "success" ; +lin succession_N = regN "succession" ; +lin successive_A = longA "successive" ; +lin successor_N = regN "successor" ; +lin succinct_A = longA "succinct" ; +lin succumb_V2to = prepV2 (regV "succumb") "to" ; +lin suck_V2 = prepV2 (regV "suck") "" ; +lin sudden_A = longA "sudden" ; +lin sue_PN = regPN "sue" ; +lin suffer_V2from = prepV2 (regV "suffer") "from" ; +lin suffice_V = (regV "suffice") ; +lin sufficient_A = longA "sufficient" ; +lin suffix_V2 = prepV2 (regV "suffix") "" ; +lin suffix_N = regN "suffix" ; +lin sugar_N = massN "sugar" ; +lin suggest_V2to_that_s = prepV2 (regV "suggest") "to_that_s" ; +lin suit_V2 = prepV2 (regV "suit") "" ; +lin suit_N = regN "suit" ; +lin suitable_A = longA "suitable" ; +lin suite_N = regN "suite" ; +lin sum_N = regN "sum" ; +lin summer_N = regN "summer" ; +lin sun_N = regN "sun" ; +lin sunday_PN = regPN "sunday" ; +lin sunshine_N = regN "sunshine" ; +lin super_A = longA "super" ; +lin superficial_A = longA "superficial" ; +lin superior_A = longA "superior" ; +lin supersede_V2 = prepV2 (regV "supersede") "" ; +lin supervisor_N = regN "supervisor" ; +lin supper_N = regN "supper" ; +lin supplement_V2 = prepV2 (regV "supplement") "" ; +lin supplement_N = regN "supplement" ; +lin supplementary_A = longA "supplementary" ; +lin suppletion_N = regN "suppletion" ; +lin suppletive_A = longA "suppletive" ; +lin supply_V2 = prepV2 (regV "supply") "" ; +lin supply_V3to =dirprepV3 (regV "supply") "to" ; +lin supply_V3with =dirprepV3 (regV "supply") "with" ; +lin supply_N = regN "supply" ; +lin support_V2 = prepV2 (regV "support") "" ; +lin support_N = regN "support" ; +lin suppose_VS = mkVS (regV "suppose") ; +lin supposition_N = regN "supposition" ; +lin suppress_V2 = prepV2 (regV "suppress") "" ; +lin sure_A2 = regA2 "sure" "" ; +lin sure_A = regA "sure" ; +lin sure_A2 = regA2 "sure" "" ; +lin surface_V = (regV "surface") ; +lin surface_N = regN "surface" ; +lin surgeon_N = regN "surgeon" ; +lin surgery_N = regN "surgery" ; +lin surgical_A = longA "surgical" ; +lin surmount_V2 = prepV2 (regV "surmount") "" ; +lin surprise_V2 = prepV2 (regV "surprise") "" ; +lin surprise_N = regN "surprise" ; +lin surround_V2 = prepV2 (regV "surround") "" ; +lin survey_V2 = prepV2 (regV "survey") "" ; +lin survey_N = regN "survey" ; +lin survive_V2 = prepV2 (regV "survive") "" ; +lin susceptible_A = longA "susceptible" ; +lin suspect_V2 = prepV2 (regV "suspect") "" ; +lin suspect_VS = mkVS (regV "suspect") ; +lin suspect_N = regN "suspect" ; +lin suspend_V2 = prepV2 (regV "suspend") "" ; +lin suspense_N = regN "suspense" ; +lin suspicion_N = regN "suspicion" ; +lin suspicious_A = longA "suspicious" ; +lin sustain_V2 = prepV2 (regV "sustain") "" ; +lin sustenance_N = regN "sustenance" ; +lin swallow_V2 = prepV2 (regV "swallow") "" ; +lin swan_N = regN "swan" ; +lin swap_V3for =dirprepV3 (regV "swap") "for" ; +lin swear_VS = mkVS swear_V ; +lin swede_N = regN "swede" ; +lin sweden_PN = regPN "sweden" ; +lin swedish_A = regA "swedish" ; +lin sweep_V2 = prepV2 sweep_V "" ; +lin sweet_N = regN "sweet" ; +lin swell_V = useV IrregEng.swell_V ; +lin swift_A = regA "swift" ; +lin swift_N = regN "swift" ; +lin swim_V = useV IrregEng.swim_V ; +lin swim_N = regN "swim" ; +lin swing_V = useV IrregEng.swing_V ; +lin swiss_A = longA "swiss" ; +lin switch_V2 = prepV2 (regV "switch") "" ; +lin switch_N = regN "switch" ; +lin switzerland_PN = regPN "switzerland" ; +lin sword_N = regN "sword" ; +lin syllabic_A = longA "syllabic" ; +lin syllable_N = regN "syllable" ; +lin syllogism_N = regN "syllogism" ; +lin symbol_N = regN "symbol" ; +lin symmetry_N = regN "symmetry" ; +lin sympathetic_A = longA "sympathetic" ; +lin sympathetic_A2to = longA2 "sympathetic" "to" ; +lin symptom_N = regN "symptom" ; +lin symptomatic_A = longA "symptomatic" ; +lin symptomatic_A2of = longA2 "symptomatic" "of" ; +lin synchronous_A = longA "synchronous" ; +lin synonym_N = regN "synonym" ; +lin synonymous_A = longA "synonymous" ; +lin synonymous_A2with = longA2 "synonymous" "with" ; +lin synonymy_N = regN "synonymy" ; +lin synopsis_N = regN "synopsis" ; +lin synoptic_A = longA "synoptic" ; +lin syntactic_A = longA "syntactic" ; +lin syntax_N = regN "syntax" ; +lin synthesis_N = irregN "synthesis" "synthesis" ; +lin synthesize_V2 = prepV2 (regV "synthesize") "" ; +lin synthetic_A = longA "synthetic" ; +lin system_N = regN "system" ; +lin systematic_A = longA "systematic" ; +lin systematically_A = longA "systematically" ; +lin systematize_V2 = prepV2 (regV "systematize") "" ; +lin table_N = regN "table" ; +lin tabular_A = longA "tabular" ; +lin tabulate_V2 = prepV2 (regV "tabulate") "" ; +lin tacit_A = longA "tacit" ; +lin tack_N = regN "tack" ; +lin tackle_V2 = prepV2 (regV "tackle") "" ; +lin tact_N = regN "tact" ; +lin tactic_N = regN "tactic" ; +lin tag_V2 = prepV2 (regV "tag") "" ; +lin tag_N = regN "tag" ; +lin tail_N = regN "tail" ; +lin tailor_N = regN "tailor" ; +lin take_V2 = prepV2 take_V "" ; +lin tale_N = regN "tale" ; +lin talent_N = regN "talent" ; +lin talented_A = longA "talented" ; +lin talk_V2about = prepV2 (regV "talk") "about" ; +lin talk_N = regN "talk" ; +lin tall_A = regA "tall" ; +lin tame_A = regA "tame" ; +lin tangent_N = regN "tangent" ; +lin tangle_V2 = prepV2 (regV "tangle") "" ; +lin tank_N = regN "tank" ; +lin tap_V2 = prepV2 (regV "tap") "" ; +lin tap_N = regN "tap" ; +lin tape_V2 = prepV2 (regV "tape") "" ; +lin tape_N = regN "tape" ; +lin target_N = regN "target" ; +lin task_N = regN "task" ; +lin taste_V2 = prepV2 (regV "taste") "" ; +lin taste_V2of = prepV2 (regV "taste") "of" ; +lin taste_N = regN "taste" ; +lin tautology_N = regN "tautology" ; +lin tax_V2 = prepV2 (regV "tax") "" ; +lin tax_N = regN "tax" ; +lin taxi_N = regN "taxi" ; +lin taxonomy_N = regN "taxonomy" ; +lin tea_N = massN "tea" ; +lin teach_V2 = prepV2 teach_V "" ; +lin team_N = regN "team" ; +lin tear_V2 = prepV2 tear_V "" ; +lin tear_N = regN "tear" ; +lin tease_V2 = prepV2 (regV "tease") "" ; +lin technical_A = longA "technical" ; +lin technique_N = regN "technique" ; +lin technology_N = regN "technology" ; +lin tedious_A = longA "tedious" ; +lin tedium_N = regN "tedium" ; +lin teem_V2with = prepV2 (regV "teem") "with" ; +lin telegram_N = regN "telegram" ; +lin telegraph_V2 = prepV2 (regV "telegraph") "" ; +lin telegraph_N = regN "telegraph" ; +lin telephone_V2 = prepV2 (regV "telephone") "" ; +lin telephone_N = regN "telephone" ; +lin telescope_N = regN "telescope" ; +lin television_N = regN "television" ; +lin tell_V3 =dirprepV3 tell_V "" ; +lin temper_V3with =dirprepV3 (regV "temper") "with" ; +lin temper_N = regN "temper" ; +lin temperature_N = regN "temperature" ; +lin template_N = regN "template" ; +lin temple_N = regN "temple" ; +lin temporal_A = longA "temporal" ; +lin temporary_A = longA "temporary" ; +lin tempt_V2 = prepV2 (regV "tempt") "" ; +lin tend_V2 = prepV2 (regV "tend") "" ; +lin tendency_N2to = prepN2 "tendency" "to" ; +lin tender_A = regA "tender" ; +lin tenet_N = regN "tenet" ; +lin tennis_N = massN "tennis" ; +lin tenon_N = regN "tenon" ; +lin tenor_N = regN "tenor" ; +lin tense_A = regA "tense" ; +lin tense_N = regN "tense" ; +lin tensed_A = longA "tensed" ; +lin tension_N = regN "tension" ; +lin tent_N = regN "tent" ; +lin tentative_A = longA "tentative" ; +lin term_V3ed =dirprepV3 (regV "term") "ed" ; +lin term_N = regN "term" ; +lin terminal_A = longA "terminal" ; +lin terminal_N = regN "terminal" ; +lin terminate_V = (regV "terminate") ; +lin terminology_N = regN "terminology" ; +lin terrace_N = regN "terrace" ; +lin terrestrial_A = longA "terrestrial" ; +lin terrible_A = longA "terrible" ; +lin terrify_V2 = prepV2 (regV "terrify") "" ; +lin territory_N = regN "territory" ; +lin terror_N = regN "terror" ; +lin terse_A = regA "terse" ; +lin test_V2 = prepV2 (regV "test") "" ; +lin test_N = regN "test" ; +lin testimony_N = regN "testimony" ; +lin text_N = regN "text" ; +lin textbook_N = regN "textbook" ; +lin thank_V2 = prepV2 (regV "thank") "" ; +lin theatre_N = regN "theatre" ; +lin theatrical_A = longA "theatrical" ; +lin thematic_A = longA "thematic" ; +lin thematically_Adv = mkAdv "thematically" ; +lin theme_N = regN "theme" ; +lin then_Adv = proAdv "then" ; +lin theorem_N = regN "theorem" ; +lin theoretic_A = longA "theoretic" ; +lin theoretical_A = longA "theoretical" ; +lin theoretically_Adv = mkAdv "theoretically" ; +lin theory_N = regN "theory" ; +lin therapeutic_A = longA "therapeutic" ; +lin therapy_N = regN "therapy" ; +lin therefore_Subj = mkSubj "therefore" ; +lin thesis_N = regN "thesis" ; +lin thick_A = regA "thick" ; +lin thief_N = regN "thief" ; +lin thigh_N = regN "thigh" ; +lin thin_A = regA "thin" ; +lin thing_N = regN "thing" ; +lin think_VS = mkVS think_V ; +lin third_N = regN "third" ; +lin thirst_N2for = prepN2 "thirst" "for" ; +lin thorough_A = longA "thorough" ; +lin thought_N2 = prepN2 "thought" "" ; +lin thousand_N2 = prepN2 "thousand" "" ; +lin thread_N = regN "thread" ; +lin threat_N2 = prepN2 "threat" "" ; +lin threaten_V3with =dirprepV3 (regV "threaten") "with" ; +lin threshold_N = regN "threshold" ; +lin throat_N = regN "throat" ; +--lin through_Prep = mkPrep "through" ; +lin throughout_Prep = mkPrep "throughout" ; +lin throw_V3loc =dirprepV3 throw_V "loc" ; +lin throw_N = regN "throw" ; +lin thrown_V3loc =dirprepV3 (regV "thrown") "loc" ; +lin thrust_V3loc =dirprepV3 (regV "thrust") "loc" ; +lin thrust_N = regN "thrust" ; +lin thumb_N = regN "thumb" ; +lin thunder_N = regN "thunder" ; +lin thursday_PN = regPN "thursday" ; +lin thus_Subj = mkSubj "thus" ; +lin ticket_N = regN "ticket" ; +lin tidy_V2 = prepV2 (regV "tidy") "" ; +lin tidy_A = regA "tidy" ; +lin tie_V3to =dirprepV3 (regV "tie") "to" ; +lin tie_N = regN "tie" ; +lin tiger_N = regN "tiger" ; +lin tight_A = regA "tight" ; +lin till_V2 = prepV2 (regV "till") "" ; +lin till_N = regN "till" ; +lin time_V2 = prepV2 (regV "time") "" ; +lin time_N = regN "time" ; +lin timely_A = regA "timely" ; +lin timetable_N = regN "timetable" ; +lin tin_N = regN "tin" ; +lin tinker_V2with = prepV2 (regV "tinker") "with" ; +lin tinker_N = regN "tinker" ; +lin tip_N = regN "tip" ; +lin tire_V2of = prepV2 (regV "tire") "of" ; +lin title_N = regN "title" ; +--lin to_Prep = mkPrep "to" ; +lin toad_N = regN "toad" ; +lin toast_N = massN "toast" ; +lin toast_V2 = prepV2 (regV "toast") "" ; +lin tobacco_N = massN "tobacco" ; +lin today_Adv = proAdv "today" ; +lin toe_N = regN "toe" ; +lin together_Adv = proAdv "together" ; +lin token_N = regN "token" ; +lin tolerance_N = regN "tolerance" ; +lin tolerate_V2 = prepV2 (regV "tolerate") "" ; +lin toll_V = (regV "toll") ; +lin toll_N = regN "toll" ; +lin tomato_N = regN "tomato" ; +lin tomb_N = regN "tomb" ; +lin tomorrow_Adv = proAdv "tomorrow" ; +lin ton_N = regN "ton" ; +lin tone_N = regN "tone" ; +lin tongue_N = regN "tongue" ; +lin tonight_Adv = proAdv "tonight" ; +lin tonne_N = regN "tonne" ; +lin tool_N = regN "tool" ; +lin tooth_N = irregN "tooth" "tooth" ; +lin top_N = regN "top" ; +lin topic_N = regN "topic" ; +lin topology_N = regN "topology" ; +lin torrent_N = regN "torrent" ; +lin torrential_A = longA "torrential" ; +lin toss_V2 = prepV2 (regV "toss") "" ; +lin total_A = longA "total" ; +lin total_N = regN "total" ; +lin touch_V2 = prepV2 (regV "touch") "" ; +lin touch_N = regN "touch" ; +lin tough_A = regA "tough" ; +lin tough_A2 = regA2 "tough" "" ; +lin tour_V2 = prepV2 (regV "tour") "" ; +lin tour_N = regN "tour" ; +lin tourist_N = regN "tourist" ; +lin tow_V2 = prepV2 (regV "tow") "" ; +lin towards_Prep = mkPrep "towards" ; +lin tower_N = regN "tower" ; +lin town_N = regN "town" ; +lin toxic_A = longA "toxic" ; +lin toy_N = regN "toy" ; +lin trace_V2 = prepV2 (regV "trace") "" ; +lin trace_N = regN "trace" ; +lin track_V2 = prepV2 (regV "track") "" ; +lin track_N = regN "track" ; +lin tract_N = regN "tract" ; +lin tractable_A = longA "tractable" ; +lin trade_N = regN "trade" ; +lin tradition_N = regN "tradition" ; +lin traffic_N = massN "traffic" ; +lin traffic_V2in = prepV2 (regV "traffic") "in" ; +lin tragedy_N = regN "tragedy" ; +lin tragic_A = longA "tragic" ; +lin train_V2 = prepV2 (regV "train") "" ; +lin train_N = regN "train" ; +lin tramp_N = regN "tramp" ; +lin tranquil_A = longA "tranquil" ; +lin transaction_N = regN "transaction" ; +lin transcendental_A = longA "transcendental" ; +lin transcribe_V2 = prepV2 (regV "transcribe") "" ; +lin transcript_N = regN "transcript" ; +lin transcription_N = regN "transcription" ; +lin transfer_V3to =dirprepV3 (regV "transfer") "to" ; +lin transform_V2 = prepV2 (regV "transform") "" ; +lin transience_N = regN "transience" ; +lin transient_A = longA "transient" ; +lin transistor_N = regN "transistor" ; +lin transit_N = regN "transit" ; +lin transitive_A = longA "transitive" ; +lin transitory_A = longA "transitory" ; +lin translate_V3into =dirprepV3 (regV "translate") "into" ; +lin transmit_V2 = prepV2 (regV "transmit") "" ; +lin transparency_N = regN "transparency" ; +lin transparent_A = longA "transparent" ; +lin transport_V2 = prepV2 (regV "transport") "" ; +lin transport_N = regN "transport" ; +lin trap_V2 = prepV2 (regV "trap") "" ; +lin trap_N = regN "trap" ; +lin travel_V2 = prepV2 (regV "travel") "" ; +lin travel_N = regN "travel" ; +lin traverse_V2 = prepV2 (regV "traverse") "" ; +lin tray_N = regN "tray" ; +lin treat_V3_pred =dirprepV3 (regV "treat") "_pred" ; +lin treatment_N = regN "treatment" ; +lin treble_A = longA "treble" ; +lin treble_V2 = prepV2 (regV "treble") "" ; +lin tree_N = regN "tree" ; +lin tremble_V = (regV "tremble") ; +lin triangle_N = regN "triangle" ; +lin triangular_A = longA "triangular" ; +lin tribe_N = regN "tribe" ; +lin trick_V2 = prepV2 (regV "trick") "" ; +lin trick_N = regN "trick" ; +lin trifle_V2with = prepV2 (regV "trifle") "with" ; +lin trifle_N = regN "trifle" ; +lin trigger_V2 = prepV2 (regV "trigger") "" ; +lin trigger_N = regN "trigger" ; +lin trip_V = (regV "trip") ; +lin trip_N = regN "trip" ; +lin triple_A = longA "triple" ; +lin triple_V2 = prepV2 (regV "triple") "" ; +lin triple_N = regN "triple" ; +lin triple_N = regN "triple" ; +lin triumph_V = (regV "triumph") ; +lin triumph_N = regN "triumph" ; +lin trivial_A = longA "trivial" ; +lin tropic_N = regN "tropic" ; +lin trouble_V2 = prepV2 (regV "trouble") "" ; +lin trouble_N = regN "trouble" ; +lin troublesome_A = longA "troublesome" ; +lin truck_N = regN "truck" ; +lin true_A = regA "true" ; +lin truncate_V2 = prepV2 (regV "truncate") "" ; +lin trunk_N = regN "trunk" ; +lin trust_V2 = prepV2 (regV "trust") "" ; +lin trust_N = regN "trust" ; +lin truth_N = regN "truth" ; +lin try_V2 = prepV2 (regV "try") "" ; +lin try_VV = mkVV (regV "try") ; +lin tub_N = regN "tub" ; +lin tube_N = regN "tube" ; +lin tuck_V3 =dirprepV3 (regV "tuck") "" ; +lin tuesday_PN = regPN "tuesday" ; +lin tuition_N = regN "tuition" ; +lin tumble_V = (regV "tumble") ; +lin tune_V2 = prepV2 (regV "tune") "" ; +lin tune_N = regN "tune" ; +lin turn_V3f =dirprepV3 (regV "turn") "f" ; +lin turn_V3 =dirprepV3 (regV "turn") "" ; +lin turn_V = (regV "turn") ; +lin turn_N = regN "turn" ; +lin turtle_N = regN "turtle" ; +lin tutor_N = regN "tutor" ; +lin twice_Adv = mkAdv "twice" ; +lin twiddle_V2 = prepV2 (regV "twiddle") "" ; +lin twin_N = regN "twin" ; +lin twist_V2 = prepV2 (regV "twist") "" ; +lin twist_N = regN "twist" ; +lin type_V2 = prepV2 (regV "type") "" ; +lin type_N = regN "type" ; +lin typical_A = longA "typical" ; +lin typical_A2of = longA2 "typical" "of" ; +lin tyre_N = regN "tyre" ; +lin ugly_A = regA "ugly" ; +lin ulcer_N = regN "ulcer" ; +lin ultimate_A = longA "ultimate" ; +lin ultimatum_N = regN "ultimatum" ; +lin unary_A = longA "unary" ; +lin uncertainty_N = regN "uncertainty" ; +lin uncle_N2of = prepN2 "uncle" "of" ; +--lin under_Prep = mkPrep "under" ; +lin undergraduate_N = regN "undergraduate" ; +lin underline_V2 = prepV2 (regV "underline") "" ; +lin undermine_V2 = prepV2 (regV "undermine") "" ; +lin underneath_Adv = proAdv "underneath" ; +lin underneath_Prep = mkPrep "underneath" ; +lin underneath_N = regN "underneath" ; +lin underscore_N = regN "underscore" ; +lin understand_V2 = prepV2 understand_V "" ; +--lin undo_V2 = prepV2 undo_V "" ; +lin undoubtedly_Adv = mkAdv "undoubtedly" ; +lin ungainly_A = longA "ungainly" ; +lin uniform_A = longA "uniform" ; +lin uniform_N = regN "uniform" ; +lin unify_V2 = prepV2 (regV "unify") "" ; +lin union_N = regN "union" ; +lin unique_A = longA "unique" ; +lin unit_N = regN "unit" ; +lin unitary_A = longA "unitary" ; +lin unite_V2 = prepV2 (regV "unite") "" ; +lin unity_N = regN "unity" ; +lin universe_N = regN "universe" ; +lin university_N = regN "university" ; +lin unleash_V2 = prepV2 (regV "unleash") "" ; +lin unplug_V2 = prepV2 (regV "unplug") "" ; +lin unprecedented_A = longA "unprecedented" ; +lin until_Subj = mkSubj "until" ; +lin unusual_A = longA "unusual" ; +lin unwieldy_A = regA "unwieldy" ; +lin unwitting_A = longA "unwitting" ; +lin up_Prep = mkPrep "up" ; +lin update_V2 = prepV2 (regV "update") "" ; +lin upon_Prep = mkPrep "upon" ; +lin upper_A = longA "upper" ; +lin upright_A = longA "upright" ; +lin upset_V2 = prepV2 upset_V "" ; +lin upside_down_A = longA "upside_down" ; +lin upstairs_Adv = proAdv "upstairs" ; +lin urge_V2 = prepV2 (regV "urge") "" ; +lin urge_N2 = prepN2 "urge" "" ; +lin urgency_N = regN "urgency" ; +lin urgent_A = regA "urgent" ; +lin usage_N = regN "usage" ; +lin use_V2 = prepV2 (regV "use") "" ; +lin use_N = regN "use" ; +lin used_A2to = longA2 "used" "to" ; +lin usual_A = longA "usual" ; +lin utility_N = regN "utility" ; +lin utilize_V2 = prepV2 (regV "utilize") "" ; +lin utter_A = longA "utter" ; +lin utter_V2 = prepV2 (regV "utter") "" ; +lin utterance_N = regN "utterance" ; +lin vacuous_A = longA "vacuous" ; +lin vacuum_N = regN "vacuum" ; +lin vague_A = regA "vague" ; +lin valence_N = regN "valence" ; +lin valency_N = regN "valency" ; +lin valid_A = longA "valid" ; +lin validate_V2 = prepV2 (regV "validate") "" ; +lin valley_N = regN "valley" ; +lin valuable_A = longA "valuable" ; +lin value_V2 = prepV2 (regV "value") "" ; +lin value_N = regN "value" ; +lin van_N = regN "van" ; +lin vanilla_N = regN "vanilla" ; +lin vanish_V = (regV "vanish") ; +lin variable_A = longA "variable" ; +lin variable_N = regN "variable" ; +lin variant_N = regN "variant" ; +lin variation_N = regN "variation" ; +lin variety_N = regN "variety" ; +lin various_A = longA "various" ; +lin varnish_V2 = prepV2 (regV "varnish") "" ; +lin varnish_N = regN "varnish" ; +lin vary_V = (regV "vary") ; +lin vase_N = regN "vase" ; +lin vast_A = regA "vast" ; +lin vector_N = regN "vector" ; +lin vegetable_N = regN "vegetable" ; +lin vegetation_N = regN "vegetation" ; +lin vehicle_N = regN "vehicle" ; +lin velocity_N = regN "velocity" ; +lin verb_N = regN "verb" ; +lin verbose_A = regA "verbose" ; +lin verdict_N = regN "verdict" ; +lin verify_V2 = prepV2 (regV "verify") "" ; +lin versatile_A = longA "versatile" ; +lin verse_N = regN "verse" ; +lin version_N = regN "version" ; +lin vertex_N = irregN "vertex" "vertex" ; +lin vertical_A = longA "vertical" ; +lin vessel_N = regN "vessel" ; +lin vet_N = regN "vet" ; +lin viable_A = longA "viable" ; +lin vice_N = regN "vice" ; +lin victim_N = regN "victim" ; +lin victor_N = regN "victor" ; +lin victory_N = regN "victory" ; +lin vie_V2with = prepV2 (regV "vie") "with" ; +lin view_V3_pred =dirprepV3 (regV "view") "_pred" ; +lin view_N = regN "view" ; +lin vigorous_A = longA "vigorous" ; +lin village_N = regN "village" ; +lin vindicate_V2 = prepV2 (regV "vindicate") "" ; +lin vine_N = regN "vine" ; +lin vineyard_N = regN "vineyard" ; +lin violate_V2 = prepV2 (regV "violate") "" ; +lin violence_N = massN "violence" ; +lin violent_A = longA "violent" ; +lin viral_A = longA "viral" ; +lin virtual_A = longA "virtual" ; +lin virtue_N = regN "virtue" ; +lin virus_N = regN "virus" ; +lin visible_A = longA "visible" ; +lin visible_A2to = longA2 "visible" "to" ; +lin vision_N = regN "vision" ; +lin visit_V2 = prepV2 (regV "visit") "" ; +lin visit_N = regN "visit" ; +lin visual_A = longA "visual" ; +lin vital_A = longA "vital" ; +lin vitiate_V2 = prepV2 (regV "vitiate") "" ; +lin vocabulary_N = regN "vocabulary" ; +lin voice_N = regN "voice" ; +lin volatile_A = longA "volatile" ; +lin vole_N = regN "vole" ; +lin volt_N = regN "volt" ; +lin volume_N = regN "volume" ; +lin voluntary_A = longA "voluntary" ; +lin volunteer_V = (regV "volunteer") ; +lin volunteer_V2for = prepV2 (regV "volunteer") "for" ; +lin volunteer_N = regN "volunteer" ; +lin vote_V2for = prepV2 (regV "vote") "for" ; +lin vote_N = regN "vote" ; +lin vow_VV = mkVV (regV "vow") ; +lin vow_VS = mkVS (regV "vow") ; +lin vow_N = regN "vow" ; +lin vowel_N = regN "vowel" ; +lin voyage_N = regN "voyage" ; +lin vulgar_A = longA "vulgar" ; +lin wag_V2 = prepV2 (regV "wag") "" ; +lin waist_N = regN "waist" ; +lin waistcoat_N = regN "waistcoat" ; +lin wait_V2for = prepV2 (regV "wait") "for" ; +lin wait_N = regN "wait" ; +lin wake_V2 = prepV2 wake_V "" ; +lin walk_V = (regV "walk") ; +lin walk_N = regN "walk" ; +lin wall_N = regN "wall" ; +lin wan_A = regA "wan" ; +lin wander_V2 = prepV2 (regV "wander") "" ; +lin want_V2 = prepV2 (regV "want") "" ; +--lin want_VV = mkVV (regV "want") ; +lin war_N = regN "war" ; +lin ward_N = regN "ward" ; +lin warm_V2 = prepV2 (regV "warm") "" ; +lin warm_A = regA "warm" ; +lin warn_V2 = prepV2 (regV "warn") "" ; +lin warning_N = regN "warning" ; +lin wash_V = (regV "wash") ; +lin waste_A = longA "waste" ; +lin waste_V2 = prepV2 (regV "waste") "" ; +lin waste_N = regN "waste" ; +lin watch_V2 = prepV2 (regV "watch") "" ; +lin watch_N = regN "watch" ; +lin water_N = regN "water" ; +lin wave_V2to = prepV2 (regV "wave") "to" ; +lin wave_N = regN "wave" ; +lin wax_N = regN "wax" ; +lin way_N = regN "way" ; +lin weak_A = regA "weak" ; +lin wealth_N = massN "wealth" ; +lin weapon_N = regN "weapon" ; +lin wear_V2 = prepV2 wear_V "" ; +lin weather_N = massN "weather" ; +lin weave_V2 = prepV2 weave_V "" ; +lin wedding_N = regN "wedding" ; +lin wedge_N = regN "wedge" ; +lin wednesday_PN = regPN "wednesday" ; +lin weed_N = regN "weed" ; +lin week_N = regN "week" ; +lin weep_V = useV IrregEng.weep_V ; +lin weigh_V2 = prepV2 (regV "weigh") "" ; +lin weigh_V2 = prepV2 (regV "weigh") "" ; +lin weight_N = regN "weight" ; +lin welcome_A = longA "welcome" ; +lin welcome_V3to =dirprepV3 (regV "welcome") "to" ; +lin welcome_N2to = prepN2 "welcome" "to" ; +lin welfare_N = regN "welfare" ; +lin well_Adv = mkAdv "well" ; +lin well_A = longA "well" ; +lin well_N = regN "well" ; +lin well_formed_A = longA "well_formed" ; +lin west_N = massN "west" ; +lin west_A = longA "west" ; +lin west_A2of = longA2 "west" "of" ; +lin western_A = longA "western" ; +lin wet_A = regA "wet" ; +lin wheat_N = massN "wheat" ; +lin wheel_N = regN "wheel" ; +lin wheeled_A = longA "wheeled" ; +lin whelk_N = regN "whelk" ; +lin when_Adv = proAdv "when" ; +--lin when_Adv = proAdv "when" ; +lin whenever_Adv = proAdv "whenever" ; +lin where_Adv = proAdv "where" ; +lin where_Adv = proAdv "where" ; +lin whereas_Subj = mkSubj "whereas" ; +lin wherever_Adv = proAdv "wherever" ; +lin while_Subj = mkSubj "while" ; +lin whim_N = regN "whim" ; +lin whine_V = (regV "whine") ; +lin whine_N = regN "whine" ; +lin whiskey_N = regN "whiskey" ; +lin whisky_N = regN "whisky" ; +lin whisper_N = regN "whisper" ; +lin whisper_V = (regV "whisper") ; +lin whisper_VS = mkVS (regV "whisper") ; +lin whistle_V = (regV "whistle") ; +lin white_A = regA "white" ; +lin whole_A = longA "whole" ; +--lin whole_A = regA "whole" ; +lin wholly_Adv = mkAdv "wholly" ; +lin why_Adv = proAdv "why" ; +lin why_Adv = proAdv "why" ; +lin whyever_Adv = proAdv "whyever" ; +lin wicked_A = longA "wicked" ; +lin wide_A = regA "wide" ; +lin widow_N = regN "widow" ; +lin width_N = regN "width" ; +lin wife_N2of = irregN2 "wife" "wife" "of" ; +lin wild_A = regA "wild" ; +lin will_N = regN "will" ; +lin willing_A2 = longA2 "willing" "" ; +lin willing_A = longA "willing" ; +lin win_V2 = prepV2 (regV "win") "" ; +lin wind_V2 = prepV2 wind_V "" ; +lin wind_V = useV IrregEng.wind_V ; +lin wind_N = regN "wind" ; +lin window_N = regN "window" ; +lin wine_N = massN "wine" ; +lin wing_N = regN "wing" ; +lin winter_N = regN "winter" ; +lin wire_N = regN "wire" ; +lin wisdom_N = regN "wisdom" ; +lin wise_A = regA "wise" ; +lin wish_V2for = prepV2 (regV "wish") "for" ; +lin wish_VS = mkVS (regV "wish") ; +lin wish_N = regN "wish" ; +lin witch_N = regN "witch" ; +--lin with_Prep = mkPrep "with" ; +lin within_Adv = proAdv "within" ; +lin within_Prep = mkPrep "within" ; +--lin withold_V2 = prepV2 withold_V "" ; +--lin without_Prep = mkPrep "without" ; +lin withstand_V2 = prepV2 (regV "withstand") "" ; +lin witness_V2 = prepV2 (regV "witness") "" ; +lin witness_N2to = prepN2 "witness" "to" ; +lin woman_N = irregN "woman" "woman" ; +lin wonder_V2 = prepV2 (regV "wonder") "" ; +lin wonder_N = regN "wonder" ; +lin wood_N = regN "wood" ; +lin wooden_A = longA "wooden" ; +lin wool_N = massN "wool" ; +lin word_N = regN "word" ; +lin work_N = massN "work" ; +lin work_V = (regV "work") ; +lin world_N = regN "world" ; +lin worm_N = regN "worm" ; +lin worry_V2 = prepV2 (regV "worry") "" ; +lin worry_V2about = prepV2 (regV "worry") "about" ; +lin worry_N = regN "worry" ; +lin worship_V2 = prepV2 (regV "worship") "" ; +lin worth_Prep = mkPrep "worth" ; +lin worthless_A = longA "worthless" ; +lin worthwhile_A = longA "worthwhile" ; +lin worthy_A = regA "worthy" ; +lin worthy_A2of = regA2 "worthy" "of" ; +lin wound_V2 = prepV2 (regV "wound") "" ; +lin wound_N = regN "wound" ; +lin wrap_V2 = prepV2 (regV "wrap") "" ; +lin wreck_V2 = prepV2 (regV "wreck") "" ; +lin wreck_N = regN "wreck" ; +lin wrinkle_N = regN "wrinkle" ; +lin wrist_N = regN "wrist" ; +lin write_V2 = prepV2 write_V "" ; +lin wrong_A = longA "wrong" ; +lin wry_A = regA "wry" ; +lin yard_N = regN "yard" ; +lin year_N = regN "year" ; +lin yellow_N = massN "yellow" ; +lin yellow_A = regA "yellow" ; +lin yesterday_Adv = proAdv "yesterday" ; +lin yet_Adv = mkAdv "yet" ; +lin yield_V2 = prepV2 (regV "yield") "" ; +lin yield_N = regN "yield" ; +lin young_A = regA "young" ; +lin youth_N = regN "youth" ; +lin zinc_N = massN "zinc" ; +oper proAdv : Str -> Adv = \s -> mkAdv s ; +oper useV : V -> V = \v -> v ; +oper massN : Str -> N = \s -> regN s ; +longA : Str -> A = \s -> compoundADeg (regA s) ; +irregN : Str -> Str -> N = \x,y -> mk2N x y ; -- +irregN2 : Str -> Str -> Str -> N2 = \x,y,p -> mkN2 (irregN x y) (mkPrep p) ; -- +longA2 : Str -> Str -> A2 = \s,p -> mkA2 (compoundADeg (regA s)) (mkPrep p) ; -- +regA2 : Str -> Str -> A2 = \s,p -> mkA2 (regA s) (mkPrep p) ; -- +prepV2 : V -> Str -> V2 = \s,p -> mkV2 s (mkPrep p) ; -- +prepN2 : Str -> Str -> N2 = \s,p -> mkN2 (regN s) (mkPrep p) ; -- +dirprepV3 : V -> Str -> V3 = \s,p -> dirV3 s (mkPrep p) ; -- +mkSubj : Str -> Subj = \s -> {s = s ; lock_Subj = <>} ; } diff --git a/examples/big/BigLexEngAbs.gf b/examples/big/BigLexEngAbs.gf index 611f8f471..83819bc6b 100644 --- a/examples/big/BigLexEngAbs.gf +++ b/examples/big/BigLexEngAbs.gf @@ -1,5981 +1,5844 @@ -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. --- 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_prepN2from : N2 ; - fun absent_A_regA : A ; - fun absent_A2_prepA2from : A2 ; - fun absentee_N_regN : N ; - fun absolute_A_longA : A ; - fun absolve_V3_mkV3_from : V3 ; - fun abstract_N_regN : N ; - fun abstract_A_longA : A ; - fun abstract_V_regV : V ; - fun abundance_N_regN : N ; - fun abundant_A_longA : A ; - fun academic_A_longA : A ; - fun accelerate_V2_regV2 : V2 ; - fun accept_V2_regV2 : V2 ; - fun access_V2_regV2 : V2 ; - 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_prepV2with : V2 ; - fun accordingly_Adv_mkAdv : Adv ; - fun account_N_regN : N ; - fun account_V2_prepV2for : V2 ; - fun accumulate_V2_regV2 : V2 ; - fun accuracy_N_regN : N ; - fun accurate_A_longA : A ; - fun accuse_V3_mkV3_of : V3 ; - fun ache_N_regN : N ; - fun ache_V_regV : V ; - fun achieve_V2_regV2 : V2 ; - fun acknowledge_V2_regV2 : V2 ; - fun acknowledge_VS_mkVS : VS ; - fun acquire_V2_regV2 : V2 ; - fun acquisition_N_regN : N ; - fun acquisitive_A_longA : A ; - fun across_Prep_mkPrep : Prep ; - fun act_N_regN : N ; - fun act_V_regV : V ; - fun activate_V_regV : V ; - fun actor_N_regN : N ; - fun actress_N_regN : N ; - fun actual_A_longA : A ; - fun acute_A_longA : A ; - fun adage_N_regN : N ; - fun adapt_V2_regV2 : V2 ; - fun add_V3_mkV3_to : V3 ; - fun addict_N_regN : N ; - fun addict_V2_regV2 : V2 ; - 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_prepA2at : A2 ; - fun adequacy_N_regN : N ; - fun adequate_A_longA : A ; - fun adequate_A_longA : A ; - fun adhere_V2_prepV2to : V2 ; - fun adherent_N_regN : N ; - fun adhesive_N_regN : N ; - fun adhesive_A_longA : A ; - 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 ; - fun adjust_V2_regV2 : V2 ; - fun administer_V2_regV2 : V2 ; - fun administration_N_regN : N ; - fun admire_V2_regV2 : V2 ; - fun admissible_A_longA : A ; - fun admission_N_regN : N ; - fun admission_N2_prepN2to : N2 ; - fun admit_V2_regV2 : V2 ; - fun admit_V3_mkV3_to : V3 ; - fun admit_V_regV : V ; - fun admit_V2_prepV2of : V2 ; - fun admit_VS_mkVS : VS ; - fun adopt_V_regV : V ; - fun adult_N_regN : N ; - fun adult_A_longA : A ; - fun advance_N_regN : N ; - fun advance_V_regV : V ; - fun advantage_N_regN : N ; - fun advent_N_regN : N ; - fun adventure_N_regN : N ; - fun adverb_N_regN : N ; - fun adverbial_A_longA : A ; - fun adverse_A_longA : A ; - fun advertise_V2_regV2 : V2 ; - fun advice_N_regN : N ; - fun advise_V_regV : V ; - fun advisor_N_regN : N ; - fun advocate_V2_regV2 : V2 ; - fun aerobic_A_longA : A ; - fun aesthetic_A_longA : A ; - fun affair_N_regN : N ; - fun affect_V2_regV2 : V2 ; - 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 ; - fun afterwards_Adv_mkAdv : Adv ; - fun again_Adv_mkAdv : Adv ; - fun against_Prep_mkPrep : Prep ; - fun age_N_regN : N ; - fun aged_A_regA : A ; - fun agency_N_regN : N ; - fun agenda_N_regN : N ; - fun agent_N_regN : N ; - fun aggravate_V2_regV2 : V2 ; - fun aggressive_A_longA : A ; - fun ago_Adv_mkAdv : Adv ; - 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_prepV2at : V2 ; - fun aim_V2_prepV2to : V2 ; - fun air_N_regN : N ; - fun aircraft_N_regN : N ; - fun aircraft_N_regN : N ; - fun akin_A_longA : A ; - fun akin_A_longA : A ; - fun alcohol_N_regN : N ; - fun alcoholic_A_longA : A ; - fun alcoholic_N_regN : N ; - fun algebra_N_regN : N ; - fun algorithm_N_regN : N ; - 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_prepV2for : V2 ; - fun allow_V2_prepV2of : V2 ; - fun allude_V2_prepV2to : V2 ; - fun ally_N_regN : N ; - 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 ; - fun alphabetic_A_longA : A ; - fun alphanumeric_A_longA : A ; - fun already_Adv_mkAdv : Adv ; - fun also_Adv_mkAdv : Adv ; - fun altar_N_regN : N ; - fun alter_V_regV : V ; - 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 ; - fun amazing_A_longA : A ; - fun ambiguity_N_regN : N ; - fun ambiguous_A_longA : A ; - fun ambition_N_regN : N ; - fun ambitious_A_longA : A ; - fun amenable_A_longA : A ; - fun amenable_A_longA : A ; - fun amend_V2_regV2 : V2 ; - fun amenity_N_regN : N ; - fun America_PN_regPN : PN ; - fun american_A_longA : A ; - fun american_N_regN : N ; - fun among_Prep_mkPrep : Prep ; - fun amongst_Prep_mkPrep : Prep ; - fun amount_N_regN : N ; - fun ampere_N_regN : N ; - fun ampersand_N_regN : N ; - fun amuse_V2_regV2 : V2 ; - fun anachronism_N_regN : N ; - fun anachronistic_A_longA : A ; - fun analogous_A_longA : A ; - fun analogous_A_longA : A ; - fun analogue_N_regN : N ; - fun analogy_N2_prepN2with : N2 ; - fun analyse_V2_regV2 : V2 ; - fun analyses_N_regN : N ; - fun analysis_N_regN : N ; - fun analytic_A_longA : A ; - fun anaphor_N_regN : N ; - fun anaphora_N_regN : N ; - fun anaphoric_A_longA : A ; - fun ancestor_N_regN : N ; - fun ancient_A_longA : A ; - fun anecdote_N_regN : N ; - fun anger_N_regN : N ; - fun angle_N_regN : N ; - fun angled_A_longA : A ; - fun angler_N_regN : N ; - fun angling_N_regN : N ; - 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 ; - fun ankle_N_regN : N ; - fun annotate_V2_regV2 : V2 ; - fun announce_V2_regV2 : V2 ; - fun announce_V2_regV2 : V2 ; - fun annoy_V2_regV2 : V2 ; - fun annual_A_longA : A ; - fun anomalous_A_longA : A ; - fun anomaly_N_regN : N ; - fun answer_N_regN : N ; - fun answer_V2_regV2 : V2 ; - fun ant_N_regN : N ; - fun antecedent_N_regN : N ; - fun anthropomorphic_A_longA : A ; - fun anthropomorphism_N_regN : N ; - fun antibiotic_N_regN : N ; - fun anticipate_V2_regV2 : V2 ; - fun anticipate_V_regV : V ; - fun anticipate_VS_mkVS : VS ; - fun anxiety_N_regN : N ; - 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_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_A_longA : A ; - fun apparent_A2_prepA2to_long : A2 ; - fun apparition_N_regN : N ; - 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_V3_mkV3_to : V3 ; - fun appendices_N_regN : N ; - fun appendix_N_regN : N ; - fun apple_N_regN : N ; - fun applicable_A_longA : A ; - fun applicable_A2_prepA2to_long : A2 ; - fun applicant_N_regN : N ; - 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 ; - fun appointment_N_regN : N ; - fun apposite_A_longA : A ; - fun appraise_V2_regV2 : V2 ; - fun appreciate_V_regV : V ; - fun apprehend_V2_regV2 : V2 ; - fun apprehension_N_regN : N ; - fun apprehensive_A_longA : A ; - fun approach_V2_regV2 : V2 ; - fun approach_N2_prepN2to : N2 ; - fun approbation_N_regN : N ; - fun appropriate_A_regA : A ; - fun appropriate_A_regA : A ; - fun approve_V2_prepV2of : V2 ; - fun approximate_A_longA : A ; - 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 ; - fun arbitrary_A_longA : A ; - fun arc_N_regN : N ; - fun arch_N_regN : N ; - fun archetype_N_regN : N ; - fun architect_N_regN : N ; - fun architecture_N_regN : N ; - fun are_V_regV : V ; - fun are_V_regV : V ; - fun area_N_regN : N ; - fun arena_N_regN : N ; - fun argue_V_regV : V ; - fun argument_N2_prepN2s_withabout : N2 ; - fun argument_N_regN : N ; - fun arithmetic_N_regN : N ; - fun arm_N_regN : N ; - fun arm_V2_regV2 : V2 ; - fun armour_N_regN : N ; - fun armoury_N_regN : N ; - fun arms_N_regN : N ; - fun army_N_regN : N ; - fun around_Prep_mkPrep : Prep ; - fun arouse_V2_regV2 : V2 ; - fun arrange_V_regV : V ; - fun arrange_V2_regV2 : V2 ; - fun arrange_V_regV : V ; - fun arrange_V_regV : V ; - fun array_N_regN : N ; - fun arrest_V2_regV2 : V2 ; - fun arrive_V_regV : V ; - fun arrive_V2_prepV2at : V2 ; - fun arrow_N_regN : N ; - fun art_N_regN : N ; - fun artefact_N_regN : N ; - fun article_N_regN : N ; - fun articulate_V_regV : V ; - fun artificial_A_longA : A ; - fun artist_N_regN : N ; - fun as_Subj_mkSubj : Subj ; - fun ascend_V2_regV2 : V2 ; - fun ascend_V_regV : V ; - fun ascent_N_regN : N ; - fun ascertain_V2_regV2 : V2 ; - 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 asleep_A_longA : A ; - fun aspect_N_regN : N ; - fun aspire_V2_prepV2to : V2 ; - fun aspire_V_regV : V ; - fun aspirin_N_regN : N ; - fun ass_N_regN : N ; - fun assault_N_regN : N ; - fun assault_V2_regV2 : V2 ; - fun assemble_V2_regV2 : V2 ; - fun assembly_N_regN : N ; - fun assent_V2_prepV2to : V2 ; - fun assert_VS_mkVS : VS ; - fun assess_V2_regV2 : V2 ; - 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_prepV2at : V2 ; - fun assistant_N_regN : N ; - fun associate_V3_mkV3_with : V3 ; - fun association_N_regN : N ; - fun assume_V2_regV2 : V2 ; - fun assume_VS_mkVS : VS ; - fun assumption_N_regN : N ; - fun assure_VS_mkVS : VS ; - fun asterisk_N_regN : N ; - fun asthma_N_regN : N ; - 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 ; - fun at_Prep_mkPrep : Prep ; - fun atlas_N_regN : N ; - fun atmosphere_N_regN : N ; - fun atom_N_regN : N ; - fun attach_V2_regV2 : V2 ; - fun attach_V3_mkV3_to : V3 ; - fun attach_V2_prepV2to : V2 ; - fun attack_V2_regV2 : V2 ; - fun attack_N2_prepN2on : N2 ; - fun attain_V2_regV2 : V2 ; - fun attempt_N_regN : N ; - fun attempt_V_regV : V ; - 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_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_prepN2of : N2 ; - fun Australia_PN_regPN : PN ; - fun australian_A_longA : A ; - fun Austria_PN_regPN : PN ; - fun author_N_regN : N ; - fun authority_N_regN : N ; - fun authorize_V2_regV2 : V2 ; - 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 ; - fun autumn_N_regN : N ; - fun auxiliary_A_longA : A ; - fun auxiliary_N_regN : N ; - fun avail_V2_regV2 : V2 ; - fun available_A_longA : A ; - fun avenue_N_regN : N ; - fun average_A_longA : A ; - fun average_N_regN : N ; - fun average_V2_regV2 : V2 ; - fun avoid_V2_regV2 : V2 ; - 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 ; - fun axiomatic_A_longA : A ; - fun axiomatize_V2_regV2 : V2 ; - fun axis_N_regN : N ; - fun baby_N_regN : N ; - fun back_N_regN : N ; - fun background_N_regN : N ; - 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 ; - fun bad_A_longA : A ; - fun bag_N_regN : N ; - fun bake_V2_regV2 : V2 ; - fun bake_V_regV : V ; - fun balance_V_regV : V ; - fun ball_N_regN : N ; - fun ballad_N_regN : N ; - fun banal_A_longA : A ; - fun banana_N_regN : N ; - fun band_N_regN : N ; - fun bang_N_regN : N ; - fun banish_V2_regV2 : V2 ; - fun bank_N_regN : N ; - fun bar_N_regN : N ; - fun bar_V2_regV2 : V2 ; - fun bare_A_regA : A ; - fun bare_V2_regV2 : V2 ; - fun bark_N_regN : N ; - fun bark_V_regV : V ; - fun barn_N_regN : N ; - fun baron_N_regN : N ; - fun barrel_N_regN : N ; - fun base_N_regN : N ; - 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 ; - fun basis_N_regN : N ; - fun basket_N_regN : N ; - fun bat_N_regN : N ; - fun batch_N_regN : N ; - fun bath_N_regN : N ; - fun bathe_V_regV : V ; - fun batsman_N_regN : N ; - fun batsmen_N_regN : N ; - fun battle_N_regN : N ; - fun be_V_regV : V ; - fun beach_N_regN : N ; - fun beak_N_regN : N ; - fun beam_N_regN : N ; - fun bean_N_regN : N ; - fun bear_N_regN : N ; - fun bear_V2_irreg : V2 ; - fun beard_N_regN : N ; - fun beast_N_regN : N ; - 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 ; - fun behalf_N_regN : N ; - fun behave_V_regV : V ; - fun behaviour_N_regN : N ; - fun behind_Prep_mkPrep : Prep ; - fun being_V_regV : V ; - fun being_N_regN : N ; - fun belief_N_regN : N ; - fun belief_N2_prepN2in : N2 ; - fun belief_N_regN : N ; - fun believe_V_regV : V ; - 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_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_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 ; - fun biblical_A_regA : A ; - fun bibliography_N_regN : N ; - 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 ; - fun billion_N_regN : N ; - fun bin_N_regN : N ; - fun binary_A_longA : A ; - fun bind_V2_irreg : V2 ; - fun binding_N_regN : N ; - fun bird_N_regN : N ; - fun birth_N_regN : N ; - fun birthday_N_regN : N ; - fun bisect_V_regV : V ; - fun bisector_N_regN : N ; - fun bit_N_regN : N ; - fun bite_V2_irreg : V2 ; - fun bitter_A_longA : A ; - fun bizarre_A_longA : A ; - fun black_A_regA : A ; - fun blackboard_N_regN : N ; - fun blade_N_regN : N ; - fun blame_V3_mkV3_for : V3 ; - fun blame_N_regN : N ; - 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 ; - fun blood_N_regN : N ; - fun blow_N_regN : N ; - fun blue_A_regA : A ; - fun bluff_V_regV : V ; - fun board_N_regN : N ; - 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_V3_mkV3_to : V3 ; - fun bone_N_regN : N ; - fun bonus_N_regN : N ; - fun book_N_regN : N ; - fun bookkeeping_N_regN : N ; - fun boolean_A_longA : A ; - fun boorish_A_longA : A ; - fun boost_V2_regV2 : V2 ; - fun boot_N_regN : N ; - fun bootstrap_N_regN : N ; - fun border_N_regN : N ; - fun border_V2_regV2 : V2 ; - fun bore_N_regN : N ; - fun bore_V2_regV2 : V2 ; - 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_prepV2about : V2 ; - fun bottle_N_regN : N ; - fun bottom_N_regN : N ; - fun bough_N_regN : N ; - fun bound_A_longA : A ; - fun bound_V_regV : V ; - fun boundary_N_regN : N ; - fun bounded_A_longA : A ; - fun bow_N_regN : N ; - fun bowl_N_regN : N ; - fun box_N_regN : N ; - fun boy_N_regN : N ; - fun brace_N_regN : N ; - fun bracket_N_regN : N ; - fun bracket_V2_regV2 : V2 ; - fun brain_N_regN : N ; - fun branch_V_regV : V ; - fun brand_N_regN : N ; - fun brandy_N_regN : N ; - fun brass_N_regN : N ; - fun brave_A_regA : A ; - fun breach_N_regN : N ; - fun breach_V2_regV2 : V2 ; - fun bread_N_regN : N ; - fun breadth_N_regN : N ; - fun break_N_regN : N ; - fun break_V2_irreg : V2 ; - fun breakage_N_regN : N ; - fun breakfast_N_regN : N ; - fun breath_N_regN : N ; - fun breathe_V_regV : V ; - fun breed_V_regV : V ; - fun breed_N_regN : N ; - fun breeze_N_regN : N ; - fun brew_V2_regV2 : V2 ; - fun brick_N_regN : N ; - fun bridge_N_regN : N ; - fun bridge_V2_regV2 : V2 ; - 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_prepN2of : N2 ; - fun brown_A_regA : A ; - fun bruise_N_regN : N ; - fun bruise_V2_regV2 : V2 ; - fun brute_N_regN : N ; - fun bucket_N_regN : N ; - fun bud_N_regN : N ; - fun bud_V_regV : V ; - fun buffer_N_regN : N ; - fun buffer_V2_regV2 : V2 ; - fun bug_N_regN : N ; - fun build_V2_irreg : V2 ; - fun building_N_regN : N ; - fun bullet_N_regN : N ; - fun bully_N_regN : N ; - fun bully_V2_regV2 : V2 ; - fun bun_N_regN : N ; - fun bunch_N_regN : N ; - fun bundle_N_regN : N ; - fun burden_N_regN : N ; - fun burn_V2_irreg : V2 ; - fun bury_V2_regV2 : V2 ; - fun bus_N_regN : N ; - fun bush_N_regN : N ; - fun business_N_regN : N ; - fun busy_A_regA : A ; - fun butter_N_regN : N ; - fun butter_V2_regV2 : V2 ; - fun butterfly_N_regN : N ; - 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 ; - fun cage_N_regN : N ; - fun cake_N_regN : N ; - fun calculate_V_regV : V ; - 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 ; - fun camera_N_regN : N ; - fun camp_N_regN : N ; - fun campaign_N_regN : N ; - fun can_N_regN : N ; - fun can_V_regV : V ; - fun can_V2_regV2 : V2 ; - fun Canada_PN_regPN : PN ; - fun canadian_A_regA : A ; - fun cancel_V2_regV2 : V2 ; - fun cancer_N_regN : N ; - fun candid_A_longA : A ; - fun candidate_N_regN : N ; - fun candle_N_regN : N ; - fun cannon_N_regN : N ; - fun cannot_V_regV : V ; - fun canonical_A_longA : A ; - fun cap_N_regN : N ; - fun capable_A_longA : A ; - fun capable_A_longA : A ; - fun capacity_N_regN : N ; - fun capital_N_regN : N ; - fun captain_N_regN : N ; - fun captain_N_regN : N ; - fun capture_V2_regV2 : V2 ; - fun car_N_regN : N ; - fun card_N_regN : N ; - fun cardboard_N_regN : N ; - fun cardinal_A_longA : A ; - fun cardinal_N_regN : N ; - fun care_V_regV : V ; - fun care_N_regN : N ; - fun career_N_regN : N ; - fun carriage_N_regN : N ; - fun carry_V2_regV2 : V2 ; - fun cart_N_regN : N ; - fun cartesian_A_longA : A ; - fun carve_V2_regV2 : V2 ; - fun case_N_regN : N ; - fun cash_N_regN : N ; - fun cast_N_regN : N ; - fun cast_V2_irreg : V2 ; - fun castle_N_regN : N ; - fun casual_A_longA : A ; - fun cat_N_regN : N ; - fun catch_N_regN : N ; - fun catch_V2_irreg : V2 ; - fun categorical_A_longA : A ; - fun category_N_regN : N ; - fun cater_V2_prepV2for : V2 ; - fun cattle_N_regN : N ; - fun cause_N_regN : N ; - fun cause_V2_regV2 : V2 ; - fun caution_N_regN : N ; - fun cautious_A_longA : A ; - fun cave_N_regN : N ; - fun caviar_N_regN : N ; - fun cease_V_regV : V ; - fun ceiling_N_regN : N ; - fun cell_N_regN : N ; - fun cellar_N_regN : N ; - fun cement_N_regN : N ; - fun cement_N_regN : N ; - fun census_N_regN : N ; - fun cent_N_regN : N ; - fun centaur_N_regN : N ; - fun center_N_regN : N ; - fun centre_N_regN : N ; - fun centre_V2_regV2 : V2 ; - fun century_N_regN : N ; - fun ceremonial_A_longA : A ; - fun ceremony_N_regN : N ; - fun certain_A_longA : A ; - fun certain_A_longA : A ; - fun certain_A_longA : A ; - fun certainty_N_regN : N ; - fun certainty_N_regN : N ; - fun certify_V_regV : V ; - fun certitude_N_regN : N ; - fun chain_N_regN : N ; - fun chain_V3_mkV3_to : V3 ; - fun chair_N_regN : N ; - fun chairman_N_regN : N ; - fun chairmen_N_regN : N ; - fun chairwoman_N_regN : N ; - fun chairwomen_N_regN : N ; - fun chalk_N_regN : N ; - fun challenge_N_regN : N ; - fun challenge_N2_prepN2to : N2 ; - fun chance_N_regN : N ; - fun chancellor_N_regN : N ; - fun change_V_regV : V ; - fun change_N_regN : N ; - fun change_V2_regV2 : V2 ; - fun channel_N_regN : N ; - fun chap_N_regN : N ; - fun chapter_N_regN : N ; - fun char_V_regV : V ; - fun character_N_regN : N ; - fun characteristic_N_regN : N ; - fun characteristic_A_longA : A ; - fun characteristic_A2_prepA2of_long : A2 ; - fun characteristically_A_longA : A ; - fun characterize_V3_mkV3_as : V3 ; - fun charge_N_regN : N ; - fun charge_V3_mkV3_with : V3 ; - fun charitable_A_longA : A ; - fun charity_N_regN : N ; - fun charm_N_regN : N ; - fun charm_V2_regV2 : V2 ; - fun charming_A_longA : A ; - fun chart_N_regN : N ; - fun chase_V2_regV2 : V2 ; - fun chaste_A_regA : A ; - fun cheap_A_regA : A ; - fun cheat_N_regN : N ; - fun cheat_V2_regV2 : V2 ; - fun check_N_regN : N ; - fun check_V2_regV2 : V2 ; - fun checkmate_N_regN : N ; - fun cheek_N_regN : N ; - fun cheer_V_regV : V ; - fun cheer_N_regN : N ; - fun cheerful_A_longA : A ; - fun cheese_N_regN : N ; - fun chemical_A_regA : A ; - fun chemist_N_regN : N ; - fun chemistry_N_regN : N ; - fun cheque_N_regN : N ; - fun chequered_A_longA : A ; - fun chess_N_regN : N ; - 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 ; - fun chin_N_regN : N ; - fun China_PN_regPN : PN ; - fun chinaman_N_regN : N ; - fun chinese_A_longA : A ; - fun chocolate_N_regN : N ; - fun choice_N_regN : N ; - fun choose_V2_irreg : V2 ; - fun christian_N_regN : N ; - fun christmas_N_regN : N ; - fun chronic_A_longA : A ; - fun chronology_N_regN : N ; - fun chunk_N_regN : N ; - fun church_N_regN : N ; - fun churn_N_regN : N ; - fun churn_V2_regV2 : V2 ; - fun churn_V_regV : V ; - fun cigar_N_regN : N ; - fun cigarette_N_regN : N ; - fun cinema_N_regN : N ; - fun circle_N_regN : N ; - fun circuit_N_regN : N ; - fun circular_A_longA : A ; - fun circulate_V_regV : V ; - fun circumscribe_V2_regV2 : V2 ; - fun circumstance_N_regN : N ; - fun circumvent_V_regV : V ; - fun cite_V2_regV2 : V2 ; - fun citizen_N_regN : N ; - fun city_N_regN : N ; - fun civilize_V2_regV2 : V2 ; - fun clad_A_longA : A ; - fun clad_A_longA : A ; - fun claim_VS_mkVS : VS ; - fun claim_N_regN : N ; - fun clan_N_regN : N ; - fun clap_V_regV : V ; - fun clap_N_regN : N ; - fun clarify_V2_regV2 : V2 ; - fun clarity_N_regN : N ; - fun clash_V2_prepV2with : V2 ; - fun class_N_regN : N ; - 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 ; - fun climax_N_regN : N ; - fun climb_V2_regV2 : V2 ; - fun clinic_N_regN : N ; - fun clip_N_regN : N ; - fun clitic_N_regN : N ; - fun clock_N_regN : N ; - fun clog_N_regN : N ; - fun close_V2_regV2 : V2 ; - 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 ; - fun clothe_V2_regV2 : V2 ; - fun clothes_N_regN : N ; - fun clothing_N_regN : N ; - fun cloud_N_regN : N ; - fun clove_V2_regV2 : V2 ; - fun club_N_regN : N ; - fun clue_N_regN : N ; - fun clumsy_A_regA : A ; - fun clutter_N_regN : N ; - fun coach_N_regN : N ; - fun coach_V2_regV2 : V2 ; - fun coal_N_regN : N ; - fun coalesce_V_regV : V ; - fun coarse_A_regA : A ; - fun coast_N_regN : N ; - fun coast_V2_regV2 : V2 ; - fun coaster_N_regN : N ; - fun coat_N_regN : N ; - fun cocktail_N_regN : N ; - fun cocoa_N_regN : N ; - fun coconut_N_regN : N ; - fun code_N_regN : N ; - fun code_V2_regV2 : V2 ; - fun coefficient_N_regN : N ; - fun coerce_V_regV : V ; - fun coffee_N_regN : N ; - fun cog_N_regN : N ; - fun cognition_N_regN : N ; - fun cognitive_A_longA : A ; - fun coherence_N_regN : N ; - fun coherent_A_longA : A ; - fun coin_N_regN : N ; - fun coincide_V2_prepV2with : V2 ; - fun coincidence_N_regN : N ; - fun coincidental_A_longA : A ; - fun cold_A_regA : A ; - fun cold_N_regN : N ; - fun collaborate_V_regV : V ; - fun collapse_N_regN : N ; - fun collapse_V_regV : V ; - fun collar_N_regN : N ; - fun colleague_N_regN : N ; - fun collect_V3_mkV3_from : V3 ; - fun college_N_regN : N ; - fun collide_V_regV : V ; - fun collinear_A_longA : A ; - fun collision_N_regN : N ; - fun colon_N_regN : N ; - fun colony_N_regN : N ; - fun colour_N_regN : N ; - fun colour_V2_regV2 : V2 ; - fun column_N_regN : N ; - fun comb_N_regN : N ; - fun combat_N_regN : N ; - fun combinator_N_regN : N ; - fun combine_V3_mkV3_with : V3 ; - fun comedy_N_regN : N ; - fun comfort_N_regN : N ; - fun comfort_V2_regV2 : V2 ; - fun comfortable_A_longA : A ; - fun comma_N_regN : N ; - fun command_N_regN : N ; - fun command_V_regV : V ; - fun commence_V_regV : V ; - fun comment_N_regN : N ; - fun comment_V2_prepV2on : V2 ; - fun commerce_N_regN : N ; - fun commercial_N_regN : N ; - fun commission_V2_regV2 : V2 ; - fun commission_N_regN : N ; - 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_prepV2with : V2 ; - fun community_N_regN : N ; - fun commutative_A_longA : A ; - fun commutator_N_regN : N ; - fun compact_A_longA : A ; - fun companion_N_regN : N ; - fun company_N_regN : N ; - fun comparative_A_longA : A ; - fun comparative_N_regN : N ; - fun compare_V3_mkV3_with : V3 ; - fun comparison_N2_prepN2of_ppwith : N2 ; - fun compass_V_regV : V ; - fun compatible_A_longA : A ; - fun compatible_A2_prepA2with_long : A2 ; - fun compel_V_regV : V ; - 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_prepV2about : V2 ; - fun complaint_N2_prepN2about : N2 ; - fun complement_N_regN : N ; - fun complement_V2_regV2 : V2 ; - 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 ; - fun complex_N_regN : N ; - fun complicate_V2_regV2 : V2 ; - fun compliment_N_regN : N ; - fun compliment_V2_regV2 : V2 ; - fun comply_V2_prepV2with : V2 ; - fun component_N_regN : N ; - fun compose_V2_regV2 : V2 ; - fun composite_A_longA : A ; - fun composition_N_regN : N ; - fun compound_A_longA : A ; - fun compound_N_regN : N ; - fun compound_V2_regV2 : V2 ; - fun comprehend_V2_regV2 : V2 ; - 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 ; - fun comprise_V2_regV2 : V2 ; - fun compromise_V_regV : V ; - fun compute_V2_regV2 : V2 ; - fun computer_N_regN : N ; - fun concatenate_V_regV : V ; - fun concave_A_regA : A ; - fun conceal_V2_regV2 : V2 ; - fun concede_VS_mkVS : VS ; - fun conceive_V2_prepV2of : V2 ; - fun concentrate_V2_regV2 : V2 ; - fun concept_N_regN : N ; - fun conception_N_regN : N ; - fun conceptual_A_longA : A ; - fun concern_N_regN : N ; - fun concern_V2_regV2 : V2 ; - fun concerning_Prep_mkPrep : Prep ; - fun concert_N_regN : N ; - fun concerted_A_longA : A ; - fun concession_N_regN : N ; - fun concise_A_longA : A ; - fun conclude_VS_mkVS : VS ; - fun conclusion_N_regN : N ; - fun conclusive_A_longA : A ; - fun concomitant_A_longA : A ; - fun concrete_A_longA : A ; - fun concrete_N_regN : N ; - fun concur_V_regV : V ; - fun concurrent_A_longA : A ; - fun condemn_V2_regV2 : V2 ; - fun condition_N_regN : N ; - fun condition_V2_regV2 : V2 ; - fun conditional_N_regN : N ; - fun conducive_A2_prepA2to : A2 ; - fun conduct_N_regN : N ; - fun conduct_V2_regV2 : 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_V3_mkV3_to : V3 ; - fun confirm_V2_regV2 : V2 ; - fun conflate_V_regV : V ; - fun conflict_V2_prepV2with : V2 ; - fun confluence_N_regN : N ; - fun confluent_A_longA : A ; - fun conform_V2_prepV2to : V2 ; - fun confound_V2_regV2 : V2 ; - fun confounded_A_longA : A ; - fun confront_V3_mkV3_with : V3 ; - fun confuse_V_regV : V ; - fun congruence_N_regN : N ; - fun congruent_A_longA : A ; - fun conjecture_VS_mkVS : VS ; - fun conjoin_V2_regV2 : V2 ; - fun conjunct_N_regN : N ; - fun conjunction_N_regN : N ; - fun conjunctive_A_longA : A ; - fun connect_V2_regV2 : V2 ; - fun connective_N_regN : N ; - fun conquer_V2_regV2 : V2 ; - fun conqueror_N_regN : N ; - fun conquest_N_regN : N ; - fun conscience_N_regN : N ; - fun conscious_A_longA : A ; - fun conscious_A_longA : A ; - fun consecutive_A_longA : A ; - fun consensus_N_regN : N ; - fun consequence_N_regN : N ; - fun consequent_A_longA : A ; - fun conservative_A_longA : A ; - fun conserve_V2_regV2 : V2 ; - fun consider_V2_regV2 : V2 ; - fun consider_V2A_mkV2A : V2A ; - fun consider_V_regV : V ; - fun consider_V_regV : V ; - fun considerate_A_longA : A ; - fun consist_V2_prepV2of : V2 ; - fun consistency_N_regN : N ; - 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 ; - fun constant_A_longA : A ; - fun constant_N_regN : N ; - fun constellation_N_regN : N ; - fun constituency_N_regN : N ; - fun constituent_N_regN : N ; - fun constitute_V2_regV2 : V2 ; - fun constrain_V2_regV2 : V2 ; - fun constraint_N_regN : N ; - fun constrict_V2_regV2 : V2 ; - fun construct_V_regV : V ; - fun constructor_N_regN : N ; - fun construe_V3_mkV3_as : V3 ; - fun consult_V2_regV2 : V2 ; - fun consume_V2_regV2 : V2 ; - fun consumption_N_regN : N ; - fun contact_N_regN : N ; - fun contact_V2_regV2 : V2 ; - fun contagion_N_regN : N ; - fun contagious_A_longA : A ; - fun contain_V2_regV2 : V2 ; - fun contaminate_V2_regV2 : V2 ; - fun contemplate_V2_regV2 : V2 ; - fun contemporary_A_longA : A ; - fun contemporary_N_regN : N ; - fun contend_VS_mkVS : VS ; - fun content_A_longA : A ; - fun content_A_longA : A ; - 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_A_longA : A ; - fun contiguous_A2_prepA2to_long : A2 ; - fun contingency_N_regN : N ; - 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 ; - fun continuity_N_regN : N ; - fun continuous_A_longA : A ; - fun continuum_N_regN : N ; - fun contour_N_regN : N ; - fun contract_V_regV : V ; - fun contract_N_regN : N ; - fun contradict_V2_regV2 : V2 ; - fun contrary_A_longA : A ; - fun contrary_A2_prepA2to_long : A2 ; - fun contrast_N_regN : N ; - fun contrast_V3_mkV3_with : V3 ; - fun contrastive_A_longA : A ; - fun contravene_V2_regV2 : V2 ; - fun contribute_V2_prepV2to : V2 ; - fun control_N_regN : N ; - fun control_V2_regV2 : V2 ; - fun controversial_A_longA : A ; - fun controversy_N_regN : N ; - fun convenience_N_regN : N ; - fun convenient_A_longA : A ; - fun convention_N_regN : N ; - fun converge_V_regV : V ; - fun convergence_N_regN : N ; - fun conversation_N_regN : N ; - fun converse_A_longA : A ; - fun converse_V2_prepV2with : V2 ; - fun conversion_N_regN : N ; - 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_V2_regV2 : V2 ; - fun convincing_A_longA : A ; - fun convoluted_A_longA : A ; - fun cook_N_regN : N ; - fun cook_V2_regV2 : V2 ; - fun cool_A_regA : A ; - fun cool_V_regV : V ; - fun coordinate_V2_regV2 : V2 ; - fun cope_V2_prepV2with : V2 ; - fun copper_N_regN : N ; - fun copula_N_regN : N ; - fun copy_N_regN : N ; - fun copy_V2_regV2 : V2 ; - fun copyright_N_regN : N ; - fun cord_N_regN : N ; - fun corn_N_regN : N ; - fun corner_N_regN : N ; - fun corollary_N_regN : N ; - fun corpora_N_regN : N ; - fun corporation_N_regN : N ; - fun corpus_N_regN : N ; - fun correct_A_longA : A ; - fun correct_V2_regV2 : V2 ; - fun correlate_V2_regV2 : V2 ; - 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 ; - fun cost_V_regV : V ; - fun costly_A_regA : A ; - fun costume_N_regN : N ; - fun cotton_N_regN : N ; - fun cough_V_regV : V ; - 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 ; - fun country_N_regN : N ; - fun county_N_regN : N ; - fun couple_N_regN : N ; - fun couple_V2_regV2 : V2 ; - fun courage_N_regN : N ; - fun course_N_regN : N ; - fun court_N_regN : N ; - fun court_V2_regV2 : V2 ; - fun court_V_regV : V ; - fun courteous_A_longA : A ; - fun courtesy_N_regN : N ; - fun cover_N_regN : N ; - fun cover_V2_regV2 : V2 ; - fun covert_A_longA : A ; - fun cow_N_regN : N ; - fun coward_N_regN : N ; - fun crab_N_regN : N ; - fun crack_N_regN : N ; - fun crack_V2_regV2 : V2 ; - fun craft_N_regN : N ; - fun crafty_A_regA : A ; - fun crag_N_regN : N ; - fun crash_V_regV : V ; - fun crate_N_regN : N ; - fun crater_N_regN : N ; - fun crave_V2_regV2 : V2 ; - fun crawl_V_regV : V ; - fun crayfish_N_regN : N ; - fun crayon_N_regN : N ; - fun craze_N_regN : N ; - fun crazy_A_regA : A ; - fun cream_N_regN : N ; - fun create_V_regV : V ; - fun creator_N_regN : N ; - fun creature_N_regN : N ; - fun credit_N_regN : N ; - fun creep_V2_irreg : V2 ; - fun cricket_N_regN : N ; - fun crime_N_regN : N ; - fun criminal_A_longA : A ; - fun criminal_N_regN : N ; - fun crises_N_regN : N ; - fun crisis_N_regN : N ; - fun criteria_N_regN : N ; - fun criterion_N_regN : N ; - fun critic_N2_prepN2of : N2 ; - fun criticise_V2_regV2 : V2 ; - fun criticism_N_regN : N ; - fun criticize_V2_regV2 : V2 ; - fun critique_N_regN : N ; - fun crochet_N_regN : N ; - fun crochet_V2_regV2 : V2 ; - fun crochet_V_regV : V ; - fun crop_N_regN : N ; - fun crop_V2_regV2 : V2 ; - fun cross_A_regA : A ; - fun cross_N_regN : N ; - fun cross_V2_regV2 : V2 ; - fun crow_V_regV : V ; - fun crow_N_regN : N ; - fun crowd_N_regN : N ; - fun crown_N_regN : N ; - fun crown_V2_regV2 : V2 ; - fun crucial_A_longA : A ; - fun crude_A_regA : A ; - fun cruel_A_regA : A ; - 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 ; - fun cub_N_regN : N ; - fun cube_N_regN : N ; - fun cubic_A_longA : A ; - fun cue_N_regN : N ; - fun cue_V2_regV2 : V2 ; - fun culprit_N_regN : N ; - fun cultivate_V2_regV2 : V2 ; - fun culture_N_regN : N ; - fun cumbersome_A_longA : A ; - fun cumulative_A_longA : A ; - fun cunning_A_longA : A ; - fun cup_N_regN : N ; - fun cupboard_N_regN : N ; - fun curb_V2_regV2 : V2 ; - fun cure_N_regN : N ; - fun cure_V3_mkV3_of : V3 ; - fun curiosity_N_regN : N ; - fun curious_A_longA : A ; - fun curl_V_regV : V ; - fun curl_N_regN : N ; - fun current_A_longA : A ; - fun current_N_regN : N ; - fun curriculum_N_regN : N ; - fun curse_N_regN : N ; - fun curse_V2_regV2 : V2 ; - fun curtain_N_regN : N ; - fun curvature_N_regN : N ; - fun curve_V_regV : V ; - fun curve_N_regN : N ; - fun custard_N_regN : N ; - fun custom_N_regN : N ; - fun cut_N_regN : N ; - fun cut_V2_irreg : V2 ; - fun cycle_V_regV : V ; - fun cyclic_A_longA : A ; - fun cynic_N_regN : N ; - fun dagger_N_regN : N ; - fun daily_A_longA : A ; - fun damage_N_regN : N ; - fun damage_V2_regV2 : V2 ; - fun dance_N_regN : N ; - fun dance_V_regV : V ; - fun danger_N_regN : N ; - fun dangle_V_regV : V ; - 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 ; - fun database_N_regN : N ; - fun date_N_regN : N ; - fun dative_A_longA : A ; - fun datum_N_regN : N ; - 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_with : V2 ; - fun dear_A_regA : A ; - fun dear_A2_prepA2to : A2 ; - fun death_N_regN : N ; - fun debate_N_regN : N ; - fun debate_V2_regV2 : V2 ; - fun debt_N_regN : N ; - fun debtor_N_regN : N ; - fun debug_V2_regV2 : V2 ; - fun decade_N_regN : N ; - fun decay_V_regV : V ; - fun deceive_V2_regV2 : V2 ; - fun December_PN_regPN : PN ; - fun deception_N_regN : N ; - fun deceptive_A_longA : A ; - fun decide_V_regV : V ; - fun decimal_A_longA : A ; - fun decimal_N_regN : N ; - fun decision_N_regN : N ; - fun decisive_A_longA : A ; - fun declare_V_regV : V ; - fun declare_VS_mkVS : VS ; - fun decompose_V_regV : V ; - fun decomposition_N_regN : N ; - fun decrease_V_regV : V ; - fun decrease_N2_prepN2in : N2 ; - fun decrement_V2_regV2 : V2 ; - 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 ; - fun defect_N_regN : N ; - fun defect_V_regV : V ; - fun defence_N_regN : N ; - fun defend_V2_regV2 : V2 ; - fun defense_N_regN : N ; - fun defensible_A_longA : A ; - fun defer_V2_regV2 : V2 ; - fun deficiency_N_regN : N ; - fun deficient_A_longA : A ; - fun define_V2_regV2 : V2 ; - fun definite_A_regA : A ; - fun definition_N_regN : N ; - fun definitive_A_longA : A ; - fun deform_V2_regV2 : V2 ; - fun defy_V2_regV2 : V2 ; - fun degrade_V2_regV2 : V2 ; - fun degree_N_regN : N ; - fun delay_N_regN : N ; - fun delay_V2_regV2 : V2 ; - fun delete_V_regV : V ; - fun deliberate_A_longA : A ; - fun delicacy_N_regN : N ; - fun delicate_A_longA : A ; - fun delight_N_regN : N ; - fun delight_V2_regV2 : V2 ; - fun delimit_V2_regV2 : V2 ; - fun delineate_V2_regV2 : V2 ; - fun deliver_V2_regV2 : V2 ; - fun delve_V_regV : V ; - fun demand_N_regN : N ; - fun demand_V2_regV2 : V2 ; - fun demonstrate_VS_mkVS : VS ; - fun denial_N_regN : N ; - fun denote_V2_regV2 : V2 ; - fun dense_A_regA : A ; - fun deny_V2_regV2 : V2 ; - fun depart_V2_prepV2from : V2 ; - fun department_N_regN : N ; - fun departure_N_regN : N ; - fun depend_V2_prepV2on : V2 ; - fun dependence_N2_prepN2on : N2 ; - fun dependency_N_regN : N ; - fun dependent_N_regN : N ; - 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 ; - fun deposit_V2_regV2 : V2 ; - fun depress_V_regV : V ; - fun depressing_A_longA : A ; - fun depth_N_regN : N ; - fun derivative_N_regN : N ; - fun derive_V2_prepV2from : V2 ; - fun descend_V2_regV2 : V2 ; - fun descendant_N_regN : N ; - fun descent_N_regN : N ; - fun describe_V2_regV2 : V2 ; - fun description_N_regN : N ; - fun descriptive_A_longA : A ; - fun desert_N_regN : N ; - fun deserve_V2_regV2 : V2 ; - fun design_N_regN : N ; - fun design_V2_regV2 : V2 ; - fun designate_V3_mkV3_as : V3 ; - fun desire_N_regN : N ; - fun desire_V2_regV2 : V2 ; - fun desire_V_regV : V ; - fun desire_V_regV : V ; - fun desk_N_regN : N ; - fun despair_N_regN : N ; - fun despair_V_regV : V ; - 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_prepN2of : N2 ; - fun destructive_A_longA : A ; - fun detach_V2_regV2 : V2 ; - fun detail_N_regN : N ; - fun detailed_A_longA : A ; - fun detect_V2_regV2 : V2 ; - fun deteriorate_V_regV : V ; - fun determinate_A_longA : A ; - fun determine_V2_regV2 : V2 ; - fun determinism_N_regN : N ; - fun deterministic_A_longA : A ; - fun determinize_V2_regV2 : 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_V3_mkV3_to : V3 ; - fun devour_V2_regV2 : V2 ; - fun diagnose_V2_regV2 : V2 ; - fun diagnosis_N_regN : N ; - fun diagnostic_A_longA : A ; - fun diagonal_A_longA : A ; - fun diagonal_N_regN : N ; - fun diagram_N_regN : N ; - fun diagrammatic_A_longA : A ; - fun diagrammatically_Adv_mkAdv : Adv ; - fun dialect_N_regN : N ; - fun dialogue_N_regN : N ; - fun diamond_N_regN : N ; - fun dice_N_regN : N ; - fun dichotomy_N_regN : N ; - fun dictionary_N_regN : N ; - fun die_V_regV : V ; - fun die_N_regN : N ; - fun differ_V2_prepV2from : V2 ; - fun difference_N_regN : N ; - fun different_A_longA : A ; - fun different_A_longA : A ; - fun differentiate_V_regV : V ; - fun difficult_A_longA : A ; - fun difficult_A_longA : A ; - fun difficulty_N_regN : N ; - fun diffuse_A_longA : A ; - fun diffuse_V_regV : V ; - fun dig_V2_irreg : V2 ; - fun digest_N_regN : N ; - fun digest_V2_regV2 : V2 ; - fun digit_N_regN : N ; - fun digital_A_longA : A ; - fun dilate_V_regV : V ; - fun dimension_N_regN : N ; - fun diminish_V_regV : V ; - fun dine_V_regV : V ; - fun dinner_N_regN : N ; - fun dire_A_regA : A ; - fun direct_A_longA : A ; - fun direct_V3_mkV3_to : V3 ; - fun direction_N_regN : N ; - fun director_N_regN : N ; - fun directory_N_regN : N ; - fun dirt_N_regN : N ; - fun disable_V2_regV2 : V2 ; - fun disadvantage_N_regN : N ; - fun disambiguate_V2_regV2 : V2 ; - fun disarm_V2_regV2 : V2 ; - fun disarmament_N_regN : N ; - fun disappoint_V2_regV2 : V2 ; - fun disaster_N_regN : N ; - fun disastrous_A_longA : A ; - fun disbelief_N_regN : N ; - fun disc_N_regN : N ; - fun discard_V2_regV2 : V2 ; - fun discern_V2_regV2 : V2 ; - fun discipline_N_regN : N ; - fun disciplined_A_longA : A ; - fun discontinuity_N_regN : N ; - fun discontinuous_A_longA : A ; - fun discourage_V2_regV2 : V2 ; - fun discourse_N_regN : N ; - fun discover_V2_regV2 : V2 ; - fun discover_VS_mkVS : VS ; - fun discovery_N_regN : N ; - fun discrepancy_N_regN : N ; - fun discrete_A_regA : A ; - fun discriminate_V_regV : V ; - fun discuss_V_regV : V ; - fun discussion_N_regN : N ; - 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 ; - fun disguise_N_regN : N ; - fun disguise_V2_regV2 : V2 ; - fun dish_N_regN : N ; - fun dishonest_A_longA : A ; - fun disillusion_V2_regV2 : V2 ; - fun disjoint_A_longA : A ; - fun disjunct_N_regN : N ; - fun disjunction_N_regN : N ; - fun disjunctive_A_longA : A ; - fun disk_N_regN : N ; - fun dislocate_V2_regV2 : V2 ; - fun dismiss_V2_regV2 : V2 ; - fun disparate_A_longA : A ; - fun dispense_V2_prepV2with : V2 ; - fun dispensible_A_longA : A ; - fun display_N_regN : N ; - fun display_V2_regV2 : V2 ; - fun dispose_V2_prepV2of : V2 ; - fun disproportionate_A_longA : A ; - fun dispute_N_regN : N ; - fun dispute_V2_regV2 : V2 ; - fun disquieting_A_longA : A ; - fun disrupt_V2_regV2 : V2 ; - fun dissatisfaction_N_regN : N ; - fun dissatisfied_A_longA : A ; - fun dissent_V_regV : V ; - fun dissertation_N_regN : N ; - fun dissimilar_A_longA : A ; - fun dissimilar_A_longA : A ; - fun distance_N_regN : N ; - fun distant_A_longA : A ; - fun distant_A_longA : A ; - fun distinct_A_longA : A ; - fun distinct_A2_prepA2from_long : A2 ; - fun distinction_N_regN : N ; - fun distinctive_A_longA : A ; - 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 ; - fun ditch_N_regN : N ; - fun ditransitive_A_longA : A ; - fun dive_N_regN : N ; - fun dive_V_regV : V ; - fun diverse_A_longA : A ; - fun divide_V2_regV2 : V2 ; - fun dividend_N_regN : N ; - fun divine_A_longA : A ; - fun divisible_A_longA : A ; - fun division_N_regN : N ; - fun divisor_N_regN : N ; - fun divorce_V3_mkV3_from : V3 ; - fun do_V_regV : V ; - fun do_V2_regV2 : V2 ; - fun doctor_N_regN : N ; - fun document_N_regN : N ; - fun document_V2_regV2 : V2 ; - fun does_V_regV : V ; - fun does_V_regV : V ; - fun dog_N_regN : N ; - fun dollar_N_regN : N ; - fun dolt_N_regN : N ; - fun domain_N_regN : N ; - fun dome_N_regN : N ; - fun dominance_N_regN : N ; - fun dominant_A_longA : A ; - fun dominate_V_regV : V ; - fun donate_V3_mkV3_to : V3 ; - fun donkey_N_regN : N ; - fun doom_N_regN : N ; - fun doomed_A_longA : A ; - fun doomsday_N_regN : N ; - fun door_N_regN : N ; - fun dormancy_N_regN : N ; - fun dormant_A_regA : A ; - fun dosage_N_regN : N ; - fun dose_N_regN : N ; - fun dose_V3_mkV3_with : V3 ; - fun dot_N_regN : N ; - fun double_A_longA : A ; - fun double_V2_regV2 : V2 ; - fun doubt_V2_regV2 : V2 ; - fun doubt_VS_mkVS : VS ; - fun doubt_N_regN : N ; - fun dour_A_regA : A ; - 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 ; - fun draft_N_regN : N ; - fun drag_N_regN : N ; - fun drag_V2_regV2 : V2 ; - fun drain_N_regN : N ; - fun drain_V2_regV2 : V2 ; - fun dram_N_regN : N ; - fun drama_N_regN : N ; - fun dramatic_A_longA : A ; - fun dramatically_Adv_mkAdv : Adv ; - fun dramatist_N_regN : N ; - fun drastic_A_longA : A ; - fun drastically_Adv_mkAdv : Adv ; - fun draught_N_regN : N ; - fun draw_V2_irreg : V2 ; - fun drawback_N_regN : N ; - fun drawer_N_regN : N ; - fun dread_N_regN : N ; - fun dread_V2_regV2 : V2 ; - fun dreadful_A_longA : A ; - fun dream_N_regN : N ; - fun dream_VS_mkVS : VS ; - fun dress_V_regV : V ; - fun dress_N_regN : N ; - fun drill_N_regN : N ; - fun drill_V2_regV2 : V2 ; - fun drink_N_regN : N ; - fun drink_V2_irreg : V2 ; - fun drop_N_regN : N ; - fun drop_V2_regV2 : V2 ; - fun drought_N_regN : N ; - fun drown_V_regV : V ; - fun drug_N_regN : N ; - fun drum_N_regN : N ; - fun drunk_A_regA : A ; - fun dry_A_regA : A ; - fun dry_V2_regV2 : V2 ; - fun dual_A_longA : A ; - fun dubious_A_longA : A ; - fun duck_N_regN : N ; - fun duck_V_regV : V ; - 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 ; - fun dummy_N_regN : N ; - fun dump_N_regN : N ; - fun dump_V2_regV2 : V2 ; - fun dumpling_N_regN : N ; - fun duplicate_V_regV : V ; - fun during_Prep_mkPrep : Prep ; - fun dust_N_regN : N ; - fun dutch_A_longA : A ; - fun duty_N_regN : N ; - fun dwarf_N_regN : N ; - fun dwarf_V2_regV2 : V2 ; - fun dwell_V2_irreg : V2 ; - fun dwelling_N_regN : N ; - fun dynamic_A_longA : A ; - fun dynamically_Adv_mkAdv : Adv ; - fun dynamism_N_regN : N ; - fun dynamo_N_regN : N ; - fun eager_A_longA : A ; - fun eager_A_longA : A ; - fun ear_N_regN : N ; - fun earl_N_regN : N ; - fun early_A_regA : A ; - fun earn_V2_regV2 : V2 ; - fun earth_N_regN : N ; - fun ease_N_regN : N ; - fun east_N_regN : N ; - 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 ; - fun echo_V2_regV2 : V2 ; - fun economic_A_longA : A ; - fun economical_A_longA : A ; - fun economy_N_regN : N ; - fun edge_N_regN : N ; - fun edible_A_longA : A ; - fun Edinburgh_PN_regPN : PN ; - fun edit_V2_regV2 : V2 ; - fun edition_N_regN : N ; - fun editor_N_regN : N ; - fun educate_V2_regV2 : V2 ; - fun effect_N_regN : N ; - fun effect_V2_regV2 : V2 ; - fun effective_A_regA : A ; - fun efficacy_N_regN : N ; - fun efficiency_N_regN : N ; - fun efficient_A_longA : A ; - fun effort_N_regN : N ; - 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 ; - fun electricity_N_regN : N ; - fun electron_N_regN : N ; - fun electronic_A_longA : A ; - fun elegance_N_regN : N ; - fun elegant_A_longA : A ; - fun element_N_regN : N ; - fun elephant_N_regN : N ; - fun elephantine_A_longA : A ; - fun elevate_V2_regV2 : V2 ; - fun elicit_V_regV : V ; - fun eligible_A_longA : A ; - fun eligible_A_longA : A ; - fun eliminate_V2_regV2 : V2 ; - 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_V3_mkV3_in : V3 ; - fun embody_V2_regV2 : V2 ; - fun embrace_N_regN : N ; - fun embrace_V2_regV2 : V2 ; - fun embrace_V_regV : V ; - fun emerge_V_regV : V ; - fun emergency_N_regN : N ; - fun emergent_A_longA : A ; - fun emphasis_N_regN : N ; - fun emphasise_V2_regV2 : V2 ; - fun emphasise_VS_mkVS : VS ; - fun emphasize_V2_regV2 : V2 ; - fun emphasize_VS_mkVS : VS ; - fun emphatic_A_longA : A ; - fun emphatically_Adv_mkAdv : Adv ; - fun empire_N_regN : N ; - fun empirical_A_longA : A ; - 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 ; - fun encapsulate_V_regV : V ; - fun enchant_V2_regV2 : V2 ; - fun enclose_V2_regV2 : V2 ; - fun enclosure_N_regN : N ; - fun encode_V2_regV2 : V2 ; - fun encompass_V2_regV2 : V2 ; - fun encounter_V2_regV2 : V2 ; - fun encourage_V2_regV2 : V2 ; - fun encrypt_V_regV : V ; - fun encumber_V2_regV2 : V2 ; - fun encyclopaedia_N_regN : N ; - fun encyclopaedic_A_longA : A ; - fun end_N_regN : N ; - fun end_V2_regV2 : V2 ; - fun endeavour_V_regV : V ; - fun ending_N_regN : N ; - fun endow_V3_mkV3_with : V3 ; - fun enemy_N_regN : N ; - fun energetic_A_longA : A ; - fun energetically_Adv_mkAdv : Adv ; - fun energy_N_regN : N ; - fun enforce_V2_regV2 : V2 ; - fun engage_V2_regV2 : V2 ; - fun engender_V2_regV2 : V2 ; - fun engine_N_regN : N ; - fun engineer_N_regN : N ; - fun engineer_V2_regV2 : V2 ; - fun England_PN_regPN : PN ; - fun english_A_longA : A ; - fun engross_V2_regV2 : V2 ; - fun engulf_V2_regV2 : V2 ; - fun enhance_V2_regV2 : V2 ; - fun enjoy_V2_regV2 : V2 ; - fun enlarge_V2_regV2 : V2 ; - fun enormous_A_longA : A ; - fun enquire_V2_prepV2about : V2 ; - fun enrich_V2_regV2 : V2 ; - fun ensure_VS_mkVS : VS ; - fun entail_VS_mkVS : VS ; - fun enter_V2_regV2 : V2 ; - fun enterprise_N_regN : N ; - fun enterprising_A_longA : A ; - fun entertain_V2_regV2 : V2 ; - fun enthusiast_N_regN : N ; - fun entire_A_longA : A ; - 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_V3_mkV3_to : V3 ; - fun entry_N_regN : N ; - fun enumerate_V_regV : V ; - fun envelope_N_regN : N ; - fun environment_N_regN : N ; - fun envisage_V2_regV2 : V2 ; - fun envy_N_regN : N ; - fun envy_V2_regV2 : V2 ; - fun epistemology_N_regN : N ; - fun equal_N_regN : N ; - fun equal_V2_regV2 : V2 ; - fun equal_A_regA : A ; - 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_prepN2to : N2 ; - fun equivalent_V_regV : V ; - 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_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 ; - fun essential_A_longA : A ; - fun establish_V2_regV2 : V2 ; - fun establishment_N_regN : N ; - fun estate_N_regN : N ; - fun estimate_VS_mkVS : VS ; - fun euclidean_A_longA : A ; - fun Europe_PN_regPN : PN ; - fun european_A_longA : A ; - fun european_N_regN : N ; - fun evade_V2_regV2 : V2 ; - fun evaluable_A_longA : A ; - fun evaluate_V2_regV2 : V2 ; - fun even_Adv_mkAdv : Adv ; - fun even_A_regA : A ; - 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 ; - fun evolution_N_regN : N ; - fun evolve_V_regV : V ; - fun exacerbate_V2_regV2 : V2 ; - fun exact_A_regA : A ; - fun exaggerate_V2_regV2 : V2 ; - fun exaggerate_V_regV : V ; - fun exalt_V2_regV2 : V2 ; - fun examination_N_regN : N ; - fun examine_V2_regV2 : V2 ; - fun example_N_regN : N ; - fun excede_V2_regV2 : V2 ; - fun exceed_V2_regV2 : V2 ; - fun excellence_N_regN : N ; - fun excellent_A_longA : A ; - fun except_Adv_mkAdv : Adv ; - fun exception_N_regN : N ; - fun excess_N_regN : N ; - fun excessive_A_longA : A ; - fun exchange_N_regN : N ; - fun exchange_V3_mkV3_for : V3 ; - fun excite_V2_regV2 : V2 ; - fun exclude_V2_regV2 : V2 ; - fun exclusion_N_regN : N ; - fun exclusive_A_longA : A ; - fun exclusive_A2_prepA2to_long : A2 ; - fun excursion_N_regN : N ; - fun excuse_V2_regV2 : V2 ; - fun excuse_N2_prepN2for : N2 ; - fun execute_V2_regV2 : V2 ; - fun exemplar_N_regN : N ; - fun exemplify_V2_regV2 : V2 ; - fun exercise_N_regN : N ; - fun exert_V2_regV2 : V2 ; - fun exhaust_V_regV : V ; - fun exhibit_N_regN : N ; - fun exhibit_V2_regV2 : V2 ; - fun exhort_V_regV : V ; - fun exist_V_regV : V ; - fun existence_N_regN : N ; - fun existent_A_longA : A ; - fun exit_N_regN : N ; - fun exit_V2_prepV2from : V2 ; - fun exophoric_A_longA : A ; - fun expand_V_regV : V ; - fun expansion_N_regN : N ; - fun expect_V2_regV2 : V2 ; - fun expect_V_regV : V ; - fun expect_VS_mkVS : VS ; - fun expedient_N_regN : N ; - fun expel_V2_regV2 : V2 ; - fun expend_V2_regV2 : V2 ; - fun expenditure_N_regN : N ; - fun expense_N_regN : N ; - fun expensive_A_longA : A ; - fun experience_N_regN : N ; - fun experience_V2_regV2 : V2 ; - fun experiment_N_regN : N ; - fun experiment_V_regV : V ; - fun expert_N_regN : N ; - fun expertise_N_regN : N ; - fun expire_V2_regV2 : V2 ; - fun expiry_N_regN : N ; - fun explain_V3_mkV3_to : V3 ; - fun explanation_N_regN : N ; - fun explanatory_A_longA : A ; - fun explicate_V2_regV2 : V2 ; - fun explicit_A_longA : A ; - fun explode_V_regV : V ; - fun exploit_V2_regV2 : V2 ; - fun explore_V2_regV2 : V2 ; - fun explore_V_regV : V ; - fun explosion_N_regN : N ; - fun explosive_A_longA : A ; - fun explosive_N_regN : N ; - fun exponent_N_regN : N ; - fun exponential_A_longA : A ; - fun exponential_N_regN : N ; - fun expose_V2_regV2 : V2 ; - fun exposure_V_regV : V ; - fun express_A_longA : A ; - fun express_V2_regV2 : V2 ; - 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 ; - fun expunge_V2_regV2 : V2 ; - fun extant_A_longA : A ; - fun extend_V2_regV2 : V2 ; - fun extensible_A_longA : A ; - fun extension_N_regN : N ; - fun extensive_A_longA : A ; - fun extent_N_regN : N ; - fun external_A_longA : A ; - fun extra_A_longA : A ; - fun extract_V_regV : V ; - fun extraneous_A_longA : A ; - fun extravagance_N_regN : N ; - fun extravagant_A_longA : A ; - fun extreme_A_longA : A ; - fun extrinsic_A_longA : A ; - fun extrinsically_Adv_mkAdv : Adv ; - fun eye_N_regN : N ; - fun face_N_regN : N ; - fun face_V2_regV2 : V2 ; - fun face_V3_mkV3_with : V3 ; - fun facet_N_regN : N ; - fun facetious_A_longA : A ; - fun facilitate_V2_regV2 : V2 ; - fun facility_N_regN : N ; - fun fact_N_regN : N ; - fun factive_A_longA : A ; - fun factive_N_regN : N ; - fun factor_N_regN : N ; - fun factor_V2_regV2 : V2 ; - fun factorial_N_regN : N ; - fun factory_N_regN : N ; - fun factual_A_longA : A ; - fun faculty_N_regN : N ; - fun fail_V_regV : V ; - fun failure_N_regN : N ; - fun faint_A_regA : A ; - fun fair_A_regA : A ; - fun fair_N_regN : N ; - fun fairy_N_regN : N ; - fun faith_N_regN : N ; - fun fall_N_regN : N ; - fun false_A_regA : A ; - fun falsehood_N_regN : N ; - fun fame_N_regN : N ; - 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_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 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 ; - fun fatigue_V2_regV2 : V2 ; - fun fault_N_regN : N ; - fun favor_N_regN : N ; - fun favor_V2_regV2 : V2 ; - fun favour_N_regN : N ; - fun favour_V2_regV2 : V2 ; - 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 ; - fun feasible_A_longA : A ; - fun feast_N_regN : N ; - fun feather_N_regN : N ; - fun feature_N_regN : N ; - fun feature_V2_regV2 : V2 ; - fun February_PN_regPN : PN ; - fun federal_A_longA : A ; - fun federation_N_regN : N ; - fun fee_N_regN : N ; - fun feed_V2_irreg : V2 ; - fun feedback_N_regN : N ; - fun feeling_N_regN : N ; - fun feet_N_regN : N ; - fun Felix_PN_regPN : PN ; - fun fellow_N_regN : N ; - fun felt_N_regN : N ; - fun female_A_longA : A ; - fun fence_N_regN : N ; - fun fertilize_V2_regV2 : V2 ; - fun fertilizer_N_regN : N ; - fun fetch_V3_mkV3_from : V3 ; - fun fetter_V2_regV2 : V2 ; - fun fever_N_regN : N ; - fun fiction_N_regN : N ; - fun fictional_A_longA : A ; - fun Fido_PN_regPN : PN ; - fun field_N_regN : N ; - fun fierce_A_regA : A ; - fun fig_N_regN : N ; - fun fight_N_regN : N ; - fun fight_V2_irreg : V2 ; - fun figure_N_regN : N ; - fun file_N_regN : N ; - fun file_V2_regV2 : V2 ; - fun fill_V2_regV2 : V2 ; - fun fill_V3_mkV3_in : V3 ; - fun film_N_regN : N ; - fun film_V2_regV2 : V2 ; - fun filter_N_regN : N ; - fun filter_V2_regV2 : V2 ; - fun fin_N_regN : N ; - fun final_A_longA : A ; - fun fincance_N_regN : N ; - fun financial_A_longA : A ; - fun find_V2_irreg : V2 ; - fun findings_N_regN : N ; - fun fine_A_regA : A ; - fun fine_N_regN : N ; - fun fine_V2_regV2 : V2 ; - fun finger_N_regN : N ; - fun fingerprint_N_regN : N ; - fun finish_N_regN : N ; - fun finish_V2_regV2 : V2 ; - fun finish_V_regV : V ; - fun finite_A_longA : A ; - fun fir_N_regN : N ; - fun fire_N_regN : N ; - fun fire_V2_regV2 : V2 ; - fun firm_N_regN : N ; - fun firm_A_regA : A ; - fun firstly_Adv_mkAdv : Adv ; - fun fish_N_regN : N ; - fun fish_N_regN : N ; - fun fish_V_regV : V ; - fun fisherman_N_regN : N ; - fun fishermen_N_regN : N ; - fun fit_V2_regV2 : V2 ; - fun fit_A_regA : A ; - fun fit_A2_prepA2for : A2 ; - fun flag_N_regN : N ; - fun flame_N_regN : N ; - fun flash_N_regN : N ; - fun flash_V_regV : V ; - fun flat_A_regA : A ; - fun flat_N_regN : N ; - fun flavour_N_regN : N ; - fun flaw_N_regN : N ; - fun flawed_A_longA : A ; - fun flesh_N_regN : N ; - fun flexible_A_longA : A ; - fun flight_N2_prepN2from : N2 ; - fun flip_V2_regV2 : V2 ; - fun float_V_regV : V ; - fun flood_N_regN : N ; - fun flood_V2_regV2 : V2 ; - fun floor_N_regN : N ; - fun flour_N_regN : N ; - fun flourish_V2_regV2 : V2 ; - fun flourish_V_regV : V ; - fun flow_N_regN : N ; - fun flower_N_regN : N ; - fun flu_N_regN : N ; - fun fluid_A_longA : A ; - fun fluid_N_regN : N ; - fun flux_N_regN : N ; - fun fly_N_regN : N ; - fun foam_N_regN : N ; - fun foam_V_regV : V ; - fun focal_A_longA : A ; - fun focus_N_regN : N ; - fun focus_V2_regV2 : V2 ; - fun focus_V2_prepV2on : V2 ; - fun fog_N_regN : N ; - fun foist_V3_mkV3_on : V3 ; - fun fold_N_regN : N ; - fun fold_V2_regV2 : V2 ; - fun follow_V2_regV2 : V2 ; - 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 ; - fun force_V_regV : V ; - fun forcible_A_longA : A ; - fun forearm_N_regN : N ; - fun forego_V2_irreg : V2 ; - fun foreground_N_regN : N ; - fun forehead_N_regN : N ; - fun foreign_A_longA : A ; - fun foreigner_N_regN : N ; - fun forerunner_N_regN : N ; - 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 ; - fun form_V2_regV2 : V2 ; - fun formal_A_longA : A ; - fun formalism_N_regN : N ; - fun format_N_regN : N ; - fun formation_N_regN : N ; - fun former_A_longA : A ; - fun formula_N_regN : N ; - 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 ; - fun fortuitous_A_longA : A ; - fun fortunate_A_longA : A ; - 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 ; - fun fox_N_regN : N ; - fun fraction_N_regN : N ; - fun fracture_N_regN : N ; - fun fracture_V2_regV2 : V2 ; - fun fragment_N_regN : N ; - fun fragment_V2_regV2 : V2 ; - fun fragmentary_A_longA : A ; - fun frame_N_regN : N ; - fun frame_V2_regV2 : V2 ; - fun framework_N_regN : N ; - fun France_PN_regPN : PN ; - fun Franz_PN_regPN : PN ; - fun free_A_regA : A ; - fun free_V2_regV2 : V2 ; - fun freedom_N_regN : N ; - fun freeze_V2_irreg : V2 ; - fun french_A_regA : A ; - fun frequency_N_regN : N ; - fun frequent_A_longA : A ; - fun fresh_A_regA : A ; - fun friction_N_regN : N ; - fun Friday_PN_regPN : PN ; - fun friend_N_regN : N ; - fun friendly_A_regA : A ; - fun friendly_A2_prepA2to : A2 ; - fun fright_N_regN : N ; - fun frighten_V2_regV2 : V2 ; - fun frill_N_regN : N ; - fun fringe_N_regN : N ; - fun from_Prep_mkPrep : Prep ; - fun front_A_longA : A ; - fun front_N_regN : N ; - fun fruit_N_regN : N ; - fun fry_V2_regV2 : V2 ; - fun fulfil_V_regV : V ; - fun full_A_regA : A ; - fun fun_N_regN : N ; - fun function_N_regN : N ; - fun function_V_regV : V ; - fun functor_N_regN : N ; - fun fund_N_regN : N ; - fun fundamental_A_longA : A ; - fun funeral_N_regN : N ; - fun funereal_A_longA : A ; - fun fungi_N_regN : N ; - fun fungus_N_regN : N ; - fun funny_A_regA : A ; - fun fur_N_regN : N ; - fun furnish_V3_mkV3_with : V3 ; - fun furniture_N_regN : N ; - fun fuss_N_regN : N ; - fun future_A_longA : A ; - fun future_N_regN : N ; - fun fuzzy_A_longA : A ; - fun gag_N_regN : N ; - fun gag_V2_regV2 : V2 ; - fun gain_N_regN : N ; - fun gain_V2_regV2 : V2 ; - fun galactic_A_longA : A ; - fun galaxy_N_regN : N ; - fun gale_N_regN : N ; - fun gallon_N_regN : N ; - fun gamble_V_regV : V ; - fun game_N_regN : N ; - fun gap_N_regN : N ; - fun gape_V_regV : V ; - fun gape_V2_prepV2at : V2 ; - fun garage_N_regN : N ; - fun garden_N_regN : N ; - fun garment_N_regN : N ; - fun gas_N_regN : N ; - fun gaseous_A_longA : A ; - fun gate_N_regN : N ; - fun gather_V_regV : V ; - fun gauge_N_regN : N ; - fun gauge_V2_regV2 : V2 ; - fun gay_A_regA : A ; - fun gaze_V2_prepV2at : V2 ; - fun gaze_N_regN : N ; - fun gear_N_regN : N ; - fun gear_V2_regV2 : V2 ; - fun geese_N_regN : N ; - fun generable_A_longA : A ; - fun general_A_longA : A ; - fun general_N_regN : N ; - fun generate_V2_regV2 : V2 ; - fun generation_N_regN : N ; - fun generator_N_regN : N ; - fun generic_A_longA : A ; - fun generosity_N_regN : N ; - 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 ; - fun gentleman_N_regN : N ; - fun gentlemen_N_regN : N ; - fun gently_Adv_mkAdv : Adv ; - fun genuine_A_longA : A ; - fun genus_N_regN : N ; - fun geography_N_regN : N ; - fun geology_N_regN : N ; - fun geometry_N_regN : N ; - fun german_A_longA : A ; - fun germane_A_longA : A ; - fun germanic_A_longA : A ; - fun Germany_PN_regPN : PN ; - fun gerund_N_regN : N ; - fun gesture_V_regV : V ; - fun gesture_N_regN : N ; - fun get_V2_irreg : V2 ; - fun gift_N_regN : N ; - fun gin_N_regN : N ; - 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_prepV2at : V2 ; - fun glass_N_regN : N ; - fun glasses_N_regN : N ; - fun glean_V2_regV2 : V2 ; - fun global_A_longA : A ; - fun globe_N_regN : N ; - fun glory_N_regN : N ; - fun gloss_N_regN : N ; - fun gloss_V2_regV2 : V2 ; - fun glow_N_regN : N ; - fun glow_V2_regV2 : V2 ; - fun gnat_N_regN : N ; - fun gnu_N_regN : N ; - fun go_V2_irreg : V2 ; - fun goat_N_regN : N ; - fun god_N_regN : N ; - fun goddess_N_regN : N ; - fun gold_N_regN : N ; - fun golden_A_regA : A ; - fun good_A_longA : A ; - fun goods_N_regN : N ; - fun goose_N_regN : N ; - fun gore_N_regN : N ; - fun gorilla_N_regN : N ; - fun gory_A_regA : A ; - fun gospel_N_regN : N ; - fun govern_V_regV : V ; - fun government_N_regN : N ; - fun grab_V2_regV2 : V2 ; - fun grace_N_regN : N ; - fun gradation_Adv_mkAdv : Adv ; - fun grade_N_regN : N ; - fun gradual_A_longA : A ; - fun graft_N_regN : N ; - fun graft_V2_regV2 : V2 ; - fun Graham_PN_regPN : PN ; - fun grain_N_regN : N ; - fun gram_N_regN : N ; - fun grammar_N_regN : N ; - fun grammatical_A_longA : A ; - fun grand_A_regA : A ; - fun grandfather_N_regN : N ; - fun grandmother_N_regN : N ; - fun grant_N_regN : N ; - fun grant_V2_regV2 : V2 ; - fun grape_N_regN : N ; - fun graph_N_regN : N ; - fun graphic_A_longA : A ; - fun grasp_N_regN : N ; - fun grasp_V2_regV2 : V2 ; - fun grass_N_regN : N ; - fun grateful_A_regA : A ; - 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 ; - fun gravity_N_regN : N ; - fun gravy_N_regN : N ; - fun gray_A_regA : A ; - fun grease_N_regN : N ; - fun great_A_regA : A ; - fun Greece_PN_regPN : PN ; - fun greed_N_regN : N ; - fun greek_A_longA : A ; - fun greek_N_regN : N ; - fun green_N_regN : N ; - fun greet_V2_regV2 : V2 ; - fun gregarious_A_longA : A ; - fun grey_A_regA : A ; - fun grid_N_regN : N ; - fun grief_N_regN : N ; - fun grieve_V_regV : V ; - fun grill_V2_regV2 : V2 ; - fun grim_A_regA : A ; - fun grime_N_regN : N ; - fun grin_N_regN : N ; - fun grin_V_regV : V ; - fun grind_V2_irreg : V2 ; - fun grip_N_regN : N ; - fun grip_V2_regV2 : V2 ; - fun grit_N_regN : N ; - fun grog_N_regN : N ; - fun gross_A_regA : A ; - fun ground_N_regN : N ; - fun group_N_regN : N ; - fun group_V2_regV2 : V2 ; - fun grove_N_regN : N ; - fun grow_V2_irreg : V2 ; - fun growth_N_regN : N ; - fun guarantee_N_regN : N ; - fun guarantee_VS_mkVS : VS ; - fun guard_N_regN : N ; - fun guard_V2_regV2 : V2 ; - fun guess_N_regN : N ; - fun guess_VS_mkVS : VS ; - fun guest_N_regN : N ; - fun guide_N_regN : N ; - fun guide_V2_regV2 : V2 ; - fun guideline_N_regN : N ; - fun guilt_N_regN : N ; - fun guinea_N_regN : N ; - fun guise_N_regN : N ; - fun gun_N_regN : N ; - fun habit_N_regN : N ; - fun habitual_A_longA : A ; - fun hail_N_regN : N ; - fun hair_N_regN : N ; - fun half_Adv_mkAdv : Adv ; - fun half_A_longA : A ; - fun half_N_regN : N ; - fun hall_N_regN : N ; - fun halt_N_regN : N ; - fun halt_V2_regV2 : V2 ; - fun halt_V_regV : V ; - fun halve_V2_regV2 : V2 ; - fun halves_N_regN : N ; - fun hamburger_N_regN : N ; - fun hammer_N_regN : N ; - fun hammer_V2_regV2 : V2 ; - fun hamper_V2_regV2 : V2 ; - fun hand_N_regN : N ; - 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 ; - fun handle_N_regN : N ; - fun handle_V2_regV2 : V2 ; - fun handsome_A_longA : A ; - fun hang_V2_regV2 : V2 ; - fun happen_V_regV : V ; - 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 ; - fun harm_V2_regV2 : V2 ; - fun harmonium_N_regN : N ; - fun harmony_N_regN : N ; - fun harness_N_regN : N ; - fun harness_V3_mkV3_to : V3 ; - fun has_V_regV : V ; - fun has_V_regV : V ; - fun has_V_regV : V ; - fun hash_N_regN : N ; - fun hash_V2_regV2 : V2 ; - fun haste_N_regN : N ; - fun hasty_A_longA : A ; - fun hat_N_regN : N ; - fun hate_V2_regV2 : V2 ; - fun hatred_N_regN : N ; - fun have_V2_irreg : V2 ; - fun haven_N_regN : N ; - fun having_V_regV : V ; - fun hazard_N_regN : N ; - fun haze_N_regN : N ; - fun head_N_regN : N ; - fun head_V2_regV2 : V2 ; - fun heading_N_regN : N ; - fun heal_V2_regV2 : V2 ; - fun health_N_regN : N ; - fun healthy_A_regA : A ; - fun heap_N_regN : N ; - fun hear_V2_irreg : V2 ; - fun heart_N_regN : N ; - fun hearth_N_regN : N ; - fun heat_V_regV : V ; - fun heath_N_regN : N ; - fun heathen_N_regN : N ; - fun heave_V_regV : V ; - fun heaven_N_regN : N ; - fun heavy_A_regA : A ; - fun heel_N_regN : N ; - fun height_N_regN : N ; - fun helicopter_N_regN : N ; - fun help_N_regN : N ; - fun help_V2_regV2 : V2 ; - fun hemlock_N_regN : N ; - fun hen_N_regN : N ; - 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 ; - fun heterogeneous_A_longA : A ; - fun heuristic_A_longA : A ; - fun heuristic_N_regN : N ; - fun heuristically_Adv_mkAdv : Adv ; - fun hide_V2_irreg : V2 ; - fun hierarchy_N_regN : N ; - fun high_A_regA : A ; - fun highlight_N_regN : N ; - fun highlight_V2_regV2 : V2 ; - fun hill_N_regN : N ; - fun hind_A_longA : A ; - fun hinder_V2_regV2 : V2 ; - fun hindrance_N_regN : N ; - fun hinge_N_regN : N ; - fun hint_N_regN : N ; - 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 ; - fun hold_V2_irreg : V2 ; - fun hole_N_regN : N ; - fun holiday_N_regN : N ; - fun hollow_A_regA : A ; - fun holy_A_regA : A ; - fun home_N_regN : N ; - fun homogeneous_A_longA : A ; - fun homomorphism_N_regN : N ; - fun hone_V2_regV2 : V2 ; - fun honest_A_longA : A ; - fun honesty_N_regN : N ; - fun honey_N_regN : N ; - fun honor_N_regN : N ; - fun honour_N_regN : N ; - fun honour_V2_regV2 : V2 ; - fun honourable_A_longA : A ; - fun hook_N_regN : N ; - fun hook_V2_regV2 : V2 ; - fun hop_N_regN : N ; - fun hop_V_regV : V ; - fun hope_N_regN : N ; - fun hope_V2_prepV2for : V2 ; - fun hope_VS_mkVS : VS ; - fun horizon_N_regN : N ; - fun horizontal_A_longA : A ; - fun horn_N_regN : N ; - fun horrendous_A_longA : A ; - fun horrible_A_longA : A ; - fun horrify_V2_regV2 : V2 ; - fun horror_N_regN : N ; - fun horse_N_regN : N ; - 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 ; - fun host_V2_regV2 : V2 ; - fun hot_A_regA : A ; - fun hotel_N_regN : N ; - fun hour_N_regN : N ; - fun house_N_regN : N ; - fun house_V2_regV2 : V2 ; - fun household_A_longA : A ; - fun household_N_regN : N ; - fun how_IAdv_mkIAdv : IAdv ; - fun however_IAdv_mkIAdv : IAdv ; - fun huge_A_regA : A ; - fun hum_N_regN : N ; - fun hum_V_regV : V ; - fun human_A_longA : A ; - fun human_N_regN : N ; - fun humble_A_regA : A ; - fun humility_N_regN : N ; - fun humor_N_regN : N ; - fun humour_N_regN : N ; - fun hunch_V_regV : V ; - fun hundred_N_regN : N ; - fun hundred_N_regN : N ; - fun hunger_N2_prepN2for : N2 ; - fun hunger_V2_prepV2for : V2 ; - fun hungry_A_regA : A ; - fun hungry_A2_prepA2for : A2 ; - fun hunt_N_regN : N ; - fun hunt_V2_regV2 : V2 ; - fun huntsman_N_regN : N ; - fun huntsmen_N_regN : N ; - fun hurry_V_regV : V ; - fun hurry_N_regN : N ; - fun hurt_V2_irreg : V2 ; - fun husband_N2_prepN2of : N2 ; - fun hut_N_regN : N ; - fun hybrid_A_longA : A ; - fun hydrogen_N_regN : N ; - fun hygiene_N_regN : N ; - fun hypotheses_N_regN : N ; - fun hypothesis_N_regN : N ; - fun hypothesize_V2_regV2 : V2 ; - fun hypothetical_A_longA : A ; - fun ice_N_regN : N ; - fun Iceland_PN_regPN : PN ; - fun icelandic_A_longA : A ; - fun icon_N_regN : N ; - fun idea_N_regN : N ; - fun ideal_A_longA : A ; - 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 ; - fun idiom_N_regN : N ; - fun idiomatic_A_longA : A ; - fun idiot_N_regN : N ; - 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 ; - fun illocutionary_A_longA : A ; - fun illogical_A_longA : A ; - fun illuminate_V2_regV2 : V2 ; - fun illusion_N_regN : N ; - fun illusory_A_longA : A ; - fun illustrate_V_regV : V ; - fun image_N_regN : N ; - fun imaginary_A_longA : A ; - fun imagine_V_regV : V ; - fun imagine_VS_mkVS : VS ; - fun imbalance_N_regN : N ; - fun imitate_V_regV : V ; - fun immaterial_A_longA : A ; - fun immediacy_N_regN : N ; - fun immediate_A_longA : A ; - fun immense_A_longA : A ; - fun immigrant_N_regN : N ; - fun immigration_N_regN : N ; - fun immoderate_A_longA : A ; - fun immodest_A_longA : A ; - fun immodesty_N_regN : N ; - fun immune_A_longA : A ; - fun impair_V2_regV2 : V2 ; - fun impart_V3_mkV3_to : V3 ; - fun impartial_A_longA : A ; - 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_prepV2on : V2 ; - fun implausible_A_longA : A ; - fun implement_V2_regV2 : V2 ; - fun implicate_V2_regV2 : V2 ; - fun implicature_N_regN : N ; - fun implicit_A_longA : A ; - fun implicit_A2_prepA2in_long : A2 ; - fun imply_VS_mkVS : VS ; - 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 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_prepN2to : N2 ; - fun inaccuracy_N_regN : N ; - fun inactive_A_longA : A ; - fun inadequacy_N2_prepN2for : N2 ; - fun inadequecy_N_regN : N ; - fun incapacitate_V_regV : V ; - fun incarnation_N_regN : N ; - fun inch_N_regN : N ; - fun incident_N_regN : N ; - fun incidental_A_longA : A ; - fun incisive_A_longA : A ; - fun incline_V_regV : V ; - fun inclined_A_longA : A ; - fun include_V2_regV2 : V2 ; - fun including_Prep_mkPrep : Prep ; - fun inclusion_N_regN : N ; - 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 ; - fun incorporate_V2_regV2 : V2 ; - fun incorrigible_A_longA : A ; - fun increase_N_regN : N ; - fun increase_V2_regV2 : V2 ; - fun increase_V_regV : V ; - fun increment_N_regN : N ; - fun increment_V2_regV2 : V2 ; - fun incur_V2_regV2 : V2 ; - fun indeed_Adv_mkAdv : Adv ; - fun indefinite_A_regA : A ; - fun independence_N_regN : N ; - fun independent_A_longA : A ; - fun indeterminacy_N_regN : N ; - fun index_N_regN : N ; - fun index_V2_regV2 : V2 ; - fun India_PN_regPN : PN ; - fun indian_A_regA : A ; - fun indicate_VS_mkVS : VS ; - fun indices_N_regN : N ; - 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_prepV2in : V2 ; - fun indulgent_A_longA : A ; - fun industry_N_regN : N ; - fun inescapable_A_longA : A ; - fun inevitable_A_longA : A ; - fun infect_V2_regV2 : V2 ; - fun infection_N_regN : N ; - fun infectious_A_longA : A ; - fun infer_V3_mkV3_from : V3 ; - fun inference_N_regN : N ; - fun inferior_A_longA : A ; - fun inferior_A_longA : A ; - fun infinite_A_longA : A ; - fun infinitesimal_A_longA : A ; - fun infinitive_A_longA : A ; - fun inflate_V2_regV2 : V2 ; - fun inflation_N_regN : N ; - fun inflect_V_regV : V ; - fun influence_N_regN : N ; - fun influence_V2_regV2 : V2 ; - fun inform_V2_regV2 : V2 ; - fun informal_A_longA : A ; - fun informant_N_regN : N ; - fun information_N_regN : N ; - fun ingenious_A_longA : A ; - fun ingenuity_N_regN : N ; - fun ingredient_N_regN : N ; - fun inhabit_V2_regV2 : V2 ; - 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_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_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_prepV2about : V2 ; - fun inquire_V_regV : V ; - fun inquiry_N2_prepN2about : N2 ; - fun inscribe_V2_regV2 : V2 ; - fun inscription_N_regN : N ; - fun insect_N_regN : N ; - fun insert_V2_regV2 : V2 ; - fun inside_Adv_mkAdv : Adv ; - fun inside_N_regN : N ; - fun insight_N_regN : N ; - fun insist_V_regV : V ; - 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_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_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_V3_mkV3_from : V3 ; - fun insult_N_regN : N ; - fun insult_V2_regV2 : V2 ; - fun insurance_N_regN : N ; - fun insure_V2_regV2 : V2 ; - fun intact_A_longA : A ; - fun integer_N_regN : N ; - fun integral_A_longA : A ; - fun integrate_V_regV : V ; - fun intellectual_A_longA : A ; - fun intelligence_N_regN : N ; - fun intelligent_A_longA : A ; - fun intelligible_A_longA : A ; - fun intend_V_regV : V ; - fun intense_A_longA : A ; - fun intension_N_regN : N ; - fun intention_N_regN : N ; - fun inter_V2_regV2 : V2 ; - fun interdisciplinary_A_longA : A ; - fun interest_N_regN : N ; - fun interest_V2_regV2 : V2 ; - fun interface_N_regN : N ; - fun interfere_V2_prepV2with : V2 ; - fun interference_N_regN : N ; - fun interject_V_regV : V ; - fun intermediate_A_longA : A ; - fun internal_A_longA : A ; - fun international_A_longA : A ; - fun interpolate_V_regV : V ; - fun interpret_V2_regV2 : V2 ; - fun interpretive_A_longA : A ; - fun interrogate_V_regV : V ; - fun interrogative_A_longA : A ; - fun interrupt_V_regV : V ; - fun intersect_V_regV : V ; - fun interval_N_regN : N ; - fun intervene_V_regV : V ; - fun intimacy_N_regN : N ; - fun intimate_A_longA : A ; - fun intimate_V_regV : V ; - fun into_Prep_mkPrep : Prep ; - fun intonation_N_regN : N ; - fun intractable_A_longA : A ; - fun intransitive_A_longA : A ; - fun intravenous_A_longA : A ; - fun intricacy_N_regN : N ; - fun intricate_A_longA : A ; - fun intrigue_N_regN : N ; - fun intrigue_V_regV : V ; - fun intrinsic_A_longA : A ; - fun intrinsically_Adv_mkAdv : Adv ; - 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 ; - fun intrusion_N_regN : N ; - fun intuition_N_regN : N ; - fun intuitive_A_longA : A ; - fun invade_V2_regV2 : V2 ; - fun invalid_N_regN : N ; - fun invalidate_V2_regV2 : V2 ; - fun invaluable_A_longA : A ; - fun invariable_A_longA : A ; - fun invariant_A_longA : A ; - fun invasion_N_regN : N ; - fun invent_V2_regV2 : V2 ; - fun inverse_A_longA : A ; - fun inversion_N_regN : N ; - fun invert_V2_regV2 : V2 ; - fun invest_V3_mkV3_with : V3 ; - fun investigate_V2_regV2 : V2 ; - 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 ; - fun inwards_Adv_mkAdv : Adv ; - fun Ireland_PN_regPN : PN ; - fun irish_A_longA : A ; - fun iron_N_regN : N ; - fun iron_V2_regV2 : V2 ; - fun irony_N_regN : N ; - fun irrational_A_longA : A ; - fun irregular_A_longA : A ; - fun irrelevant_A_longA : A ; - fun irremediable_A_longA : A ; - fun irrespective_A_longA : A ; - fun irretrievable_A_longA : A ; - fun irritant_N_regN : N ; - fun irritate_V_regV : V ; - fun is_V_regV : V ; - fun is_V_regV : V ; - fun island_N_regN : N ; - fun isolable_A_longA : A ; - fun isolate_V2_regV2 : V2 ; - fun isomorphic_A_longA : A ; - fun issue_V_regV : V ; - fun issue_N_regN : N ; - fun Italy_PN_regPN : PN ; - fun item_N_regN : N ; - fun itemize_V2_regV2 : V2 ; - fun iterate_V_regV : V ; - 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_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_V3_mkV3_to : V3 ; - fun joint_N_regN : N ; - fun joke_N_regN : N ; - fun joke_V_regV : V ; - fun journal_N_regN : N ; - fun journalism_N_regN : N ; - fun journalist_N_regN : N ; - fun journey_N_regN : N ; - fun joy_N_regN : N ; - fun judge_N_regN : N ; - fun judge_V2_regV2 : V2 ; - fun judge_V_regV : V ; - fun judgment_N_regN : N ; - fun judicious_A_longA : A ; - fun juggle_V2_regV2 : V2 ; - fun juggle_V_regV : V ; - fun juice_N_regN : N ; - fun July_PN_regPN : PN ; - fun jumble_V2_regV2 : V2 ; - fun jump_V_regV : V ; - fun jump_N_regN : N ; - fun June_PN_regPN : PN ; - fun junk_N_regN : N ; - fun just_A_longA : A ; - fun justice_N_regN : N ; - fun justify_V2_regV2 : V2 ; - fun juxtapose_V2_regV2 : V2 ; - fun juxtaposition_N_regN : N ; - fun keen_A_regA : A ; - 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 ; - fun key_N_regN : N ; - fun kick_N_regN : N ; - fun kick_V2_regV2 : V2 ; - fun kidney_N_regN : N ; - fun kill_V2_regV2 : V2 ; - 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_prepA2to : A2 ; - fun king_N_regN : N ; - fun kingdom_N_regN : N ; - fun kiss_N_regN : N ; - fun kiss_V2_regV2 : V2 ; - fun kiss_V_regV : V ; - fun kitchen_N_regN : N ; - fun knee_N_regN : N ; - fun knife_N_regN : N ; - fun knives_N_regN : N ; - fun knob_N_regN : N ; - fun knock_N_regN : N ; - fun knock_V2_regV2 : V2 ; - fun knock_V_regV : V ; - fun knocker_N_regN : N ; - fun knot_N_regN : N ; - fun knot_V2_regV2 : V2 ; - fun know_VS_mkVS : VS ; - fun knowledge_N2_prepN2of : N2 ; - fun knowledge_N_regN : N ; - fun label_N_regN : N ; - fun label_V2_regV2 : V2 ; - fun laboratory_N_regN : N ; - fun laborious_A_longA : A ; - fun labour_N_regN : N ; - fun labour_V_regV : V ; - fun lace_N_regN : N ; - fun lace_V2_regV2 : V2 ; - fun lack_N_regN : N ; - fun lack_V2_regV2 : V2 ; - fun lacuna_N_regN : N ; - fun ladder_N_regN : N ; - fun lady_N_regN : N ; - fun lake_N_regN : N ; - fun lamb_N_regN : N ; - fun lament_N_regN : N ; - fun lament_V2_regV2 : V2 ; - fun lamp_N_regN : N ; - fun land_N_regN : N ; - fun land_V_regV : V ; - fun lane_N_regN : N ; - fun language_N_regN : N ; - fun lapse_V_regV : V ; - fun large_A_regA : A ; - fun last_A_longA : A ; - fun last_V_regV : V ; - fun late_A_regA : A ; - fun lately_Adv_mkAdv : Adv ; - fun latitude_N_regN : N ; - fun lattice_N_regN : N ; - fun laugh_N_regN : N ; - 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 ; - fun lazy_A_regA : A ; - fun lead_N_regN : N ; - fun lead_V2_irreg : V2 ; - fun leaf_N_regN : N ; - fun league_N_regN : N ; - fun lean_V2_prepV2on : V2 ; - fun leap_V_regV : V ; - fun learn_VS_mkVS : VS ; - fun leather_N_regN : N ; - fun leave_V2_irreg : V2 ; - fun leaves_N_regN : N ; - fun lecture_N_regN : N ; - fun lecture_V_regV : V ; - fun Lee_PN_regPN : PN ; - fun left_A_longA : A ; - fun leftward_A_longA : A ; - fun leg_N_regN : N ; - fun legacy_N_regN : N ; - fun legal_A_longA : A ; - fun legible_A_longA : A ; - fun legitimate_A_longA : A ; - fun legitimize_V2_regV2 : V2 ; - fun lemon_N_regN : N ; - fun lend_V3_mkV3_to : V3 ; - fun length_N_regN : N ; - fun lengthen_V2_regV2 : V2 ; - fun lesson_N_regN : N ; - fun lethal_A_longA : A ; - fun letter_N_regN : N ; - fun level_A_longA : A ; - fun level_N_regN : N ; - fun level_V2_regV2 : V2 ; - fun lexical_A_longA : A ; - fun lexicalist_A_longA : A ; - fun lexicon_N_regN : N ; - fun liable_A_longA : A ; - fun liable_A_longA : A ; - fun liable_A_longA : A ; - fun liar_N_regN : N ; - fun liberal_A_longA : A ; - fun liberate_V_regV : V ; - fun libertine_N_regN : N ; - fun liberty_N_regN : N ; - fun library_N_regN : N ; - fun licence_N_regN : N ; - fun license_V2_regV2 : V2 ; - fun lid_N_regN : N ; - fun lie_V_regV : V ; - fun life_N_regN : N ; - fun lift_N_regN : N ; - fun lift_V2_regV2 : V2 ; - fun light_A_regA : A ; - fun light_N_regN : N ; - fun light_V2_irreg : V2 ; - fun lightning_N_regN : N ; - fun like_A_longA : A ; - fun like_V2_regV2 : V2 ; - fun like_V_regV : V ; - fun like_V_regV : V ; - fun likelihood_N2_prepN2of : N2 ; - fun likely_A_longA : A ; - fun likely_A_longA : A ; - fun likely_A_longA : A ; - fun limb_N_regN : N ; - fun lime_N_regN : N ; - fun limit_N_regN : N ; - fun limit_V2_regV2 : V2 ; - fun line_N_regN : N ; - fun line_V2_regV2 : V2 ; - fun linear_A_longA : A ; - fun linguist_N_regN : N ; - fun linguistic_A_longA : A ; - fun linguistics_N_regN : N ; - fun link_N_regN : N ; - fun link_V3_mkV3_to : V3 ; - fun lion_N_regN : N ; - fun lip_N_regN : N ; - fun liquefaction_N_regN : N ; - fun liquefy_V_regV : V ; - fun liquid_A_longA : A ; - fun liquid_N_regN : N ; - fun lisp_N_regN : N ; - fun Lisp_PN_regPN : PN ; - fun list_N_regN : N ; - fun list_V2_regV2 : V2 ; - fun listen_V2_prepV2to : V2 ; - fun Liszt_PN_regPN : PN ; - fun literal_A_longA : A ; - fun literary_A_longA : A ; - fun literature_N_regN : N ; - fun litre_N_regN : N ; - fun little_N_regN : N ; - fun live_A_regA : A ; - fun live_V_regV : V ; - fun load_N_regN : N ; - fun load_V2_regV2 : V2 ; - fun loaf_N_regN : N ; - fun loan_V3_mkV3_to : V3 ; - fun loaves_N_regN : N ; - fun lobster_N_regN : N ; - fun local_A_longA : A ; - fun locate_V2_regV2 : V2 ; - fun location_N_regN : N ; - fun locative_A_longA : A ; - fun lock_N_regN : N ; - fun lock_V2_regV2 : V2 ; - fun log_N_regN : N ; - fun logarithm_N_regN : N ; - fun logic_N_regN : N ; - fun loiter_V_regV : V ; - fun London_PN_regPN : PN ; - fun lonely_A_regA : A ; - fun long_Adv_mkAdv : Adv ; - fun long_A_regA : A ; - fun long_V2_prepV2for : V2 ; - fun longwinded_A_longA : A ; - fun look_N_regN : N ; - 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 ; - fun lord_N_regN : N ; - fun lore_N_regN : N ; - fun lose_V2_irreg : V2 ; - fun loss_N_regN : N ; - fun lot_N_regN : N ; - fun lottery_N_regN : N ; - fun loud_A_regA : A ; - fun lounge_V_regV : V ; - fun love_N_regN : N ; - fun love_V2_regV2 : V2 ; - fun lovely_A_regA : A ; - fun low_A_regA : A ; - fun lower_V2_regV2 : V2 ; - 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 ; - fun lunge_V2_regV2 : V2 ; - fun lurk_V_regV : V ; - fun lush_A_regA : A ; - fun luxury_N_regN : N ; - fun machine_N_regN : N ; - fun machinery_N_regN : N ; - fun mad_A_regA : A ; - 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 ; - fun magnet_N_regN : N ; - fun magnetic_A_longA : A ; - fun magnitude_N_regN : N ; - fun mail_N_regN : N ; - fun mail_V3_mkV3_to : V3 ; - fun main_A_longA : A ; - fun mainstream_A_longA : A ; - fun maintain_V2_regV2 : V2 ; - fun maintain_VS_mkVS : VS ; - fun maintenance_N_regN : N ; - fun major_A_longA : A ; - fun majority_N_regN : N ; - fun make_V2_irreg : V2 ; - fun male_A_longA : A ; - fun malign_V2_regV2 : V2 ; - fun malignant_A_longA : A ; - fun mammal_N_regN : N ; - fun man_N_regN : N ; - fun man_V2_regV2 : V2 ; - fun manage_V2_regV2 : V2 ; - fun manage_V_regV : V ; - fun manager_N_regN : N ; - fun mandatory_A_longA : A ; - fun manifest_A_longA : A ; - fun manifest_N_regN : N ; - fun manifest_V2_regV2 : V2 ; - fun manifestation_N_regN : N ; - fun manipulate_V2_regV2 : V2 ; - fun manner_N_regN : N ; - fun manners_N_regN : N ; - fun manoeuvre_N_regN : N ; - fun manoeuvre_V2_regV2 : V2 ; - fun manoeuvre_V_regV : V ; - fun manual_A_longA : A ; - fun manual_N_regN : N ; - fun manufacture_V2_regV2 : V2 ; - fun manuscript_N_regN : N ; - fun map_N_regN : N ; - fun map_V3_mkV3_to : V3 ; - fun mapping_N_regN : N ; - fun march_N_regN : N ; - fun March_PN_regPN : PN ; - fun margin_N_regN : N ; - fun marginal_A_longA : A ; - fun marine_A_longA : A ; - fun mark_N_regN : N ; - fun mark_V2_regV2 : V2 ; - fun market_N_regN : N ; - fun marking_N_regN : N ; - fun marriage_N_regN : N ; - fun marry_V2_regV2 : V2 ; - fun Mars_PN_regPN : PN ; - fun Mary_PN_regPN : PN ; - fun mass_N_regN : N ; - fun massive_A_longA : A ; - fun master_N_regN : N ; - fun master_V2_regV2 : V2 ; - fun mat_N_regN : N ; - fun match_N_regN : N ; - fun match_V2_regV2 : V2 ; - fun material_A_longA : A ; - fun material_N_regN : N ; - fun mathematical_A_longA : A ; - fun mathematician_N_regN : N ; - fun mathematics_N_regN : N ; - fun matrices_N_regN : N ; - fun matrix_N_regN : N ; - fun matter_N_regN : N ; - fun matter_V_regV : V ; - fun mature_A_regA : A ; - fun mature_V_regV : V ; - fun maxim_N_regN : N ; - fun maximal_A_longA : A ; - fun maximize_V2_regV2 : V2 ; - fun maximum_N_regN : N ; - fun May_PN_regPN : PN ; - fun may_V_regV : V ; - fun maybe_Adv_mkAdv : Adv ; - fun mayor_N_regN : N ; - fun meal_N_regN : N ; - fun mean_A_regA : A ; - fun mean_V2_irreg : V2 ; - fun mean_VS_mkVS : VS ; - fun meaning_N_regN : N ; - fun means_N_regN : N ; - fun meanwhile_Adv_mkAdv : Adv ; - fun measure_N_regN : N ; - fun measure_V2_regV2 : V2 ; - fun meat_N_regN : N ; - fun mechanic_V_regV : V ; - fun mechanical_A_longA : A ; - fun mechanism_N_regN : N ; - fun mechanize_V2_regV2 : V2 ; - fun mediate_V_regV : V ; - fun medical_A_longA : A ; - fun medicine_N_regN : N ; - fun medium_A_longA : A ; - fun medium_N_regN : N ; - fun meet_V2_irreg : V2 ; - 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_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 ; - fun mess_N_regN : N ; - fun message_N_regN : N ; - fun messenger_N_regN : N ; - fun metal_N_regN : N ; - fun metaphor_N_regN : N ; - fun method_N_regN : N ; - fun methodical_A_longA : A ; - fun methodology_N_regN : N ; - fun metre_N_regN : N ; - fun metric_A_longA : A ; - fun mice_N_regN : N ; - fun microbiology_N_regN : N ; - fun microphone_N_regN : N ; - fun microscope_N_regN : N ; - fun middle_A_longA : A ; - fun middle_N_regN : N ; - fun might_V_regV : V ; - fun mighty_A_regA : A ; - fun migrate_V_regV : V ; - fun mild_A_regA : A ; - fun mile_N_regN : N ; - fun military_A_longA : A ; - fun milk_N_regN : N ; - fun mill_N_regN : N ; - fun mill_V2_regV2 : V2 ; - fun million_N_regN : N ; - fun mimic_N_regN : N ; - fun mimic_V2_regV2 : V2 ; - fun mind_N_regN : N ; - fun mind_V2_regV2 : V2 ; - fun mind_V_regV : V ; - fun mine_N_regN : N ; - fun mine_V2_regV2 : V2 ; - fun mineral_N_regN : N ; - fun minim_N_regN : N ; - fun minimal_A_longA : A ; - fun minimize_V2_regV2 : V2 ; - fun minimum_N_regN : N ; - fun minister_N_regN : N ; - fun ministry_N_regN : N ; - fun ministry_N2_prepN2of : N2 ; - fun minor_A_longA : A ; - fun minor_N_regN : N ; - fun minute_A_longA : A ; - fun minute_N_regN : N ; - fun mirror_N_regN : N ; - fun miscellaneous_A_longA : A ; - fun misconception_N_regN : N ; - 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 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 ; - fun model_A_longA : A ; - fun model_N_regN : N ; - fun model_V2_regV2 : V2 ; - fun moderate_A_longA : A ; - fun moderate_V_regV : V ; - fun modern_A_longA : A ; - fun modest_A_longA : A ; - fun modesty_N_regN : N ; - fun modify_V2_regV2 : V2 ; - fun modular_A_longA : A ; - fun module_N_regN : N ; - fun molasses_N_regN : N ; - fun molecular_A_longA : A ; - fun molecule_N_regN : N ; - fun moment_N_regN : N ; - fun momentary_A_longA : A ; - fun momentous_A_longA : A ; - fun momentum_N_regN : N ; - fun Monday_PN_regPN : PN ; - fun money_N_regN : N ; - fun monitor_N_regN : N ; - fun monitor_V2_regV2 : V2 ; - fun monkey_N_regN : N ; - fun monotonic_A_longA : A ; - fun monotonically_Adv_mkAdv : Adv ; - fun month_N_regN : N ; - fun moon_N_regN : N ; - fun moral_A_longA : A ; - fun moral_N_regN : N ; - fun morning_N_regN : N ; - fun morpheme_N_regN : N ; - fun morphology_N_regN : N ; - fun morphosyntactic_A_longA : A ; - fun mortal_A_longA : A ; - fun mortise_N_regN : N ; - fun mosque_N_regN : N ; - fun mosquito_N_regN : N ; - fun mostly_Adv_mkAdv : Adv ; - fun mother_N2_prepN2of : N2 ; - fun motion_N_regN : N ; - fun motivate_V2_regV2 : V2 ; - fun motive_N_regN : N ; - fun motor_N_regN : N ; - fun mould_N_regN : N ; - fun mould_V2_regV2 : V2 ; - fun mountain_N_regN : N ; - 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_V3_mkV3_by : V3 ; - fun multitude_N2_prepN2of : N2 ; - fun mundane_A_longA : A ; - fun murder_N_regN : N ; - fun muscle_N_regN : N ; - fun muscular_A_longA : A ; - fun music_N_regN : N ; - fun musical_N_regN : N ; - fun must_V_regV : V ; - fun mutter_V2_prepV2about : V2 ; - fun mutual_A_longA : A ; - fun mystery_N_regN : N ; - fun myth_N_regN : N ; - fun mythical_A_longA : A ; - fun mythology_N_regN : N ; - fun nail_N_regN : N ; - fun naive_A_longA : A ; - fun name_N_regN : N ; - fun name_V2_regV2 : V2 ; - fun namely_Adv_mkAdv : Adv ; - fun narrow_A_regA : A ; - fun narrow_V2_regV2 : V2 ; - fun nasty_A_regA : A ; - fun nation_N_regN : N ; - 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_prepA2to : A2 ; - fun nearby_Adv_mkAdv : Adv ; - fun neat_A_regA : A ; - 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 ; - fun need_N_regN : N ; - fun need_V_regV : V ; - fun needle_N_regN : N ; - fun negate_V_regV : V ; - fun negative_A_longA : A ; - fun negative_N_regN : N ; - fun neglect_N_regN : N ; - fun neglect_V2_regV2 : V2 ; - fun negligence_N_regN : N ; - fun negligent_A_longA : A ; - fun negligible_A_longA : A ; - fun negotiate_V2_prepV2with : V2 ; - fun neighbour_N_regN : N ; - fun nephew_N2_prepN2of : N2 ; - fun nerve_N_regN : N ; - fun nervous_A_longA : A ; - fun nest_N_regN : N ; - fun nest_V2_prepV2in : V2 ; - fun net_N_regN : N ; - fun network_N_regN : N ; - fun neutral_A_longA : A ; - fun never_Adv_mkAdv : Adv ; - fun nevertheless_Adv_mkAdv : Adv ; - fun new_A_regA : A ; - fun news_N_regN : N ; - fun newspaper_N_regN : N ; - fun Newton_PN_regPN : PN ; - fun next_A_longA : A ; - fun nibble_V2_regV2 : V2 ; - fun nice_A_regA : A ; - fun nicety_N_regN : N ; - fun Nigeria_PN_regPN : PN ; - fun night_N_regN : N ; - fun nip_V2_regV2 : V2 ; - fun noble_A_regA : A ; - fun nobleman_N_regN : N ; - fun noblemen_N_regN : N ; - fun nod_V2_regV2 : V2 ; - fun nod_V_regV : V ; - fun node_N_regN : N ; - fun noise_N_regN : N ; - fun nominal_A_longA : A ; - fun nominate_V2_regV2 : V2 ; - fun nominative_A_longA : A ; - fun nonetheless_Adv_mkAdv : Adv ; - fun nonsense_N_regN : N ; - fun nonsensical_A_longA : A ; - fun normal_A_longA : A ; - fun normative_A_longA : A ; - fun north_N_regN : N ; - 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 ; - fun note_N_regN : N ; - fun note_VS_mkVS : VS ; - fun notice_N_regN : N ; - fun notice_V2_regV2 : V2 ; - fun notice_VS_mkVS : VS ; - fun notion_N_regN : N ; - fun notoriety_N_regN : N ; - 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 ; - fun novel_N_regN : N ; - fun novelty_N_regN : N ; - fun November_PN_regPN : PN ; - 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 ; - fun nuisance_N_regN : N ; - fun number_N_regN : N ; - fun numeral_N_regN : N ; - fun numeric_A_longA : A ; - fun numerical_A_longA : A ; - fun numerous_A_longA : A ; - fun nurse_N_regN : N ; - fun nurse_V2_regV2 : V2 ; - fun nut_N_regN : N ; - fun nutrient_N_regN : N ; - fun nutrition_N_regN : N ; - fun nutritious_A_longA : A ; - fun nylon_N_regN : N ; - fun oaf_N_regN : N ; - fun oak_N_regN : N ; - fun oar_N_regN : N ; - fun oath_N_regN : N ; - fun oats_N_regN : N ; - fun obey_V2_regV2 : V2 ; - fun object_N_regN : N ; - 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_A_longA : A ; - fun obligatory_A2_prepA2for_long : A2 ; - fun oblige_V_regV : V ; - fun oblique_A_longA : A ; - fun obscure_A_longA : A ; - fun obscure_V2_regV2 : V2 ; - fun observe_V2_regV2 : V2 ; - fun obstacle_N_regN : N ; - fun obstruct_V2_regV2 : V2 ; - fun obstruction_V_regV : V ; - fun obtain_V2_regV2 : V2 ; - fun obvious_A_longA : A ; - fun obvious_A_longA : A ; - fun occasion_N_regN : N ; - fun occupation_N_regN : N ; - fun occupy_V2_regV2 : V2 ; - fun occur_V_regV : V ; - fun occurrence_V_regV : V ; - fun ocean_N_regN : N ; - fun October_PN_regPN : PN ; - 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_prepN2against : N2 ; - fun offend_V2_regV2 : V2 ; - fun offense_N2_prepN2against : N2 ; - fun offensive_A_longA : A ; - fun offer_V_regV : V ; - fun offer_N_regN : N ; - fun office_N_regN : N ; - fun officer_N_regN : N ; - fun official_N_regN : N ; - fun offset_V2_regV2 : V2 ; - fun often_Adv_mkAdv : Adv ; - fun oil_N_regN : N ; - fun oil_V2_regV2 : V2 ; - fun old_A_regA : A ; - fun old_N_regN : N ; - 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 ; - fun onion_N_regN : N ; - fun only_Adv_mkAdv : Adv ; - fun only_A_longA : A ; - fun onto_Prep_mkPrep : Prep ; - fun ontology_N_regN : N ; - fun opacity_N_regN : N ; - fun opaque_A_longA : A ; - fun open_A_longA : A ; - fun open_V_regV : V ; - fun opening_N_regN : N ; - fun operand_N_regN : N ; - fun operate_V2_regV2 : V2 ; - fun operation_N2_prepN2on : N2 ; - fun operator_N_regN : N ; - fun opinion_N_regN : N ; - fun opponent_N_regN : N ; - fun opportune_A_longA : A ; - fun opportunistic_A_longA : A ; - fun opportunity_N_regN : N ; - fun oppose_V2_regV2 : V2 ; - fun opposite_A_longA : A ; - fun opposite_Adv_mkAdv : Adv ; - fun opposition_N2_prepN2to : N2 ; - fun optimal_A_longA : A ; - fun optimism_N_regN : N ; - fun optimist_N_regN : N ; - fun optimize_V2_regV2 : V2 ; - fun optimum_V_regV : V ; - fun option_N_regN : N ; - fun oral_A_regA : A ; - fun orange_A_longA : A ; - fun orange_N_regN : N ; - fun order_N_regN : N ; - fun order_V2_regV2 : V2 ; - fun order_V_regV : V ; - fun ordering_N_regN : N ; - fun orderly_A_longA : A ; - fun ordinary_A_longA : A ; - fun ore_N_regN : N ; - fun organ_N_regN : N ; - fun organic_A_longA : A ; - fun organically_Adv_mkAdv : Adv ; - fun organization_N_regN : N ; - fun organize_V2_regV2 : V2 ; - fun orient_N_regN : N ; - fun orient_V2_regV2 : V2 ; - fun origin_N_regN : N ; - fun original_A_longA : A ; - fun original_N_regN : N ; - fun originate_V_regV : V ; - fun orthography_N_regN : N ; - fun ostensible_A_longA : A ; - fun ostensive_A_longA : A ; - fun ostentation_N_regN : N ; - fun ostentatious_A_longA : A ; - fun other_A_longA : A ; - 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 ; - fun outer_A_longA : A ; - fun outlaw_N_regN : N ; - fun outlaw_V2_regV2 : V2 ; - fun outline_N_regN : N ; - fun outline_V2_regV2 : V2 ; - fun outrage_N_regN : N ; - fun outrage_V2_regV2 : V2 ; - fun outside_Adv_mkAdv : Adv ; - fun outside_N_regN : N ; - fun outside_Prep_mkPrep : Prep ; - fun outstanding_A_longA : A ; - fun over_N_regN : N ; - fun over_Prep_mkPrep : Prep ; - fun overflow_N_regN : N ; - fun overflow_V2_regV2 : V2 ; - fun overflow_V_regV : V ; - fun overlap_V_regV : V ; - fun overt_A_longA : A ; - fun overture_N_regN : N ; - fun overwhelm_V2_regV2 : V2 ; - fun owe_V3_regV3 : V3 ; - fun own_A_longA : A ; - fun own_V2_regV2 : V2 ; - fun ox_N_regN : N ; - fun oxen_N_regN : N ; - fun Oxford_PN_regPN : PN ; - fun oxygen_N_regN : N ; - fun pace_N_regN : N ; - fun pack_V2_regV2 : V2 ; - fun package_N_regN : N ; - fun package_V2_regV2 : V2 ; - fun packet_N_regN : N ; - fun page_N_regN : N ; - fun pain_N_regN : N ; - fun painstaking_A_longA : A ; - fun paint_N_regN : N ; - fun paint_V2_regV2 : V2 ; - fun pair_N_regN : N ; - fun pair_V3_mkV3_with : V3 ; - fun palace_N_regN : N ; - fun pale_A_regA : A ; - fun pamper_V2_regV2 : V2 ; - fun pamphlet_N_regN : N ; - fun pan_N_regN : N ; - fun panacea_N_regN : N ; - fun pane_N_regN : N ; - fun panel_N_regN : N ; - fun panelling_N_regN : N ; - fun panic_V_regV : V ; - fun panic_N_regN : N ; - fun pantry_N_regN : N ; - fun paper_N_regN : N ; - fun paper_V2_regV2 : V2 ; - fun paradigm_N_regN : N ; - fun paradox_N_regN : N ; - fun paragraph_N_regN : N ; - fun parallel_N_regN : N ; - fun parallel_V2_regV2 : V2 ; - 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 ; - fun parasite_N_regN : N ; - fun parasitic_A_longA : A ; - fun parasol_N_regN : N ; - fun parcel_N_regN : N ; - fun parent_N2_prepN2of : N2 ; - fun parentheses_N_regN : N ; - fun parenthesis_N_regN : N ; - fun parenthesize_V2_regV2 : V2 ; - fun parenthetical_A_longA : A ; - fun paris_N_regN : N ; - fun parity_N_regN : N ; - fun park_N_regN : N ; - fun park_V2_regV2 : V2 ; - fun parliament_N_regN : N ; - fun parse_V2_regV2 : V2 ; - fun parsimony_N_regN : N ; - fun part_N_regN : N ; - fun participant_N_regN : N ; - fun participate_V_regV : V ; - fun particle_N_regN : N ; - fun particular_A_longA : A ; - fun partition_N_regN : N ; - fun partition_V2_regV2 : V2 ; - fun partly_Adv_mkAdv : Adv ; - fun partner_N_regN : N ; - fun party_N_regN : N ; - fun pass_V3_mkV3_to : V3 ; - fun passage_N_regN : N ; - fun passenger_N_regN : N ; - fun passion_N_regN : N ; - fun passionate_A_longA : A ; - fun passive_A_longA : A ; - fun past_A_longA : A ; - fun past_N_regN : N ; - fun paste_N_regN : N ; - fun paste_V3_mkV3_to : V3 ; - fun pastry_N_regN : N ; - fun pasty_N_regN : N ; - fun pat_V2_regV2 : V2 ; - fun path_N_regN : N ; - fun pathology_N_regN : N ; - fun patience_N_regN : N ; - fun patient_N_regN : N ; - fun patient_A_longA : A ; - fun patient_A2_prepA2with_long : A2 ; - fun pattern_N_regN : N ; - fun paucity_N2_prepN2of : N2 ; - fun pause_V_regV : V ; - fun pause_N_regN : N ; - fun pay_N_regN : N ; - 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_A_longA : A ; - fun peculiar_A2_prepA2to_long : A2 ; - fun pedagogical_A_longA : A ; - fun pedant_N_regN : N ; - fun pedantic_A_longA : A ; - fun pedantically_A_longA : A ; - fun pelvic_A_longA : A ; - fun pelvis_N_regN : N ; - fun pen_N_regN : N ; - fun penal_A_longA : A ; - fun penalize_V2_regV2 : V2 ; - fun penalty_N_regN : N ; - fun pence_N_regN : N ; - fun pencil_N_regN : N ; - fun pending_A_longA : A ; - fun penetrate_V2_regV2 : V2 ; - fun penicillin_Adv_mkAdv : Adv ; - fun penny_N_regN : N ; - fun people_N_regN : N ; - fun people_N_regN : N ; - fun pepper_N_regN : N ; - fun perceive_V2_regV2 : V2 ; - fun perception_N_regN : N ; - fun perceptive_A_longA : A ; - fun perceptual_A_longA : A ; - fun percolate_V_regV : V ; - fun percolator_N_regN : N ; - fun peremptory_A_longA : A ; - fun perfect_A_longA : A ; - fun perform_V_regV : V ; - fun perhaps_Adv_mkAdv : Adv ; - fun period_N_regN : N ; - fun peripheral_A_longA : A ; - fun periphery_N_regN : N ; - fun perjure_V_regV : V ; - fun permanent_A_longA : A ; - fun permissible_A_longA : A ; - fun permission_N_regN : N ; - fun permissive_A_longA : A ; - fun permit_N_regN : N ; - fun permit_V_regV : V ; - fun permute_V2_regV2 : V2 ; - fun perpetual_A_longA : A ; - fun perpetuate_V2_regV2 : V2 ; - fun perpetuity_N_regN : N ; - fun persimmon_N_regN : N ; - fun persist_V_regV : V ; - fun persistence_N_regN : N ; - fun persistent_A_longA : A ; - fun person_N_regN : N ; - fun personal_A_longA : A ; - fun perspective_N_regN : N ; - fun perspicuous_A_longA : A ; - fun persuade_V2_regV2 : V2 ; - fun persuade_V_regV : V ; - fun persuasion_N_regN : N ; - fun persuasive_A_longA : A ; - fun perverse_A_longA : A ; - fun perversion_N_regN : N ; - fun pervert_N_regN : N ; - fun pervert_V2_regV2 : V2 ; - fun pet_N_regN : N ; - fun petrol_N_regN : N ; - fun phase_N_regN : N ; - fun phenomena_N_regN : N ; - fun phenomenon_N_regN : N ; - fun philosopher_N_regN : N ; - fun philosophy_N_regN : N ; - fun phone_N_regN : N ; - fun phone_V2_regV2 : V2 ; - fun phonemic_A_longA : A ; - fun phonetic_A_longA : A ; - fun phonetically_Adv_mkAdv : Adv ; - fun phonetics_N_regN : N ; - fun phonology_N_regN : N ; - fun phonotactic_A_longA : A ; - fun photo_N_regN : N ; - fun photograph_N_regN : N ; - fun photograph_V2_regV2 : V2 ; - fun photography_N_regN : N ; - fun phrase_N_regN : N ; - fun physical_A_longA : A ; - fun physician_N_regN : N ; - fun physics_N_regN : N ; - fun pianist_N_regN : N ; - fun piano_N_regN : N ; - fun pick_N_regN : N ; - fun pick_V2_regV2 : V2 ; - fun pick_V3_mkV3 : V3 ; - fun picnic_N_regN : N ; - fun picnic_V_regV : V ; - fun picture_N_regN : N ; - fun picture_V2_regV2 : V2 ; - fun piece_N_regN : N ; - fun pierce_V2_regV2 : V2 ; - fun pig_N_regN : N ; - fun pigeon_N_regN : N ; - fun pilchard_N_regN : N ; - fun pile_N_regN : N ; - fun pilfer_V2_regV2 : V2 ; - fun pill_N_regN : N ; - fun pillar_N_regN : N ; - fun pillow_N_regN : N ; - fun pilot_N_regN : N ; - fun pilot_V2_regV2 : V2 ; - fun pin_N_regN : N ; - fun pin_V3_mkV3_to : V3 ; - fun pink_A_regA : A ; - fun pipe_N_regN : N ; - fun pistol_N_regN : N ; - fun pit_N_regN : N ; - fun pitch_N_regN : N ; - fun pitch_V2_regV2 : V2 ; - fun pitchfork_N_regN : N ; - fun pith_N_regN : N ; - fun pity_V2_regV2 : V2 ; - fun pity_N_regN : N ; - fun place_N_regN : N ; - fun place_V2_regV2 : V2 ; - fun place_V3_mkV3_in : V3 ; - fun plague_N_regN : N ; - fun plague_V2_regV2 : V2 ; - fun plain_A_regA : A ; - fun plain_N_regN : N ; - fun plan_V_regV : V ; - fun plan_N_regN : N ; - fun planar_A_longA : A ; - fun plane_N_regN : N ; - fun planet_N_regN : N ; - fun plant_N_regN : N ; - fun plastic_A_longA : A ; - fun plastic_N_regN : N ; - fun plate_N_regN : N ; - fun plateau_N_regN : N ; - fun platypus_N_regN : N ; - fun plausible_A_longA : A ; - fun play_N_regN : N ; - fun play_V2_regV2 : V2 ; - fun play_V_regV : V ; - fun play_V2_prepV2with : V2 ; - fun pleasant_A_longA : A ; - fun please_V2_regV2 : V2 ; - fun pleasure_N_regN : N ; - fun pledge_N_regN : N ; - fun pledge_VS_mkVS : VS ; - fun plenty_N_regN : N ; - fun plot_N_regN : N ; - fun plot_V_regV : V ; - fun plug_N_regN : N ; - fun plum_N_regN : N ; - fun plumber_N_regN : N ; - fun plume_N_regN : N ; - fun plummet_V_regV : V ; - fun plump_A_regA : A ; - fun plunge_V_regV : V ; - fun plural_A_longA : A ; - fun plural_N_regN : N ; - fun pocket_N_regN : N ; - fun pocket_V2_regV2 : V2 ; - fun poem_N_regN : N ; - fun poet_N_regN : N ; - fun poetry_N_regN : N ; - fun point_N_regN : N ; - fun point_V2_prepV2to : V2 ; - fun poison_N_regN : N ; - fun poison_V2_regV2 : V2 ; - fun Poland_PN_regPN : PN ; - fun polar_A_longA : A ; - fun pole_N_regN : N ; - fun police_N_regN : N ; - fun policeman_N_regN : N ; - fun policemen_N_regN : N ; - fun policy_N_regN : N ; - fun polish_A_longA : A ; - fun polish_N_regN : N ; - fun polish_V2_regV2 : V2 ; - 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 ; - fun pollute_V2_regV2 : V2 ; - fun ponder_V_regV : V ; - fun pool_N_regN : N ; - fun poor_N_regN : N ; - fun poor_A_regA : A ; - fun pop_N_regN : N ; - 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_prepV2over : V2 ; - fun pork_N_regN : N ; - fun porosity_N_regN : N ; - fun porous_A_longA : A ; - fun porpoise_N_regN : N ; - fun port_N_regN : N ; - fun portable_A_longA : A ; - fun portion_N_regN : N ; - 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_V3_mkV3_to : V3 ; - fun posterior_A_longA : A ; - fun postman_N_regN : N ; - fun postmen_N_regN : N ; - fun postpone_V2_regV2 : V2 ; - fun postulate_V2_regV2 : V2 ; - fun pot_N_regN : N ; - fun potato_N_regN : N ; - fun potency_N_regN : N ; - fun potent_A_longA : A ; - fun potential_A_longA : A ; - fun pound_N_regN : N ; - fun pound_V2_regV2 : V2 ; - fun pour_V3_mkV3_loc : V3 ; - fun powder_N_regN : N ; - fun power_N_regN : N ; - fun power_V2_regV2 : V2 ; - fun practical_A_longA : A ; - fun practice_N_regN : N ; - fun practise_V2_regV2 : V2 ; - fun practitioner_N_regN : N ; - fun pragmatic_A_longA : A ; - fun pragmatically_Adv_mkAdv : Adv ; - fun pragmatics_N_regN : N ; - fun praise_N_regN : N ; - fun praise_V2_regV2 : V2 ; - fun pray_V2_prepV2to : V2 ; - fun prayer_N_regN : N ; - fun precarious_A_longA : A ; - fun precede_V2_regV2 : V2 ; - fun precedence_N_regN : N ; - fun precedent_N_regN : N ; - fun precious_A_longA : A ; - fun precise_A_longA : A ; - fun precision_N_regN : N ; - fun preclude_V2_regV2 : V2 ; - fun precursor_N_regN : N ; - fun predecessor_N_regN : N ; - fun predicate_N_regN : N ; - fun predicate_V2_regV2 : V2 ; - fun predict_V2_regV2 : V2 ; - fun predilection_N2_prepN2for : N2 ; - fun preface_N_regN : N ; - fun prefer_V3_mkV3_to : V3 ; - fun prefer_V_regV : V ; - fun prefer_V_regV : V ; - fun prefer_V_regV : V ; - fun preference_N_regN : N ; - fun pregnancy_N_regN : N ; - fun pregnant_A_longA : A ; - fun prejudice_N_regN : N ; - fun prejudiced_A_longA : A ; - fun preliminary_A_longA : A ; - fun premise_N_regN : N ; - fun preoccupation_N2_prepN2with : N2 ; - fun preoccupied_A2_prepA2with_long : A2 ; - fun preoccupy_V2_regV2 : V2 ; - fun prepare_V3_mkV3_for : V3 ; - fun preposition_N_regN : N ; - fun prerequisite_N_regN : N ; - fun prescribe_V2_regV2 : V2 ; - fun prescription_N_regN : N ; - fun prescriptive_A_longA : A ; - fun presence_N_regN : N ; - fun present_A_longA : A ; - fun present_N_regN : N ; - 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 ; - fun press_V2_regV2 : V2 ; - fun pressure_N_regN : N ; - fun prestige_N_regN : N ; - fun presume_VS_mkVS : VS ; - fun presumption_N_regN : N ; - fun presumptuous_A_longA : A ; - fun presuppose_VS_mkVS : VS ; - fun presupposition_N_regN : N ; - fun pretence_N_regN : N ; - fun pretend_VS_mkVS : VS ; - fun pretty_A_regA : A ; - fun prevent_V_regV : V ; - fun previous_A_longA : A ; - fun price_N_regN : N ; - fun prick_V_regV : V ; - fun prickle_N_regN : N ; - fun pride_N_regN : N ; - 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 ; - fun principle_N_regN : N ; - fun principled_A_longA : A ; - fun print_V2_regV2 : V2 ; - fun prior_N_regN : N ; - 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 ; - fun private_A_longA : A ; - 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 ; - fun problematic_A_longA : A ; - fun procedure_N_regN : N ; - fun proceed_V_regV : V ; - fun proceedings_N_regN : N ; - fun process_N_regN : N ; - fun process_V2_regV2 : V2 ; - fun procession_N_regN : N ; - fun processor_N_regN : N ; - fun produce_N_regN : N ; - fun produce_V2_regV2 : V2 ; - fun product_N_regN : N ; - fun profession_N_regN : N ; - fun professor_N_regN : N ; - 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_prepN2of : N2 ; - fun prognosis_N_regN : N ; - fun program_N_regN : N ; - fun program_V_regV : V ; - fun programme_N_regN : N ; - fun progress_V_regV : V ; - fun progress_N_regN : N ; - fun prohibit_V2_regV2 : V2 ; - fun project_N_regN : N ; - fun project_V_regV : V ; - fun proliferate_V_regV : V ; - fun prolong_V2_regV2 : V2 ; - fun prominence_N_regN : N ; - fun prominent_A_longA : A ; - fun promise_V_regV : V ; - fun promote_V2_regV2 : V2 ; - fun prompt_A_regA : A ; - fun prompt_N_regN : N ; - fun prompt_V2_regV2 : V2 ; - fun promulgate_V2_regV2 : V2 ; - 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_prepN2for : N2 ; - fun proper_A_longA : A ; - fun property_N_regN : N ; - fun proponent_N_regN : N ; - fun proportion_N_regN : N ; - fun propose_V_regV : V ; - fun propose_V_regV : V ; - fun proposition_N_regN : N ; - fun prose_N_regN : N ; - fun prosody_N_regN : N ; - fun prospect_N_regN : N ; - fun prospect_V2_prepV2for : V2 ; - fun prospective_A_longA : A ; - fun prospector_N_regN : N ; - fun protect_V3_mkV3_from : V3 ; - fun protest_N_regN : N ; - fun protest_V2_prepV2against : V2 ; - fun protocol_N_regN : N ; - fun prototype_N_regN : N ; - fun proud_A_regA : A ; - fun proud_A2_prepA2of : A2 ; - fun prove_VS_mkVS : VS ; - fun proven_A_longA : A ; - fun provide_V3_mkV3_for : V3 ; - fun provision_N_regN : N ; - fun prune_N_regN : N ; - fun prune_V2_regV2 : V2 ; - fun psychology_N_regN : N ; - fun pub_N_regN : N ; - fun public_A_longA : A ; - fun public_N_regN : N ; - fun publication_N_regN : N ; - fun publicity_N_regN : N ; - fun publish_V2_regV2 : V2 ; - fun pull_V2_regV2 : V2 ; - fun pulley_N_regN : N ; - fun pulpit_N_regN : N ; - fun pump_N_regN : N ; - fun punch_N_regN : N ; - fun punch_V2_regV2 : V2 ; - fun punctual_A_longA : A ; - fun punctuate_V2_regV2 : V2 ; - fun punish_V2_regV2 : V2 ; - fun punitive_A_longA : A ; - fun pupil_N_regN : N ; - fun purchase_V_regV : V ; - fun pure_A_regA : A ; - fun purge_N_regN : N ; - fun purple_A_regA : A ; - fun purpose_N_regN : N ; - fun purse_N_regN : N ; - fun pursue_V2_regV2 : V2 ; - 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 ; - fun puzzle_V2_regV2 : V2 ; - fun pyramid_N_regN : N ; - fun quadruple_N_regN : N ; - fun quail_N_regN : N ; - 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_prepN2with : N2 ; - fun quarter_N_regN : N ; - fun quartet_N_regN : N ; - fun queen_N_regN : N ; - fun queer_A_regA : A ; - fun query_N_regN : N ; - fun query_V2_regV2 : V2 ; - fun quest_N_regN : N ; - fun question_N_regN : N ; - fun question_V2_regV2 : V2 ; - fun quibble_V2_prepV2about : V2 ; - fun quick_A_regA : A ; - fun quiet_A_regA : A ; - fun quiet_N_regN : N ; - fun quilt_N_regN : N ; - fun quit_V2_regV2 : V2 ; - fun quite_Adv_mkAdv : Adv ; - fun quiz_N_regN : N ; - fun quizzes_N_regN : N ; - fun quote_V2_regV2 : V2 ; - fun rabbit_N_regN : N ; - fun rabid_A_longA : A ; - fun rabies_N_regN : N ; - fun race_N_regN : N ; - fun race_V2_regV2 : V2 ; - fun rack_N_regN : N ; - fun radar_N_regN : N ; - fun radical_A_longA : A ; - fun radii_N_regN : N ; - fun radio_N_regN : N ; - fun radish_N_regN : N ; - fun radius_N_regN : N ; - fun rage_N_regN : N ; - fun raid_V2_regV2 : V2 ; - fun rail_N_regN : N ; - fun railway_N_regN : N ; - fun rain_V_regV : V ; - fun rain_N_regN : N ; - fun raise_V2_regV2 : V2 ; - fun raisin_N_regN : N ; - fun random_A_longA : A ; - fun range_N_regN : N ; - fun range_V2_prepV2over : V2 ; - fun rank_N_regN : N ; - fun rank_V2_regV2 : V2 ; - fun rapid_A_longA : A ; - fun rare_A_regA : A ; - fun rat_N_regN : N ; - fun rate_N_regN : N ; - fun rather_Adv_mkAdv : Adv ; - fun ratio_N_regN : N ; - fun ration_N_regN : N ; - fun ration_V2_regV2 : V2 ; - fun rational_A_longA : A ; - fun rationale_N_regN : N ; - fun raw_A_regA : A ; - fun ray_N_regN : N ; - fun razor_N_regN : N ; - fun reach_V2_regV2 : V2 ; - fun read_V2_irreg : V2 ; - fun ready_A_regA : A ; - fun ready_A2_prepA2for : A2 ; - fun real_A_longA : A ; - fun realist_N_regN : N ; - fun realistic_A_longA : A ; - fun realistically_Adv_mkAdv : Adv ; - fun realize_VS_mkVS : VS ; - fun realm_N_regN : N ; - fun rear_A_longA : A ; - fun rear_N_regN : N ; - fun reason_V_regV : V ; - 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_V3_mkV3_from : V3 ; - fun recency_N_regN : N ; - fun recent_A_longA : A ; - fun reception_N_regN : N ; - fun recession_N_regN : N ; - fun recipe_N_regN : N ; - fun recipient_N_regN : N ; - fun reciprocal_A_longA : A ; - fun reciprocate_V_regV : V ; - fun recite_V2_regV2 : V2 ; - fun recognise_V2_regV2 : V2 ; - fun recognition_N_regN : N ; - fun recognize_V2_regV2 : V2 ; - fun recommend_V2_regV2 : V2 ; - fun reconcile_V2_regV2 : V2 ; - fun record_N_regN : N ; - fun record_V2_regV2 : V2 ; - fun recourse_N2_prepN2to : N2 ; - fun recover_V_regV : V ; - fun recovery_N_regN : N ; - fun rectify_V2_regV2 : V2 ; - fun recursion_N_regN : N ; - fun recursive_A_longA : A ; - fun red_A_regA : A ; - fun redeem_V2_regV2 : V2 ; - fun reduce_V2_regV2 : V2 ; - fun reducible_A_longA : A ; - fun reducible_A_longA : A ; - fun redundancy_N_regN : N ; - fun redundant_A_longA : A ; - fun reed_N_regN : N ; - 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 ; - fun reflect_V_regV : V ; - fun reflexive_A_longA : A ; - fun refractor_N_regN : N ; - fun refractory_A_longA : A ; - fun refresh_V2_regV2 : V2 ; - fun refuse_N_regN : N ; - fun refuse_V_regV : V ; - fun refute_V2_regV2 : V2 ; - fun regard_N_regN : N ; - fun regard_V3_mkV3_as : V3 ; - fun regime_N_regN : N ; - fun regiment_N_regN : N ; - fun regiment_V2_regV2 : V2 ; - fun region_N_regN : N ; - fun regress_V_regV : V ; - fun regular_A_longA : A ; - fun regulate_V2_regV2 : V2 ; - fun regulation_N_regN : N ; - fun reinforce_V2_regV2 : V2 ; - fun reject_V2_regV2 : V2 ; - fun rejoice_V_regV : V ; - 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_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 ; - fun religion_N_regN : N ; - fun religious_A_longA : A ; - fun relinquish_V2_regV2 : V2 ; - fun reluctance_N_regN : N ; - 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 ; - fun remark_N_regN : N ; - fun remedial_A_longA : A ; - fun remedy_N_regN : N ; - fun remedy_V2_regV2 : V2 ; - fun remember_VS_mkVS : VS ; - 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_V3_mkV3_from : V3 ; - fun renaissance_N_regN : N ; - fun render_V2A_mkV2A : V2A ; - fun rendition_N_regN : N ; - fun renew_V2_regV2 : V2 ; - fun renounce_V2_regV2 : V2 ; - fun rent_N_regN : N ; - fun rent_V2_regV2 : V2 ; - fun renunciation_N_regN : N ; - fun repair_N_regN : N ; - fun repair_V2_regV2 : V2 ; - fun repeat_V2_regV2 : V2 ; - fun repercussion_N_regN : N ; - fun repetition_N_regN : N ; - fun repetitious_A_longA : A ; - fun repetitive_A_longA : A ; - fun replace_V2_regV2 : V2 ; - fun replica_N_regN : N ; - fun replicate_V2_regV2 : V2 ; - fun reply_N_regN : N ; - 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_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_prepN2for : N2 ; - fun require_V2_regV2 : V2 ; - fun require_V2_prepV2_sbse : V2 ; - fun requisite_A_longA : A ; - fun rescue_V2_regV2 : V2 ; - fun resemble_V2_regV2 : V2 ; - fun reset_V2_regV2 : V2 ; - fun reside_V2_regV2 : V2 ; - fun residence_N_regN : N ; - fun resident_N_regN : N ; - fun residue_N_regN : N ; - fun resist_V2_regV2 : V2 ; - fun resistant_A_longA : A ; - fun resistence_N_regN : N ; - fun resolute_A_longA : A ; - fun resolution_N_regN : N ; - fun resolve_V2_regV2 : V2 ; - fun resort_N_regN : N ; - 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_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_V3_mkV3_to : V3 ; - fun restrain_V2_regV2 : V2 ; - fun restraint_N_regN : N ; - fun restrict_V_regV : V ; - fun result_N_regN : N ; - fun result_V_regV : V ; - fun resume_V2_regV2 : V2 ; - fun resumption_V_regV : V ; - fun resurgence_N_regN : N ; - fun resurgent_A_longA : A ; - fun resurrect_V2_regV2 : V2 ; - fun retain_V2_regV2 : V2 ; - fun retention_N_regN : N ; - fun retract_V_regV : V ; - fun retrieve_V2_regV2 : V2 ; - fun return_N_regN : N ; - fun return_V2_regV2 : V2 ; - fun return_V2_prepV2to : V2 ; - fun revamp_V2_regV2 : V2 ; - fun reveal_V2_regV2 : 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_prepN2of : N2 ; - fun reversible_A_longA : A ; - fun revise_V_regV : V ; - fun revive_V2_regV2 : V2 ; - fun revocation_N_regN : N ; - fun revoke_V_regV : V ; - fun revolution_N_regN : N ; - fun revolve_V_regV : V ; - fun reward_V2_regV2 : V2 ; - fun reward_N2_prepN2for : N2 ; - fun rhetoric_N_regN : N ; - fun rice_N_regN : N ; - fun rich_A_regA : A ; - fun rid_V3_mkV3_of : V3 ; - fun ride_N_regN : N ; - fun ride_V2_regV2 : V2 ; - fun ridiculous_A_longA : A ; - fun right_A_longA : A ; - fun right_N_regN : N ; - fun rigid_A_regA : A ; - fun rigorous_A_longA : A ; - fun rigour_N_regN : N ; - fun ring_N_regN : N ; - fun ring_V2_irreg : V2 ; - fun ripe_A_regA : A ; - fun rise_N_regN : N ; - fun risk_N_regN : N ; - fun risk_V_regV : V ; - fun rite_N_regN : N ; - fun rival_A_longA : A ; - fun rival_N_regN : N ; - fun rivalry_N_regN : N ; - fun river_N_regN : N ; - fun road_N_regN : N ; - fun roam_V_regV : V ; - fun roast_A_longA : A ; - fun roast_V2_regV2 : V2 ; - fun rob_V2_regV2 : V2 ; - fun robot_N_regN : N ; - fun robust_A_longA : A ; - fun rock_N_regN : N ; - fun rock_V2_regV2 : V2 ; - fun rock_V_regV : V ; - fun rod_N_regN : N ; - fun role_N_regN : N ; - fun roll_V_regV : V ; - fun romance_N_regN : N ; - fun romantic_A_longA : A ; - fun romantic_N_regN : N ; - fun roof_N_regN : N ; - fun room_N_regN : N ; - fun root_N_regN : N ; - fun rope_N_regN : N ; - fun rose_N_regN : N ; - fun rot_V_regV : V ; - fun rotten_A_regA : A ; - fun rough_A_regA : A ; - fun round_A_regA : A ; - fun route_N_regN : N ; - fun routine_A_longA : A ; - fun routine_N_regN : N ; - fun row_N_regN : N ; - fun row_V_regV : V ; - fun royal_A_regA : A ; - fun royalty_N_regN : N ; - fun rub_V_regV : V ; - fun rubber_N_regN : N ; - fun rubbish_N_regN : N ; - fun rude_A_regA : A ; - fun rude_A2_prepA2to : A2 ; - fun rudimentary_A_longA : A ; - fun ruin_N_regN : N ; - fun ruin_V2_regV2 : V2 ; - fun rule_N_regN : N ; - fun rule_V2_regV2 : V2 ; - fun ruler_N_regN : N ; - fun rump_N_regN : N ; - fun run_N_regN : N ; - fun rush_N_regN : N ; - fun russian_A_longA : A ; - fun russian_N_regN : N ; - fun sabbatical_A_longA : A ; - fun sad_A_regA : A ; - fun safe_N_regN : N ; - fun safe_A_regA : A ; - fun safe_A2_prepA2from : A2 ; - fun safety_N_regN : N ; - fun sail_N_regN : N ; - fun saint_N_regN : N ; - fun saintly_A_regA : A ; - fun sake_N_regN : N ; - fun salad_N_regN : N ; - fun sale_N_regN : N ; - fun salient_A_longA : A ; - fun saline_A_longA : A ; - fun salt_N_regN : N ; - fun same_A_longA : A ; - fun sample_N_regN : N ; - fun sanction_N_regN : N ; - fun sanction_V2_regV2 : V2 ; - fun sand_N_regN : N ; - fun Sandy_PN_regPN : PN ; - fun sane_A_regA : A ; - fun sat_V_regV : V ; - fun sat_V2_regV2 : V2 ; - fun satanic_A_longA : A ; - fun satisfaction_N_regN : N ; - fun satisfactory_A_longA : A ; - fun satisfy_V2_regV2 : V2 ; - fun Saturday_PN_regPN : PN ; - fun sauce_N_regN : N ; - fun saucer_N_regN : N ; - fun saucy_A_regA : A ; - fun sausage_N_regN : N ; - fun save_V2_regV2 : V2 ; - fun savings_N_regN : N ; - fun saw_N_regN : N ; - fun saw_V2_regV2 : V2 ; - fun say_VS_mkVS : VS ; - fun scale_N_regN : N ; - fun scan_V2_regV2 : V2 ; - fun scarce_A_regA : A ; - fun scare_V2_regV2 : V2 ; - fun scatter_V2_regV2 : V2 ; - fun scenario_N_regN : N ; - fun scene_N_regN : N ; - fun sceptic_N_regN : N ; - fun schedule_N_regN : N ; - fun schedule_V2_regV2 : V2 ; - fun schema_N_regN : N ; - fun schemata_N_regN : N ; - fun schematic_A_regA : A ; - fun scheme_N_regN : N ; - fun scholastic_A_longA : A ; - fun school_N_regN : N ; - fun science_N_regN : N ; - fun scientific_A_longA : A ; - fun scientist_N_regN : N ; - fun scissors_N_regN : N ; - fun scold_V_regV : V ; - fun scope_N_regN : N ; - fun score_N_regN : N ; - fun score_V_regV : V ; - 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_V3_mkV3_to : V3 ; - fun screw_V_regV : V ; - fun script_N_regN : N ; - fun scrupulous_A_longA : A ; - fun scrutiny_N_regN : N ; - fun sea_N_regN : N ; - fun search_N_regN : N ; - fun search_V2_regV2 : V2 ; - fun search_V2_prepV2for : V2 ; - fun season_N_regN : N ; - fun season_V2_regV2 : V2 ; - fun seat_N_regN : N ; - fun second_N_regN : N ; - fun secrecy_N_regN : N ; - fun secret_A_longA : A ; - fun secret_N_regN : N ; - fun secretary_N_regN : N ; - fun section_N_regN : N ; - fun secure_V2_regV2 : V2 ; - fun secure_A_regA : A ; - fun secure_A2_prepA2from : A2 ; - fun see_V2_irreg : V2 ; - fun seed_N_regN : N ; - fun seek_V2_irreg : V2 ; - fun seem_V_regV : V ; - fun seem_V_regV : V ; - fun seem_V_regV : V ; - fun segment_N_regN : N ; - fun segment_V2_regV2 : V2 ; - fun seize_V2_regV2 : V2 ; - fun seldom_Adv_mkAdv : Adv ; - fun select_V_regV : V ; - fun self_N_regN : N ; - fun sell_V2_irreg : V2 ; - 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_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_V3_mkV3_from : V3 ; - fun separate_A_longA : A ; - fun separate_A2_prepA2from_long : A2 ; - fun September_PN_regPN : PN ; - fun sequel_N2_prepN2to : N2 ; - fun sequence_N_regN : N ; - fun serial_A_longA : A ; - fun series_N_regN : N ; - fun serious_A_longA : A ; - fun servant_N_regN : N ; - fun serve_V2_regV2 : V2 ; - fun service_N_regN : N ; - fun session_N_regN : N ; - fun set_N_regN : N ; - fun setting_N2_prepN2for : N2 ; - fun settle_V_regV : V ; - fun severe_A_longA : A ; - fun sew_V2_irreg : V2 ; - fun sex_N_regN : N ; - fun sexual_A_longA : A ; - fun shade_N_regN : N ; - fun shade_V2_regV2 : V2 ; - fun shadow_N_regN : N ; - fun shake_N_regN : N ; - fun shake_V2_irreg : V2 ; - fun shall_V_regV : V ; - fun shallow_A_regA : A ; - fun shame_N_regN : N ; - fun shape_V2_regV2 : V2 ; - fun share_N_regN : N ; - fun share_V3_mkV3_with : V3 ; - fun sharp_A_regA : A ; - fun shatter_V2_regV2 : V2 ; - fun shave_N_regN : N ; - fun shave_V2_regV2 : V2 ; - fun shave_V_regV : V ; - fun shaven_A_longA : A ; - fun shear_V_regV : V ; - fun shears_N_regN : N ; - 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 ; - fun shelve_V2_regV2 : V2 ; - fun shelves_N_regN : N ; - fun shift_V_regV : V ; - fun shine_V_regV : V ; - fun ship_N_regN : N ; - fun shirt_N_regN : N ; - fun shock_N_regN : N ; - fun shock_V2_regV2 : V2 ; - fun shoe_N_regN : N ; - fun shoot_V2_irreg : V2 ; - fun shop_N_regN : N ; - fun shore_N_regN : N ; - fun short_A_regA : A ; - fun shortcoming_N_regN : N ; - fun shot_N_regN : N ; - fun should_V_regV : V ; - fun shoulder_N_regN : N ; - fun shoulder_V2_regV2 : V2 ; - 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_prepA2of : A2 ; - fun side_N_regN : N ; - fun sidestep_V2_regV2 : V2 ; - fun sideways_Adv_mkAdv : Adv ; - fun sideways_A_longA : A ; - fun sight_N_regN : N ; - fun sign_N_regN : N ; - fun sign_V2_regV2 : V2 ; - fun signal_N_regN : N ; - fun signal_V2_prepV2to_that_s : V2 ; - fun signature_N_regN : N ; - fun significance_N_regN : N ; - fun significant_A_longA : A ; - fun signify_V2_regV2 : V2 ; - fun silence_N_regN : N ; - fun silent_A_longA : A ; - fun silk_A_longA : A ; - fun silk_N_regN : N ; - fun silly_A_regA : A ; - fun silver_N_regN : N ; - 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 sir_N_regN : N ; - fun sister_N2_prepN2of : N2 ; - fun sit_V_regV : V ; - fun sit_V2_regV2 : V2 ; - fun site_N_regN : N ; - fun situation_N_regN : N ; - fun size_N_regN : N ; - fun skate_N_regN : N ; - fun skate_V_regV : V ; - fun skeletal_A_longA : A ; - fun skeleton_N_regN : N ; - fun sketch_N_regN : N ; - fun sketch_V2_regV2 : V2 ; - fun skilful_A_longA : A ; - fun skill_N_regN : N ; - fun skilled_A_longA : A ; - fun skin_N_regN : N ; - fun skip_V2_regV2 : V2 ; - fun skip_V_regV : V ; - fun skirt_N_regN : N ; - fun sky_N_regN : N ; - fun slash_N_regN : N ; - fun slave_N_regN : N ; - fun sledge_N_regN : N ; - fun sleep_N_regN : N ; - fun slide_V_regV : V ; - fun slight_A_regA : A ; - fun slight_N_regN : N ; - fun slim_A_regA : A ; - fun slim_V_regV : V ; - fun slip_V_regV : V ; - fun slip_N_regN : N ; - fun slipper_N_regN : N ; - fun slippery_A_regA : A ; - fun sloe_N_regN : N ; - fun slope_N_regN : N ; - fun slot_N_regN : N ; - fun slow_A_regA : A ; - fun small_A_regA : A ; - fun smart_A_regA : A ; - fun smell_N_regN : N ; - fun smell_V2_regV2 : V2 ; - fun smell_V_regV : V ; - fun smelt_V2_regV2 : V2 ; - fun smile_N_regN : N ; - fun smile_V_regV : V ; - fun smoke_N_regN : N ; - fun smoke_V_regV : V ; - fun smooth_A_regA : A ; - fun smooth_V2_regV2 : V2 ; - fun snake_N_regN : N ; - fun snap_V2_regV2 : V2 ; - fun snap_V_regV : V ; - 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 ; - fun sock_N_regN : N ; - fun sodium_N_regN : N ; - fun soft_A_regA : A ; - fun software_N_regN : N ; - fun soil_N_regN : N ; - fun soldier_N_regN : N ; - fun sole_A_longA : A ; - fun sole_N_regN : N ; - fun solemn_A_longA : A ; - fun solid_A_regA : A ; - fun solid_N_regN : N ; - fun soliloquies_N_regN : N ; - fun soliloquy_N_regN : N ; - fun solo_A_longA : A ; - fun solo_N_regN : N ; - fun solution_N_regN : N ; - fun solve_V2_regV2 : V2 ; - fun somehow_Adv_mkAdv : Adv ; - fun sometimes_Adv_mkAdv : Adv ; - fun somewhat_Adv_mkAdv : Adv ; - fun somewhere_Adv_mkAdv : Adv ; - fun son_N2_prepN2of : N2 ; - fun song_N_regN : N ; - fun soon_Adv_mkAdv : Adv ; - fun soon_Adv_mkAdv : Adv ; - fun sophisticated_A_longA : A ; - fun sophistication_N_regN : N ; - fun sore_A_regA : A ; - fun sore_N_regN : N ; - fun sorrow_N_regN : N ; - fun sorry_A_regA : A ; - 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 ; - fun sound_A_regA : A ; - fun sound_N_regN : N ; - fun sound_V_regV : V ; - fun soup_N_regN : N ; - fun sour_A_regA : A ; - fun source_N_regN : N ; - fun south_N_regN : N ; - 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 ; - fun Spain_PN_regPN : PN ; - fun span_V2_regV2 : V2 ; - fun spanish_A_regA : A ; - fun spare_A_longA : A ; - fun spare_V3_regV3 : V3 ; - fun sparrow_N_regN : N ; - fun spate_N_regN : N ; - fun spatial_A_longA : A ; - fun spear_N_regN : N ; - fun spear_V2_regV2 : V2 ; - fun special_A_longA : A ; - fun specialist_N_regN : N ; - 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 ; - fun spectacles_N_regN : N ; - fun spectacular_A_longA : A ; - fun spectra_N_regN : N ; - fun spectral_A_longA : A ; - fun spectrum_N_regN : N ; - fun speculate_V_regV : V ; - fun speech_N_regN : N ; - fun speed_N_regN : N ; - fun spell_N_regN : N ; - fun spell_V2_irreg : V2 ; - fun spend_V2_irreg : V2 ; - fun spin_V2_irreg : V2 ; - fun spinster_N_regN : N ; - fun spirit_N_regN : N ; - fun spite_N_regN : N ; - fun splendid_A_longA : A ; - fun splendour_N_regN : N ; - fun split_N_regN : N ; - fun spoil_V2_regV2 : V2 ; - fun spoke_N_regN : N ; - fun spokesman_N_regN : N ; - fun spoon_N_regN : N ; - fun sport_N_regN : N ; - fun spot_N_regN : N ; - fun spot_V2_regV2 : V2 ; - fun spring_N_regN : N ; - fun spring_V2_irreg : V2 ; - fun spur_N_regN : N ; - fun spurious_A_longA : A ; - fun square_A_regA : A ; - fun square_N_regN : N ; - fun stable_A_regA : A ; - fun stable_N_regN : N ; - fun stack_N_regN : N ; - fun stack_V2_regV2 : V2 ; - fun staff_N_regN : N ; - fun staff_V2_regV2 : V2 ; - fun stag_N_regN : N ; - fun stage_N_regN : N ; - fun stage_V2_regV2 : V2 ; - fun stain_N_regN : N ; - fun stain_V2_regV2 : V2 ; - fun stair_N_regN : N ; - fun stake_N_regN : N ; - fun stamp_N_regN : N ; - fun stance_N_regN : N ; - fun stand_V_regV : V ; - fun standard_A_longA : A ; - fun standard_N_regN : N ; - fun star_N_regN : N ; - fun stare_N_regN : N ; - fun stare_V2_prepV2at : V2 ; - fun start_N_regN : N ; - fun start_V2_regV2 : V2 ; - fun start_V_regV : V ; - fun startle_V2_regV2 : V2 ; - fun state_N_regN : N ; - fun state_V_regV : V ; - fun static_A_longA : A ; - fun station_N_regN : N ; - fun stationary_A_longA : A ; - fun stationer_N_regN : N ; - fun stationery_N_regN : N ; - fun statistic_N_regN : N ; - fun statistical_A_longA : A ; - fun statistics_N_regN : N ; - fun statistics_N_regN : N ; - fun stative_A_longA : A ; - fun statue_N_regN : N ; - fun stature_N_regN : N ; - fun status_N_regN : N ; - 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 ; - fun steel_V_regV : V ; - fun steep_A_regA : A ; - fun steeple_N_regN : N ; - fun steer_N_regN : N ; - fun steer_V2_regV2 : V2 ; - fun stem_N_regN : N ; - fun stem_V2_regV2 : V2 ; - fun step_N_regN : N ; - fun step_V2_regV2 : V2 ; - fun sterile_A_longA : A ; - fun stick_N_regN : N ; - fun stick_V2_mkV2_to : V2 ; - fun sticky_A_regA : A ; - fun stiff_A_regA : A ; - fun still_Adv_mkAdv : Adv ; - fun still_A_regA : A ; - fun sting_N_regN : N ; - fun sting_V2_irreg : V2 ; - fun stipulate_VS_mkVS : VS ; - fun stitch_N_regN : N ; - fun stitch_V2_regV2 : V2 ; - fun stock_N_regN : N ; - fun stock_V2_regV2 : V2 ; - fun stocking_N_regN : N ; - fun stomach_N_regN : N ; - fun stone_N_regN : N ; - fun stool_N_regN : N ; - fun stoop_V_regV : V ; - fun stop_N_regN : N ; - fun stop_V2_regV2 : V2 ; - fun stop_V_regV : V ; - fun storage_N_regN : N ; - fun store_N_regN : N ; - fun store_V2_regV2 : V2 ; - fun storm_N_regN : N ; - fun story_N_regN : N ; - fun straight_A_regA : A ; - fun straightforward_A_longA : A ; - fun strain_N_regN : N ; - fun strain_V2_regV2 : V2 ; - fun strand_V2_regV2 : V2 ; - fun strange_A_regA : A ; - fun stranger_N_regN : N ; - fun strata_N_regN : N ; - fun strategy_N_regN : N ; - fun stratum_N_regN : N ; - fun straw_N_regN : N ; - fun strawberry_N_regN : N ; - fun stray_A_regA : A ; - fun stray_V_regV : V ; - fun stream_N_regN : N ; - fun streamlined_A_longA : A ; - fun street_N_regN : N ; - fun strength_N_regN : N ; - fun strengthen_V2_regV2 : V2 ; - fun stress_N_regN : N ; - fun stress_V2_regV2 : V2 ; - fun stretch_V_regV : V ; - fun strew_V2_irreg : V2 ; - fun strict_A_regA : A ; - fun strident_A_longA : A ; - fun strike_V2_regV2 : V2 ; - fun string_N_regN : N ; - fun strip_N_regN : N ; - fun strip_V2_regV2 : V2 ; - fun strive_V2_mkV2_for : V2 ; - fun stroke_N_regN : N ; - fun stroke_V2_regV2 : V2 ; - fun strong_A_regA : A ; - fun structuralism_N_regN : N ; - fun structuralist_N_regN : N ; - fun structure_N_regN : N ; - fun struggle_N_regN : N ; - fun struggle_V2_prepV2with : V2 ; - fun student_N_regN : N ; - fun study_V_regV : V ; - fun study_N_regN : N ; - fun stuff_N_regN : N ; - fun stuff_V2_regV2 : V2 ; - fun stupid_A_regA : A ; - fun stupor_N_regN : N ; - fun stutter_V_regV : V ; - fun style_N_regN : N ; - fun stylistic_A_longA : A ; - fun suave_A_regA : A ; - fun subcategorize_V_regV : V ; - fun subjacency_N_regN : N ; - fun subjacent_A_longA : A ; - fun subjacent_A_longA : A ; - 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_prepV2to : V2 ; - fun subordinate_A_longA : A ; - fun subordinate_V2_regV2 : V2 ; - fun subsequent_A_longA : A ; - fun subservient_A_longA : A ; - fun substance_N_regN : N ; - fun substantial_A_longA : A ; - fun substantive_A_longA : A ; - 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_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_prepV2to : V2 ; - fun suck_V2_regV2 : V2 ; - fun sudden_A_longA : A ; - fun Sue_PN_regPN : PN ; - fun suffer_V2_prepV2from : V2 ; - fun suffice_V_regV : V ; - fun sufficient_A_longA : A ; - fun sugar_N_regN : N ; - fun suggest_V2_prepV2to_that_s : V2 ; - fun suit_V2_regV2 : V2 ; - fun suit_N_regN : N ; - fun suitable_A_longA : A ; - fun suite_N_regN : N ; - fun sum_N_regN : N ; - fun summer_N_regN : N ; - fun sun_N_regN : N ; - fun Sunday_PN_regPN : PN ; - fun sunshine_N_regN : N ; - fun super_A_longA : A ; - fun superficial_A_longA : A ; - fun superior_A_longA : A ; - fun supersede_V2_regV2 : V2 ; - fun supervisor_N_regN : N ; - fun supper_N_regN : N ; - fun supplement_V2_regV2 : V2 ; - fun supplement_N_regN : N ; - fun supplementary_A_longA : A ; - fun suppletion_N_regN : N ; - fun suppletive_A_longA : A ; - fun supply_V2_regV2 : V2 ; - 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 ; - fun suppose_VS_mkVS : VS ; - 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 ; - fun surgery_N_regN : N ; - fun surgical_A_longA : A ; - fun surmount_V2_regV2 : V2 ; - fun surprise_V_regV : V ; - fun surprise_V_regV : V ; - fun surprise_V2_regV2 : V2 ; - fun surprise_N_regN : N ; - fun surround_V2_regV2 : V2 ; - fun survey_V2_regV2 : V2 ; - fun survey_N_regN : N ; - fun survive_V2_regV2 : V2 ; - fun susceptible_A_longA : A ; - fun suspect_V2_regV2 : V2 ; - fun suspect_VS_mkVS : VS ; - fun suspect_N_regN : N ; - fun suspend_V2_regV2 : V2 ; - fun suspense_N_regN : N ; - fun suspicion_N_regN : N ; - fun suspicious_A_longA : A ; - fun sustain_V2_regV2 : V2 ; - fun sustenance_N_regN : N ; - fun swallow_V2_regV2 : V2 ; - fun swan_N_regN : N ; - fun swap_V3_mkV3_for : V3 ; - fun swear_VS_mkVS : VS ; - fun swede_N_regN : N ; - fun Sweden_PN_regPN : PN ; - fun swedish_A_regA : A ; - fun sweep_V2_irreg : V2 ; - fun sweet_N_regN : N ; - fun swift_A_regA : A ; - fun swift_N_regN : N ; - fun swim_N_regN : N ; - fun swiss_A_longA : A ; - fun switch_V2_regV2 : V2 ; - fun switch_N_regN : N ; - fun Switzerland_PN_regPN : PN ; - fun sword_N_regN : N ; - fun syllabic_A_longA : A ; - fun syllable_N_regN : N ; - fun syllogism_N_regN : N ; - fun symbol_N_regN : N ; - fun symmetry_N_regN : N ; - 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_A_longA : A ; - fun synonymous_A2_prepA2with_long : A2 ; - fun synonymy_N_regN : N ; - fun synopsis_N_regN : N ; - fun synoptic_A_longA : A ; - fun syntactic_A_longA : A ; - fun syntax_N_regN : N ; - fun syntheses_N_regN : N ; - fun synthesis_N_regN : N ; - fun synthesize_V2_regV2 : V2 ; - fun synthetic_A_longA : A ; - fun system_N_regN : N ; - fun systematic_A_longA : A ; - fun systematically_A_longA : A ; - fun systematize_V2_regV2 : V2 ; - fun table_N_regN : N ; - fun tabular_A_longA : A ; - fun tabulate_V2_regV2 : V2 ; - fun tacit_A_longA : A ; - fun tack_N_regN : N ; - fun tackle_V2_regV2 : V2 ; - fun tact_N_regN : N ; - fun tactic_N_regN : N ; - fun tag_V2_regV2 : V2 ; - fun tag_N_regN : N ; - fun tail_N_regN : N ; - fun tailor_N_regN : N ; - fun take_V2_irreg : V2 ; - fun tale_N_regN : N ; - fun talent_N_regN : N ; - fun talented_A_longA : A ; - fun talk_V2_prepV2about : V2 ; - fun talk_N_regN : N ; - fun tall_A_regA : A ; - fun tame_A_regA : A ; - fun tangent_N_regN : N ; - fun tangle_V2_regV2 : V2 ; - fun tank_N_regN : N ; - fun tap_V2_regV2 : V2 ; - fun tap_N_regN : N ; - fun tape_V2_regV2 : V2 ; - fun tape_N_regN : N ; - fun target_N_regN : N ; - fun task_N_regN : N ; - fun taste_V2_regV2 : V2 ; - fun taste_V2_prepV2of : V2 ; - fun taste_N_regN : N ; - fun tautology_N_regN : N ; - fun tax_V2_regV2 : V2 ; - fun tax_N_regN : N ; - fun taxi_N_regN : N ; - fun taxonomy_N_regN : N ; - fun tea_N_regN : N ; - fun team_N_regN : N ; - fun tear_V2_irreg : V2 ; - fun tear_N_regN : N ; - fun tease_V2_regV2 : V2 ; - fun technical_A_longA : A ; - fun technician_Adv_mkAdv : Adv ; - fun technique_N_regN : N ; - fun technology_N_regN : N ; - fun tedious_A_longA : A ; - fun tedium_N_regN : N ; - fun teem_V2_prepV2with : V2 ; - fun teeth_N_regN : N ; - fun telegram_N_regN : N ; - fun telegraph_V2_regV2 : V2 ; - fun telegraph_N_regN : N ; - fun telephone_V2_regV2 : V2 ; - fun telephone_N_regN : N ; - fun telescope_N_regN : N ; - fun television_N_regN : N ; - 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 ; - fun temple_N_regN : N ; - fun temporal_A_longA : A ; - fun temporary_A_longA : A ; - fun tempt_V2_regV2 : V2 ; - fun tend_V_regV : V ; - fun tendency_N2_prepN2to : N2 ; - fun tender_A_regA : A ; - fun tenet_N_regN : N ; - fun tennis_N_regN : N ; - fun tenon_N_regN : N ; - fun tenor_N_regN : N ; - fun tense_A_regA : A ; - fun tense_N_regN : N ; - fun tensed_A_longA : A ; - fun tension_N_regN : N ; - fun tent_N_regN : N ; - fun tentative_A_longA : A ; - fun term_V3_mkV3 : V3 ; - fun term_N_regN : N ; - fun terminal_A_longA : A ; - fun terminal_N_regN : N ; - fun terminate_V_regV : V ; - fun terminology_N_regN : N ; - fun terrace_N_regN : N ; - fun terrestrial_A_longA : A ; - fun terrible_A_longA : A ; - fun terrify_V2_regV2 : V2 ; - fun territory_N_regN : N ; - fun terror_N_regN : N ; - fun terse_A_regA : A ; - fun test_V2_regV2 : V2 ; - fun test_N_regN : N ; - fun testimony_N_regN : N ; - fun text_N_regN : N ; - fun textbook_N_regN : N ; - fun thank_V2_regV2 : V2 ; - fun thanks_N_regN : N ; - fun theatre_N_regN : N ; - fun theatrical_A_longA : A ; - fun thematic_A_longA : A ; - fun thematically_Adv_mkAdv : Adv ; - fun theme_N_regN : N ; - fun then_Adv_mkAdv : Adv ; - fun theorem_N_regN : N ; - fun theoretic_A_longA : A ; - fun theoretical_A_longA : A ; - fun theoretically_Adv_mkAdv : Adv ; - 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 ; - fun thick_A_regA : A ; - fun thief_N_regN : N ; - fun thigh_N_regN : N ; - fun thin_A_regA : A ; - fun thing_N_regN : N ; - fun think_VS_mkVS : VS ; - fun third_N_regN : N ; - 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_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_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 ; - fun Thursday_PN_regPN : PN ; - fun thus_Subj_mkSubj : Subj ; - fun ticket_N_regN : N ; - fun tidy_V2_regV2 : V2 ; - fun tidy_A_regA : A ; - fun tie_V3_mkV3_to : V3 ; - fun tie_N_regN : N ; - fun tiger_N_regN : N ; - fun tight_A_regA : A ; - fun till_V2_regV2 : V2 ; - fun till_N_regN : N ; - fun till_Adv_mkAdv : Adv ; - fun time_V2_regV2 : V2 ; - fun time_N_regN : N ; - fun timely_A_regA : A ; - fun timetable_N_regN : N ; - fun tin_N_regN : N ; - fun tinker_V2_prepV2with : V2 ; - fun tinker_N_regN : N ; - fun tip_N_regN : N ; - fun tire_V2_prepV2of : V2 ; - fun title_N_regN : N ; - fun to_Prep_mkPrep : Prep ; - fun toad_N_regN : N ; - fun toast_N_regN : N ; - fun toast_V2_regV2 : V2 ; - fun tobacco_N_regN : N ; - 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 ; - fun toll_V_regV : V ; - fun toll_N_regN : N ; - fun tomato_N_regN : N ; - fun tomb_N_regN : N ; - fun tomorrow_Adv_mkAdv : Adv ; - fun ton_N_regN : N ; - fun tone_N_regN : N ; - fun tongs_N_regN : N ; - fun tongue_N_regN : N ; - fun tonight_Adv_mkAdv : Adv ; - fun tonne_N_regN : N ; - fun tool_N_regN : N ; - fun tooth_N_regN : N ; - fun top_N_regN : N ; - fun topic_N_regN : N ; - fun topology_N_regN : N ; - fun torrent_N_regN : N ; - fun torrential_A_longA : A ; - fun toss_V2_regV2 : V2 ; - fun total_A_longA : A ; - fun total_N_regN : N ; - 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 ; - fun tow_V2_regV2 : V2 ; - fun towards_Prep_mkPrep : Prep ; - fun tower_N_regN : N ; - fun town_N_regN : N ; - fun toxic_A_longA : A ; - fun toy_N_regN : N ; - fun trace_V2_regV2 : V2 ; - fun trace_N_regN : N ; - fun track_V2_regV2 : V2 ; - fun track_N_regN : N ; - fun tract_N_regN : N ; - fun tractable_A_longA : A ; - fun trade_N_regN : N ; - fun tradition_N_regN : N ; - fun traffic_N_regN : N ; - fun traffic_V2_prepV2in : V2 ; - fun tragedy_N_regN : N ; - fun tragic_A_longA : A ; - fun train_V2_regV2 : V2 ; - fun train_N_regN : N ; - fun tramp_N_regN : N ; - fun tranquil_A_longA : A ; - fun transaction_N_regN : N ; - fun transcendental_A_longA : A ; - fun transcribe_V2_regV2 : V2 ; - fun transcript_N_regN : N ; - fun transcription_N_regN : N ; - fun transfer_V3_mkV3_to : V3 ; - fun transform_V2_regV2 : V2 ; - fun transience_N_regN : N ; - fun transient_A_longA : A ; - fun transistor_N_regN : N ; - fun transit_N_regN : N ; - fun transitive_A_longA : A ; - fun transitory_A_longA : A ; - fun translate_V3_mkV3_into : V3 ; - fun transmit_V2_regV2 : V2 ; - fun transparency_N_regN : N ; - fun transparent_A_longA : A ; - fun transport_V2_regV2 : V2 ; - fun transport_N_regN : N ; - fun trap_V2_regV2 : V2 ; - fun trap_N_regN : N ; - fun travel_V2_regV2 : V2 ; - fun travel_N_regN : N ; - fun traverse_V2_regV2 : V2 ; - fun tray_N_regN : N ; - fun treat_V3_mkV3_as : V3 ; - fun treatment_N_regN : N ; - fun treble_A_longA : A ; - fun treble_V2_regV2 : V2 ; - fun tree_N_regN : N ; - fun tremble_V_regV : V ; - fun triangle_N_regN : N ; - fun triangular_A_longA : A ; - fun tribe_N_regN : N ; - fun trick_V2_regV2 : V2 ; - fun trick_N_regN : N ; - fun trifle_V2_prepV2with : V2 ; - fun trifle_N_regN : N ; - fun trigger_V2_regV2 : V2 ; - fun trigger_N_regN : N ; - fun trip_V_regV : V ; - fun trip_N_regN : N ; - fun triple_A_longA : A ; - fun triple_V2_regV2 : V2 ; - fun triple_N_regN : N ; - fun triple_N_regN : N ; - fun triumph_V_regV : V ; - fun triumph_N_regN : N ; - fun trivial_A_longA : A ; - fun troops_N_regN : N ; - fun tropic_N_regN : N ; - fun trouble_V2_regV2 : V2 ; - fun trouble_N_regN : N ; - fun troublesome_A_longA : A ; - fun trousers_N_regN : N ; - fun truck_N_regN : N ; - fun true_A_regA : A ; - fun truncate_V2_regV2 : V2 ; - fun trunk_N_regN : N ; - fun trust_V2_regV2 : V2 ; - fun trust_N_regN : N ; - fun truth_N_regN : N ; - fun try_V2_regV2 : V2 ; - fun try_V_regV : V ; - fun tub_N_regN : N ; - fun tube_N_regN : N ; - 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_V3_mkV3 : V3 ; - fun turn_V3_mkV3 : V3 ; - fun turn_V_regV : V ; - fun turn_N_regN : N ; - fun turtle_N_regN : N ; - fun tutor_N_regN : N ; - fun twice_Adv_mkAdv : Adv ; - fun twiddle_V2_regV2 : V2 ; - fun twin_N_regN : N ; - fun twist_V2_regV2 : V2 ; - fun twist_N_regN : N ; - fun type_V2_regV2 : V2 ; - fun type_N_regN : N ; - 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 ; - fun ultimate_A_longA : A ; - fun ultimatum_N_regN : N ; - fun unary_A_longA : A ; - fun uncertainty_N_regN : N ; - fun uncle_N2_prepN2of : N2 ; - fun under_Prep_mkPrep : Prep ; - fun undergraduate_N_regN : N ; - fun underline_V2_regV2 : V2 ; - fun undermine_V2_regV2 : V2 ; - fun underneath_Adv_mkAdv : Adv ; - fun underneath_Prep_mkPrep : Prep ; - fun underneath_N_regN : N ; - fun underscore_N_regN : N ; - fun understand_V2_irreg : V2 ; - fun undo_V2_irreg : V2 ; - fun undoubtedly_Adv_mkAdv : Adv ; - fun ungainly_A_longA : A ; - fun uniform_A_longA : A ; - fun uniform_N_regN : N ; - fun unify_V2_regV2 : V2 ; - fun union_N_regN : N ; - fun unique_A_longA : A ; - fun unit_N_regN : N ; - fun unitary_A_longA : A ; - fun unite_V2_regV2 : V2 ; - fun unity_N_regN : N ; - fun universe_N_regN : N ; - fun university_N_regN : N ; - fun unleash_V2_regV2 : V2 ; - fun unplug_V2_regV2 : V2 ; - fun unprecedented_A_longA : A ; - fun until_Subj_mkSubj : Subj ; - fun until_Adv_mkAdv : Adv ; - 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 ; - fun upset_V2_irreg : V2 ; - fun upside_down_A_longA : A ; - fun upstairs_Adv_mkAdv : Adv ; - fun urge_V_regV : V ; - fun urge_N_regN : N ; - fun urgency_N_regN : N ; - fun urgent_A_regA : A ; - fun usage_N_regN : N ; - fun use_V2_regV2 : V2 ; - fun use_N_regN : N ; - fun used_A2_prepA2to_long : A2 ; - fun usual_A_longA : A ; - fun utility_N_regN : N ; - fun utilize_V2_regV2 : V2 ; - fun utter_A_longA : A ; - fun utter_V2_regV2 : V2 ; - fun utterance_N_regN : N ; - fun vacuous_A_longA : A ; - fun vacuum_N_regN : N ; - fun vague_A_regA : A ; - fun valence_N_regN : N ; - fun valency_N_regN : N ; - fun valid_A_longA : A ; - fun validate_V2_regV2 : V2 ; - fun valley_N_regN : N ; - fun valuable_A_longA : A ; - fun value_V2_regV2 : V2 ; - fun value_N_regN : N ; - fun van_N_regN : N ; - fun vanilla_N_regN : N ; - fun vanish_V_regV : V ; - fun variable_A_longA : A ; - fun variable_N_regN : N ; - fun variant_N_regN : N ; - fun variation_N_regN : N ; - fun variety_N_regN : N ; - fun various_A_longA : A ; - fun varnish_V2_regV2 : V2 ; - fun varnish_N_regN : N ; - fun vary_V_regV : V ; - fun vase_N_regN : N ; - fun vast_A_regA : A ; - fun vector_N_regN : N ; - fun vegetable_N_regN : N ; - fun vegetation_N_regN : N ; - fun vehicle_N_regN : N ; - fun velocity_N_regN : N ; - fun verb_N_regN : N ; - fun verbose_A_regA : A ; - fun verdict_N_regN : N ; - fun verify_V2_regV2 : V2 ; - fun versatile_A_longA : A ; - fun verse_N_regN : N ; - fun version_N_regN : N ; - fun vertex_N_regN : N ; - fun vertical_A_longA : A ; - fun vertices_N_regN : N ; - fun vessel_N_regN : N ; - fun vet_N_regN : N ; - fun viable_A_longA : A ; - fun vice_N_regN : N ; - fun victim_N_regN : N ; - fun victor_N_regN : N ; - fun victory_N_regN : N ; - 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 ; - fun vindicate_V2_regV2 : V2 ; - fun vine_N_regN : N ; - fun vineyard_N_regN : N ; - fun violate_V2_regV2 : V2 ; - fun violence_N_regN : N ; - fun violent_A_longA : A ; - fun viral_A_longA : A ; - fun virtual_A_longA : A ; - fun virtue_N_regN : N ; - fun virus_N_regN : N ; - 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 ; - fun visual_A_longA : A ; - fun vital_A_longA : A ; - fun vitiate_V2_regV2 : V2 ; - fun vocabulary_N_regN : N ; - fun voice_N_regN : N ; - fun volatile_A_longA : A ; - fun vole_N_regN : N ; - fun volt_N_regN : N ; - fun volume_N_regN : N ; - fun voluntary_A_longA : A ; - fun volunteer_V_regV : V ; - fun volunteer_V2_prepV2for : V2 ; - fun volunteer_N_regN : N ; - fun vote_V2_prepV2for : V2 ; - fun vote_N_regN : N ; - fun vow_V_regV : V ; - fun vow_VS_mkVS : VS ; - fun vow_N_regN : N ; - fun vowel_N_regN : N ; - fun voyage_N_regN : N ; - fun vulgar_A_longA : A ; - fun wag_V2_regV2 : V2 ; - fun wages_N_regN : N ; - fun waist_N_regN : N ; - fun waistcoat_N_regN : N ; - fun wait_V2_prepV2for : V2 ; - fun wait_N_regN : N ; - fun wake_V2_irreg : V2 ; - fun walk_V_regV : V ; - fun walk_N_regN : N ; - fun wall_N_regN : N ; - fun wan_A_regA : A ; - fun wander_V2_regV2 : V2 ; - fun want_V_regV : V ; - fun want_V_regV : V ; - fun war_N_regN : N ; - fun ward_N_regN : N ; - fun warm_V2_regV2 : V2 ; - fun warm_A_regA : A ; - fun warn_V2_regV2 : V2 ; - fun warning_N_regN : N ; - fun wash_V_regV : V ; - fun waste_A_longA : A ; - fun waste_V2_regV2 : V2 ; - fun waste_N_regN : N ; - fun watch_V2_regV2 : V2 ; - fun watch_N_regN : N ; - fun water_N_regN : N ; - fun wave_V2_prepV2to : V2 ; - fun wave_N_regN : N ; - fun wax_N_regN : N ; - fun way_N_regN : N ; - fun weak_A_regA : A ; - fun wealth_N_regN : N ; - fun weapon_N_regN : N ; - fun wear_V2_irreg : V2 ; - fun weather_N_regN : N ; - fun weave_V2_irreg : V2 ; - fun wedding_N_regN : N ; - fun wedge_N_regN : N ; - fun Wednesday_PN_regPN : PN ; - fun weed_N_regN : N ; - fun week_N_regN : N ; - fun weigh_V_regV : V ; - fun weigh_V2_regV2 : V2 ; - fun weight_N_regN : N ; - fun welcome_A_longA : A ; - 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_A_longA : A ; - fun west_A2_prepA2of_long : A2 ; - fun western_A_longA : A ; - fun wet_A_regA : A ; - fun wheat_N_regN : N ; - fun wheel_N_regN : N ; - fun wheeled_A_longA : A ; - fun whelk_N_regN : N ; - fun when_IAdv_mkIAdv : IAdv ; - fun when_IAdv_mkIAdv : IAdv ; - fun whenever_IAdv_mkIAdv : IAdv ; - fun where_IAdv_mkIAdv : IAdv ; - fun where_IAdv_mkIAdv : IAdv ; - fun whereas_Subj_mkSubj : Subj ; - fun wherever_IAdv_mkIAdv : IAdv ; - fun while_Subj_mkSubj : Subj ; - fun whim_N_regN : N ; - fun whine_V_regV : V ; - fun whine_N_regN : N ; - fun whiskey_N_regN : N ; - fun whisky_N_regN : N ; - fun whisper_N_regN : N ; - fun whisper_V_regV : V ; - fun whisper_VS_mkVS : VS ; - fun whistle_V_regV : V ; - fun white_A_regA : A ; - fun whole_A_longA : A ; - fun whole_A_regA : A ; - fun wholly_Adv_mkAdv : Adv ; - fun why_IAdv_mkIAdv : IAdv ; - fun why_IAdv_mkIAdv : IAdv ; - fun whyever_IAdv_mkIAdv : IAdv ; - fun wicked_A_longA : A ; - fun wide_A_regA : A ; - fun widow_N_regN : N ; - fun width_N_regN : N ; - fun wife_N_regN : N ; - fun wild_A_regA : A ; - fun will_V_regV : V ; - fun will_N_regN : N ; - fun willing_A_longA : A ; - fun win_V2_regV2 : V2 ; - fun wind_V2_irreg : V2 ; - fun wind_N_regN : N ; - fun window_N_regN : N ; - fun wine_N_regN : N ; - fun wing_N_regN : N ; - fun winter_N_regN : N ; - fun wire_N_regN : N ; - fun wisdom_N_regN : N ; - fun wise_A_regA : A ; - fun wish_V2_prepV2for : V2 ; - fun wish_VS_mkVS : VS ; - fun wish_N_regN : N ; - fun witch_N_regN : N ; - fun with_Prep_mkPrep : Prep ; - fun within_Adv_mkAdv : Adv ; - fun within_Prep_mkPrep : Prep ; - fun withold_V2_irreg : V2 ; - fun without_Prep_mkPrep : Prep ; - fun withstand_V2_regV2 : V2 ; - fun witness_V2_regV2 : V2 ; - fun witness_N2_prepN2to : N2 ; - fun wives_N_regN : N ; - fun woman_N_regN : N ; - fun women_N_regN : N ; - fun wonder_VQ_mkVQ : VQ ; - fun wonder_N_regN : N ; - fun wood_N_regN : N ; - fun wooden_A_longA : A ; - fun wool_N_regN : N ; - fun word_N_regN : N ; - fun work_N_regN : N ; - fun work_V_regV : V ; - fun world_N_regN : N ; - fun worm_N_regN : N ; - fun worry_V_regV : V ; - fun worry_V_regV : V ; - fun worry_V2_regV2 : 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_prepA2of : A2 ; - fun wound_V2_regV2 : V2 ; - fun wound_N_regN : N ; - fun wrap_V2_regV2 : V2 ; - fun wreck_V2_regV2 : V2 ; - fun wreck_N_regN : N ; - fun wrinkle_N_regN : N ; - fun wrist_N_regN : N ; - fun write_V2_irreg : V2 ; - fun wrong_A_longA : A ; - fun wry_A_regA : A ; - fun yard_N_regN : N ; - fun year_N_regN : N ; - fun yellow_N_regN : N ; - fun yellow_A_regA : A ; - fun yesterday_Adv_mkAdv : Adv ; - fun yet_Adv_mkAdv : Adv ; - fun yield_V2_regV2 : V2 ; - fun yield_N_regN : N ; - fun young_A_regA : A ; - fun youth_N_regN : N ; - fun zinc_N_regN : N ; -} \ No newline at end of file +abstract BigLexEngAbs = Cat **{ +fun abandon_V2 : V2 ; +fun abbreviate_V2 : V2 ; +fun abduct_V2 : V2 ; +fun able_A2 : A2 ; +fun able_A : A ; +fun abolish_V2 : V2 ; +fun abolition_N : N ; +fun abound_V : V ; +fun about_Prep : Prep ; +fun above_Adv : Adv ; +--fun above_Prep : Prep ; +fun abroad_Adv : Adv ; +fun absence_N2from : N2 ; +fun absent_A : A ; +fun absent_A2from : A2 ; +fun absentee_N : N ; +fun absolute_A : A ; +fun absolve_V3from : V3 ; +fun abstract_N : N ; +fun abstract_A : A ; +fun abstract_V : V ; +fun abundance_N : N ; +fun abundant_A : A ; +fun academic_A : A ; +fun accelerate_V2 : V2 ; +fun accept_V2 : V2 ; +fun access_V2 : V2 ; +fun access_N2to : N2 ; +fun accessible_A : A ; +fun accessible_A2to : A2 ; +fun accident_N : N ; +fun accommodate_V2 : V2 ; +fun accompany_V2 : V2 ; +fun accomplish_V2 : V2 ; +fun accord_V2with : V2 ; +fun accordingly_Adv : Adv ; +fun account_N : N ; +fun account_V2for : V2 ; +fun accumulate_V2 : V2 ; +fun accuracy_N : N ; +fun accurate_A : A ; +fun accuse_V3of : V3 ; +fun ache_N : N ; +fun ache_V : V ; +fun achieve_V2 : V2 ; +fun acknowledge_V2 : V2 ; +fun acknowledge_VS : VS ; +fun acquire_V2 : V2 ; +fun acquisition_N : N ; +fun acquisitive_A : A ; +fun across_Prep : Prep ; +fun act_N : N ; +fun act_V : V ; +fun activate_V2 : V2 ; +fun actor_N : N ; +fun actress_N : N ; +fun actual_A : A ; +fun acute_A : A ; +fun adage_N : N ; +fun adapt_V2 : V2 ; +fun add_V3to : V3 ; +fun addict_N : N ; +fun addict_V2 : V2 ; +fun addition_N2to : N2 ; +fun additive_N : N ; +fun address_N : N ; +fun address_V2 : V2 ; +fun adept_A : A ; +fun adept_A2at : A2 ; +fun adequacy_N : N ; +fun adequate_A : A ; +fun adequate_A2for : A2 ; +fun adhere_V2to : V2 ; +fun adherent_N : N ; +fun adhesive_N : N ; +fun adhesive_A : A ; +fun adjacency_N2to : N2 ; +fun adjacent_A : A ; +fun adjacent_A2to : A2 ; +fun adjective_N : N ; +fun adjoin_V2 : V2 ; +fun adjunct_N : N ; +fun adjust_V2 : V2 ; +fun administer_V2 : V2 ; +fun administration_N : N ; +fun admire_V2 : V2 ; +fun admissible_A : A ; +fun admission_N : N ; +fun admission_N2to : N2 ; +fun admit_V2 : V2 ; +fun admit_V3to : V3 ; +fun admit_V : V ; +fun admit_V2of : V2 ; +fun admit_VS : VS ; +fun adopt_V2 : V2 ; +fun adult_N : N ; +fun adult_A : A ; +fun advance_N : N ; +fun advance_V : V ; +fun advantage_N : N ; +fun advent_N : N ; +fun adventure_N : N ; +fun adverb_N : N ; +fun adverbial_A : A ; +fun adverse_A : A ; +fun advertise_V2 : V2 ; +fun advice_N : N ; +fun advise_V2 : V2 ; +fun advisor_N : N ; +fun advocate_V2 : V2 ; +fun aerobic_A : A ; +fun aesthetic_A : A ; +fun affair_N : N ; +fun affect_V2 : V2 ; +fun affection_N2for : N2 ; +fun affix_N : N ; +fun affix_V3with : V3 ; +fun afflict_V2 : V2 ; +fun afford_V2 : V2 ; +fun afford_VV : VV ; +fun afresh_Adv : Adv ; +fun africa_PN : PN ; +fun african_A : A ; +fun african_N : N ; +fun after_Subj : Subj ; +--fun after_Prep : Prep ; +fun afternoon_N : N ; +fun afterthought_N : N ; +fun afterwards_Adv : Adv ; +fun again_Adv : Adv ; +fun against_Prep : Prep ; +fun age_N : N ; +fun aged_A : A ; +fun agency_N : N ; +fun agenda_N : N ; +fun agent_N : N ; +fun aggravate_V2 : V2 ; +fun aggressive_A : A ; +fun ago_Adv : Adv ; +fun agree_V2with : V2 ; +fun ahead_Adv : Adv ; +fun aid_N : N ; +fun aid_V2 : V2 ; +fun aide_N : N ; +fun aim_N : N ; +fun aim_V2at : V2 ; +fun aim_V2to : V2 ; +fun air_N : N ; +fun aircraft_N : N ; +fun akin_A : A ; +fun akin_A : A ; +fun alcohol_N : N ; +fun alcoholic_A : A ; +fun alcoholic_N : N ; +fun algebra_N : N ; +fun algorithm_N : N ; +fun alias_N2for : N2 ; +fun align_V2 : V2 ; +fun all_Adv : Adv ; +fun allege_VS : VS ; +fun alley_N : N ; +fun allocate_V3to : V3 ; +fun allow_V2 : V2 ; +fun allow_V2 : V2 ; +fun allow_V2for : V2 ; +fun allow_V2of : V2 ; +fun allude_V2to : V2 ; +fun ally_N : N ; +fun ally_V2with : V2 ; +fun almost_Adv : Adv ; +fun alone_Adv : Adv ; +fun along_Prep : Prep ; +fun aloud_Adv : Adv ; +fun alphabet_N : N ; +fun alphabetic_A : A ; +fun alphanumeric_A : A ; +fun already_Adv : Adv ; +fun also_Adv : Adv ; +fun altar_N : N ; +fun alter_V : V ; +fun alternate_V2with : V2 ; +fun alternative_N2to : N2 ; +fun alternatively_A : A ; +fun always_Adv : Adv ; +fun amaze_V2 : V2 ; +fun amazing_A : A ; +fun ambiguity_N : N ; +fun ambiguous_A : A ; +fun ambition_N2 : N2 ; +fun ambitious_A : A ; +fun amenable_A : A ; +fun amenable_A2to : A2 ; +fun amend_V2 : V2 ; +fun amenity_N : N ; +fun america_PN : PN ; +fun american_A : A ; +fun american_N : N ; +fun among_Prep : Prep ; +fun amongst_Prep : Prep ; +fun ampere_N : N ; +fun ampersand_N : N ; +fun amuse_V2 : V2 ; +fun anachronism_N : N ; +fun anachronistic_A : A ; +fun analogous_A : A ; +fun analogous_A2to : A2 ; +fun analogue_N : N ; +fun analogy_N2with : N2 ; +fun analyse_V2 : V2 ; +fun analysis_N : N ; +fun analytic_A : A ; +fun anaphor_N : N ; +fun anaphora_N : N ; +fun anaphoric_A : A ; +fun ancestor_N : N ; +fun ancient_A : A ; +fun anecdote_N : N ; +fun anger_N : N ; +fun angle_N : N ; +fun angled_A : A ; +fun angler_N : N ; +fun angling_N : N ; +fun angry_A : A ; +fun angry_A2about : A2 ; +fun angry_A2at : A2 ; +fun angry_A2with : A2 ; +fun angry_A2 : A2 ; +fun animal_N : N ; +fun animate_A : A ; +fun animate_V2 : V2 ; +fun ankle_N : N ; +fun annotate_V2 : V2 ; +fun announce_V2 : V2 ; +fun announce_V2 : V2 ; +fun annoy_V2 : V2 ; +fun annual_A : A ; +fun anomalous_A : A ; +fun anomaly_N : N ; +fun answer_N : N ; +fun answer_V2 : V2 ; +fun ant_N : N ; +fun antecedent_N : N ; +fun anthropomorphic_A : A ; +fun anthropomorphism_N : N ; +fun antibiotic_N : N ; +fun anticipate_V2 : V2 ; +fun anticipate_V : V ; +fun anticipate_VS : VS ; +fun anxiety_N : N ; +fun anxious_A : A ; +fun anxious_A2about : A2 ; +fun anxious_A2 : A2 ; +fun anyhow_Adv : Adv ; +fun anyway_Adv : Adv ; +fun anywhere_Adv : Adv ; +fun ape_N : N ; +fun apologetic_A : A ; +fun apologetic_A2for : A2 ; +fun apologise_V2for : V2 ; +fun apologize_V2for : V2 ; +fun appal_V2 : V2 ; +fun apparatus_N : N ; +fun apparent_A : A ; +fun apparent_A2to : A2 ; +fun apparition_N : N ; +fun appeal_V2to : V2 ; +fun appeal_N2to : N2 ; +fun appear_V2 : V2 ; +fun appear_V2 : V2 ; +fun appear_V : V ; +fun appear_V2 : V2 ; +fun append_V3to : V3 ; +fun appendix_N : N ; +fun apple_N : N ; +fun applicable_A : A ; +fun applicable_A2to : A2 ; +fun applicant_N : N ; +fun apply_V3to : V3 ; +fun apply_V2for : V2 ; +fun appoint_V2 : V2 ; +fun appoint_V : V ; +fun appoint_V2 : V2 ; +fun appointment_N : N ; +fun apposite_A : A ; +fun appraise_V2 : V2 ; +fun appreciate_VS : VS ; +fun apprehend_V2 : V2 ; +fun apprehension_N : N ; +fun apprehensive_A : A ; +fun approach_V2 : V2 ; +fun approach_N2to : N2 ; +fun approbation_N : N ; +fun appropriate_A : A ; +fun appropriate_A2for : A2 ; +fun approve_V2of : V2 ; +fun approximate_A : A ; +fun approximate_V2to : V2 ; +fun april_PN : PN ; +fun apse_N : N ; +fun apt_A : A ; +fun apt_A2 : A2 ; +fun aptitude_N : N ; +fun arabian_A : A ; +fun arabic_A : A ; +fun arbitrary_A : A ; +fun arc_N : N ; +fun arch_N : N ; +fun archetype_N : N ; +fun architect_N : N ; +fun architecture_N : N ; +fun area_N : N ; +fun arena_N : N ; +fun argue_V : V ; +fun argument_N2s_withabout : N2 ; +fun argument_N2 : N2 ; +fun arise_V : V ; +fun arithmetic_N : N ; +fun arm_N : N ; +fun arm_V2 : V2 ; +fun armour_N : N ; +fun armoury_N : N ; +fun army_N : N ; +fun around_Prep : Prep ; +fun arouse_V2 : V2 ; +fun arrange_V : V ; +fun arrange_V2 : V2 ; +fun arrange_VV : VV ; +fun arrange_V2 : V2 ; +fun array_N : N ; +fun arrest_V2 : V2 ; +fun arrive_V : V ; +fun arrive_V2at : V2 ; +fun arrow_N : N ; +fun art_N : N ; +fun artefact_N : N ; +fun article_N : N ; +fun articulate_V2 : V2 ; +fun artificial_A : A ; +fun artist_N : N ; +fun as_Subj : Subj ; +fun ascend_V2 : V2 ; +fun ascend_V : V ; +fun ascent_N : N ; +fun ascertain_V2 : V2 ; +fun ascribe_V3to : V3 ; +fun ash_N : N ; +fun asia_PN : PN ; +fun ask_V2 : V2 ; +fun ask_V3for : V3 ; +fun ask_V3to : V3 ; +fun ask_V3s : V3 ; +fun ask_V2 : V2 ; +fun ask_V2for : V2 ; +fun ask_V2 : V2 ; +fun ask_V2 : V2 ; +fun ask_V2 : V2 ; +fun ask_V2 : V2 ; +fun aspect_N : N ; +fun aspire_V2to : V2 ; +fun aspire_VV : VV ; +fun aspirin_N : N ; +fun ass_N : N ; +fun assault_N : N ; +fun assault_V2 : V2 ; +fun assemble_V2 : V2 ; +fun assembly_N : N ; +fun assent_V2to : V2 ; +fun assert_VS : VS ; +fun assess_V2 : V2 ; +fun assign_V3to : V3 ; +fun assimilate_V2 : V2 ; +fun assist_V2 : V2 ; +fun assist_V : V ; +fun assist_V2 : V2 ; +fun assist_V2at : V2 ; +fun assistant_N : N ; +fun associate_V3with : V3 ; +fun association_N : N ; +fun assume_V2 : V2 ; +fun assume_VS : VS ; +fun assumption_N2 : N2 ; +fun assure_VS : VS ; +fun asterisk_N : N ; +fun asthma_N : N ; +fun asthmatic_A : A ; +fun asthmatically_Adv : Adv ; +fun astonish_V2 : V2 ; +fun astronomer_N : N ; +fun astronomy_N : N ; +fun asymmetry_N : N ; +fun at_Prep : Prep ; +fun atlas_N : N ; +fun atmosphere_N : N ; +fun atom_N : N ; +fun attach_V2 : V2 ; +fun attach_V3to : V3 ; +fun attach_V2to : V2 ; +fun attack_V2 : V2 ; +fun attack_N2on : N2 ; +fun attain_V2 : V2 ; +fun attempt_N2 : N2 ; +fun attempt_VV : VV ; +fun attend_V2to : V2 ; +fun attention_N2to : N2 ; +fun attentive_A : A ; +fun attentive_A2to : A2 ; +fun attitude_N : N ; +fun attract_V2 : V2 ; +fun attribute_N : N ; +fun attribute_V3to : V3 ; +fun audible_A : A ; +fun audience_N : N ; +fun augment_V2 : V2 ; +fun august_PN : PN ; +fun aunt_N2of : N2 ; +fun australia_PN : PN ; +fun australian_A : A ; +fun austria_PN : PN ; +fun author_N : N ; +fun authority_N : N ; +fun authorize_V2 : V2 ; +fun automate_V2 : V2 ; +fun automatic_A : A ; +fun automatically_Adv : Adv ; +fun automaton_N : N ; +fun autonomous_A : A ; +fun autonomy_N : N ; +fun autumn_N : N ; +fun auxiliary_A : A ; +fun auxiliary_N : N ; +fun avail_V2 : V2 ; +fun available_A : A ; +fun avenue_N : N ; +fun average_A : A ; +fun average_N : N ; +fun average_V2 : V2 ; +fun avoid_V2 : V2 ; +fun avoid_V2 : V2 ; +fun avowed_A : A ; +fun await_V2 : V2 ; +fun awaken_V2 : V2 ; +fun award_V3to : V3 ; +fun awful_A : A ; +fun awkward_A : A ; +fun axe_N : N ; +fun axiom_N : N ; +fun axiomatic_A : A ; +fun axiomatize_V2 : V2 ; +fun axis_N : N ; +fun baby_N : N ; +fun back_N : N ; +fun background_N : N ; +fun backing_N : N ; +fun backtrack_V : V ; +fun backward_A : A ; +fun backwards_Adv : Adv ; +fun bacterial_A : A ; +fun bacterium_N : N ; +fun bad_A : A ; +fun bag_N : N ; +fun bake_V2 : V2 ; +fun bake_V : V ; +fun balance_V : V ; +fun ball_N : N ; +fun ballad_N : N ; +fun banal_A : A ; +fun banana_N : N ; +fun band_N : N ; +fun bang_N : N ; +fun banish_V2 : V2 ; +fun bank_N : N ; +fun bar_N : N ; +fun bar_V2 : V2 ; +fun bare_A : A ; +fun bare_V2 : V2 ; +fun bark_N : N ; +fun bark_V : V ; +fun barn_N : N ; +fun baron_N : N ; +fun barrel_N : N ; +fun base_N : N ; +fun base_V3loc : V3 ; +fun basic_A : A ; +fun basically_Adv : Adv ; +fun basin_N : N ; +fun basis_N : N ; +fun basis_N2for : N2 ; +fun basis_N2of : N2 ; +fun basket_N : N ; +fun bat_N : N ; +fun batch_N : N ; +fun bath_N : N ; +fun bathe_V : V ; +fun batsman_N : N ; +fun battle_N : N ; +fun beach_N : N ; +fun beak_N : N ; +fun beam_N : N ; +fun bean_N : N ; +fun bear_N : N ; +fun bear_V2 : V2 ; +fun beard_N : N ; +fun beast_N : N ; +fun beat_V2 : V2 ; +fun beauty_N : N ; +--fun because_Subj : Subj ; +fun become_V2 : V2 ; +fun bed_N : N ; +fun bee_N : N ; +fun beer_N : N ; +fun before_Subj : Subj ; +--fun before_Prep : Prep ; +fun beg_V2 : V2 ; +fun begin_V2 : V2 ; +fun beginning_N : N ; +fun behalf_N : N ; +fun behave_V : V ; +fun behaviour_N : N ; +--fun behind_Prep : Prep ; +fun being_N : N ; +fun belief_N : N ; +fun belief_N2in : N2 ; +fun belief_N2 : N2 ; +fun believe_V2 : V2 ; +fun believe_V2in : V2 ; +fun believe_VS : VS ; +fun believe_VS : VS ; +fun believe_VS : VS ; +fun bell_N : N ; +fun belong_V2 : V2 ; +fun beloved_A : A ; +fun beloved_A2by : A2 ; +fun below_Prep : Prep ; +fun belt_N : N ; +fun bench_N : N ; +fun bend_V : V ; +fun beneath_Prep : Prep ; +fun beneficial_A : A ; +fun beneficial_A2to : A2 ; +fun benefit_N : N ; +fun berry_N : N ; +fun beside_Prep : Prep ; +fun besides_Adv : Adv ; +fun bet_N : N ; +fun betray_V2 : V2 ; +fun beyond_Prep : Prep ; +fun bias_V2 : V2 ; +fun bible_N : N ; +fun biblical_A : A ; +fun bibliography_N : N ; +fun biconditional_V : V ; +fun bicycle_N : N ; +fun bidirectional_A : A ; +fun big_A : A ; +fun bike_N : N ; +fun bill_N : N ; +fun bill_PN : PN ; +fun billion_N2 : N2 ; +fun bin_N : N ; +fun binary_A : A ; +fun bind_V2 : V2 ; +fun binding_N : N ; +fun bird_N : N ; +fun birth_N : N ; +fun birthday_N : N ; +fun bisect_V : V ; +fun bisector_N : N ; +fun bit_N : N ; +fun bite_V2 : V2 ; +fun bitter_A : A ; +fun bizarre_A : A ; +fun black_A : A ; +fun blackboard_N : N ; +fun blade_N : N ; +fun blame_V3for : V3 ; +fun blame_N : N ; +fun blame_N2for : N2 ; +fun blank_A : A ; +fun blank_N : N ; +fun bleed_V : V ; +fun blind_A : A ; +fun blind_V2 : V2 ; +fun block_N : N ; +fun block_V2 : V2 ; +fun blood_N : N ; +fun blow_N : N ; +fun blow_V : V ; +fun blue_A : A ; +fun bluff_V : V ; +fun board_N : N ; +fun boat_N : N ; +fun body_N : N ; +fun boil_V2 : V2 ; +fun bold_A : A ; +fun bomb_N : N ; +fun bomb_V2 : V2 ; +fun bombard_V2 : V2 ; +fun bond_N : N ; +fun bond_V3to : V3 ; +fun bone_N : N ; +fun bonus_N : N ; +fun book_N : N ; +fun bookkeeping_N : N ; +fun boolean_A : A ; +fun boorish_A : A ; +fun boost_V2 : V2 ; +fun boot_N : N ; +fun bootstrap_N : N ; +fun border_N : N ; +fun border_V2 : V2 ; +fun bore_N : N ; +fun bore_V2 : V2 ; +fun borrow_V3from : V3 ; +fun boss_N : N ; +fun bother_V2 : V2 ; +fun bother_V2about : V2 ; +fun bottle_N : N ; +fun bottom_N : N ; +fun bough_N : N ; +fun bound_A2for : A2 ; +fun bound_V : V ; +fun boundary_N : N ; +fun bounded_A : A ; +fun bow_N : N ; +fun bowl_N : N ; +fun box_N : N ; +fun boy_N : N ; +fun brace_N : N ; +fun bracket_N : N ; +fun bracket_V2 : V2 ; +fun brain_N : N ; +fun branch_V : V ; +fun brand_N : N ; +fun brandy_N : N ; +fun brass_N : N ; +fun brave_A : A ; +fun breach_N : N ; +fun breach_V2 : V2 ; +fun bread_N : N ; +fun breadth_N : N ; +fun break_N : N ; +fun break_V2 : V2 ; +fun breakage_N : N ; +fun breakfast_N : N ; +fun breath_N : N ; +fun breathe_V : V ; +fun breed_V : V ; +fun breed_N : N ; +fun breeze_N : N ; +fun brew_V2 : V2 ; +fun brick_N : N ; +fun bridge_N : N ; +fun bridge_V2 : V2 ; +fun brief_A : A ; +fun bright_A : A ; +fun brilliant_A : A ; +fun bring_V2 : V2 ; +fun bristle_N : N ; +fun britain_PN : PN ; +fun british_A : A ; +fun broach_V2 : V2 ; +fun broad_A : A ; +fun broadcast_N : N ; +fun bronchitis_N : N ; +fun brother_N : N ; +fun brother_N2of : N2 ; +fun brown_A : A ; +fun bruise_N : N ; +fun bruise_V2 : V2 ; +fun brute_N : N ; +fun bucket_N : N ; +fun bud_N : N ; +fun bud_V : V ; +fun buffer_N : N ; +fun buffer_V2 : V2 ; +fun bug_N : N ; +fun build_V2 : V2 ; +fun building_N : N ; +fun bullet_N : N ; +fun bully_N : N ; +fun bully_V2 : V2 ; +fun bun_N : N ; +fun bunch_N : N ; +fun bundle_N : N ; +fun burden_N : N ; +fun burn_V2 : V2 ; +fun burst_V : V ; +fun bury_V2 : V2 ; +fun bus_N : N ; +fun bush_N : N ; +fun business_N : N ; +fun busy_A : A ; +fun butter_N : N ; +fun butter_V2 : V2 ; +fun butterfly_N : N ; +fun button_N : N ; +fun buy_V2 : V2 ; +fun buzz_V : V ; +fun by_Prep : Prep ; +fun cabinet_N : N ; +fun cable_N : N ; +fun cage_N : N ; +fun cake_N : N ; +fun calculate_V2 : V2 ; +fun calculus_N : N ; +fun call_N : N ; +fun call_V2 : V2 ; +fun calm_A : A ; +fun cam_N : N ; +fun cambridge_PN : PN ; +fun camel_N : N ; +fun camera_N : N ; +fun camp_N : N ; +fun campaign_N : N ; +fun can_N : N ; +fun can_V2 : V2 ; +fun canada_PN : PN ; +fun canadian_A : A ; +fun cancel_V2 : V2 ; +fun cancer_N : N ; +fun candid_A : A ; +fun candidate_N : N ; +fun candle_N : N ; +fun cannon_N : N ; +fun canonical_A : A ; +fun cap_N : N ; +fun capable_A : A ; +fun capable_A2of : A2 ; +fun capacity_N : N ; +fun capital_N : N ; +fun captain_N : N ; +fun captain_N2 : N2 ; +fun capture_V2 : V2 ; +fun car_N : N ; +fun card_N : N ; +fun cardboard_N : N ; +fun cardinal_A : A ; +fun cardinal_N : N ; +fun care_V : V ; +fun care_N : N ; +fun career_N : N ; +fun carriage_N : N ; +fun carry_V2 : V2 ; +fun cart_N : N ; +fun cartesian_A : A ; +fun carve_V2 : V2 ; +fun case_N : N ; +fun cash_N : N ; +fun cast_N : N ; +fun cast_V2 : V2 ; +fun castle_N : N ; +fun casual_A : A ; +fun cat_N : N ; +fun catch_N : N ; +fun catch_V2 : V2 ; +fun categorical_A : A ; +fun category_N : N ; +fun cater_V2for : V2 ; +fun cause_N : N ; +fun cause_V2 : V2 ; +fun caution_N : N ; +fun cautious_A : A ; +fun cave_N : N ; +fun caviar_N : N ; +fun cease_V : V ; +fun ceiling_N : N ; +fun cell_N : N ; +fun cellar_N : N ; +fun cement_N : N ; +fun cement_N : N ; +fun census_N : N ; +fun cent_N : N ; +fun centaur_N : N ; +fun center_N : N ; +fun centre_N : N ; +fun centre_V2 : V2 ; +fun century_N : N ; +fun ceremonial_A : A ; +fun ceremony_N : N ; +fun certain_A : A ; +fun certain_A2of : A2 ; +fun certain_A2 : A2 ; +fun certainty_N : N ; +fun certainty_N2 : N2 ; +fun certify_V2 : V2 ; +fun certitude_N : N ; +fun chain_N : N ; +fun chain_V3to : V3 ; +fun chair_N : N ; +fun chairman_N : N ; +fun chairwoman_N : N ; +fun chalk_N : N ; +fun challenge_N : N ; +fun challenge_N2to : N2 ; +fun chance_N : N ; +fun chancellor_N : N ; +fun change_V : V ; +fun change_N : N ; +fun change_V2 : V2 ; +fun channel_N : N ; +fun chap_N : N ; +fun chapter_N : N ; +fun char_V : V ; +fun character_N : N ; +fun characteristic_N : N ; +fun characteristic_A : A ; +fun characteristic_A2of : A2 ; +fun characteristically_A : A ; +fun characterize_V3_pred : V3 ; +fun charge_N : N ; +fun charge_V3with : V3 ; +fun charitable_A : A ; +fun charity_N : N ; +fun charm_N : N ; +fun charm_V2 : V2 ; +fun charming_A : A ; +fun chart_N : N ; +fun chase_V2 : V2 ; +fun chaste_A : A ; +fun cheap_A : A ; +fun cheat_N : N ; +fun cheat_V2 : V2 ; +fun check_N : N ; +fun check_V2 : V2 ; +fun checkmate_N : N ; +fun cheek_N : N ; +fun cheer_V : V ; +fun cheer_N : N ; +fun cheerful_A : A ; +fun cheese_N : N ; +fun chemical_A : A ; +fun chemist_N : N ; +fun chemistry_N : N ; +fun cheque_N : N ; +fun chequered_A : A ; +fun chess_N : N ; +fun chest_N : N ; +fun chicken_N : N ; +fun chief_N : N ; +fun child_N : N ; +fun chimney_N : N ; +fun chin_N : N ; +fun china_PN : PN ; +fun chinaman_N : N ; +fun chinese_A : A ; +fun chocolate_N : N ; +fun choice_N : N ; +fun choose_V2 : V2 ; +fun christian_N : N ; +fun christmas_N : N ; +fun chronic_A : A ; +fun chronology_N : N ; +fun chunk_N : N ; +fun church_N : N ; +fun churn_N : N ; +fun churn_V2 : V2 ; +fun churn_V : V ; +fun cigar_N : N ; +fun cigarette_N : N ; +fun cinema_N : N ; +fun circle_N : N ; +fun circuit_N : N ; +fun circular_A : A ; +fun circulate_V : V ; +fun circumscribe_V2 : V2 ; +fun circumstance_N : N ; +fun circumvent_V : V ; +fun cite_V2 : V2 ; +fun citizen_N : N ; +fun city_N : N ; +fun civilize_V2 : V2 ; +fun clad_A : A ; +fun clad_A2in : A2 ; +fun claim_VS : VS ; +fun claim_N2 : N2 ; +fun clan_N : N ; +fun clap_V : V ; +fun clap_N : N ; +fun clarify_V2 : V2 ; +fun clarity_N : N ; +fun clash_V2with : V2 ; +fun class_N : N ; +fun class_V3_pred : V3 ; +fun classic_A : A ; +fun classify_V2 : V2 ; +fun clause_N : N ; +fun clay_N : N ; +fun clean_A : A ; +fun clean_V2 : V2 ; +fun clear_V2 : V2 ; +fun clear_A : A ; +fun clear_A2 : A2 ; +fun cleave_V2 : V2 ; +fun cleaver_N : N ; +fun cleft_N : N ; +fun clerk_N : N ; +fun clever_A : A ; +fun client_N : N ; +fun cliff_N : N ; +fun climate_N : N ; +fun climax_N : N ; +fun climb_V2 : V2 ; +fun clinic_N : N ; +fun clip_N : N ; +fun clitic_N : N ; +fun clock_N : N ; +fun clog_N : N ; +fun close_V2 : V2 ; +fun close_A : A ; +fun close_A2to : A2 ; +fun closet_N : N ; +fun closure_N : N ; +fun cloth_N : N ; +fun clothe_V2 : V2 ; +fun clothing_N : N ; +fun cloud_N : N ; +fun clove_V2 : V2 ; +fun club_N : N ; +fun clue_N : N ; +fun clumsy_A : A ; +fun clutter_N : N ; +fun coach_N : N ; +fun coach_V2 : V2 ; +fun coal_N : N ; +fun coalesce_V : V ; +fun coarse_A : A ; +fun coast_N : N ; +fun coast_V2 : V2 ; +fun coaster_N : N ; +fun coat_N : N ; +fun cocktail_N : N ; +fun cocoa_N : N ; +fun coconut_N : N ; +fun code_N : N ; +fun code_V2 : V2 ; +fun coefficient_N : N ; +fun coerce_V2 : V2 ; +fun coffee_N : N ; +fun cog_N : N ; +fun cognition_N : N ; +fun cognitive_A : A ; +fun coherence_N : N ; +fun coherent_A : A ; +fun coin_N : N ; +fun coincide_V2with : V2 ; +fun coincidence_N : N ; +fun coincidental_A : A ; +fun cold_A : A ; +fun cold_N : N ; +fun collaborate_V : V ; +fun collapse_N : N ; +fun collapse_V : V ; +fun collar_N : N ; +fun colleague_N : N ; +fun collect_V3from : V3 ; +fun college_N : N ; +fun collide_V : V ; +fun collinear_A : A ; +fun collision_N : N ; +fun colon_N : N ; +fun colony_N : N ; +fun colour_N : N ; +fun colour_V2 : V2 ; +fun column_N : N ; +fun comb_N : N ; +fun combat_N : N ; +fun combinator_N : N ; +fun combine_V3with : V3 ; +fun come_V2 : V2 ; +fun comedy_N : N ; +fun comfort_N : N ; +fun comfort_V2 : V2 ; +fun comfortable_A : A ; +fun comma_N : N ; +fun command_N : N ; +fun command_V2 : V2 ; +fun commence_V : V ; +fun comment_N : N ; +fun comment_V2on : V2 ; +fun commerce_N : N ; +fun commercial_N : N ; +fun commission_V2 : V2 ; +fun commission_N : N ; +fun commit_V : V ; +fun committee_N : N ; +fun commodity_N : N ; +fun common_A : A ; +fun commonsense_A : A ; +fun commonwealth_N : N ; +fun commune_N : N ; +fun communicate_V2with : V2 ; +fun community_N : N ; +fun commutative_A : A ; +fun commutator_N : N ; +fun compact_A : A ; +fun companion_N : N ; +fun company_N : N ; +fun comparative_A : A ; +fun comparative_N : N ; +fun compare_V3with : V3 ; +fun comparison_N2of_ppwith : N2 ; +fun compass_V : V ; +fun compatible_A : A ; +fun compatible_A2with : A2 ; +fun compel_V2 : V2 ; +fun compensate_V2for : V2 ; +fun compete_V2with : V2 ; +fun competence_N : N ; +fun competent_A : A ; +fun competition_N : N ; +fun competitor_N : N ; +fun compile_V2 : V2 ; +fun complain_V2about : V2 ; +fun complaint_N2about : N2 ; +fun complement_N : N ; +fun complement_V2 : V2 ; +fun complementary_A : A ; +fun complementary_A2to : A2 ; +fun complete_A : A ; +fun complete_V2 : V2 ; +fun complex_A : A ; +fun complex_N : N ; +fun complicate_V2 : V2 ; +fun compliment_N : N ; +fun compliment_V2 : V2 ; +fun comply_V2with : V2 ; +fun component_N : N ; +fun compose_V2 : V2 ; +fun composite_A : A ; +fun composition_N : N ; +fun compound_A : A ; +fun compound_N : N ; +fun compound_V2 : V2 ; +fun comprehend_V2 : V2 ; +fun comprehensible_A : A ; +fun comprehensible_A2to : A2 ; +fun comprehension_N : N ; +fun comprehensive_A : A ; +fun compress_V2 : V2 ; +fun comprise_V2 : V2 ; +fun compromise_V : V ; +fun compute_V2 : V2 ; +fun computer_N : N ; +fun concatenate_V2 : V2 ; +fun concave_A : A ; +fun conceal_V2 : V2 ; +fun concede_VS : VS ; +fun conceive_V2of : V2 ; +fun concentrate_V2 : V2 ; +fun concept_N : N ; +fun conception_N : N ; +fun conceptual_A : A ; +fun concern_N : N ; +fun concern_V2 : V2 ; +fun concerning_Prep : Prep ; +fun concert_N : N ; +fun concerted_A : A ; +fun concession_N : N ; +fun concise_A : A ; +fun conclude_VS : VS ; +fun conclusion_N2 : N2 ; +fun conclusive_A : A ; +fun concomitant_A : A ; +fun concrete_A : A ; +fun concrete_N : N ; +fun concur_V : V ; +fun concurrent_A : A ; +fun condemn_V2 : V2 ; +fun condition_N : N ; +fun condition_V2 : V2 ; +fun conditional_N : N ; +fun conducive_A2to : A2 ; +fun conduct_N : N ; +fun conduct_V2 : V2 ; +fun confer_V2with : V2 ; +fun conference_N : N ; +fun confess_VS : VS ; +fun confidence_N : N ; +fun confident_A : A ; +fun configure_V2 : V2 ; +fun confine_V3to : V3 ; +fun confirm_V2 : V2 ; +fun conflate_V2 : V2 ; +fun conflict_V2with : V2 ; +fun confluence_N : N ; +fun confluent_A : A ; +fun conform_V2to : V2 ; +fun confound_V2 : V2 ; +fun confounded_A : A ; +fun confront_V3with : V3 ; +fun confuse_V2 : V2 ; +fun congruence_N : N ; +fun congruent_A : A ; +fun conjecture_VS : VS ; +fun conjoin_V2 : V2 ; +fun conjunct_N : N ; +fun conjunction_N : N ; +fun conjunctive_A : A ; +fun connect_V2 : V2 ; +fun connective_N : N ; +fun conquer_V2 : V2 ; +fun conqueror_N : N ; +fun conquest_N : N ; +fun conscience_N : N ; +fun conscious_A : A ; +fun conscious_A2of : A2 ; +fun consecutive_A : A ; +fun consensus_N : N ; +fun consequence_N : N ; +fun consequent_A : A ; +fun conservative_A : A ; +fun conserve_V2 : V2 ; +fun consider_V2 : V2 ; +fun consider_V3 : V3 ; +fun consider_V2 : V2 ; +fun consider_V2 : V2 ; +fun considerate_A : A ; +fun consist_V2of : V2 ; +fun consistency_N : N ; +fun consistent_A : A ; +fun consistent_A2with : A2 ; +fun consonant_A : A ; +fun consonant_A2with : A2 ; +fun consonant_N : N ; +fun constant_A : A ; +fun constant_N : N ; +fun constellation_N : N ; +fun constituency_N : N ; +fun constituent_N : N ; +fun constitute_V2 : V2 ; +fun constrain_V2 : V2 ; +fun constraint_N : N ; +fun constrict_V2 : V2 ; +fun construct_V2 : V2 ; +fun constructor_N : N ; +fun construe_V3_pred : V3 ; +fun consult_V2 : V2 ; +fun consume_V2 : V2 ; +fun consumption_N : N ; +fun contact_N : N ; +fun contact_V2 : V2 ; +fun contagion_N : N ; +fun contagious_A : A ; +fun contain_V2 : V2 ; +fun contaminate_V2 : V2 ; +fun contemplate_V2 : V2 ; +fun contemporary_A : A ; +fun contemporary_N : N ; +fun contend_VS : VS ; +fun content_A : A ; +fun content_A2with : A2 ; +fun contented_A : A ; +fun contented_A2with : A2 ; +fun contention_N2 : N2 ; +fun context_N : N ; +fun contextual_A : A ; +fun contiguous_A : A ; +fun contiguous_A2to : A2 ; +fun contingency_N : N ; +fun contingent_A : A ; +fun contingent_A2on : A2 ; +fun continual_A : A ; +fun continue_V2 : V2 ; +fun continue_V2 : V2 ; +fun continuity_N : N ; +fun continuous_A : A ; +fun continuum_N : N ; +fun contour_N : N ; +fun contract_V : V ; +fun contract_N : N ; +fun contradict_V2 : V2 ; +fun contrary_A : A ; +fun contrary_A2to : A2 ; +fun contrast_N : N ; +fun contrast_V3with : V3 ; +fun contrastive_A : A ; +fun contravene_V2 : V2 ; +fun contribute_V2to : V2 ; +fun control_N : N ; +fun control_V2 : V2 ; +fun controversial_A : A ; +fun controversy_N : N ; +fun convenience_N : N ; +fun convenient_A : A ; +fun convention_N : N ; +fun converge_V : V ; +fun convergence_N : N ; +fun conversation_N : N ; +fun converse_A : A ; +fun converse_V2with : V2 ; +fun conversion_N : N ; +fun convert_V3to : V3 ; +fun convey_V2 : V2 ; +fun convict_N : N ; +fun convict_V2 : V2 ; +fun conviction_N : N ; +fun convince_V3 : V3 ; +fun convincing_A : A ; +fun convoluted_A : A ; +fun cook_N : N ; +fun cook_V2 : V2 ; +fun cool_A : A ; +fun cool_V : V ; +fun coordinate_V2 : V2 ; +fun cope_V2with : V2 ; +fun copper_N : N ; +fun copula_N : N ; +fun copy_N : N ; +fun copy_V2 : V2 ; +fun copyright_N : N ; +fun cord_N : N ; +fun corn_N : N ; +fun corner_N : N ; +fun corporation_N : N ; +fun corpus_N : N ; +fun correct_A : A ; +fun correct_V2 : V2 ; +fun correlate_V2 : V2 ; +fun correspond_V2to : V2 ; +fun correspondence_N2to : N2 ; +fun corresponding_A : A ; +fun cosmetic_A : A ; +fun cost_N : N ; +fun cost_V2 : V2 ; +fun costly_A : A ; +fun costume_N : N ; +fun cotton_N : N ; +fun cough_V : V ; +fun cough_N : N ; +fun council_N : N ; +fun councillor_N : N ; +fun count_V2 : V2 ; +fun counterfactual_A : A ; +fun counterintuitive_A : A ; +fun country_N : N ; +fun county_N : N ; +fun couple_N : N ; +fun couple_V2 : V2 ; +fun courage_N : N ; +fun course_N : N ; +fun court_N : N ; +fun court_V2 : V2 ; +fun court_V : V ; +fun courteous_A : A ; +fun courtesy_N : N ; +fun cover_N : N ; +fun cover_V2 : V2 ; +fun covert_A : A ; +fun cow_N : N ; +fun coward_N : N ; +fun crab_N : N ; +fun crack_N : N ; +fun crack_V2 : V2 ; +fun craft_N : N ; +fun crafty_A : A ; +fun crag_N : N ; +fun crash_V : V ; +fun crate_N : N ; +fun crater_N : N ; +fun crave_V2 : V2 ; +fun crawl_V : V ; +fun crayfish_N : N ; +fun crayon_N : N ; +fun craze_N : N ; +fun crazy_A : A ; +fun cream_N : N ; +fun create_V2 : V2 ; +fun creator_N : N ; +fun creature_N : N ; +fun credit_N : N ; +fun creep_V2 : V2 ; +fun cricket_N : N ; +fun crime_N : N ; +fun criminal_A : A ; +fun criminal_N : N ; +fun crisis_N : N ; +fun criterion_N2for : N2 ; +fun critic_N2of : N2 ; +fun criticise_V2 : V2 ; +fun criticism_N : N ; +fun criticize_V2 : V2 ; +fun critique_N : N ; +fun crochet_N : N ; +fun crochet_V2 : V2 ; +fun crochet_V : V ; +fun crop_N : N ; +fun crop_V2 : V2 ; +fun cross_A : A ; +fun cross_N : N ; +fun cross_V2 : V2 ; +fun crow_V : V ; +fun crow_N : N ; +fun crowd_N : N ; +fun crown_N : N ; +fun crown_V2 : V2 ; +fun crucial_A : A ; +fun crude_A : A ; +fun cruel_A : A ; +fun cruel_A2to : A2 ; +fun cruelty_N2to : N2 ; +fun crush_V2 : V2 ; +fun cry_V : V ; +fun cry_N : N ; +fun cub_N : N ; +fun cube_N : N ; +fun cubic_A : A ; +fun cue_N : N ; +fun cue_V2 : V2 ; +fun culprit_N : N ; +fun cultivate_V2 : V2 ; +fun culture_N : N ; +fun cumbersome_A : A ; +fun cumulative_A : A ; +fun cunning_A : A ; +fun cup_N : N ; +fun cupboard_N : N ; +fun curb_V2 : V2 ; +fun cure_N : N ; +fun cure_V3of : V3 ; +fun curiosity_N : N ; +fun curious_A : A ; +fun curl_V : V ; +fun curl_N : N ; +fun current_A : A ; +fun current_N : N ; +fun curriculum_N : N ; +fun curse_N : N ; +fun curse_V2 : V2 ; +fun curtain_N : N ; +fun curvature_N : N ; +fun curve_V : V ; +fun curve_N : N ; +fun custard_N : N ; +fun custom_N : N ; +fun cut_N : N ; +fun cut_V2 : V2 ; +fun cycle_V : V ; +fun cyclic_A : A ; +fun cynic_N : N ; +fun dagger_N : N ; +fun daily_A : A ; +fun damage_N : N ; +fun damage_V2 : V2 ; +fun dance_N : N ; +fun dance_V : V ; +fun danger_N : N ; +fun dangle_V : V ; +fun dare_V2 : V2 ; +fun dare_VV : VV ; +fun dark_N : N ; +fun dark_A : A ; +fun darken_V2 : V2 ; +fun darken_V : V ; +fun database_N : N ; +fun date_N : N ; +fun dative_A : A ; +fun datum_N : N ; +fun daughter_N2of : N2 ; +fun day_N : N ; +fun dead_A : A ; +fun deaf_A : A ; +fun deal_N : N ; +fun deal_V2with : V2 ; +fun dear_A : A ; +fun dear_A2to : A2 ; +fun death_N : N ; +fun debate_N : N ; +fun debate_V2 : V2 ; +fun debt_N : N ; +fun debtor_N : N ; +fun debug_V2 : V2 ; +fun decade_N : N ; +fun decay_V : V ; +fun deceive_V2 : V2 ; +fun december_PN : PN ; +fun deception_N : N ; +fun deceptive_A : A ; +fun decide_VV : VV ; +fun decimal_A : A ; +fun decimal_N : N ; +fun decision_N2 : N2 ; +fun decisive_A : A ; +fun declare_V2 : V2 ; +fun declare_VS : VS ; +fun decompose_V : V ; +fun decomposition_N : N ; +fun decrease_V : V ; +fun decrease_N2in : N2 ; +fun decrement_V2 : V2 ; +fun dedicate_V3to : V3 ; +fun deduce_VS : VS ; +fun deducible_A : A ; +fun deed_N : N ; +fun deep_A : A ; +fun deer_N : N ; +fun defeat_N : N ; +fun defeat_V2 : V2 ; +fun defect_N : N ; +fun defect_V : V ; +fun defence_N : N ; +fun defend_V2 : V2 ; +fun defense_N : N ; +fun defensible_A : A ; +fun defer_V2 : V2 ; +fun deficiency_N : N ; +fun deficient_A : A ; +fun define_V2 : V2 ; +fun definite_A : A ; +fun definition_N : N ; +fun definitive_A : A ; +fun deform_V2 : V2 ; +fun defy_V2 : V2 ; +fun degrade_V2 : V2 ; +fun degree_N : N ; +fun delay_N : N ; +fun delay_V2 : V2 ; +fun delete_V2 : V2 ; +fun deliberate_A : A ; +fun delicacy_N : N ; +fun delicate_A : A ; +fun delight_N : N ; +fun delight_V2 : V2 ; +fun delimit_V2 : V2 ; +fun delineate_V2 : V2 ; +fun deliver_V2 : V2 ; +fun delve_V : V ; +fun demand_N : N ; +fun demand_V2 : V2 ; +fun demonstrate_VS : VS ; +fun denial_N : N ; +fun denote_V2 : V2 ; +fun dense_A : A ; +fun deny_V2 : V2 ; +fun depart_V2from : V2 ; +fun department_N : N ; +fun departure_N : N ; +fun depend_V2on : V2 ; +fun dependence_N2on : N2 ; +fun dependency_N : N ; +fun dependent_N : N ; +fun dependent_A : A ; +fun dependent_A2on : A2 ; +fun depict_V2 : V2 ; +fun deploy_V2 : V2 ; +fun deposit_N : N ; +fun deposit_V2 : V2 ; +fun depress_V2 : V2 ; +fun depressing_A : A ; +fun depth_N : N ; +fun derivative_N : N ; +fun derive_V2from : V2 ; +fun descend_V2 : V2 ; +fun descendant_N : N ; +fun descent_N : N ; +fun describe_V2 : V2 ; +fun description_N : N ; +fun descriptive_A : A ; +fun desert_N : N ; +fun deserve_V2 : V2 ; +fun design_N : N ; +fun design_V2 : V2 ; +fun designate_V3_pred : V3 ; +fun desire_N2 : N2 ; +fun desire_V2 : V2 ; +fun desire_V2 : V2 ; +fun desire_VV : VV ; +fun desk_N : N ; +fun despair_N : N ; +fun despair_V : V ; +fun despair_V2of : V2 ; +fun desperate_A : A ; +fun desperate_A2for : A2 ; +fun desperation_N : N ; +fun destination_N : N ; +fun destiny_N : N ; +fun destroy_V2 : V2 ; +fun destruction_N2of : N2 ; +fun destructive_A : A ; +fun detach_V2 : V2 ; +fun detail_N : N ; +fun detailed_A : A ; +fun detect_V2 : V2 ; +fun deteriorate_V : V ; +fun determinate_A : A ; +fun determine_V2 : V2 ; +fun determinism_N : N ; +fun deterministic_A : A ; +fun determinize_V2 : V2 ; +fun detract_V2from : V2 ; +fun develop_V2 : V2 ; +fun deviance_N : N ; +fun deviant_A : A ; +fun deviate_V2from : V2 ; +fun devil_N : N ; +fun devise_V2 : V2 ; +fun devote_V3to : V3 ; +fun devour_V2 : V2 ; +fun diagnose_V2 : V2 ; +fun diagnosis_N : N ; +fun diagnostic_A : A ; +fun diagonal_A : A ; +fun diagonal_N : N ; +fun diagram_N : N ; +fun diagrammatic_A : A ; +fun diagrammatically_Adv : Adv ; +fun dialect_N : N ; +fun dialogue_N : N ; +fun diamond_N : N ; +fun dichotomy_N : N ; +fun dictionary_N : N ; +fun die_V : V ; +fun die_N : N ; +fun differ_V2from : V2 ; +fun difference_N : N ; +fun different_A : A ; +fun different_A2from : A2 ; +fun differentiate_V2 : V2 ; +fun difficult_A : A ; +fun difficult_A2 : A2 ; +fun difficulty_N : N ; +fun diffuse_A : A ; +fun diffuse_V : V ; +fun dig_V2 : V2 ; +fun digest_N : N ; +fun digest_V2 : V2 ; +fun digit_N : N ; +fun digital_A : A ; +fun dilate_V : V ; +fun dimension_N : N ; +fun diminish_V : V ; +fun dine_V : V ; +fun dinner_N : N ; +fun dire_A : A ; +fun direct_A : A ; +fun direct_V3to : V3 ; +fun direction_N : N ; +fun director_N : N ; +fun directory_N : N ; +fun dirt_N : N ; +fun disable_V2 : V2 ; +fun disadvantage_N : N ; +fun disambiguate_V2 : V2 ; +fun disarm_V2 : V2 ; +fun disarmament_N : N ; +fun disappoint_V2 : V2 ; +fun disaster_N : N ; +fun disastrous_A : A ; +fun disbelief_N : N ; +fun disc_N : N ; +fun discard_V2 : V2 ; +fun discern_V2 : V2 ; +fun discipline_N : N ; +fun disciplined_A : A ; +fun discontinuity_N : N ; +fun discontinuous_A : A ; +fun discourage_V2 : V2 ; +fun discourse_N : N ; +fun discover_V2 : V2 ; +fun discover_VS : VS ; +fun discovery_N2 : N2 ; +fun discrepancy_N : N ; +fun discrete_A : A ; +fun discriminate_V2 : V2 ; +fun discuss_V2 : V2 ; +fun discussion_N : N ; +fun discussion_N2about : N2 ; +fun discussion_N2s_withabout : N2 ; +fun discussion_N2with : N2 ; +fun disease_N : N ; +fun diseased_A : A ; +fun disguise_V : V ; +fun disguise_N : N ; +fun disguise_V2 : V2 ; +fun dish_N : N ; +fun dishonest_A : A ; +fun disillusion_V2 : V2 ; +fun disjoint_A : A ; +fun disjunct_N : N ; +fun disjunction_N : N ; +fun disjunctive_A : A ; +fun disk_N : N ; +fun dislocate_V2 : V2 ; +fun dismiss_V2 : V2 ; +fun disparate_A : A ; +fun dispense_V2with : V2 ; +fun dispensible_A : A ; +fun display_N : N ; +fun display_V2 : V2 ; +fun dispose_V2of : V2 ; +fun disproportionate_A : A ; +fun dispute_N : N ; +fun dispute_V2 : V2 ; +fun disquieting_A : A ; +fun disrupt_V2 : V2 ; +fun dissatisfaction_N : N ; +fun dissatisfied_A : A ; +fun dissent_V : V ; +fun dissertation_N : N ; +fun dissimilar_A : A ; +fun dissimilar_A2to : A2 ; +fun distance_N : N ; +fun distant_A : A ; +fun distant_A2from : A2 ; +fun distinct_A : A ; +fun distinct_A2from : A2 ; +fun distinction_N : N ; +fun distinctive_A : A ; +fun distinguish_V3from : V3 ; +fun distract_V3from : V3 ; +fun distribute_V2 : V2 ; +fun district_N : N ; +fun disturb_V2 : V2 ; +fun ditch_N : N ; +fun ditransitive_A : A ; +fun dive_N : N ; +fun dive_V : V ; +fun diverse_A : A ; +fun divide_V2 : V2 ; +fun dividend_N : N ; +fun divine_A : A ; +fun divisible_A : A ; +fun division_N : N ; +fun divisor_N : N ; +fun divorce_V3from : V3 ; +fun do_V2 : V2 ; +fun doctor_N : N ; +fun document_N : N ; +fun document_V2 : V2 ; +fun dog_N : N ; +fun dollar_N : N ; +fun dolt_N : N ; +fun domain_N : N ; +fun dome_N : N ; +fun dominance_N : N ; +fun dominant_A : A ; +fun dominate_V2 : V2 ; +fun donate_V3to : V3 ; +fun donkey_N : N ; +fun doom_N : N ; +fun doomed_A : A ; +fun doomsday_N : N ; +fun door_N : N ; +fun dormancy_N : N ; +fun dormant_A : A ; +fun dosage_N : N ; +fun dose_N : N ; +fun dose_V3with : V3 ; +fun dot_N : N ; +fun double_A : A ; +fun double_V2 : V2 ; +fun doubt_V2 : V2 ; +fun doubt_VS : VS ; +fun doubt_N2 : N2 ; +fun dour_A : A ; +fun dove_N : N ; +fun down_N : N ; +fun down_Prep : Prep ; +fun downward_Adv : Adv ; +fun doze_V : V ; +fun dozen_N2 : N2 ; +fun draft_N : N ; +fun drag_N : N ; +fun drag_V2 : V2 ; +fun drain_N : N ; +fun drain_V2 : V2 ; +fun dram_N : N ; +fun drama_N : N ; +fun dramatic_A : A ; +fun dramatically_Adv : Adv ; +fun dramatist_N : N ; +fun drastic_A : A ; +fun drastically_Adv : Adv ; +fun draught_N : N ; +fun draw_V2 : V2 ; +fun drawback_N : N ; +fun drawer_N : N ; +fun dread_N : N ; +fun dread_V2 : V2 ; +fun dreadful_A : A ; +fun dream_N : N ; +fun dream_VS : VS ; +fun dress_V : V ; +fun dress_N : N ; +fun drill_N : N ; +fun drill_V2 : V2 ; +fun drink_N : N ; +fun drink_V2 : V2 ; +fun drive_V : V ; +fun drop_N : N ; +fun drop_V2 : V2 ; +fun drought_N : N ; +fun drown_V : V ; +fun drug_N : N ; +fun drum_N : N ; +fun drunk_A : A ; +fun dry_A : A ; +fun dry_V2 : V2 ; +fun dual_A : A ; +fun dubious_A : A ; +fun duck_N : N ; +fun duck_V : V ; +fun due_A : A ; +fun due_A2to : A2 ; +fun duel_N : N ; +fun dull_A : A ; +fun dumb_A : A ; +fun dummy_N : N ; +fun dump_N : N ; +fun dump_V2 : V2 ; +fun dumpling_N : N ; +fun duplicate_V2 : V2 ; +--fun during_Prep : Prep ; +fun dust_N : N ; +fun dutch_A : A ; +fun duty_N : N ; +fun dwarf_N : N ; +fun dwarf_V2 : V2 ; +fun dwell_V2 : V2 ; +fun dwelling_N : N ; +fun dynamic_A : A ; +fun dynamically_Adv : Adv ; +fun dynamism_N : N ; +fun dynamo_N : N ; +fun eager_A2 : A2 ; +fun eager_A : A ; +fun ear_N : N ; +fun earl_N : N ; +fun early_A : A ; +fun earn_V2 : V2 ; +fun earth_N : N ; +fun ease_N : N ; +fun east_N : N ; +fun east_A : A ; +fun east_A2of : A2 ; +fun eastern_A : A ; +fun easy_A : A ; +fun easy_A2 : A2 ; +fun eat_V2 : V2 ; +fun ebb_V : V ; +fun echo_N : N ; +fun echo_V2 : V2 ; +fun economic_A : A ; +fun economical_A : A ; +fun economy_N : N ; +fun edge_N : N ; +fun edible_A : A ; +fun edinburgh_PN : PN ; +fun edit_V2 : V2 ; +fun edition_N : N ; +fun editor_N : N ; +fun educate_V2 : V2 ; +fun effect_N : N ; +fun effect_V2 : V2 ; +fun effective_A : A ; +fun efficacy_N : N ; +fun efficiency_N : N ; +fun efficient_A : A ; +fun effort_N : N ; +fun egg_N : N ; +fun elaborate_A : A ; +fun elaborate_V2 : V2 ; +fun elbow_N : N ; +fun elect_V2 : V2 ; +fun electric_A : A ; +fun electricity_N : N ; +fun electron_N : N ; +fun electronic_A : A ; +fun elegance_N : N ; +fun elegant_A : A ; +fun element_N : N ; +fun elephant_N : N ; +fun elephantine_A : A ; +fun elevate_V2 : V2 ; +fun elicit_V : V ; +fun eligible_A : A ; +fun eligible_A2for : A2 ; +fun eliminate_V2 : V2 ; +fun ellipse_N : N ; +fun ellipsis_N : N ; +fun elliptical_A : A ; +fun elsewhere_Adv : Adv ; +fun elucidate_V2 : V2 ; +fun elude_V2 : V2 ; +fun elusive_A : A ; +fun embarrass_V2 : V2 ; +fun embassy_N : N ; +fun embed_V3in : V3 ; +fun embody_V2 : V2 ; +fun embrace_N : N ; +fun embrace_V2 : V2 ; +fun embrace_V : V ; +fun emerge_V : V ; +fun emergency_N : N ; +fun emergent_A : A ; +fun emphasis_N : N ; +fun emphasise_V2 : V2 ; +fun emphasise_VS : VS ; +fun emphasize_V2 : V2 ; +fun emphasize_VS : VS ; +fun emphatic_A : A ; +fun emphatically_Adv : Adv ; +fun empire_N : N ; +fun empirical_A : A ; +fun empiricism_N : N ; +fun empiricist_N : N ; +fun employ_V2 : V2 ; +fun empty_A : A ; +fun empty_V2 : V2 ; +fun emulate_V2 : V2 ; +fun enable_V2 : V2 ; +fun encapsulate_V2 : V2 ; +fun enchant_V2 : V2 ; +fun enclose_V2 : V2 ; +fun enclosure_N : N ; +fun encode_V2 : V2 ; +fun encompass_V2 : V2 ; +fun encounter_V2 : V2 ; +fun encourage_V2 : V2 ; +fun encrypt_V2 : V2 ; +fun encumber_V2 : V2 ; +fun encyclopaedia_N : N ; +fun encyclopaedic_A : A ; +fun end_N : N ; +fun end_V2 : V2 ; +fun endeavour_VV : VV ; +fun ending_N : N ; +fun endow_V3with : V3 ; +fun enemy_N : N ; +fun energetic_A : A ; +fun energetically_Adv : Adv ; +fun energy_N : N ; +fun enforce_V2 : V2 ; +fun engage_V2 : V2 ; +fun engender_V2 : V2 ; +fun engine_N : N ; +fun engineer_N : N ; +fun engineer_V2 : V2 ; +fun england_PN : PN ; +fun english_A : A ; +fun engross_V2 : V2 ; +fun engulf_V2 : V2 ; +fun enhance_V2 : V2 ; +fun enjoy_V2 : V2 ; +fun enlarge_V2 : V2 ; +fun enormous_A : A ; +fun enquire_V2about : V2 ; +fun enrich_V2 : V2 ; +fun ensure_VS : VS ; +fun entail_VS : VS ; +fun enter_V2 : V2 ; +fun enterprise_N : N ; +fun enterprising_A : A ; +fun entertain_V2 : V2 ; +fun enthusiast_N : N ; +fun entire_A : A ; +fun entitle_V3to : V3 ; +fun entity_N : N ; +fun entrance_N : N ; +fun entrance_V2 : V2 ; +fun entropy_N : N ; +fun entrust_V3to : V3 ; +fun entry_N : N ; +fun enumerate_V2 : V2 ; +fun envelope_N : N ; +fun environment_N : N ; +fun envisage_V2 : V2 ; +fun envy_N : N ; +fun envy_V2 : V2 ; +fun epistemology_N : N ; +fun equal_N : N ; +fun equal_V2 : V2 ; +fun equal_A : A ; +fun equal_A2to : A2 ; +fun equate_V3with : V3 ; +fun equation_N : N ; +fun equidistant_A : A ; +fun equip_V2 : V2 ; +fun equipment_N : N ; +fun equivalence_N2to : N2 ; +fun equivalent_V : V ; +fun equivalent_A : A ; +fun equivalent_A2to : A2 ; +fun ergonomic_A : A ; +fun ergonomically_Adv : Adv ; +fun erroneous_A : A ; +fun error_N : N ; +fun escape_V2from : V2 ; +fun eschew_V2 : V2 ; +fun esoteric_A : A ; +fun especially_Adv : Adv ; +fun espouse_V2 : V2 ; +fun essay_N : N ; +fun essence_N : N ; +fun essential_A : A ; +fun establish_V2 : V2 ; +fun establishment_N : N ; +fun estate_N : N ; +fun estimate_VS : VS ; +fun euclidean_A : A ; +fun europe_PN : PN ; +fun european_A : A ; +fun european_N : N ; +fun evade_V2 : V2 ; +fun evaluable_A : A ; +fun evaluate_V2 : V2 ; +fun even_Adv : Adv ; +fun even_A : A ; +fun evening_N : N ; +fun event_N : N ; +fun eventual_A : A ; +fun ever_Adv : Adv ; +fun everyday_A : A ; +--fun everywhere_Adv : Adv ; +fun evidence_N : N ; +fun evident_A : A ; +fun evident_A2 : A2 ; +fun evil_A : A ; +fun evocation_N : N ; +fun evoke_V2 : V2 ; +fun evolution_N : N ; +fun evolve_V : V ; +fun exacerbate_V2 : V2 ; +fun exact_A : A ; +fun exaggerate_V2 : V2 ; +fun exaggerate_V : V ; +fun exalt_V2 : V2 ; +fun examination_N : N ; +fun examine_V2 : V2 ; +fun example_N : N ; +fun excede_V2 : V2 ; +fun exceed_V2 : V2 ; +fun excellence_N : N ; +fun excellent_A : A ; +fun exception_N : N ; +fun excess_N : N ; +fun excessive_A : A ; +fun exchange_N : N ; +fun exchange_V3for : V3 ; +fun excite_V2 : V2 ; +fun exclude_V2 : V2 ; +fun exclusion_N : N ; +fun exclusive_A : A ; +fun exclusive_A2to : A2 ; +fun excursion_N : N ; +fun excuse_V2 : V2 ; +fun excuse_N2for : N2 ; +fun execute_V2 : V2 ; +fun exemplar_N : N ; +fun exemplify_V2 : V2 ; +fun exercise_N : N ; +fun exert_V2 : V2 ; +fun exhaust_V2 : V2 ; +fun exhibit_N : N ; +fun exhibit_V2 : V2 ; +fun exhort_V2 : V2 ; +fun exist_V : V ; +fun existence_N : N ; +fun existent_A : A ; +fun exit_N : N ; +fun exit_V2from : V2 ; +fun exophoric_A : A ; +fun expand_V : V ; +fun expansion_N : N ; +fun expect_V2 : V2 ; +fun expect_V2 : V2 ; +fun expect_VS : VS ; +fun expedient_N : N ; +fun expel_V2 : V2 ; +fun expend_V2 : V2 ; +fun expenditure_N : N ; +fun expense_N : N ; +fun expensive_A : A ; +fun experience_N : N ; +fun experience_V2 : V2 ; +fun experiment_N : N ; +fun experiment_V : V ; +fun expert_N : N ; +fun expertise_N : N ; +fun expire_V2 : V2 ; +fun expiry_N : N ; +fun explain_V3to : V3 ; +fun explanation_N : N ; +fun explanatory_A : A ; +fun explicate_V2 : V2 ; +fun explicit_A : A ; +fun explode_V : V ; +fun exploit_V2 : V2 ; +fun explore_V2 : V2 ; +fun explore_V : V ; +fun explosion_N : N ; +fun explosive_A : A ; +fun explosive_N : N ; +fun exponent_N : N ; +fun exponential_A : A ; +fun exponential_N : N ; +fun expose_V2 : V2 ; +fun exposure_V : V ; +fun express_A : A ; +fun express_V2 : V2 ; +fun expressible_A : A ; +fun expressible_A2by : A2 ; +fun expression_N : N ; +fun expressly_Adv : Adv ; +fun expulsion_N : N ; +fun expunge_V2 : V2 ; +fun extant_A : A ; +fun extend_V2 : V2 ; +fun extensible_A : A ; +fun extension_N : N ; +fun extensive_A : A ; +fun extent_N : N ; +fun external_A : A ; +fun extra_A : A ; +fun extract_V3from : V3 ; +fun extraneous_A : A ; +fun extravagance_N : N ; +fun extravagant_A : A ; +fun extreme_A : A ; +fun extrinsic_A : A ; +fun extrinsically_Adv : Adv ; +fun eye_N : N ; +fun face_N : N ; +fun face_V2 : V2 ; +fun face_V3with : V3 ; +fun facet_N : N ; +fun facetious_A : A ; +fun facilitate_V2 : V2 ; +fun facility_N : N ; +fun fact_N2 : N2 ; +fun factive_A : A ; +fun factive_N : N ; +fun factor_N : N ; +fun factor_V2 : V2 ; +fun factorial_N : N ; +fun factory_N : N ; +fun factual_A : A ; +fun faculty_N : N ; +fun fail_V2 : V2 ; +fun failure_N : N ; +fun faint_A : A ; +fun fair_A : A ; +fun fair_N : N ; +fun fairy_N : N ; +fun faith_N : N ; +fun fall_N : N ; +fun fall_V : V ; +fun false_A : A ; +fun falsehood_N : N ; +fun fame_N : N ; +fun familiar_A : A ; +fun familiar_A2to : A2 ; +fun family_N : N ; +fun fan_N : N ; +fun fancy_A : A ; +fun fancy_V2 : V2 ; +fun far_A : A ; +fun far_A2from : A2 ; +fun farce_N : N ; +fun fare_N : N ; +fun farm_N : N ; +fun farm_V : V ; +fun fashion_N : N ; +fun fashionable_A : A ; +fun fast_A : A ; +fun fasten_V3to : V3 ; +fun fat_N : N ; +fun fat_A : A ; +fun fate_N : N ; +fun father_N : N ; +fun fatigue_N : N ; +fun fatigue_V2 : V2 ; +fun fault_N : N ; +fun favor_N : N ; +fun favor_V2 : V2 ; +fun favour_N : N ; +fun favour_V2 : V2 ; +fun favourable_A : A ; +fun favourable_A2to : A2 ; +fun favourite_A : A ; +fun fear_N : N ; +fun fear_V2 : V2 ; +fun feasible_A : A ; +fun feast_N : N ; +fun feather_N : N ; +fun feature_N : N ; +fun feature_V2 : V2 ; +fun february_PN : PN ; +fun federal_A : A ; +fun federation_N : N ; +fun fee_N : N ; +fun feed_V2 : V2 ; +fun feedback_N : N ; +fun feel_V2 : V2 ; +fun feeling_N2 : N2 ; +fun felix_PN : PN ; +fun fellow_N : N ; +fun felt_N : N ; +fun female_A : A ; +fun fence_N : N ; +fun fertilize_V2 : V2 ; +fun fertilizer_N : N ; +fun fetch_V3from : V3 ; +fun fetter_V2 : V2 ; +fun fever_N : N ; +fun fiction_N : N ; +fun fictional_A : A ; +fun fido_PN : PN ; +fun field_N : N ; +fun fierce_A : A ; +fun fig_N : N ; +fun fight_N : N ; +fun fight_V2 : V2 ; +fun fight_V : V ; +fun figure_N : N ; +fun file_N : N ; +fun file_V2 : V2 ; +fun fill_V2 : V2 ; +fun fill_V3 : V3 ; +fun film_N : N ; +fun film_V2 : V2 ; +fun filter_N : N ; +fun filter_V2 : V2 ; +fun fin_N : N ; +fun final_A : A ; +fun finance_N : N ; +fun financial_A : A ; +fun find_V2 : V2 ; +fun fine_A : A ; +fun fine_N : N ; +fun fine_V2 : V2 ; +fun finger_N : N ; +fun fingerprint_N : N ; +fun finish_N : N ; +fun finish_V2 : V2 ; +fun finish_V : V ; +fun finite_A : A ; +fun fir_N : N ; +fun fire_N : N ; +fun fire_V2 : V2 ; +fun firm_N : N ; +fun firm_A : A ; +fun firstly_Adv : Adv ; +fun fish_N : N ; +fun fish_V : V ; +fun fisherman_N : N ; +fun fit_V2 : V2 ; +fun fit_A : A ; +fun fit_A2for : A2 ; +fun fix_V3to : V3 ; +fun flag_N : N ; +fun flame_N : N ; +fun flash_N : N ; +fun flash_V : V ; +fun flat_A : A ; +fun flat_N : N ; +fun flavour_N : N ; +fun flaw_N : N ; +fun flawed_A : A ; +fun flesh_N : N ; +fun flexible_A : A ; +fun flight_N2from : N2 ; +fun flip_V2 : V2 ; +fun float_V : V ; +fun flood_N : N ; +fun flood_V2 : V2 ; +fun floor_N : N ; +fun flour_N : N ; +fun flourish_V2 : V2 ; +fun flourish_V : V ; +fun flow_N : N ; +fun flower_N : N ; +fun flu_N : N ; +fun fluid_A : A ; +fun fluid_N : N ; +fun flux_N : N ; +fun fly_N : N ; +fun fly_V : V ; +fun foam_N : N ; +fun foam_V : V ; +fun focal_A : A ; +fun focus_N : N ; +fun focus_V2 : V2 ; +fun focus_V2on : V2 ; +fun fog_N : N ; +fun foist_V3on : V3 ; +fun fold_N : N ; +fun fold_V2 : V2 ; +fun follow_V2 : V2 ; +fun fond_A2of : A2 ; +fun food_N : N ; +fun fool_N : N ; +fun fool_V2 : V2 ; +fun foolish_A : A ; +fun foot_N : N ; +fun football_N : N ; +fun for_Prep : Prep ; +fun foray_N : N ; +fun forbid_V2 : V2 ; +fun force_N : N ; +fun force_V2 : V2 ; +fun forcible_A : A ; +fun forearm_N : N ; +fun forego_V2 : V2 ; +fun foreground_N : N ; +fun forehead_N : N ; +fun foreign_A : A ; +fun foreigner_N : N ; +fun forerunner_N : N ; +fun foresee_V2 : V2 ; +fun forest_N : N ; +fun forestall_V2 : V2 ; +fun forever_Adv : Adv ; +fun forget_VV : VV ; +fun forgive_V3for : V3 ; +fun forgo_V2 : V2 ; +fun fork_N : N ; +fun form_N : N ; +fun form_V2 : V2 ; +fun formal_A : A ; +fun formalism_N : N ; +fun format_N : N ; +fun formation_N : N ; +fun former_A : A ; +fun formula_N : N ; +fun formulate_V2 : V2 ; +fun fort_N : N ; +fun forthcoming_A : A ; +fun forthwith_Adv : Adv ; +fun fortnight_N : N ; +fun fortuitous_A : A ; +fun fortunate_A : A ; +fun fortune_N : N ; +fun forum_N : N ; +fun forward_A : A ; +fun forwards_Adv : Adv ; +fun found_V2 : V2 ; +fun foundation_N : N ; +fun fountain_N : N ; +fun fox_N : N ; +fun fraction_N : N ; +fun fracture_N : N ; +fun fracture_V2 : V2 ; +fun fragment_N : N ; +fun fragment_V2 : V2 ; +fun fragmentary_A : A ; +fun frame_N : N ; +fun frame_V2 : V2 ; +fun framework_N : N ; +fun france_PN : PN ; +fun franz_PN : PN ; +fun free_A : A ; +fun free_V2 : V2 ; +fun freedom_N : N ; +fun freeze_V2 : V2 ; +fun french_A : A ; +fun frequency_N : N ; +fun frequent_A : A ; +fun fresh_A : A ; +fun friction_N : N ; +fun friday_PN : PN ; +fun friend_N : N ; +fun friendly_A : A ; +fun friendly_A2to : A2 ; +fun fright_N : N ; +fun frighten_V2 : V2 ; +fun frill_N : N ; +fun fringe_N : N ; +--fun from_Prep : Prep ; +fun front_A : A ; +fun front_N : N ; +fun fruit_N : N ; +fun fry_V2 : V2 ; +fun fulfil_V : V ; +fun full_A : A ; +fun fun_N : N ; +fun function_N : N ; +fun function_V : V ; +fun functor_N : N ; +fun fund_N : N ; +fun fundamental_A : A ; +fun funeral_N : N ; +fun funereal_A : A ; +fun fungus_N : N ; +fun funny_A : A ; +fun fur_N : N ; +fun furnish_V3with : V3 ; +fun furniture_N : N ; +fun fuss_N : N ; +fun future_A : A ; +fun future_N : N ; +fun fuzzy_A : A ; +fun gag_N : N ; +fun gag_V2 : V2 ; +fun gain_N : N ; +fun gain_V2 : V2 ; +fun galactic_A : A ; +fun galaxy_N : N ; +fun gale_N : N ; +fun gallon_N : N ; +fun gamble_V : V ; +fun game_N : N ; +fun gap_N : N ; +fun gape_V : V ; +fun gape_V2at : V2 ; +fun garage_N : N ; +fun garden_N : N ; +fun garment_N : N ; +fun gas_N : N ; +fun gaseous_A : A ; +fun gate_N : N ; +fun gather_V : V ; +fun gauge_N : N ; +fun gauge_V2 : V2 ; +fun gay_A : A ; +fun gaze_V2at : V2 ; +fun gaze_N : N ; +fun gear_N : N ; +fun gear_V2 : V2 ; +fun generable_A : A ; +fun general_A : A ; +fun general_N : N ; +fun generate_V2 : V2 ; +fun generation_N : N ; +fun generator_N : N ; +fun generic_A : A ; +fun generosity_N : N ; +fun generous_A : A ; +fun generous_A2to : A2 ; +fun genitive_A : A ; +fun genius_N : N ; +fun gentle_A : A ; +fun gentleman_N : N ; +fun gently_Adv : Adv ; +fun genuine_A : A ; +fun genus_N : N ; +fun geography_N : N ; +fun geology_N : N ; +fun geometry_N : N ; +fun german_A : A ; +fun germane_A : A ; +fun germanic_A : A ; +fun germany_PN : PN ; +fun gerund_N : N ; +fun gesture_V : V ; +fun gesture_N : N ; +fun get_V2 : V2 ; +fun gift_N : N ; +fun gin_N : N ; +fun giraffe_N : N ; +fun girl_N : N ; +fun gist_N : N ; +fun give_V3 : V3 ; +fun give_V3to : V3 ; +fun glad_A2 : A2 ; +fun glad_A : A ; +fun glad_A2 : A2 ; +fun glance_N : N ; +fun glance_V2at : V2 ; +fun glass_N : N ; +fun glean_V2 : V2 ; +fun global_A : A ; +fun globe_N : N ; +fun glory_N : N ; +fun gloss_N : N ; +fun gloss_V2 : V2 ; +fun glow_N : N ; +fun glow_V2 : V2 ; +fun gnat_N : N ; +fun gnu_N : N ; +fun go_V2 : V2 ; +fun goat_N : N ; +fun god_N : N ; +fun goddess_N : N ; +fun gold_N : N ; +fun golden_A : A ; +fun good_A : A ; +fun goose_N : N ; +fun gore_N : N ; +fun gorilla_N : N ; +fun gory_A : A ; +fun gospel_N : N ; +fun govern_V : V ; +fun government_N : N ; +fun grab_V2 : V2 ; +fun grace_N : N ; +fun grade_N : N ; +fun gradual_A : A ; +fun graft_N : N ; +fun graft_V2 : V2 ; +fun graham_PN : PN ; +fun grain_N : N ; +fun gram_N : N ; +fun grammar_N : N ; +fun grammatical_A : A ; +fun grand_A : A ; +fun grandfather_N : N ; +fun grandmother_N : N ; +fun grant_N : N ; +fun grant_V2 : V2 ; +fun grape_N : N ; +fun graph_N : N ; +fun graphic_A : A ; +fun grasp_N : N ; +fun grasp_V2 : V2 ; +fun grass_N : N ; +fun grateful_A : A ; +fun grateful_A2to : A2 ; +fun grateful_A2 : A2 ; +fun gratuitous_A : A ; +fun grave_N : N ; +fun gravitation_N : N ; +fun gravity_N : N ; +fun gravy_N : N ; +fun gray_A : A ; +fun grease_N : N ; +fun great_A : A ; +fun greece_PN : PN ; +fun greed_N : N ; +fun greek_A : A ; +fun greek_N : N ; +fun green_N : N ; +fun greet_V2 : V2 ; +fun gregarious_A : A ; +fun grey_A : A ; +fun grid_N : N ; +fun grief_N : N ; +fun grieve_V : V ; +fun grill_V2 : V2 ; +fun grim_A : A ; +fun grime_N : N ; +fun grin_N : N ; +fun grin_V : V ; +fun grind_V2 : V2 ; +fun grip_N : N ; +fun grip_V2 : V2 ; +fun grit_N : N ; +fun grog_N : N ; +fun gross_A : A ; +fun ground_N : N ; +fun group_N : N ; +fun group_V2 : V2 ; +fun grove_N : N ; +fun grow_V2 : V2 ; +fun grow_V : V ; +fun growth_N : N ; +fun guarantee_N : N ; +fun guarantee_VS : VS ; +fun guard_N : N ; +fun guard_V2 : V2 ; +fun guess_N : N ; +fun guess_VS : VS ; +fun guest_N : N ; +fun guide_N : N ; +fun guide_V2 : V2 ; +fun guideline_N : N ; +fun guilt_N : N ; +fun guinea_N : N ; +fun guise_N : N ; +fun gun_N : N ; +fun habit_N : N ; +fun habitual_A : A ; +fun hail_N : N ; +fun hair_N : N ; +fun half_Adv : Adv ; +fun half_A : A ; +fun half_N : N ; +fun hall_N : N ; +fun halt_N : N ; +fun halt_V2 : V2 ; +fun halt_V : V ; +fun halve_V2 : V2 ; +fun hamburger_N : N ; +fun hammer_N : N ; +fun hammer_V2 : V2 ; +fun hamper_V2 : V2 ; +fun hand_N : N ; +fun hand_V3 : V3 ; +fun hand_V3to : V3 ; +fun handicap_N : N ; +fun handicap_V2 : V2 ; +fun handkerchief_N : N ; +fun handle_N : N ; +fun handle_V2 : V2 ; +fun handsome_A : A ; +fun hang_V2 : V2 ; +fun hang_V : V ; +fun happen_V : V ; +fun happen_V2 : V2 ; +fun happening_N : N ; +fun happy_A : A ; +fun happy_A2 : A2 ; +fun harbour_N : N ; +fun hard_A : A ; +fun hard_A2 : A2 ; +fun hardly_Adv : Adv ; +fun hardware_N : N ; +fun harm_N : N ; +fun harm_V2 : V2 ; +fun harmonium_N : N ; +fun harmony_N : N ; +fun harness_N : N ; +fun harness_V3to : V3 ; +fun hash_N : N ; +fun hash_V2 : V2 ; +fun haste_N : N ; +fun hasty_A : A ; +fun hat_N : N ; +fun hate_V2 : V2 ; +fun hatred_N : N ; +fun have_V2 : V2 ; +fun haven_N : N ; +fun hazard_N : N ; +fun haze_N : N ; +fun head_N : N ; +fun head_V2 : V2 ; +fun heading_N : N ; +fun heal_V2 : V2 ; +fun health_N : N ; +fun healthy_A : A ; +fun heap_N : N ; +fun hear_V2 : V2 ; +fun heart_N : N ; +fun hearth_N : N ; +fun heat_V : V ; +fun heath_N : N ; +fun heathen_N : N ; +fun heave_V : V ; +fun heaven_N : N ; +fun heavy_A : A ; +fun heel_N : N ; +fun height_N : N ; +fun helicopter_N : N ; +fun help_N : N ; +fun help_V2 : V2 ; +fun hemlock_N : N ; +fun hen_N : N ; +fun hence_Adv : Adv ; +fun herd_N2of : N2 ; +--fun here_Adv : Adv ; +fun herring_N : N ; +fun heterogeneity_N : N ; +fun heterogeneous_A : A ; +fun heuristic_A : A ; +fun heuristic_N : N ; +fun heuristically_Adv : Adv ; +fun hide_V2 : V2 ; +fun hide_V : V ; +fun hierarchy_N : N ; +fun high_A : A ; +fun highlight_N : N ; +fun highlight_V2 : V2 ; +fun hill_N : N ; +fun hind_A : A ; +fun hinder_V2 : V2 ; +fun hindrance_N : N ; +fun hinge_N : N ; +fun hint_N : N ; +fun hint_V2at : V2 ; +fun hire_V2 : V2 ; +fun history_N : N ; +fun hit_V2 : V2 ; +fun hither_Adv : Adv ; +fun hitherto_Adv : Adv ; +fun hoax_N : N ; +fun hoax_V2 : V2 ; +fun hold_V2 : V2 ; +fun hole_N : N ; +fun holiday_N : N ; +fun hollow_A : A ; +fun holy_A : A ; +fun home_N : N ; +fun homogeneous_A : A ; +fun homomorphism_N : N ; +fun hone_V2 : V2 ; +fun honest_A : A ; +fun honesty_N : N ; +fun honey_N : N ; +fun honor_N : N ; +fun honour_N : N ; +fun honour_V2 : V2 ; +fun honourable_A : A ; +fun hook_N : N ; +fun hook_V2 : V2 ; +fun hop_N : N ; +fun hop_V : V ; +fun hope_N : N ; +fun hope_V2for : V2 ; +fun hope_VS : VS ; +fun horizon_N : N ; +fun horizontal_A : A ; +fun horn_N : N ; +fun horrendous_A : A ; +fun horrible_A : A ; +fun horrify_V2 : V2 ; +fun horror_N : N ; +fun horse_N : N ; +fun hospitable_A : A ; +fun hospitable_A2to : A2 ; +fun hospital_N : N ; +fun hospitality_N : N ; +fun host_N : N ; +fun host_V2 : V2 ; +fun hot_A : A ; +fun hotel_N : N ; +fun hour_N : N ; +fun house_N : N ; +fun house_V2 : V2 ; +fun household_A : A ; +fun household_N : N ; +fun how_Adv : Adv ; +fun however_Adv : Adv ; +fun huge_A : A ; +fun hum_N : N ; +fun hum_V : V ; +fun human_A : A ; +fun human_N : N ; +fun humble_A : A ; +fun humility_N : N ; +fun humor_N : N ; +fun humour_N : N ; +fun hunch_V : V ; +fun hundred_N : N ; +fun hundred_N2 : N2 ; +fun hunger_V2for : V2 ; +fun hungry_A : A ; +fun hungry_A2for : A2 ; +fun hunt_N : N ; +fun hunt_V2 : V2 ; +fun huntsman_N : N ; +fun hurry_V : V ; +fun hurry_N : N ; +fun hurt_V2 : V2 ; +fun hurt_V : V ; +fun husband_N2of : N2 ; +fun hut_N : N ; +fun hybrid_A : A ; +fun hydrogen_N : N ; +fun hygiene_N : N ; +fun hypothesis_N : N ; +fun hypothesize_V2 : V2 ; +fun hypothetical_A : A ; +fun ice_N : N ; +fun iceland_PN : PN ; +fun icelandic_A : A ; +fun icon_N : N ; +fun idea_N : N ; +fun ideal_A : A ; +fun identical_A : A ; +fun identical_A2to : A2 ; +fun identify_V2 : V2 ; +fun identity_N : N ; +fun idiocy_N : N ; +fun idiom_N : N ; +fun idiomatic_A : A ; +fun idiot_N : N ; +fun idle_A : A ; +fun idle_V : V ; +fun ignore_V2 : V2 ; +fun illegal_A : A ; +fun illegitimacy_N : N ; +fun illegitimate_A : A ; +fun illocutionary_A : A ; +fun illogical_A : A ; +fun illuminate_V2 : V2 ; +fun illusion_N : N ; +fun illusory_A : A ; +fun illustrate_V2 : V2 ; +fun image_N : N ; +fun imaginary_A : A ; +fun imagine_V2 : V2 ; +fun imagine_VS : VS ; +fun imbalance_N : N ; +fun imitate_V2 : V2 ; +fun immaterial_A : A ; +fun immediacy_N : N ; +fun immediate_A : A ; +fun immense_A : A ; +fun immigrant_N : N ; +fun immigration_N : N ; +fun immoderate_A : A ; +fun immodest_A : A ; +fun immodesty_N : N ; +fun immune_A2to : A2 ; +fun impair_V2 : V2 ; +fun impart_V3to : V3 ; +fun impartial_A : A ; +fun impatient_A : A ; +fun impatient_A2with : A2 ; +fun impenetrable_A : A ; +fun imperative_A : A ; +fun imperative_A2 : A2 ; +fun imperfect_A : A ; +fun imperfection_N : N ; +fun imperial_A : A ; +fun imperious_A : A ; +fun impersonal_A : A ; +fun impertinent_A : A ; +fun impinge_V2on : V2 ; +fun implausible_A : A ; +fun implement_V2 : V2 ; +fun implicate_V2 : V2 ; +fun implicature_N : N ; +fun implicit_A : A ; +fun implicit_A2in : A2 ; +fun imply_VS : VS ; +fun impolite_A : A ; +fun impolite_A2to : A2 ; +fun import_N : N ; +fun import_V2 : V2 ; +fun importance_N : N ; +fun important_A : A ; +fun important_A2 : A2 ; +fun important_A2 : A2 ; +fun impose_V3on : V3 ; +fun imposition_N : N ; +fun impossible_A2 : A2 ; +fun impossible_A : A ; +fun impossible_A2 : A2 ; +fun impossible_A2 : A2 ; +fun imprecise_A : A ; +fun imprecision_N : N ; +fun impress_V2 : V2 ; +fun improbable_A : A ; +fun improve_V : V ; +fun impure_A : A ; +--fun in_Prep : Prep ; +fun inability_N2to : N2 ; +fun inaccuracy_N : N ; +fun inactive_A : A ; +fun inadequacy_N2for : N2 ; +fun inadequecy_N : N ; +fun incapacitate_V2 : V2 ; +fun incarnation_N : N ; +fun inch_N : N ; +fun incident_N : N ; +fun incidental_A : A ; +fun incisive_A : A ; +fun incline_V : V ; +fun inclined_A2to : A2 ; +fun include_V2 : V2 ; +fun including_Prep : Prep ; +fun inclusion_N : N ; +fun inclusive_A : A ; +fun incoherence_N : N ; +fun income_N : N ; +fun inconceivable_A2 : A2 ; +fun inconsistency_N : N ; +fun incontestable_A : A ; +fun incontestable_A2 : A2 ; +fun inconvenience_N : N ; +fun inconvenience_V2 : V2 ; +fun incorporate_V2 : V2 ; +fun incorporate_V2 : V2 ; +fun incorrigible_A : A ; +fun increase_N : N ; +fun increase_V2 : V2 ; +fun increase_V : V ; +fun increment_N : N ; +fun increment_V2 : V2 ; +fun incur_V2 : V2 ; +fun indeed_Adv : Adv ; +fun indefinite_A : A ; +fun independence_N : N ; +fun independent_A : A ; +fun indeterminacy_N : N ; +fun index_N : N ; +fun index_V2 : V2 ; +fun india_PN : PN ; +fun indian_A : A ; +fun indicate_VS : VS ; +fun indigestion_N : N ; +fun indirect_A : A ; +fun indiscriminate_A : A ; +fun indistinguishable_A : A ; +fun individual_A : A ; +fun individual_N : N ; +fun indoor_A : A ; +fun induce_V2 : V2 ; +fun induct_V2 : V2 ; +fun indulge_V2in : V2 ; +fun indulgent_A : A ; +fun industry_N : N ; +fun inescapable_A : A ; +fun inevitable_A : A ; +fun infect_V2 : V2 ; +fun infection_N : N ; +fun infectious_A : A ; +fun infer_V3from : V3 ; +fun inference_N : N ; +fun inferior_A : A ; +fun inferior_A2to : A2 ; +fun infinite_A : A ; +fun infinitesimal_A : A ; +fun infinitive_A : A ; +fun infix_N : N ; +fun inflate_V2 : V2 ; +fun inflation_N : N ; +fun inflect_V : V ; +fun influence_N : N ; +fun influence_V2 : V2 ; +fun inform_V3 : V3 ; +fun informal_A : A ; +fun informant_N : N ; +fun information_N : N ; +fun ingenious_A : A ; +fun ingenuity_N : N ; +fun ingredient_N : N ; +fun inhabit_V2 : V2 ; +fun inherent_A : A ; +fun inherent_A2to : A2 ; +fun inherit_V3from : V3 ; +fun inheritance_N : N ; +fun inhibit_V2 : V2 ; +fun initial_A : A ; +fun initialize_V2 : V2 ; +fun initiate_V2 : V2 ; +fun inject_V3with : V3 ; +fun injunction_N : N ; +fun injure_V2 : V2 ; +fun injury_N : N ; +fun ink_N : N ; +fun inn_N : N ; +fun innate_A : A ; +fun innate_A2to : A2 ; +fun inner_A : A ; +fun innocuous_A : A ; +fun innovation_N : N ; +fun input_N : N ; +fun inquire_V2about : V2 ; +fun inquire_V2 : V2 ; +fun inquiry_N2about : N2 ; +fun inscribe_V2 : V2 ; +fun inscription_N : N ; +fun insect_N : N ; +fun insert_V2 : V2 ; +fun inside_Adv : Adv ; +fun inside_N : N ; +fun insight_N : N ; +fun insist_V2 : V2 ; +fun insistence_N2on : N2 ; +fun insistence_N2 : N2 ; +fun insistent_A2 : A2 ; +fun inspect_V2 : V2 ; +fun inspector_N : N ; +fun inspire_V2 : V2 ; +fun instability_N : N ; +fun install_V2 : V2 ; +fun instance_N2of : N2 ; +fun instant_N : N ; +fun instantiate_V2 : V2 ; +fun instantly_Adv : Adv ; +fun instigate_V2 : V2 ; +fun instil_V3in : V3 ; +fun instinct_N : N ; +fun institute_V2 : V2 ; +fun institute_N : N ; +fun institution_N : N ; +fun instruct_V2 : V2 ; +fun instrument_N : N ; +fun insulate_V3from : V3 ; +fun insult_N : N ; +fun insult_V2 : V2 ; +fun insurance_N : N ; +fun insure_V2 : V2 ; +fun intact_A : A ; +fun integer_N : N ; +fun integral_A : A ; +fun integrate_V3with : V3 ; +fun intellectual_A : A ; +fun intelligence_N : N ; +fun intelligent_A : A ; +fun intelligible_A : A ; +fun intend_VV : VV ; +fun intense_A : A ; +fun intension_N : N ; +fun intention_N : N ; +fun inter_V2 : V2 ; +fun interdisciplinary_A : A ; +fun interest_N : N ; +fun interest_V2 : V2 ; +fun interface_N : N ; +fun interfere_V2with : V2 ; +fun interference_N : N ; +fun interject_V : V ; +fun intermediate_A : A ; +fun internal_A : A ; +fun international_A : A ; +fun interpolate_V2 : V2 ; +fun interpret_V2 : V2 ; +fun interpretive_A : A ; +fun interrogate_V2 : V2 ; +fun interrogative_A : A ; +fun interrupt_V2 : V2 ; +fun intersect_V2 : V2 ; +fun interval_N : N ; +fun intervene_V : V ; +fun intimacy_N : N ; +fun intimate_A : A ; +fun intimate_VS : VS ; +fun into_Prep : Prep ; +fun intonation_N : N ; +fun intractable_A : A ; +fun intransitive_A : A ; +fun intravenous_A : A ; +fun intricacy_N : N ; +fun intricate_A : A ; +fun intrigue_N : N ; +fun intrigue_V : V ; +fun intrinsic_A : A ; +fun intrinsically_Adv : Adv ; +fun introduce_V3to : V3 ; +fun introduction_N2to : N2 ; +fun introspection_N : N ; +fun introspective_A : A ; +fun intrude_V : V ; +fun intrusion_N : N ; +fun intuition_N : N ; +fun intuitive_A : A ; +fun invade_V2 : V2 ; +fun invalid_N : N ; +fun invalidate_V2 : V2 ; +fun invaluable_A : A ; +fun invariable_A : A ; +fun invariant_A : A ; +fun invasion_N : N ; +fun invent_V2 : V2 ; +fun inverse_A : A ; +fun inversion_N : N ; +fun invert_V2 : V2 ; +fun invest_V3with : V3 ; +fun investigate_V2 : V2 ; +fun invisible_A : A ; +fun invisible_A2to : A2 ; +fun invite_V3to : V3 ; +fun invocation_N : N ; +fun invoke_V2 : V2 ; +fun involve_V2 : V2 ; +fun inwards_Adv : Adv ; +fun ireland_PN : PN ; +fun irish_A : A ; +fun iron_N : N ; +fun iron_V2 : V2 ; +fun irony_N : N ; +fun irrational_A : A ; +fun irregular_A : A ; +fun irrelevant_A : A ; +fun irremediable_A : A ; +fun irrespective_A2of : A2 ; +fun irretrievable_A : A ; +fun irritant_N : N ; +fun irritate_V2 : V2 ; +fun island_N : N ; +fun isolable_A : A ; +fun isolate_V2 : V2 ; +fun isomorphic_A : A ; +fun issue_V : V ; +fun issue_N : N ; +fun italy_PN : PN ; +fun item_N : N ; +fun itemize_V2 : V2 ; +fun iterate_V : V ; +fun january_PN : PN ; +fun japan_PN : PN ; +fun japanese_A : A ; +fun jaundice_N : N ; +fun jaundiced_A : A ; +fun jaw_N : N ; +fun jealous_A : A ; +fun jealous_A2of : A2 ; +fun jealousy_N2of : N2 ; +fun jew_N : N ; +fun jewel_N : N ; +fun jeweller_N : N ; +fun jewellery_N : N ; +fun job_N : N ; +fun john_PN : PN ; +fun join_V3to : V3 ; +fun joint_N : N ; +fun joke_N : N ; +fun joke_V : V ; +fun journal_N : N ; +fun journalism_N : N ; +fun journalist_N : N ; +fun journey_N : N ; +fun joy_N : N ; +fun judge_N : N ; +fun judge_V2 : V2 ; +fun judge_V2 : V2 ; +fun judgment_N : N ; +fun judicious_A : A ; +fun juggle_V2 : V2 ; +fun juggle_V : V ; +fun juice_N : N ; +fun july_PN : PN ; +fun jumble_V2 : V2 ; +fun jump_V : V ; +fun jump_N : N ; +fun june_PN : PN ; +fun junk_N : N ; +fun just_A : A ; +fun justice_N : N ; +fun justify_V2 : V2 ; +fun juxtapose_V2 : V2 ; +fun juxtaposition_N : N ; +fun keen_A : A ; +fun keen_A2on : A2 ; +fun keen_A2 : A2 ; +fun keep_V2 : V2 ; +fun kennel_N : N ; +fun kettle_N : N ; +fun key_N : N ; +fun kick_N : N ; +fun kick_V2 : V2 ; +fun kidney_N : N ; +fun kill_V2 : V2 ; +fun kill_V3f : V3 ; +fun kilogram_N : N ; +fun kilometre_N : N ; +fun kim_PN : PN ; +fun kind_N : N ; +fun kind_A : A ; +fun kind_A2to : A2 ; +fun king_N : N ; +fun kingdom_N : N ; +fun kiss_N : N ; +fun kiss_V2 : V2 ; +fun kiss_V : V ; +fun kitchen_N : N ; +fun knee_N : N ; +fun kneel_V : V ; +fun knife_N : N ; +fun knob_N : N ; +fun knock_N : N ; +fun knock_V2 : V2 ; +fun knock_V : V ; +fun knocker_N : N ; +fun knot_N : N ; +fun knot_V2 : V2 ; +fun know_VS : VS ; +fun label_N : N ; +fun label_V2 : V2 ; +fun laboratory_N : N ; +fun laborious_A : A ; +fun labour_N : N ; +fun labour_V : V ; +fun lace_N : N ; +fun lace_V2 : V2 ; +fun lack_N : N ; +fun lack_V2 : V2 ; +fun lacuna_N : N ; +fun ladder_N : N ; +fun lady_N : N ; +fun lake_N : N ; +fun lamb_N : N ; +fun lament_N : N ; +fun lament_V2 : V2 ; +fun lamp_N : N ; +fun land_N : N ; +fun land_V : V ; +fun lane_N : N ; +fun language_N : N ; +fun lapse_V : V ; +fun large_A : A ; +fun last_A : A ; +fun last_V : V ; +fun late_A : A ; +fun lately_Adv : Adv ; +fun latitude_N : N ; +fun lattice_N : N ; +fun laugh_N : N ; +fun laugh_V2at : V2 ; +fun laughter_N : N ; +fun law_N : N ; +fun lawn_N : N ; +fun lawyer_N : N ; +fun lax_A : A ; +fun lay_V3loc : V3 ; +fun layer_N : N ; +fun layer_V2 : V2 ; +fun laze_V : V ; +fun lazy_A : A ; +fun lead_N : N ; +fun lead_V2 : V2 ; +fun leaf_N : N ; +fun league_N : N ; +fun lean_V2on : V2 ; +fun leap_V : V ; +fun learn_VS : VS ; +fun leather_N : N ; +fun leave_V2 : V2 ; +fun leave_V : V ; +fun lecture_N : N ; +fun lecture_V : V ; +fun lee_PN : PN ; +fun left_A : A ; +fun leftward_A : A ; +fun leg_N : N ; +fun legacy_N : N ; +fun legal_A : A ; +fun legible_A : A ; +fun legitimate_A : A ; +fun legitimize_V2 : V2 ; +fun lemon_N : N ; +fun lend_V3to : V3 ; +fun length_N : N ; +fun lengthen_V2 : V2 ; +fun lesson_N : N ; +fun let_V3se_vp : V3 ; +fun lethal_A : A ; +fun letter_N : N ; +fun level_A : A ; +fun level_N : N ; +fun level_V2 : V2 ; +fun lexical_A : A ; +fun lexicalist_A : A ; +fun lexicon_N : N ; +fun liable_A : A ; +fun liable_A2to : A2 ; +fun liable_A2 : A2 ; +fun liar_N : N ; +fun liberal_A : A ; +fun liberate_V3from : V3 ; +fun libertine_N : N ; +fun liberty_N : N ; +fun library_N : N ; +fun licence_N : N ; +fun license_V2 : V2 ; +fun lid_N : N ; +fun lie_V : V ; +fun lie_V2 : V2 ; +fun life_N : N ; +fun lift_N : N ; +fun lift_V2 : V2 ; +fun light_A : A ; +fun light_N : N ; +fun light_V2 : V2 ; +fun lightning_N : N ; +fun like_A : A ; +fun like_V2 : V2 ; +fun like_V2 : V2 ; +fun like_V2 : V2 ; +fun likelihood_N2of : N2 ; +fun likely_A : A ; +fun likely_A2 : A2 ; +fun likely_A2 : A2 ; +fun limb_N : N ; +fun lime_N : N ; +fun limit_N : N ; +fun limit_V2 : V2 ; +fun line_N : N ; +fun line_V2 : V2 ; +fun linear_A : A ; +fun linguist_N : N ; +fun linguistic_A : A ; +fun linguistics_N : N ; +fun link_N : N ; +fun link_V3to : V3 ; +fun lion_N : N ; +fun lip_N : N ; +fun liquefaction_N : N ; +fun liquefy_V : V ; +fun liquid_A : A ; +fun liquid_N : N ; +fun lisp_N : N ; +fun lisp_PN : PN ; +fun list_N : N ; +fun list_V2 : V2 ; +fun listen_V2to : V2 ; +fun liszt_PN : PN ; +fun literal_A : A ; +fun literary_A : A ; +fun literature_N : N ; +fun litre_N : N ; +fun little_N : N ; +fun live_A : A ; +fun live_V2 : V2 ; +fun load_N : N ; +fun load_V2 : V2 ; +fun loaf_N : N ; +fun loan_V3to : V3 ; +fun lobster_N : N ; +fun local_A : A ; +fun locate_V2 : V2 ; +fun location_N : N ; +fun locative_A : A ; +fun lock_N : N ; +fun lock_V2 : V2 ; +fun log_N : N ; +fun logarithm_N : N ; +fun logic_N : N ; +fun loiter_V : V ; +fun london_PN : PN ; +fun lonely_A : A ; +fun long_Adv : Adv ; +fun long_A : A ; +fun long_V2for : V2 ; +fun longwinded_A : A ; +fun look_N : N ; +fun look_V3 : V3 ; +fun look_V2for : V2 ; +fun loop_N : N ; +fun loophole_N : N ; +fun loose_A : A ; +fun lord_N : N ; +fun lore_N : N ; +fun lose_V2 : V2 ; +fun loss_N : N ; +fun lot_N : N ; +fun lottery_N : N ; +fun loud_A : A ; +fun lounge_V : V ; +fun love_N : N ; +fun love_V2 : V2 ; +fun lovely_A : A ; +fun low_A : A ; +fun lower_V2 : V2 ; +fun loyal_A : A ; +fun loyal_A2to : A2 ; +fun luck_N : N ; +fun lump_N : N ; +fun lung_N : N ; +fun lunge_V2 : V2 ; +fun lurk_V : V ; +fun lush_A : A ; +fun luxury_N : N ; +fun machine_N : N ; +fun machinery_N : N ; +fun mad_A : A ; +fun mad_A2about : A2 ; +fun mad_A2with : A2 ; +fun made_A2from : A2 ; +fun magazine_N : N ; +fun magic_A : A ; +fun magic_N : N ; +fun magnet_N : N ; +fun magnetic_A : A ; +fun magnitude_N : N ; +fun mail_N : N ; +fun mail_V3to : V3 ; +fun main_A : A ; +fun mainstream_A : A ; +fun maintain_V2 : V2 ; +fun maintain_VS : VS ; +fun maintenance_N : N ; +fun major_A : A ; +fun make_V2 : V2 ; +fun male_A : A ; +fun malign_V2 : V2 ; +fun malignant_A : A ; +fun mammal_N : N ; +fun man_N : N ; +fun man_V2 : V2 ; +fun manage_V2 : V2 ; +fun manage_VV : VV ; +fun manager_N : N ; +fun mandatory_A : A ; +fun manifest_A : A ; +fun manifest_N : N ; +fun manifest_V2 : V2 ; +fun manifestation_N : N ; +fun manipulate_V2 : V2 ; +fun manner_N : N ; +fun manoeuvre_N : N ; +fun manoeuvre_V2 : V2 ; +fun manoeuvre_V : V ; +fun manual_A : A ; +fun manual_N : N ; +fun manufacture_V2 : V2 ; +fun manuscript_N : N ; +fun map_N : N ; +fun map_V3to : V3 ; +fun mapping_N : N ; +fun march_N : N ; +fun march_PN : PN ; +fun margin_N : N ; +fun marginal_A : A ; +fun marine_A : A ; +fun mark_N : N ; +fun mark_V2 : V2 ; +fun market_N : N ; +fun marking_N : N ; +fun marriage_N : N ; +fun marry_V2 : V2 ; +fun mars_PN : PN ; +fun mary_PN : PN ; +fun mass_N : N ; +fun massive_A : A ; +fun master_N : N ; +fun master_V2 : V2 ; +fun mat_N : N ; +fun match_N : N ; +fun match_V2 : V2 ; +fun material_A : A ; +fun material_N : N ; +fun mathematical_A : A ; +fun mathematician_N : N ; +fun mathematics_N : N ; +fun matrix_N : N ; +fun matter_N : N ; +fun matter_V : V ; +fun mature_A : A ; +fun mature_V : V ; +fun maxim_N : N ; +fun maximal_A : A ; +fun maximize_V2 : V2 ; +fun maximum_N : N ; +fun may_PN : PN ; +fun maybe_Adv : Adv ; +fun mayor_N : N ; +fun meal_N : N ; +fun mean_A : A ; +fun mean_V2 : V2 ; +fun mean_VS : VS ; +fun meaning_N : N ; +fun meanwhile_Adv : Adv ; +fun measure_N : N ; +fun measure_V2 : V2 ; +fun meat_N : N ; +fun mechanic_V : V ; +fun mechanical_A : A ; +fun mechanism_N : N ; +fun mechanize_V2 : V2 ; +fun mediate_V2 : V2 ; +fun medical_A : A ; +fun medicine_N : N ; +fun medium_A : A ; +fun medium_N : N ; +fun meet_V2 : V2 ; +fun meeting_N2with : N2 ; +fun melody_N : N ; +fun melt_V : V ; +fun member_N : N ; +fun memorable_A : A ; +fun memorial_N : N ; +fun memory_N2ger : N2 ; +fun memory_N2of : N2 ; +fun mend_V2 : V2 ; +fun mental_A : A ; +fun mention_N : N ; +fun mention_V2 : V2 ; +fun mercy_N : N ; +fun merge_V2 : V2 ; +fun merit_N : N ; +fun merry_A : A ; +fun mess_N : N ; +fun message_N : N ; +fun messenger_N : N ; +fun metal_N : N ; +fun metaphor_N : N ; +fun method_N : N ; +fun methodical_A : A ; +fun methodology_N : N ; +fun metre_N : N ; +fun metric_A : A ; +fun microbiology_N : N ; +fun microphone_N : N ; +fun microscope_N : N ; +fun middle_A : A ; +fun middle_N : N ; +fun mighty_A : A ; +fun migrate_V : V ; +fun mild_A : A ; +fun mile_N : N ; +fun military_A : A ; +fun milk_N : N ; +fun mill_N : N ; +fun mill_V2 : V2 ; +fun million_N2 : N2 ; +fun mimic_N : N ; +fun mimic_V2 : V2 ; +fun mind_N : N ; +fun mind_V2 : V2 ; +fun mind_V2 : V2 ; +fun mine_N : N ; +fun mine_V2 : V2 ; +fun mineral_N : N ; +fun minim_N : N ; +fun minimal_A : A ; +fun minimize_V2 : V2 ; +fun minimum_N : N ; +fun minister_N : N ; +fun ministry_N : N ; +fun ministry_N2of : N2 ; +fun minor_A : A ; +fun minor_N : N ; +fun minute_A : A ; +fun minute_N : N ; +fun mirror_N : N ; +fun miscellaneous_A : A ; +fun misconception_N : N ; +fun misery_N : N ; +fun mislead_V2 : V2 ; +fun misplace_V2 : V2 ; +fun miss_V2 : V2 ; +fun missile_N : N ; +fun mist_N : N ; +fun mistake_N : N ; +fun mistake_V3for : V3 ; +fun mix_V3with : V3 ; +fun mixture_N : N ; +fun mnemonic_A : A ; +fun mode_N : N ; +fun model_A : A ; +fun model_N : N ; +fun model_V2 : V2 ; +fun moderate_A : A ; +fun moderate_V2 : V2 ; +fun modern_A : A ; +fun modest_A : A ; +fun modesty_N : N ; +fun modify_V2 : V2 ; +fun modular_A : A ; +fun module_N : N ; +fun molecular_A : A ; +fun molecule_N : N ; +fun moment_N : N ; +fun momentary_A : A ; +fun momentous_A : A ; +fun momentum_N : N ; +fun monday_PN : PN ; +fun money_N : N ; +fun monitor_N : N ; +fun monitor_V2 : V2 ; +fun monkey_N : N ; +fun monotonic_A : A ; +fun monotonically_Adv : Adv ; +fun month_N : N ; +fun moon_N : N ; +fun moral_A : A ; +fun moral_N : N ; +fun morning_N : N ; +fun morpheme_N : N ; +fun morphology_N : N ; +fun morphosyntactic_A : A ; +fun mortal_A : A ; +fun mortise_N : N ; +fun mosque_N : N ; +fun mosquito_N : N ; +fun mostly_Adv : Adv ; +fun mother_N2of : N2 ; +fun motion_N : N ; +fun motivate_V2 : V2 ; +fun motive_N : N ; +fun motor_N : N ; +fun mould_N : N ; +fun mould_V2 : V2 ; +fun mountain_N : N ; +fun mouse_N : N ; +fun mouth_N : N ; +fun move_V : V ; +fun mud_N : N ; +fun muesli_N : N ; +fun multifarious_A : A ; +fun multiple_A : A ; +fun multiplicity_N : N ; +fun multiply_V3by : V3 ; +fun multitude_N2of : N2 ; +fun mundane_A : A ; +fun murder_N : N ; +fun muscle_N : N ; +fun muscular_A : A ; +fun music_N : N ; +fun musical_N : N ; +fun mutter_V2about : V2 ; +fun mutual_A : A ; +fun mystery_N : N ; +fun myth_N : N ; +fun mythical_A : A ; +fun mythology_N : N ; +fun nail_N : N ; +fun naive_A : A ; +fun name_N : N ; +fun name_V2 : V2 ; +fun namely_Adv : Adv ; +fun narrow_A : A ; +fun narrow_V2 : V2 ; +fun nasty_A : A ; +fun nation_N : N ; +fun native_A : A ; +fun native_N : N ; +fun nature_N : N ; +fun navigate_V : V ; +fun navigator_N : N ; +fun navy_N : N ; +fun near_A : A ; +fun near_A2to : A2 ; +fun nearby_Adv : Adv ; +fun neat_A : A ; +fun necessary_A : A ; +fun necessary_A2for : A2 ; +fun necessary_A2to : A2 ; +fun necessitate_V2 : V2 ; +fun necessity_N : N ; +fun neck_N : N ; +fun need_N : N ; +fun need_V2 : V2 ; +fun needle_N : N ; +fun negate_V2 : V2 ; +fun negative_A : A ; +fun negative_N : N ; +fun neglect_N : N ; +fun neglect_V2 : V2 ; +fun negligence_N : N ; +fun negligent_A : A ; +fun negligible_A : A ; +fun negotiate_V2with : V2 ; +fun neighbour_N : N ; +fun nephew_N2of : N2 ; +fun nerve_N : N ; +fun nervous_A : A ; +fun nest_N : N ; +fun nest_V2in : V2 ; +fun net_N : N ; +fun network_N : N ; +fun neutral_A : A ; +fun never_Adv : Adv ; +fun nevertheless_Adv : Adv ; +fun new_A : A ; +fun news_N : N ; +fun newspaper_N : N ; +fun newton_PN : PN ; +fun next_A : A ; +fun nibble_V2 : V2 ; +fun nice_A : A ; +fun nicety_N : N ; +fun nigeria_PN : PN ; +fun night_N : N ; +fun nip_V2 : V2 ; +fun noble_A : A ; +fun nobleman_N : N ; +fun nod_V2 : V2 ; +fun nod_V : V ; +fun node_N : N ; +fun noise_N : N ; +fun nominal_A : A ; +fun nominate_V2 : V2 ; +fun nominative_A : A ; +fun nonetheless_Adv : Adv ; +fun nonsense_N : N ; +fun nonsensical_A : A ; +fun normal_A : A ; +fun normative_A : A ; +fun north_N : N ; +fun north_A : A ; +fun north_A2of : A2 ; +fun northern_A : A ; +fun nose_N : N ; +fun not_Adv : Adv ; +fun notation_N : N ; +fun note_N : N ; +fun note_VS : VS ; +fun notice_N : N ; +fun notice_V2 : V2 ; +fun notice_VS : VS ; +fun notion_N : N ; +fun notoriety_N : N ; +fun notorious_A : A ; +fun notorious_A2for : A2 ; +fun noun_N : N ; +fun novel_A : A ; +fun novel_N : N ; +fun novelty_N : N ; +fun november_PN : PN ; +fun novice_N : N ; +fun now_Adv : Adv ; +fun now_Adv : Adv ; +fun nowhere_Adv : Adv ; +fun nuclear_A : A ; +fun nucleus_N : N ; +fun nudge_N : N ; +fun nudge_V2 : V2 ; +fun nuisance_N : N ; +fun numeral_N : N ; +fun numeric_A : A ; +fun numerical_A : A ; +fun numerous_A : A ; +fun nurse_N : N ; +fun nurse_V2 : V2 ; +fun nut_N : N ; +fun nutrient_N : N ; +fun nutrition_N : N ; +fun nutritious_A : A ; +fun nylon_N : N ; +fun oaf_N : N ; +fun oak_N : N ; +fun oar_N : N ; +fun oath_N : N ; +fun obey_V2 : V2 ; +fun object_N : N ; +fun object_V2to : V2 ; +fun objectionable_A : A ; +fun objective_A : A ; +fun objective_N : N ; +fun obligation_N : N ; +fun obligatory_A : A ; +fun obligatory_A2for : A2 ; +fun oblige_V2 : V2 ; +fun oblique_A : A ; +fun obscure_A : A ; +fun obscure_V2 : V2 ; +fun observe_V2 : V2 ; +fun obstacle_N : N ; +fun obstruct_V2 : V2 ; +fun obstruction_V : V ; +fun obtain_V2 : V2 ; +fun obvious_A : A ; +fun obvious_A2 : A2 ; +fun occasion_N : N ; +fun occupation_N : N ; +fun occupy_V2 : V2 ; +fun occur_V : V ; +fun occurrence_V : V ; +fun ocean_N : N ; +fun october_PN : PN ; +fun odd_A : A ; +fun of_Prep : Prep ; +fun off_Prep : Prep ; +fun offence_N2against : N2 ; +fun offend_V2 : V2 ; +fun offense_N2against : N2 ; +fun offensive_A : A ; +fun offer_VV : VV ; +fun offer_N2 : N2 ; +fun office_N : N ; +fun officer_N : N ; +fun official_N : N ; +fun offset_V2 : V2 ; +fun often_Adv : Adv ; +fun oil_N : N ; +fun oil_V2 : V2 ; +fun old_A : A ; +fun omission_N : N ; +fun omit_V2 : V2 ; +fun omniscient_A : A ; +--fun on_Prep : Prep ; +fun once_Adv : Adv ; +fun onerous_A : A ; +fun onion_N : N ; +fun only_Adv : Adv ; +fun only_A : A ; +fun onto_Prep : Prep ; +fun ontology_N : N ; +fun opacity_N : N ; +fun opaque_A : A ; +fun open_A : A ; +fun open_V : V ; +fun opening_N : N ; +fun operand_N : N ; +fun operate_V2 : V2 ; +fun operation_N2on : N2 ; +fun operator_N : N ; +fun opinion_N : N ; +fun opponent_N : N ; +fun opportune_A : A ; +fun opportunistic_A : A ; +fun opportunity_N : N ; +fun oppose_V2 : V2 ; +fun opposite_A : A ; +fun opposition_N2to : N2 ; +fun optimal_A : A ; +fun optimism_N : N ; +fun optimist_N : N ; +fun optimize_V2 : V2 ; +fun optimum_V : V ; +fun option_N : N ; +fun oral_A : A ; +fun orange_A : A ; +fun orange_N : N ; +fun order_N : N ; +fun order_V2 : V2 ; +fun order_V2 : V2 ; +fun ordering_N : N ; +fun orderly_A : A ; +fun ordinary_A : A ; +fun ore_N : N ; +fun organ_N : N ; +fun organic_A : A ; +fun organically_Adv : Adv ; +fun organization_N : N ; +fun organize_V2 : V2 ; +fun orient_N : N ; +fun orient_V2 : V2 ; +fun origin_N : N ; +fun original_A : A ; +fun original_N : N ; +fun originate_V : V ; +fun orthography_N : N ; +fun ostensible_A : A ; +fun ostensive_A : A ; +fun ostentation_N : N ; +fun ostentatious_A : A ; +fun other_A : A ; +fun other_N : N ; +fun otherwise_Adv : Adv ; +fun outdated_A : A ; +fun outdoor_A : A ; +fun outdoors_N : N ; +fun outer_A : A ; +fun outlaw_N : N ; +fun outlaw_V2 : V2 ; +fun outline_N : N ; +fun outline_V2 : V2 ; +fun outrage_N : N ; +fun outrage_V2 : V2 ; +fun outside_Adv : Adv ; +fun outside_N : N ; +fun outside_Prep : Prep ; +fun outstanding_A : A ; +fun over_N : N ; +fun over_Prep : Prep ; +fun overflow_N : N ; +fun overflow_V2 : V2 ; +fun overflow_V : V ; +fun overlap_V : V ; +fun overt_A : A ; +fun overture_N : N ; +fun overwhelm_V2 : V2 ; +fun owe_V3 : V3 ; +fun own_A : A ; +fun own_V2 : V2 ; +fun ox_N : N ; +fun oxford_PN : PN ; +fun oxygen_N : N ; +fun pace_N : N ; +fun pack_V2 : V2 ; +fun package_N : N ; +fun package_V2 : V2 ; +fun packet_N : N ; +fun page_N : N ; +fun pain_N : N ; +fun painstaking_A : A ; +fun paint_N : N ; +fun paint_V2 : V2 ; +fun pair_N : N ; +fun pair_V3with : V3 ; +fun palace_N : N ; +fun pale_A : A ; +fun pamper_V2 : V2 ; +fun pamphlet_N : N ; +fun pan_N : N ; +fun panacea_N : N ; +fun pane_N : N ; +fun panel_N : N ; +fun panelling_N : N ; +fun panic_V : V ; +fun panic_N : N ; +fun pantry_N : N ; +fun paper_N : N ; +fun paper_V2 : V2 ; +fun paradigm_N : N ; +fun paradox_N : N ; +fun paragraph_N : N ; +fun parallel_N : N ; +fun parallel_V2 : V2 ; +fun parallel_A : A ; +fun parallel_A2to : A2 ; +fun parameter_N : N ; +fun paraphrase_N : N ; +fun paraphrase_V2 : V2 ; +fun parasite_N : N ; +fun parasitic_A : A ; +fun parasol_N : N ; +fun parcel_N : N ; +fun parent_N2of : N2 ; +fun parenthesis_N : N ; +fun parenthesize_V2 : V2 ; +fun parenthetical_A : A ; +fun parity_N : N ; +fun park_N : N ; +fun park_V2 : V2 ; +fun parliament_N : N ; +fun parse_V2 : V2 ; +fun parsimony_N : N ; +fun part_N : N ; +fun participant_N : N ; +fun participate_V2in : V2 ; +fun particle_N : N ; +fun particular_A : A ; +fun partition_N : N ; +fun partition_V2 : V2 ; +fun partly_Adv : Adv ; +fun partner_N : N ; +fun party_N : N ; +fun pass_V3to : V3 ; +fun passage_N : N ; +fun passenger_N : N ; +fun passion_N : N ; +fun passionate_A : A ; +fun passive_A : A ; +fun past_A : A ; +fun past_N : N ; +fun paste_N : N ; +fun paste_V3to : V3 ; +fun pastry_N : N ; +fun pasty_N : N ; +fun pat_V2 : V2 ; +fun path_N : N ; +fun pathology_N : N ; +fun patience_N : N ; +fun patient_N : N ; +fun patient_A : A ; +fun patient_A2with : A2 ; +fun pattern_N : N ; +fun paucity_N2of : N2 ; +fun pause_V : V ; +fun pause_N : N ; +fun pay_N : N ; +fun pay_V2for : V2 ; +fun pea_N : N ; +fun peace_N : N ; +fun peak_N : N ; +fun pear_N : N ; +fun peculiar_A : A ; +fun peculiar_A2to : A2 ; +fun pedagogical_A : A ; +fun pedant_N : N ; +fun pedantic_A : A ; +fun pedantically_A : A ; +fun pelvic_A : A ; +fun pelvis_N : N ; +fun pen_N : N ; +fun penal_A : A ; +fun penalize_V2 : V2 ; +fun penalty_N : N ; +fun pencil_N : N ; +fun pending_A : A ; +fun penetrate_V2 : V2 ; +fun penny_N : N ; +fun people_N : N ; +fun pepper_N : N ; +fun perceive_V2 : V2 ; +fun perception_N : N ; +fun perceptive_A : A ; +fun perceptual_A : A ; +fun percolate_V : V ; +fun percolator_N : N ; +fun peremptory_A : A ; +fun perfect_A : A ; +fun perform_V : V ; +fun perhaps_Adv : Adv ; +fun period_N : N ; +fun peripheral_A : A ; +fun periphery_N : N ; +fun perjure_V2 : V2 ; +fun permanent_A : A ; +fun permissible_A : A ; +fun permission_N : N ; +fun permissive_A : A ; +fun permit_N : N ; +fun permit_V2 : V2 ; +fun permute_V2 : V2 ; +fun perpetual_A : A ; +fun perpetuate_V2 : V2 ; +fun perpetuity_N : N ; +fun persimmon_N : N ; +fun persist_V : V ; +fun persistence_N : N ; +fun persistent_A : A ; +fun person_N : N ; +fun personal_A : A ; +fun perspective_N : N ; +fun perspicuous_A : A ; +fun persuade_V3 : V3 ; +fun persuade_V2 : V2 ; +fun persuasion_N : N ; +fun persuasive_A : A ; +fun perverse_A : A ; +fun perversion_N : N ; +fun pervert_N : N ; +fun pervert_V2 : V2 ; +fun pet_N : N ; +fun petrol_N : N ; +fun phase_N : N ; +fun phenomenon_N : N ; +fun philosopher_N : N ; +fun philosophy_N : N ; +fun phone_N : N ; +fun phone_V2 : V2 ; +fun phonemic_A : A ; +fun phonetic_A : A ; +fun phonetically_Adv : Adv ; +fun phonology_N : N ; +fun phonotactic_A : A ; +fun photo_N : N ; +fun photograph_N : N ; +fun photograph_V2 : V2 ; +fun photography_N : N ; +fun phrase_N : N ; +fun physical_A : A ; +fun physician_N : N ; +fun physics_N : N ; +fun pianist_N : N ; +fun piano_N : N ; +fun pick_N : N ; +fun pick_V2 : V2 ; +fun pick_V3 : V3 ; +fun picnic_N : N ; +fun picnic_V : V ; +fun picture_N : N ; +fun picture_V2 : V2 ; +fun piece_N : N ; +fun pierce_V2 : V2 ; +fun pig_N : N ; +fun pigeon_N : N ; +fun pilchard_N : N ; +fun pile_N : N ; +fun pilfer_V2 : V2 ; +fun pill_N : N ; +fun pillar_N : N ; +fun pillow_N : N ; +fun pilot_N : N ; +fun pilot_V2 : V2 ; +fun pin_N : N ; +fun pin_V3to : V3 ; +fun pink_A : A ; +fun pipe_N : N ; +fun pistol_N : N ; +fun pit_N : N ; +fun pitch_N : N ; +fun pitch_V2 : V2 ; +fun pitchfork_N : N ; +fun pith_N : N ; +fun pity_V2 : V2 ; +fun pity_N : N ; +fun place_N : N ; +fun place_V2 : V2 ; +fun place_V3in : V3 ; +fun plague_N : N ; +fun plague_V2 : V2 ; +fun plain_A : A ; +fun plain_N : N ; +fun plan_VV : VV ; +fun plan_N2 : N2 ; +fun planar_A : A ; +fun plane_N : N ; +fun planet_N : N ; +fun plant_N : N ; +fun plastic_A : A ; +fun plastic_N : N ; +fun plate_N : N ; +fun plateau_N : N ; +fun platypus_N : N ; +fun plausible_A : A ; +fun play_N : N ; +fun play_V2 : V2 ; +fun play_V : V ; +fun play_V2with : V2 ; +fun pleasant_A : A ; +fun please_V2 : V2 ; +fun pleasure_N : N ; +fun pledge_N : N ; +fun pledge_VS : VS ; +fun plenty_N : N ; +fun plot_N : N ; +fun plot_V : V ; +fun plug_N : N ; +fun plum_N : N ; +fun plumber_N : N ; +fun plume_N : N ; +fun plummet_V : V ; +fun plump_A : A ; +fun plunge_V : V ; +fun plural_A : A ; +fun plural_N : N ; +fun pocket_N : N ; +fun pocket_V2 : V2 ; +fun poem_N : N ; +fun poet_N : N ; +fun poetry_N : N ; +fun point_N : N ; +fun point_V2to : V2 ; +fun poison_N : N ; +fun poison_V2 : V2 ; +fun poland_PN : PN ; +fun polar_A : A ; +fun pole_N : N ; +fun policeman_N : N ; +fun policy_N : N ; +fun polish_A : A ; +fun polish_N : N ; +fun polish_V2 : V2 ; +fun polite_A : A ; +fun polite_A2to : A2 ; +fun political_A : A ; +fun politician_N : N ; +fun politics_N : N ; +fun pollute_V2 : V2 ; +fun ponder_V : V ; +fun pool_N : N ; +fun poor_A : A ; +fun pop_N : N ; +fun popular_A : A ; +fun popular_A2with : A2 ; +fun populated_A : A ; +fun populated_A2by : A2 ; +fun population_N : N ; +fun porcupine_N : N ; +fun pore_N : N ; +fun pore_V2over : V2 ; +fun pork_N : N ; +fun porosity_N : N ; +fun porous_A : A ; +fun porpoise_N : N ; +fun port_N : N ; +fun portable_A : A ; +fun portion_N : N ; +fun pose_N : N ; +fun pose_V2 : V2 ; +fun position_N : N ; +fun positive_A : A ; +fun positive_A2 : A2 ; +fun positively_Adv : Adv ; +fun possess_V2 : V2 ; +fun possession_N : N ; +fun possible_A2 : A2 ; +fun possible_A : A ; +fun possible_A2 : A2 ; +fun post_N : N ; +fun post_V3to : V3 ; +fun posterior_A : A ; +fun postman_N : N ; +fun postpone_V2 : V2 ; +fun postulate_V2 : V2 ; +fun pot_N : N ; +fun potato_N : N ; +fun potency_N : N ; +fun potent_A : A ; +fun potential_A : A ; +fun pound_N : N ; +fun pound_V2 : V2 ; +fun pour_V3loc : V3 ; +fun powder_N : N ; +fun power_N : N ; +fun power_V2 : V2 ; +fun practical_A : A ; +fun practice_N : N ; +fun practise_V2 : V2 ; +fun practitioner_N : N ; +fun pragmatic_A : A ; +fun pragmatically_Adv : Adv ; +fun pragmatics_N : N ; +fun praise_N : N ; +fun praise_V2 : V2 ; +fun pray_V2to : V2 ; +fun prayer_N : N ; +fun precarious_A : A ; +fun precede_V2 : V2 ; +fun precedence_N : N ; +fun precedent_N : N ; +fun precious_A : A ; +fun precise_A : A ; +fun precision_N : N ; +fun preclude_V2 : V2 ; +fun precursor_N : N ; +fun predecessor_N : N ; +fun predicate_N : N ; +fun predicate_V2 : V2 ; +fun predict_V2 : V2 ; +fun predilection_N2for : N2 ; +fun preface_N : N ; +fun prefer_V3to : V3 ; +fun prefer_V2 : V2 ; +fun prefer_VV : VV ; +fun prefer_V2 : V2 ; +fun preference_N : N ; +fun pregnancy_N : N ; +fun pregnant_A : A ; +fun prejudice_N : N ; +fun prejudiced_A : A ; +fun preliminary_A : A ; +fun premise_N : N ; +fun preoccupation_N2with : N2 ; +fun preoccupied_A2with : A2 ; +fun preoccupy_V2 : V2 ; +fun prepare_V3for : V3 ; +fun preposition_N : N ; +fun prerequisite_N : N ; +fun prescribe_V2 : V2 ; +fun prescription_N : N ; +fun prescriptive_A : A ; +fun presence_N : N ; +fun present_A : A ; +fun present_N : N ; +fun present_V3with : V3 ; +fun preserve_V3from : V3 ; +fun preside_V : V ; +fun presidency_N : N ; +fun president_N : N ; +fun press_V2 : V2 ; +fun pressure_N : N ; +fun prestige_N : N ; +fun presume_VS : VS ; +fun presumption_N : N ; +fun presumptuous_A : A ; +fun presuppose_VS : VS ; +fun presupposition_N2 : N2 ; +fun pretence_N2 : N2 ; +fun pretend_VS : VS ; +fun pretty_A : A ; +fun prevent_V2 : V2 ; +fun previous_A : A ; +fun price_N : N ; +fun prick_V : V ; +fun prickle_N : N ; +fun pride_N : N ; +fun priest_N : N ; +fun prim_A : A ; +fun primary_A : A ; +fun primitive_A : A ; +fun prince_N : N ; +fun principal_A : A ; +fun principle_N : N ; +fun principled_A : A ; +fun print_V2 : V2 ; +fun prior_N : N ; +fun prior_A : A ; +fun prior_A2to : A2 ; +fun priority_N : N ; +fun prison_N : N ; +fun privacy_N : N ; +fun private_A : A ; +fun privilege_N : N ; +fun prize_N : N ; +fun probability_N2 : N2 ; +fun probable_A : A ; +fun probable_A2 : A2 ; +fun probe_N : N ; +fun probe_V2 : V2 ; +fun problem_N : N ; +fun problematic_A : A ; +fun procedure_N : N ; +fun proceed_V : V ; +fun process_N : N ; +fun process_V2 : V2 ; +fun procession_N : N ; +fun processor_N : N ; +fun produce_N : N ; +fun produce_V2 : V2 ; +fun product_N : N ; +fun profession_N : N ; +fun professor_N : N ; +fun proficiency_N2in : N2 ; +fun proficient_A2in : A2 ; +fun profit_N : N ; +fun profitable_A : A ; +fun profound_A : A ; +fun profundity_N : N ; +fun profuse_A : A ; +fun profusion_N2of : N2 ; +fun prognosis_N : N ; +fun program_N : N ; +fun program_V : V ; +fun programme_N : N ; +fun progress_V2of : V2 ; +fun progress_N : N ; +fun prohibit_V2 : V2 ; +fun project_N : N ; +fun project_V : V ; +fun proliferate_V : V ; +fun prolong_V2 : V2 ; +fun prominence_N : N ; +fun prominent_A : A ; +fun promise_V2 : V2 ; +fun promote_V2 : V2 ; +fun prompt_A : A ; +fun prompt_N : N ; +fun prompt_V2 : V2 ; +fun promulgate_V2 : V2 ; +fun prone_A : A ; +fun prone_A2to : A2 ; +fun pronominal_A : A ; +fun pronoun_N : N ; +fun pronounce_V2 : V2 ; +fun pronunciation_N : N ; +fun proof_N2 : N2 ; +fun propagate_V : V ; +fun propensity_N2for : N2 ; +fun proper_A : A ; +fun property_N : N ; +fun proponent_N : N ; +fun proportion_N : N ; +fun propose_V2 : V2 ; +fun propose_VV : VV ; +fun proposition_N : N ; +fun prose_N : N ; +fun prosody_N : N ; +fun prospect_N2 : N2 ; +fun prospect_V2for : V2 ; +fun prospective_A : A ; +fun prospector_N : N ; +fun protect_V3from : V3 ; +fun protest_N : N ; +fun protest_V2against : V2 ; +fun protocol_N : N ; +fun prototype_N : N ; +fun proud_A : A ; +fun proud_A2of : A2 ; +fun prove_VS : VS ; +fun proven_A : A ; +fun provide_V3for : V3 ; +fun provision_N : N ; +fun prune_N : N ; +fun prune_V2 : V2 ; +fun psychology_N : N ; +fun pub_N : N ; +fun public_A : A ; +fun public_N : N ; +fun publication_N : N ; +fun publicity_N : N ; +fun publish_V2 : V2 ; +fun pull_V2 : V2 ; +fun pulley_N : N ; +fun pulpit_N : N ; +fun pump_N : N ; +fun punch_N : N ; +fun punch_V2 : V2 ; +fun punctual_A : A ; +fun punctuate_V2 : V2 ; +fun punish_V2 : V2 ; +fun punitive_A : A ; +fun pupil_N : N ; +fun purchase_V : V ; +fun pure_A : A ; +fun purge_N : N ; +fun purple_A : A ; +fun purpose_N : N ; +fun purse_N : N ; +fun pursue_V2 : V2 ; +fun pursuit_N : N ; +fun purveyor_N : N ; +fun push_V2 : V2 ; +fun put_V3loc : V3 ; +fun puzzle_N : N ; +fun puzzle_V2 : V2 ; +fun pyramid_N : N ; +fun quadruple_N : N ; +fun quail_N : N ; +fun qualify_V2for : V2 ; +fun qualitative_A : A ; +fun quality_N : N ; +fun quantify_V2 : V2 ; +fun quantitative_A : A ; +fun quarrel_N2with : N2 ; +fun quarter_N : N ; +fun quartet_N : N ; +fun queen_N : N ; +fun queer_A : A ; +fun query_N : N ; +fun query_V2 : V2 ; +fun quest_N : N ; +fun question_N : N ; +fun question_V2 : V2 ; +fun quibble_V2about : V2 ; +fun quick_A : A ; +fun quiet_A : A ; +fun quiet_N : N ; +fun quilt_N : N ; +fun quit_V2 : V2 ; +--fun quite_Adv : Adv ; +fun quiz_N : N ; +fun quote_V2 : V2 ; +fun rabbit_N : N ; +fun rabid_A : A ; +fun rabies_N : N ; +fun race_N : N ; +fun race_V2 : V2 ; +fun rack_N : N ; +fun radar_N : N ; +fun radical_A : A ; +fun radio_N : N ; +fun radish_N : N ; +fun radius_N : N ; +fun rage_N : N ; +fun raid_V2 : V2 ; +fun rail_N : N ; +fun railway_N : N ; +fun rain_V : V ; +fun rain_N : N ; +fun raise_V2 : V2 ; +fun raisin_N : N ; +fun random_A : A ; +fun range_N : N ; +fun range_V2over : V2 ; +fun rank_N : N ; +fun rank_V2 : V2 ; +fun rapid_A : A ; +fun rare_A : A ; +fun rat_N : N ; +fun rate_N : N ; +fun rather_Adv : Adv ; +fun ratio_N : N ; +fun ration_N : N ; +fun ration_V2 : V2 ; +fun rational_A : A ; +fun rationale_N : N ; +fun raw_A : A ; +fun ray_N : N ; +fun razor_N : N ; +fun reach_V2 : V2 ; +fun read_V2 : V2 ; +fun ready_A : A ; +fun ready_A2for : A2 ; +fun real_A : A ; +fun realist_N : N ; +fun realistic_A : A ; +fun realistically_Adv : Adv ; +fun realize_VS : VS ; +fun realm_N : N ; +fun rear_A : A ; +fun rear_N : N ; +fun reason_V : V ; +fun reason_N2for : N2 ; +fun reasonable_A : A ; +fun rebut_V2 : V2 ; +fun recapitulate_V2 : V2 ; +fun recede_V : V ; +fun receipt_N : N ; +fun receive_V3from : V3 ; +fun recency_N : N ; +fun recent_A : A ; +fun reception_N : N ; +fun recession_N : N ; +fun recipe_N : N ; +fun recipient_N : N ; +fun reciprocal_A : A ; +fun reciprocate_V : V ; +fun recite_V2 : V2 ; +fun recognise_V2 : V2 ; +fun recognition_N : N ; +fun recognize_V2 : V2 ; +fun recommend_V2 : V2 ; +fun reconcile_V2 : V2 ; +fun record_N : N ; +fun record_V2 : V2 ; +fun recourse_N2to : N2 ; +fun recover_V : V ; +fun recovery_N : N ; +fun rectify_V2 : V2 ; +fun recursion_N : N ; +fun recursive_A : A ; +fun red_A : A ; +fun redeem_V2 : V2 ; +fun reduce_V2 : V2 ; +fun reducible_A : A ; +fun reducible_A2to : A2 ; +fun redundancy_N : N ; +fun redundant_A : A ; +fun reed_N : N ; +fun refer_V2to : V2 ; +fun reference_N2to : N2 ; +fun referent_N : N ; +fun referral_N : N ; +fun refine_V2 : V2 ; +fun reflect_V2 : V2 ; +fun reflexive_A : A ; +fun refractor_N : N ; +fun refractory_A : A ; +fun refresh_V2 : V2 ; +fun refuse_N : N ; +fun refuse_VV : VV ; +fun refute_V2 : V2 ; +fun regard_N : N ; +fun regard_V3_pred : V3 ; +fun regime_N : N ; +fun regiment_N : N ; +fun regiment_V2 : V2 ; +fun region_N : N ; +fun regress_V : V ; +fun regular_A : A ; +fun regulate_V2 : V2 ; +fun regulation_N : N ; +fun reinforce_V2 : V2 ; +fun reject_V2 : V2 ; +fun rejoice_V : V ; +fun relate_V3to : V3 ; +fun related_A : A ; +fun related_A2to : A2 ; +fun relation_N : N ; +fun relative_N : N ; +fun relax_V : V ; +fun release_V2 : V2 ; +fun relegate_V3to : V3 ; +fun relevance_N2to : N2 ; +fun relevant_A : A ; +fun relevant_A2to : A2 ; +fun reliable_A : A ; +fun relief_N : N ; +fun relieve_V2 : V2 ; +fun religion_N : N ; +fun religious_A : A ; +fun relinquish_V2 : V2 ; +fun reluctance_N2 : N2 ; +fun reluctant_A : A ; +fun reluctant_A2 : A2 ; +fun rely_V2on : V2 ; +fun remain_V : V ; +fun remainder_N : N ; +fun remark_N : N ; +fun remedial_A : A ; +fun remedy_N : N ; +fun remedy_V2 : V2 ; +fun remember_VS : VS ; +fun remind_V3 : V3 ; +fun remind_V2 : V2 ; +fun reminder_N : N ; +fun reminiscent_A : A ; +fun reminiscent_A2of : A2 ; +fun remnant_N : N ; +fun remote_A : A ; +fun remove_V3from : V3 ; +fun renaissance_N : N ; +fun render_V3 : V3 ; +fun rendition_N : N ; +fun renew_V2 : V2 ; +fun renounce_V2 : V2 ; +fun rent_N : N ; +fun rent_V2 : V2 ; +fun renunciation_N : N ; +fun repair_N : N ; +fun repair_V2 : V2 ; +fun repeat_V2 : V2 ; +fun repercussion_N : N ; +fun repetition_N : N ; +fun repetitious_A : A ; +fun repetitive_A : A ; +fun replace_V2 : V2 ; +fun replica_N : N ; +fun replicate_V2 : V2 ; +fun reply_N : N ; +fun reply_V2to : V2 ; +fun report_N : N ; +fun report_V2 : V2 ; +fun report_VS : VS ; +fun reprehend_V2 : V2 ; +fun reprehensible_A : A ; +fun represent_V3_pred : V3 ; +fun representative_A : A ; +fun representative_N : N ; +fun reprove_V2 : V2 ; +fun reptile_N : N ; +fun republic_N : N ; +fun request_V2 : V2 ; +fun request_N2for : N2 ; +fun require_V2 : V2 ; +fun require_V2_sbse : V2 ; +fun requisite_A : A ; +fun rescue_V2 : V2 ; +fun resemble_V2 : V2 ; +fun reset_V2 : V2 ; +fun reside_V2 : V2 ; +fun residence_N : N ; +fun resident_N : N ; +fun residue_N : N ; +fun resist_V2 : V2 ; +fun resistant_A2to : A2 ; +fun resistence_N : N ; +fun resolute_A : A ; +fun resolution_N : N ; +fun resolve_V2 : V2 ; +fun resort_N : N ; +fun resort_V2to : V2 ; +fun resource_N : N ; +fun respect_N : N ; +fun respect_V2 : V2 ; +fun respective_A : A ; +fun respiration_N : N ; +fun respiratory_A : A ; +fun respond_V2to : V2 ; +fun response_N2to : N2 ; +fun responsible_A : A ; +fun responsible_A2for : A2 ; +fun rest_N : N ; +fun rest_V : V ; +fun restaurant_N : N ; +fun restore_V3to : V3 ; +fun restrain_V2 : V2 ; +fun restraint_N : N ; +fun restrict_V2 : V2 ; +fun result_N : N ; +fun result_V : V ; +fun resume_V2 : V2 ; +fun resumption_V : V ; +fun resurgence_N : N ; +fun resurgent_A : A ; +fun resurrect_V2 : V2 ; +fun retain_V2 : V2 ; +fun retention_N2 : N2 ; +fun retract_V2 : V2 ; +fun retrieve_V2 : V2 ; +fun return_N : N ; +fun return_V2 : V2 ; +fun return_V2to : V2 ; +fun revamp_V2 : V2 ; +fun reveal_V2 : V2 ; +fun revel_V2in : V2 ; +fun revelation_N : N ; +fun revenge_N : N ; +fun revenue_N : N ; +fun reverse_V2 : V2 ; +fun reverse_N2of : N2 ; +fun reversible_A : A ; +fun revise_V2 : V2 ; +fun revive_V2 : V2 ; +fun revocation_N : N ; +fun revoke_V : V ; +fun revolution_N : N ; +fun revolve_V : V ; +fun reward_V2 : V2 ; +fun reward_N2for : N2 ; +fun rhetoric_N : N ; +fun rice_N : N ; +fun rich_A : A ; +fun rid_V3of : V3 ; +fun ride_N : N ; +fun ride_V2 : V2 ; +fun ridiculous_A : A ; +fun right_A : A ; +fun right_N : N ; +fun rigid_A : A ; +fun rigorous_A : A ; +fun rigour_N : N ; +fun ring_N : N ; +fun ring_V2 : V2 ; +fun ring_V : V ; +fun ripe_A : A ; +fun rise_N : N ; +fun rise_V : V ; +fun risk_N : N ; +fun risk_V2 : V2 ; +fun rite_N : N ; +fun rival_A : A ; +fun rival_N : N ; +fun rivalry_N : N ; +fun river_N : N ; +fun road_N : N ; +fun roam_V : V ; +fun roast_A : A ; +fun roast_V2 : V2 ; +fun rob_V2 : V2 ; +fun robot_N : N ; +fun robust_A : A ; +fun rock_N : N ; +fun rock_V2 : V2 ; +fun rock_V : V ; +fun rod_N : N ; +fun role_N : N ; +fun roll_V : V ; +fun romance_N : N ; +fun romantic_A : A ; +fun romantic_N : N ; +fun roof_N : N ; +fun room_N : N ; +fun root_N : N ; +fun rope_N : N ; +fun rose_N : N ; +fun rot_V : V ; +fun rotten_A : A ; +fun rough_A : A ; +fun round_A : A ; +fun route_N : N ; +fun routine_A : A ; +fun routine_N : N ; +fun row_N : N ; +fun row_V : V ; +fun royal_A : A ; +fun royalty_N : N ; +fun rub_V : V ; +fun rubber_N : N ; +fun rubbish_N : N ; +fun rude_A : A ; +fun rude_A2to : A2 ; +fun rudimentary_A : A ; +fun ruin_N : N ; +fun ruin_V2 : V2 ; +fun rule_N : N ; +fun rule_V2 : V2 ; +fun ruler_N : N ; +fun rump_N : N ; +fun run_N : N ; +fun run_V : V ; +fun rush_N : N ; +fun russian_A : A ; +fun russian_N : N ; +fun sabbatical_A : A ; +fun sad_A : A ; +fun safe_N : N ; +fun safe_A : A ; +fun safe_A2from : A2 ; +fun safety_N : N ; +fun sail_N : N ; +fun saint_N : N ; +fun saintly_A : A ; +fun sake_N : N ; +fun salad_N : N ; +fun sale_N : N ; +fun salient_A : A ; +fun saline_A : A ; +fun salt_N : N ; +fun same_A : A ; +fun sample_N : N ; +fun sanction_N : N ; +fun sanction_V2 : V2 ; +fun sand_N : N ; +fun sandy_PN : PN ; +fun sane_A : A ; +fun sat_V : V ; +fun sat_V2 : V2 ; +fun satanic_A : A ; +fun satisfaction_N : N ; +fun satisfactory_A : A ; +fun satisfy_V2 : V2 ; +fun saturday_PN : PN ; +fun sauce_N : N ; +fun saucer_N : N ; +fun saucy_A : A ; +fun sausage_N : N ; +fun save_V2 : V2 ; +fun saw_N : N ; +fun saw_V2 : V2 ; +fun say_VS : VS ; +fun scale_N : N ; +fun scan_V2 : V2 ; +fun scarce_A : A ; +fun scare_V2 : V2 ; +fun scatter_V2 : V2 ; +fun scenario_N : N ; +fun scene_N : N ; +fun sceptic_N : N ; +fun schedule_N : N ; +fun schedule_V2 : V2 ; +fun schema_N : N ; +fun schematic_A : A ; +fun scheme_N : N ; +fun scholastic_A : A ; +fun school_N : N ; +fun science_N : N ; +fun scientific_A : A ; +fun scientist_N : N ; +fun scold_V : V ; +fun scope_N : N ; +fun score_N : N ; +fun score_V : V ; +fun score_N2of : N2 ; +fun scramble_V2 : V2 ; +fun scratch_N : N ; +fun scratch_V2 : V2 ; +fun screen_N : N ; +fun screw_N : N ; +fun screw_V3to : V3 ; +fun screw_V : V ; +fun script_N : N ; +fun scrupulous_A : A ; +fun scrutiny_N : N ; +fun sea_N : N ; +fun search_N : N ; +fun search_V2 : V2 ; +fun search_V2for : V2 ; +fun season_N : N ; +fun season_V2 : V2 ; +fun seat_N : N ; +fun second_N : N ; +fun secrecy_N : N ; +fun secret_A2from : A2 ; +fun secret_N : N ; +fun secretary_N : N ; +fun section_N : N ; +fun secure_V2 : V2 ; +fun secure_A : A ; +fun secure_A2from : A2 ; +fun see_V2 : V2 ; +fun seed_N : N ; +fun seek_V2 : V2 ; +fun seem_V2 : V2 ; +fun seem_V2 : V2 ; +fun seem_V2 : V2 ; +fun segment_N : N ; +fun segment_V2 : V2 ; +fun seize_V2 : V2 ; +fun seldom_Adv : Adv ; +fun select_V2 : V2 ; +fun self_N : N ; +fun sell_V2 : V2 ; +fun semantic_A : A ; +fun semantics_N : N ; +fun send_V3 : V3 ; +fun send_V3to : V3 ; +fun sensation_N : N ; +fun sense_N : N ; +fun sense_V2 : V2 ; +fun sense_VS : VS ; +fun sensible_A : A ; +fun sensitive_A : A ; +fun sensitive_A2to : A2 ; +fun sensory_A : A ; +fun sentence_N : N ; +fun separate_V2 : V2 ; +fun separate_V3from : V3 ; +fun separate_A : A ; +fun separate_A2from : A2 ; +fun september_PN : PN ; +fun sequel_N2to : N2 ; +fun sequence_N : N ; +fun serial_A : A ; +fun series_N : N ; +fun serious_A : A ; +fun servant_N : N ; +fun serve_V2 : V2 ; +fun service_N : N ; +fun session_N : N ; +fun set_N : N ; +fun set_V : V ; +fun setting_N2for : N2 ; +fun settle_V : V ; +fun severe_A : A ; +fun sew_V2 : V2 ; +fun sew_V : V ; +fun sex_N : N ; +fun sexual_A : A ; +fun shade_N : N ; +fun shade_V2 : V2 ; +fun shadow_N : N ; +fun shake_N : N ; +fun shake_V2 : V2 ; +fun shake_V : V ; +fun shallow_A : A ; +fun shame_N : N ; +fun shape_V2 : V2 ; +fun share_N : N ; +fun share_V3with : V3 ; +fun sharp_A : A ; +fun shatter_V2 : V2 ; +fun shave_N : N ; +fun shave_V2 : V2 ; +fun shave_V : V ; +fun shaven_A : A ; +fun shear_V : V ; +fun shed_N : N ; +fun shed_V2 : V2 ; +fun sheep_N : N ; +fun sheer_A : A ; +fun sheet_N : N ; +fun shelf_N : N ; +fun shell_N : N ; +fun shelve_V2 : V2 ; +fun shift_V : V ; +fun shine_V : V ; +fun ship_N : N ; +fun shirt_N : N ; +fun shock_N : N ; +fun shock_V2 : V2 ; +fun shoe_N : N ; +fun shoot_V2 : V2 ; +fun shop_N : N ; +fun shore_N : N ; +fun short_A : A ; +fun shortcoming_N : N ; +fun shot_N : N ; +fun shoulder_N : N ; +fun shoulder_V2 : V2 ; +fun shout_N : N ; +fun shout_V : V ; +fun show_N : N ; +fun show_V3 : V3 ; +fun shrug_V : V ; +fun shrug_V2 : V2 ; +fun shrug_N : N ; +fun shut_V2 : V2 ; +fun sibling_N : N ; +fun sick_A2of : A2 ; +fun side_N : N ; +fun sidestep_V2 : V2 ; +fun sideways_Adv : Adv ; +fun sideways_A : A ; +fun sight_N : N ; +fun sign_N : N ; +fun sign_V2 : V2 ; +fun signal_N : N ; +fun signal_V2to_that_s : V2 ; +fun signature_N : N ; +fun significance_N : N ; +fun significant_A : A ; +fun signify_V2 : V2 ; +fun silence_N : N ; +fun silent_A : A ; +fun silk_A : A ; +fun silk_N : N ; +fun silly_A : A ; +fun silver_N : N ; +fun similar_A : A ; +fun similar_A2to : A2 ; +fun simple_A : A ; +fun simplicity_N : N ; +fun simulate_V2 : V2 ; +fun simultaneous_A : A ; +fun since_Subj : Subj ; +fun since_Prep : Prep ; +fun sincere_A : A ; +fun sing_V2 : V2 ; +fun sing_V : V ; +fun single_A : A ; +fun singular_A : A ; +fun sink_V2 : V2 ; +fun sink_V : V ; +fun sister_N2of : N2 ; +fun sit_V : V ; +fun sit_V2 : V2 ; +fun site_N : N ; +fun situation_N : N ; +fun size_N : N ; +fun skate_N : N ; +fun skate_V : V ; +fun skeletal_A : A ; +fun skeleton_N : N ; +fun sketch_N : N ; +fun sketch_V2 : V2 ; +fun skilful_A : A ; +fun skill_N : N ; +fun skilled_A : A ; +fun skin_N : N ; +fun skip_V2 : V2 ; +fun skip_V : V ; +fun skirt_N : N ; +fun sky_N : N ; +fun slash_N : N ; +fun slave_N : N ; +fun sledge_N : N ; +fun sleep_N : N ; +fun sleep_V : V ; +fun slide_V : V ; +fun slight_A : A ; +fun slight_N : N ; +fun slim_A : A ; +fun slim_V : V ; +fun slip_V : V ; +fun slip_N : N ; +fun slipper_N : N ; +fun slippery_A : A ; +fun sloe_N : N ; +fun slope_N : N ; +fun slot_N : N ; +fun slow_A : A ; +fun small_A : A ; +fun smart_A : A ; +fun smell_N : N ; +fun smell_V2 : V2 ; +fun smell_V : V ; +fun smelt_V2 : V2 ; +fun smile_N : N ; +fun smile_V : V ; +fun smoke_N : N ; +fun smoke_V : V ; +fun smooth_A : A ; +fun smooth_V2 : V2 ; +fun snake_N : N ; +fun snap_V2 : V2 ; +fun snap_V : V ; +fun snapshot_N : N ; +fun snow_V : V ; +fun snow_N : N ; +fun soap_N : N ; +fun social_A : A ; +fun society_N : N ; +fun sock_N : N ; +fun sodium_N : N ; +fun soft_A : A ; +fun software_N : N ; +fun soil_N : N ; +fun soldier_N : N ; +fun sole_A : A ; +fun sole_N : N ; +fun solemn_A : A ; +fun solid_A : A ; +fun solid_N : N ; +fun soliloquy_N : N ; +fun solo_A : A ; +fun solo_N : N ; +fun solution_N : N ; +fun solve_V2 : V2 ; +fun somehow_Adv : Adv ; +fun sometimes_Adv : Adv ; +fun somewhat_Adv : Adv ; +--fun somewhere_Adv : Adv ; +fun son_N2of : N2 ; +fun song_N : N ; +fun soon_Adv : Adv ; +fun soon_Adv : Adv ; +fun sophisticated_A : A ; +fun sophistication_N : N ; +fun sore_A : A ; +fun sore_N : N ; +fun sorrow_N : N ; +fun sorry_A : A ; +fun sorry_A2for : A2 ; +fun sorry_A2 : A2 ; +fun sort_N : N ; +fun sort_V2 : V2 ; +fun soul_N : N ; +fun sound_A : A ; +fun sound_N : N ; +fun sound_V2 : V2 ; +fun soup_N : N ; +fun sour_A : A ; +fun source_N : N ; +fun south_N : N ; +fun south_A : A ; +fun south_A2of : A2 ; +fun southern_A : A ; +fun space_N : N ; +fun spade_N : N ; +fun spain_PN : PN ; +fun span_V2 : V2 ; +fun spanish_A : A ; +fun spare_A : A ; +fun spare_V3 : V3 ; +fun sparrow_N : N ; +fun spate_N : N ; +fun spatial_A : A ; +fun speak_V : V ; +fun spear_N : N ; +fun spear_V2 : V2 ; +fun special_A : A ; +fun specialist_N : N ; +fun specific_A : A ; +fun specific_A2to : A2 ; +fun specifically_Adv : Adv ; +fun specify_V2 : V2 ; +fun spectacle_N : N ; +fun spectacular_A : A ; +fun spectral_A : A ; +fun spectrum_N : N ; +fun speculate_V : V ; +fun speech_N : N ; +fun speed_N : N ; +fun spell_N : N ; +fun spell_V2 : V2 ; +fun spell_V : V ; +fun spend_V2 : V2 ; +fun spin_V2 : V2 ; +fun spin_V : V ; +fun spinster_N : N ; +fun spirit_N : N ; +fun spite_N : N ; +fun splendid_A : A ; +fun splendour_N : N ; +fun split_V : V ; +fun split_N : N ; +fun spoil_V2 : V2 ; +fun spoke_N : N ; +fun spokesman_N : N ; +fun spoon_N : N ; +fun sport_N : N ; +fun spot_N : N ; +fun spot_V2 : V2 ; +fun spread_V : V ; +fun spring_N : N ; +fun spring_V2 : V2 ; +fun spur_N : N ; +fun spurious_A : A ; +fun square_A : A ; +fun square_N : N ; +fun stable_A : A ; +fun stable_N : N ; +fun stack_N : N ; +fun stack_V2 : V2 ; +fun staff_N : N ; +fun staff_V2 : V2 ; +fun stag_N : N ; +fun stage_N : N ; +fun stage_V2 : V2 ; +fun stain_N : N ; +fun stain_V2 : V2 ; +fun stair_N : N ; +fun stake_N : N ; +fun stamp_N : N ; +fun stance_N : N ; +fun stand_V : V ; +fun standard_A : A ; +fun standard_N : N ; +fun star_N : N ; +fun stare_N : N ; +fun stare_V2at : V2 ; +fun start_N : N ; +fun start_V2 : V2 ; +fun start_V : V ; +fun startle_V2 : V2 ; +fun state_N : N ; +fun state_V2 : V2 ; +fun static_A : A ; +fun station_N : N ; +fun stationary_A : A ; +fun stationer_N : N ; +fun stationery_N : N ; +fun statistic_N : N ; +fun statistical_A : A ; +fun statistics_N : N ; +fun statistics_N : N ; +fun stative_A : A ; +fun statue_N : N ; +fun stature_N : N ; +fun status_N : N ; +fun stay_N : N ; +fun stay_V : V ; +fun steady_A : A ; +fun steal_V3from : V3 ; +fun steam_N : N ; +fun steam_V : V ; +fun steel_N : N ; +fun steel_V2 : V2 ; +fun steep_A : A ; +fun steeple_N : N ; +fun steer_N : N ; +fun steer_V2 : V2 ; +fun stem_N : N ; +fun stem_V2 : V2 ; +fun step_N : N ; +fun step_V2 : V2 ; +fun sterile_A : A ; +fun stick_N : N ; +fun stick_V2to : V2 ; +fun sticky_A : A ; +fun stiff_A : A ; +fun still_Adv : Adv ; +fun still_A : A ; +fun sting_N : N ; +fun sting_V2 : V2 ; +fun stipulate_VS : VS ; +fun stitch_N : N ; +fun stitch_V2 : V2 ; +fun stock_N : N ; +fun stock_V2 : V2 ; +fun stocking_N : N ; +fun stomach_N : N ; +fun stone_N : N ; +fun stool_N : N ; +fun stoop_V : V ; +fun stop_N : N ; +fun stop_V2 : V2 ; +fun stop_V : V ; +fun storage_N : N ; +fun store_N : N ; +fun store_V2 : V2 ; +fun storm_N : N ; +fun story_N : N ; +fun straight_A : A ; +fun straightforward_A : A ; +fun strain_N : N ; +fun strain_V2 : V2 ; +fun strand_V2 : V2 ; +fun strange_A : A ; +fun stranger_N : N ; +fun strategy_N : N ; +fun stratum_N : N ; +fun straw_N : N ; +fun strawberry_N : N ; +fun stray_A : A ; +fun stray_V : V ; +fun stream_N : N ; +fun streamlined_A : A ; +fun street_N : N ; +fun strength_N : N ; +fun strengthen_V2 : V2 ; +fun stress_N : N ; +fun stress_V2 : V2 ; +fun stretch_V : V ; +fun strew_V2 : V2 ; +fun strict_A : A ; +fun strident_A : A ; +fun strike_V2 : V2 ; +fun string_N : N ; +fun strip_N : N ; +fun strip_V2 : V2 ; +fun strive_V2for : V2 ; +fun stroke_N : N ; +fun stroke_V2 : V2 ; +fun strong_A : A ; +fun structuralism_N : N ; +fun structuralist_N : N ; +fun structure_N : N ; +fun struggle_N : N ; +fun struggle_V2with : V2 ; +fun student_N : N ; +fun study_V : V ; +fun study_N2 : N2 ; +fun stuff_N : N ; +fun stuff_V2 : V2 ; +fun stupid_A : A ; +fun stupor_N : N ; +fun stutter_V : V ; +fun style_N : N ; +fun stylistic_A : A ; +fun suave_A : A ; +fun subcategorize_V : V ; +fun subjacency_N : N ; +fun subjacent_A : A ; +fun subjacent_A2to : A2 ; +fun subject_V3to : V3 ; +fun subject_N : N ; +fun subjective_A : A ; +fun submarine_A : A ; +fun submarine_N : N ; +fun submission_N : N ; +fun submit_V2to : V2 ; +fun subordinate_A : A ; +fun subordinate_V2 : V2 ; +fun subsequent_A : A ; +fun subservient_A : A ; +fun substance_N : N ; +fun substantial_A : A ; +fun substantive_A : A ; +fun substitute_V3for : V3 ; +fun substitute_N : N ; +fun subsume_V2 : V2 ; +fun subsumption_N : N ; +fun subtle_A : A ; +fun subtlety_N : N ; +fun subtract_V3from : V3 ; +fun succeed_V2in : V2 ; +fun success_N : N ; +fun succession_N : N ; +fun successive_A : A ; +fun successor_N : N ; +fun succinct_A : A ; +fun succumb_V2to : V2 ; +fun suck_V2 : V2 ; +fun sudden_A : A ; +fun sue_PN : PN ; +fun suffer_V2from : V2 ; +fun suffice_V : V ; +fun sufficient_A : A ; +fun suffix_V2 : V2 ; +fun suffix_N : N ; +fun sugar_N : N ; +fun suggest_V2to_that_s : V2 ; +fun suit_V2 : V2 ; +fun suit_N : N ; +fun suitable_A : A ; +fun suite_N : N ; +fun sum_N : N ; +fun summer_N : N ; +fun sun_N : N ; +fun sunday_PN : PN ; +fun sunshine_N : N ; +fun super_A : A ; +fun superficial_A : A ; +fun superior_A : A ; +fun supersede_V2 : V2 ; +fun supervisor_N : N ; +fun supper_N : N ; +fun supplement_V2 : V2 ; +fun supplement_N : N ; +fun supplementary_A : A ; +fun suppletion_N : N ; +fun suppletive_A : A ; +fun supply_V2 : V2 ; +fun supply_V3to : V3 ; +fun supply_V3with : V3 ; +fun supply_N : N ; +fun support_V2 : V2 ; +fun support_N : N ; +fun suppose_VS : VS ; +fun supposition_N : N ; +fun suppress_V2 : V2 ; +fun sure_A2 : A2 ; +fun sure_A : A ; +fun sure_A2 : A2 ; +fun surface_V : V ; +fun surface_N : N ; +fun surgeon_N : N ; +fun surgery_N : N ; +fun surgical_A : A ; +fun surmount_V2 : V2 ; +fun surprise_V2 : V2 ; +fun surprise_N : N ; +fun surround_V2 : V2 ; +fun survey_V2 : V2 ; +fun survey_N : N ; +fun survive_V2 : V2 ; +fun susceptible_A : A ; +fun suspect_V2 : V2 ; +fun suspect_VS : VS ; +fun suspect_N : N ; +fun suspend_V2 : V2 ; +fun suspense_N : N ; +fun suspicion_N : N ; +fun suspicious_A : A ; +fun sustain_V2 : V2 ; +fun sustenance_N : N ; +fun swallow_V2 : V2 ; +fun swan_N : N ; +fun swap_V3for : V3 ; +fun swear_VS : VS ; +fun swede_N : N ; +fun sweden_PN : PN ; +fun swedish_A : A ; +fun sweep_V2 : V2 ; +fun sweet_N : N ; +fun swell_V : V ; +fun swift_A : A ; +fun swift_N : N ; +fun swim_V : V ; +fun swim_N : N ; +fun swing_V : V ; +fun swiss_A : A ; +fun switch_V2 : V2 ; +fun switch_N : N ; +fun switzerland_PN : PN ; +fun sword_N : N ; +fun syllabic_A : A ; +fun syllable_N : N ; +fun syllogism_N : N ; +fun symbol_N : N ; +fun symmetry_N : N ; +fun sympathetic_A : A ; +fun sympathetic_A2to : A2 ; +fun symptom_N : N ; +fun symptomatic_A : A ; +fun symptomatic_A2of : A2 ; +fun synchronous_A : A ; +fun synonym_N : N ; +fun synonymous_A : A ; +fun synonymous_A2with : A2 ; +fun synonymy_N : N ; +fun synopsis_N : N ; +fun synoptic_A : A ; +fun syntactic_A : A ; +fun syntax_N : N ; +fun synthesis_N : N ; +fun synthesize_V2 : V2 ; +fun synthetic_A : A ; +fun system_N : N ; +fun systematic_A : A ; +fun systematically_A : A ; +fun systematize_V2 : V2 ; +fun table_N : N ; +fun tabular_A : A ; +fun tabulate_V2 : V2 ; +fun tacit_A : A ; +fun tack_N : N ; +fun tackle_V2 : V2 ; +fun tact_N : N ; +fun tactic_N : N ; +fun tag_V2 : V2 ; +fun tag_N : N ; +fun tail_N : N ; +fun tailor_N : N ; +fun take_V2 : V2 ; +fun tale_N : N ; +fun talent_N : N ; +fun talented_A : A ; +fun talk_V2about : V2 ; +fun talk_N : N ; +fun tall_A : A ; +fun tame_A : A ; +fun tangent_N : N ; +fun tangle_V2 : V2 ; +fun tank_N : N ; +fun tap_V2 : V2 ; +fun tap_N : N ; +fun tape_V2 : V2 ; +fun tape_N : N ; +fun target_N : N ; +fun task_N : N ; +fun taste_V2 : V2 ; +fun taste_V2of : V2 ; +fun taste_N : N ; +fun tautology_N : N ; +fun tax_V2 : V2 ; +fun tax_N : N ; +fun taxi_N : N ; +fun taxonomy_N : N ; +fun tea_N : N ; +fun teach_V2 : V2 ; +fun team_N : N ; +fun tear_V2 : V2 ; +fun tear_N : N ; +fun tease_V2 : V2 ; +fun technical_A : A ; +fun technique_N : N ; +fun technology_N : N ; +fun tedious_A : A ; +fun tedium_N : N ; +fun teem_V2with : V2 ; +fun telegram_N : N ; +fun telegraph_V2 : V2 ; +fun telegraph_N : N ; +fun telephone_V2 : V2 ; +fun telephone_N : N ; +fun telescope_N : N ; +fun television_N : N ; +fun tell_V3 : V3 ; +fun temper_V3with : V3 ; +fun temper_N : N ; +fun temperature_N : N ; +fun template_N : N ; +fun temple_N : N ; +fun temporal_A : A ; +fun temporary_A : A ; +fun tempt_V2 : V2 ; +fun tend_V2 : V2 ; +fun tendency_N2to : N2 ; +fun tender_A : A ; +fun tenet_N : N ; +fun tennis_N : N ; +fun tenon_N : N ; +fun tenor_N : N ; +fun tense_A : A ; +fun tense_N : N ; +fun tensed_A : A ; +fun tension_N : N ; +fun tent_N : N ; +fun tentative_A : A ; +fun term_V3ed : V3 ; +fun term_N : N ; +fun terminal_A : A ; +fun terminal_N : N ; +fun terminate_V : V ; +fun terminology_N : N ; +fun terrace_N : N ; +fun terrestrial_A : A ; +fun terrible_A : A ; +fun terrify_V2 : V2 ; +fun territory_N : N ; +fun terror_N : N ; +fun terse_A : A ; +fun test_V2 : V2 ; +fun test_N : N ; +fun testimony_N : N ; +fun text_N : N ; +fun textbook_N : N ; +fun thank_V2 : V2 ; +fun theatre_N : N ; +fun theatrical_A : A ; +fun thematic_A : A ; +fun thematically_Adv : Adv ; +fun theme_N : N ; +fun then_Adv : Adv ; +fun theorem_N : N ; +fun theoretic_A : A ; +fun theoretical_A : A ; +fun theoretically_Adv : Adv ; +fun theory_N : N ; +fun therapeutic_A : A ; +fun therapy_N : N ; +fun therefore_Subj : Subj ; +fun thesis_N : N ; +fun thick_A : A ; +fun thief_N : N ; +fun thigh_N : N ; +fun thin_A : A ; +fun thing_N : N ; +fun think_VS : VS ; +fun third_N : N ; +fun thirst_N2for : N2 ; +fun thorough_A : A ; +fun thought_N2 : N2 ; +fun thousand_N2 : N2 ; +fun thread_N : N ; +fun threat_N2 : N2 ; +fun threaten_V3with : V3 ; +fun threshold_N : N ; +fun throat_N : N ; +--fun through_Prep : Prep ; +fun throughout_Prep : Prep ; +fun throw_V3loc : V3 ; +fun throw_N : N ; +fun thrown_V3loc : V3 ; +fun thrust_V3loc : V3 ; +fun thrust_N : N ; +fun thumb_N : N ; +fun thunder_N : N ; +fun thursday_PN : PN ; +fun thus_Subj : Subj ; +fun ticket_N : N ; +fun tidy_V2 : V2 ; +fun tidy_A : A ; +fun tie_V3to : V3 ; +fun tie_N : N ; +fun tiger_N : N ; +fun tight_A : A ; +fun till_V2 : V2 ; +fun till_N : N ; +fun time_V2 : V2 ; +fun time_N : N ; +fun timely_A : A ; +fun timetable_N : N ; +fun tin_N : N ; +fun tinker_V2with : V2 ; +fun tinker_N : N ; +fun tip_N : N ; +fun tire_V2of : V2 ; +fun title_N : N ; +--fun to_Prep : Prep ; +fun toad_N : N ; +fun toast_N : N ; +fun toast_V2 : V2 ; +fun tobacco_N : N ; +fun today_Adv : Adv ; +fun toe_N : N ; +fun together_Adv : Adv ; +fun token_N : N ; +fun tolerance_N : N ; +fun tolerate_V2 : V2 ; +fun toll_V : V ; +fun toll_N : N ; +fun tomato_N : N ; +fun tomb_N : N ; +fun tomorrow_Adv : Adv ; +fun ton_N : N ; +fun tone_N : N ; +fun tongue_N : N ; +fun tonight_Adv : Adv ; +fun tonne_N : N ; +fun tool_N : N ; +fun tooth_N : N ; +fun top_N : N ; +fun topic_N : N ; +fun topology_N : N ; +fun torrent_N : N ; +fun torrential_A : A ; +fun toss_V2 : V2 ; +fun total_A : A ; +fun total_N : N ; +fun touch_V2 : V2 ; +fun touch_N : N ; +fun tough_A : A ; +fun tough_A2 : A2 ; +fun tour_V2 : V2 ; +fun tour_N : N ; +fun tourist_N : N ; +fun tow_V2 : V2 ; +fun towards_Prep : Prep ; +fun tower_N : N ; +fun town_N : N ; +fun toxic_A : A ; +fun toy_N : N ; +fun trace_V2 : V2 ; +fun trace_N : N ; +fun track_V2 : V2 ; +fun track_N : N ; +fun tract_N : N ; +fun tractable_A : A ; +fun trade_N : N ; +fun tradition_N : N ; +fun traffic_N : N ; +fun traffic_V2in : V2 ; +fun tragedy_N : N ; +fun tragic_A : A ; +fun train_V2 : V2 ; +fun train_N : N ; +fun tramp_N : N ; +fun tranquil_A : A ; +fun transaction_N : N ; +fun transcendental_A : A ; +fun transcribe_V2 : V2 ; +fun transcript_N : N ; +fun transcription_N : N ; +fun transfer_V3to : V3 ; +fun transform_V2 : V2 ; +fun transience_N : N ; +fun transient_A : A ; +fun transistor_N : N ; +fun transit_N : N ; +fun transitive_A : A ; +fun transitory_A : A ; +fun translate_V3into : V3 ; +fun transmit_V2 : V2 ; +fun transparency_N : N ; +fun transparent_A : A ; +fun transport_V2 : V2 ; +fun transport_N : N ; +fun trap_V2 : V2 ; +fun trap_N : N ; +fun travel_V2 : V2 ; +fun travel_N : N ; +fun traverse_V2 : V2 ; +fun tray_N : N ; +fun treat_V3_pred : V3 ; +fun treatment_N : N ; +fun treble_A : A ; +fun treble_V2 : V2 ; +fun tree_N : N ; +fun tremble_V : V ; +fun triangle_N : N ; +fun triangular_A : A ; +fun tribe_N : N ; +fun trick_V2 : V2 ; +fun trick_N : N ; +fun trifle_V2with : V2 ; +fun trifle_N : N ; +fun trigger_V2 : V2 ; +fun trigger_N : N ; +fun trip_V : V ; +fun trip_N : N ; +fun triple_A : A ; +fun triple_V2 : V2 ; +fun triple_N : N ; +fun triple_N : N ; +fun triumph_V : V ; +fun triumph_N : N ; +fun trivial_A : A ; +fun tropic_N : N ; +fun trouble_V2 : V2 ; +fun trouble_N : N ; +fun troublesome_A : A ; +fun truck_N : N ; +fun true_A : A ; +fun truncate_V2 : V2 ; +fun trunk_N : N ; +fun trust_V2 : V2 ; +fun trust_N : N ; +fun truth_N : N ; +fun try_V2 : V2 ; +fun try_VV : VV ; +fun tub_N : N ; +fun tube_N : N ; +fun tuck_V3 : V3 ; +fun tuesday_PN : PN ; +fun tuition_N : N ; +fun tumble_V : V ; +fun tune_V2 : V2 ; +fun tune_N : N ; +fun turn_V3f : V3 ; +fun turn_V3 : V3 ; +fun turn_V : V ; +fun turn_N : N ; +fun turtle_N : N ; +fun tutor_N : N ; +fun twice_Adv : Adv ; +fun twiddle_V2 : V2 ; +fun twin_N : N ; +fun twist_V2 : V2 ; +fun twist_N : N ; +fun type_V2 : V2 ; +fun type_N : N ; +fun typical_A : A ; +fun typical_A2of : A2 ; +fun tyre_N : N ; +fun ugly_A : A ; +fun ulcer_N : N ; +fun ultimate_A : A ; +fun ultimatum_N : N ; +fun unary_A : A ; +fun uncertainty_N : N ; +fun uncle_N2of : N2 ; +--fun under_Prep : Prep ; +fun undergraduate_N : N ; +fun underline_V2 : V2 ; +fun undermine_V2 : V2 ; +fun underneath_Adv : Adv ; +fun underneath_Prep : Prep ; +fun underneath_N : N ; +fun underscore_N : N ; +fun understand_V2 : V2 ; +fun undo_V2 : V2 ; +fun undoubtedly_Adv : Adv ; +fun ungainly_A : A ; +fun uniform_A : A ; +fun uniform_N : N ; +fun unify_V2 : V2 ; +fun union_N : N ; +fun unique_A : A ; +fun unit_N : N ; +fun unitary_A : A ; +fun unite_V2 : V2 ; +fun unity_N : N ; +fun universe_N : N ; +fun university_N : N ; +fun unleash_V2 : V2 ; +fun unplug_V2 : V2 ; +fun unprecedented_A : A ; +fun until_Subj : Subj ; +fun unusual_A : A ; +fun unwieldy_A : A ; +fun unwitting_A : A ; +fun up_Prep : Prep ; +fun update_V2 : V2 ; +fun upon_Prep : Prep ; +fun upper_A : A ; +fun upright_A : A ; +fun upset_V2 : V2 ; +fun upside_down_A : A ; +fun upstairs_Adv : Adv ; +fun urge_V2 : V2 ; +fun urge_N2 : N2 ; +fun urgency_N : N ; +fun urgent_A : A ; +fun usage_N : N ; +fun use_V2 : V2 ; +fun use_N : N ; +fun used_A2to : A2 ; +fun usual_A : A ; +fun utility_N : N ; +fun utilize_V2 : V2 ; +fun utter_A : A ; +fun utter_V2 : V2 ; +fun utterance_N : N ; +fun vacuous_A : A ; +fun vacuum_N : N ; +fun vague_A : A ; +fun valence_N : N ; +fun valency_N : N ; +fun valid_A : A ; +fun validate_V2 : V2 ; +fun valley_N : N ; +fun valuable_A : A ; +fun value_V2 : V2 ; +fun value_N : N ; +fun van_N : N ; +fun vanilla_N : N ; +fun vanish_V : V ; +fun variable_A : A ; +fun variable_N : N ; +fun variant_N : N ; +fun variation_N : N ; +fun variety_N : N ; +fun various_A : A ; +fun varnish_V2 : V2 ; +fun varnish_N : N ; +fun vary_V : V ; +fun vase_N : N ; +fun vast_A : A ; +fun vector_N : N ; +fun vegetable_N : N ; +fun vegetation_N : N ; +fun vehicle_N : N ; +fun velocity_N : N ; +fun verb_N : N ; +fun verbose_A : A ; +fun verdict_N : N ; +fun verify_V2 : V2 ; +fun versatile_A : A ; +fun verse_N : N ; +fun version_N : N ; +fun vertex_N : N ; +fun vertical_A : A ; +fun vessel_N : N ; +fun vet_N : N ; +fun viable_A : A ; +fun vice_N : N ; +fun victim_N : N ; +fun victor_N : N ; +fun victory_N : N ; +fun vie_V2with : V2 ; +fun view_V3_pred : V3 ; +fun view_N : N ; +fun vigorous_A : A ; +fun village_N : N ; +fun vindicate_V2 : V2 ; +fun vine_N : N ; +fun vineyard_N : N ; +fun violate_V2 : V2 ; +fun violence_N : N ; +fun violent_A : A ; +fun viral_A : A ; +fun virtual_A : A ; +fun virtue_N : N ; +fun virus_N : N ; +fun visible_A : A ; +fun visible_A2to : A2 ; +fun vision_N : N ; +fun visit_V2 : V2 ; +fun visit_N : N ; +fun visual_A : A ; +fun vital_A : A ; +fun vitiate_V2 : V2 ; +fun vocabulary_N : N ; +fun voice_N : N ; +fun volatile_A : A ; +fun vole_N : N ; +fun volt_N : N ; +fun volume_N : N ; +fun voluntary_A : A ; +fun volunteer_V : V ; +fun volunteer_V2for : V2 ; +fun volunteer_N : N ; +fun vote_V2for : V2 ; +fun vote_N : N ; +fun vow_VV : VV ; +fun vow_VS : VS ; +fun vow_N : N ; +fun vowel_N : N ; +fun voyage_N : N ; +fun vulgar_A : A ; +fun wag_V2 : V2 ; +fun waist_N : N ; +fun waistcoat_N : N ; +fun wait_V2for : V2 ; +fun wait_N : N ; +fun wake_V2 : V2 ; +fun walk_V : V ; +fun walk_N : N ; +fun wall_N : N ; +fun wan_A : A ; +fun wander_V2 : V2 ; +fun want_V2 : V2 ; +--fun want_VV : VV ; +fun war_N : N ; +fun ward_N : N ; +fun warm_V2 : V2 ; +fun warm_A : A ; +fun warn_V2 : V2 ; +fun warning_N : N ; +fun wash_V : V ; +fun waste_A : A ; +fun waste_V2 : V2 ; +fun waste_N : N ; +fun watch_V2 : V2 ; +fun watch_N : N ; +fun water_N : N ; +fun wave_V2to : V2 ; +fun wave_N : N ; +fun wax_N : N ; +fun way_N : N ; +fun weak_A : A ; +fun wealth_N : N ; +fun weapon_N : N ; +fun wear_V2 : V2 ; +fun weather_N : N ; +fun weave_V2 : V2 ; +fun wedding_N : N ; +fun wedge_N : N ; +fun wednesday_PN : PN ; +fun weed_N : N ; +fun week_N : N ; +fun weep_V : V ; +fun weigh_V2 : V2 ; +fun weigh_V2 : V2 ; +fun weight_N : N ; +fun welcome_A : A ; +fun welcome_V3to : V3 ; +fun welcome_N2to : N2 ; +fun welfare_N : N ; +fun well_Adv : Adv ; +fun well_A : A ; +fun well_N : N ; +fun well_formed_A : A ; +fun west_N : N ; +fun west_A : A ; +fun west_A2of : A2 ; +fun western_A : A ; +fun wet_A : A ; +fun wheat_N : N ; +fun wheel_N : N ; +fun wheeled_A : A ; +fun whelk_N : N ; +fun when_Adv : Adv ; +--fun when_Adv : Adv ; +fun whenever_Adv : Adv ; +fun where_Adv : Adv ; +fun where_Adv : Adv ; +fun whereas_Subj : Subj ; +fun wherever_Adv : Adv ; +fun while_Subj : Subj ; +fun whim_N : N ; +fun whine_V : V ; +fun whine_N : N ; +fun whiskey_N : N ; +fun whisky_N : N ; +fun whisper_N : N ; +fun whisper_V : V ; +fun whisper_VS : VS ; +fun whistle_V : V ; +fun white_A : A ; +fun whole_A : A ; +fun whole_A : A ; +fun wholly_Adv : Adv ; +fun why_Adv : Adv ; +fun why_Adv : Adv ; +fun whyever_Adv : Adv ; +fun wicked_A : A ; +fun wide_A : A ; +fun widow_N : N ; +fun width_N : N ; +fun wife_N2of : N2 ; +fun wild_A : A ; +fun will_N : N ; +fun willing_A2 : A2 ; +fun willing_A : A ; +fun win_V2 : V2 ; +fun wind_V2 : V2 ; +fun wind_V : V ; +fun wind_N : N ; +fun window_N : N ; +fun wine_N : N ; +fun wing_N : N ; +fun winter_N : N ; +fun wire_N : N ; +fun wisdom_N : N ; +fun wise_A : A ; +fun wish_V2for : V2 ; +fun wish_VS : VS ; +fun wish_N : N ; +fun witch_N : N ; +--fun with_Prep : Prep ; +fun within_Adv : Adv ; +fun within_Prep : Prep ; +fun withold_V2 : V2 ; +--fun without_Prep : Prep ; +fun withstand_V2 : V2 ; +fun witness_V2 : V2 ; +fun witness_N2to : N2 ; +fun woman_N : N ; +fun wonder_V2 : V2 ; +fun wonder_N : N ; +fun wood_N : N ; +fun wooden_A : A ; +fun wool_N : N ; +fun word_N : N ; +fun work_N : N ; +fun work_V : V ; +fun world_N : N ; +fun worm_N : N ; +fun worry_V2 : V2 ; +fun worry_V2about : V2 ; +fun worry_N : N ; +fun worship_V2 : V2 ; +fun worth_Prep : Prep ; +fun worthless_A : A ; +fun worthwhile_A : A ; +fun worthy_A : A ; +fun worthy_A2of : A2 ; +fun wound_V2 : V2 ; +fun wound_N : N ; +fun wrap_V2 : V2 ; +fun wreck_V2 : V2 ; +fun wreck_N : N ; +fun wrinkle_N : N ; +fun wrist_N : N ; +fun write_V2 : V2 ; +fun wrong_A : A ; +fun wry_A : A ; +fun yard_N : N ; +fun year_N : N ; +fun yellow_N : N ; +fun yellow_A : A ; +fun yesterday_Adv : Adv ; +fun yet_Adv : Adv ; +fun yield_V2 : V2 ; +fun yield_N : N ; +fun young_A : A ; +fun youth_N : N ; +fun zinc_N : N ; +} diff --git a/examples/big/MAP/Lisp.cf b/examples/big/MAP/Lisp.cf new file mode 100644 index 000000000..e0fd0de88 --- /dev/null +++ b/examples/big/MAP/Lisp.cf @@ -0,0 +1,20 @@ +-- Lisp as used in the Alvey grammar + +entrypoints Prog, Exp ; + +Pro. Prog ::= [Exp] ; + +App. Exp ::= "(" [Exp] ")" ; +At. Exp ::= Id ; +IdPlus. Exp ::= IdPl ; +IdStr. Exp ::= String ; +Plus. Exp ::= "+" ; +Minus. Exp ::= "-" ; +Num. Exp ::= Integer ; + +token IdPl ('+' letter (letter | digit | '-' | '_')*) ; +token Id (letter (letter | digit | '-' | '_')*) ; + +terminator Exp "" ; + +comment ";;" ; diff --git a/examples/big/MAP/Makefile b/examples/big/MAP/Makefile new file mode 100644 index 000000000..8586995a3 --- /dev/null +++ b/examples/big/MAP/Makefile @@ -0,0 +1,20 @@ +all: + make big + make gf + mv Big*.gf .. +gf: + ./mkBig + +big: + ghc --make MkBig -o mkBig +parser: + happy -gca ParLisp.y + alex -g LexLisp.x + latex DocLisp.tex; dvips DocLisp.dvi -o DocLisp.ps + ghc --make TestLisp.hs -o TestLisp +clean: + -rm -f *.log *.aux *.hi *.o *.dvi + -rm -f DocLisp.ps +distclean: clean + -rm -f DocLisp.* LexLisp.* ParLisp.* LayoutLisp.* SkelLisp.* PrintLisp.* TestLisp.* AbsLisp.* TestLisp ErrM.* SharedString.* Lisp.dtd XMLLisp.* Makefile* + diff --git a/examples/big/MAP/MkBig.hs b/examples/big/MAP/MkBig.hs new file mode 100644 index 000000000..0ea4e0b18 --- /dev/null +++ b/examples/big/MAP/MkBig.hs @@ -0,0 +1,42 @@ +module Main where + +import TransBig + +import IO ( stdin, hGetContents ) +import System ( getArgs, getProgName ) + +import LexLisp +import ParLisp +import SkelLisp +import PrintLisp +import AbsLisp +import ErrM + +type ParseFun a = [Token] -> Err a + +myLLexer = myLexer + +type Verbosity = Int + +putStrV :: Verbosity -> String -> IO () +putStrV v s = if v > 1 then putStrLn s else return () + +runFile :: Verbosity -> ParseFun Prog -> FilePath -> IO () +runFile v p f = putStrLn f >> readFile f >>= run v p + +run :: Verbosity -> ParseFun Prog -> String -> IO () +run v p s = let ts = myLLexer s in case p ts of + Bad s -> do putStrLn "\nParse Failed...\n" + putStrV v "Tokens:" + putStrV v $ show ts + putStrLn s + Ok tree -> do putStrLn "\nParse Successful!" + transTree tree + + + +main :: IO () +main = do + runFile 0 pProg infile + +infile = "bigwordlist.en" diff --git a/examples/big/MAP/TransBig.hs b/examples/big/MAP/TransBig.hs new file mode 100644 index 000000000..ea59dcc6c --- /dev/null +++ b/examples/big/MAP/TransBig.hs @@ -0,0 +1,148 @@ +module TransBig where + +import AbsLisp +import PrintLisp + +import Char + +abstrgf = "BigLexEngAbs.gf" +concrgf = "BigLexEng.gf" + +transTree :: Prog -> IO () +transTree (Pro ts) = do + writeFile abstrgf "abstract BigLexEngAbs = Cat **{\n" + writeFile concrgf + "concrete BigLexEng of BigLexEngAbs = CatEng ** open ParadigmsEng, IrregEng in {\n" + mapM_ transRule ts + appendFile abstrgf "}\n" + addOpers + appendFile concrgf "}\n" + +transRule :: Exp -> IO () +transRule e = case e of + App (At f : _ : cat : _) | not (discardCat cat) -> catRule (hyph f) cat + _ -> notConsidered $ "--! " ++ printTree e + where + hyph (Id f) = Id (map unhyph f) + unhyph '-' = '_' + unhyph c = c + +discardCat (App cs) = any (flip elem cs) discarded where + discarded = [ + App [At (Id "AUX"),Plus], + App [At (Id "PAST"),Plus], + App [At (Id "QUA"),Plus], + App [At (Id "VFORM"),At (Id "EN")], + App [At (Id "AFORM"),At (Id "ER")], + App [At (Id "AFORM"),At (Id "EST")] + ] +discardCat _ = False + + +catRule :: Id -> Exp -> IO () +catRule (Id f) e = case cleanCat e of + App (App [At (Id "V"), Minus] : App [At (Id "N"), Plus] : more) -> case more of + [App [At (Id "SUBCAT"),sub]] -> + let prep = prepSub sub in + putRule (f ++ "_N2" ++ prep) "N2" "prepN2" [show f, show prep] + [App [At (Id "PLU"),Minus],App [At (Id "SUBCAT"),sub]] -> + let prep = prepSub sub in + putRule (f ++ "_N2" ++ prep) "N2" "irregN2" [show f, show f, show prep] + [App [At (Id "PLU"),Minus]] -> + putRule (f ++ "_N") "N" "irregN" [show f, show f] --- could find the forms + [App [At (Id "PLU"),_]] -> + notConsidered $ "--! " ++ f ++ " " ++ printTree e + (App [At (Id "PRO"),Plus]:_) -> + notConsidered $ "--! " ++ f ++ " " ++ printTree e + [App [At (Id "COUNT"),Minus]] -> + putRule (f ++ "_N") "N" "massN" [show f] + [App [At (Id "PN"),Plus]] -> + putRule (f ++ "_PN") "PN" "regPN" [show f] + [] -> + putRule (f ++ "_N") "N" "regN" [show f] + _ -> putStrLn $ "---- " ++ f ++ " " ++ printTree e + App (App [At (Id "V"), Plus] : App [At (Id "N"), Plus] : more) -> case more of + (App [At (Id "ADV"), Plus]:_) -> + putRule (f ++ "_Adv") "Adv" "mkAdv" [show f] + [App [At (Id "SUBCAT"),sub]] -> + let prep = prepSub sub in + putRule (f ++ "_A2" ++ prep) "A2" "regA2" [show f,show prep] + [App [At (Id "AFORM"),At (Id "NONE")],App [At (Id "SUBCAT"),sub]] -> + let prep = prepSub sub in + putRule (f ++ "_A2" ++ prep) "A2" "longA2" [show f,show prep] + [App [At (Id "SUBCAT"),sub],App [At (Id "AFORM"),At (Id "NONE")]] -> + let prep = prepSub sub in + putRule (f ++ "_A2" ++ prep) "A2" "longA2" [show f,show prep] + (App [At (Id "AFORM"),At (Id "NONE")]:_) -> + putRule (f ++ "_A") "A" "longA" [show f] + [] -> + putRule (f ++ "_A") "A" "regA" [show f] + _ -> putStrLn $ "---- " ++ f ++ " " ++ printTree e + App (App [At (Id "V"), Plus] : App [At (Id "N"), Minus] : more) -> case more of + App [At (Id "SUBCAT"),At (Id "NP_NP")]:form -> + putRule (f ++ "_V3") "V3" "dirdirV3" [verbForm form f] + App [At (Id "SUBCAT"),At (Id ('N':'P':'_':sub))]:form -> + let prep = map toLower (drop 2 sub) in + putRule (f ++ "_V3" ++ prep) "V3" "dirprepV3" [verbForm form f, show prep] + App [At (Id "SUBCAT"),At (Id "SFIN")]:form -> + putRule (f ++ "_VS") "VS" "mkVS" [verbForm form f] + App [At (Id "SUBCAT"),At (Id "SE1")]:form -> + putRule (f ++ "_VV") "VV" "mkVV" [verbForm form f] + App [At (Id "SUBCAT"),sub]:form -> + let prep = prepSub sub in + putRule (f ++ "_V2" ++ prep) "V2" "prepV2" [verbForm form f, show prep] + form | length form < 2 -> + putRule (f ++ "_V") "V" "useV" [verbForm form f] + _ -> putStrLn $ "---- " ++ f ++ " " ++ printTree e + App (App [At (Id "V"), Minus] : App [At (Id "N"), Minus] : more) -> case more of + [App [At (Id "SUBCAT"), At (Id "BARE_S")]] -> + putRule (f ++ "_Subj") "Subj" "mkSubj" [show f] + [App [At (Id "SUBCAT"), At (Id "NP")]] -> + putRule (f ++ "_Prep") "Prep" "mkPrep" [show f] + App [At (Id "PRO"), Plus] : _ -> + putRule (f ++ "_Adv") "Adv" "proAdv" [show f] + _ -> putStrLn $ "---- " ++ f ++ " " ++ printTree e + App (App [At (Id "PRO"), Plus] : + App [At (Id "V"), Minus] : App [At (Id "N"), Minus] :_) -> + putRule (f ++ "_Adv") "Adv" "proAdv" [show f] + _ -> notConsidered $ "--! " ++ f ++ " " ++ printTree e + +cleanCat (App es) = App $ filter (not . irrelevant) es where + irrelevant c = elem c [ + App [At (Id "SUBCAT"), At (Id "NULL")], + App [At (Id "AT"), Minus], --- ? + App [At (Id "LAT"), Minus], + App [At (Id "LAT"), Plus] + ] +cleanCat c = c + +notConsidered r = return () --- putStrLn + +putRule :: String -> String -> String -> [String] -> IO () +putRule fun cat oper args = do + appendFile abstrgf $ unwords ["fun",fun,":",cat,";\n"] + appendFile concrgf $ unwords $ ["lin",fun,"=",oper] ++ args ++ [";\n"] + +prepSub :: Exp -> String +prepSub s = case s of + At (Id ('P':'P':cs)) -> map toLower cs + _ -> "" + +verbForm form f + | elem (App [At (Id "REG"),Minus]) form = "IrregEng." ++ f ++ "_V" + | otherwise = "(regV " ++ show f ++ ")" + +addOpers = mapM_ (appendFile concrgf) [ + "oper proAdv : Str -> Adv = \\s -> mkAdv s ;\n", + "oper useV : V -> V = \\v -> v ;\n", + "oper massN : Str -> N = \\s -> regN s ;\n", + "longA : Str -> A = \\s -> compoundADeg (regA s) ;\n", + "mkSubj : Str -> Subj = \\s -> {s = s ; lock_Subj = <>} ;\n", + "irregN : Str -> Str -> N = \x,y -> mk2N x y ;\", + "irregN2 : Str -> Str -> Str -> N2 = \x,y,p -> mkN2 (irregN x y) (mkPrep p) ;\n", + "longA2 : Str -> Str -> A2 = \s,p -> mkA2 (compoundADeg (regA s)) (mkPrep p) ;\n", + "regA2 : Str -> Str -> A2 = \s,p -> mkA2 (regA s) (mkPrep p) ;\n", + "prepV2 : V -> Str -> V2 = \s,p -> mkV2 s (mkPrep p) ;\n", + "prepN2 : Str -> Str -> N2 = \s,p -> mkN2 (regN s) (mkPrep p) ;\n", + "dirprepV3 : V -> Str -> V3 = \s,p -> dirV3 s (mkPrep p) ;\n" + ] diff --git a/examples/big/MAP/bigwordlist.en b/examples/big/MAP/bigwordlist.en new file mode 100644 index 000000000..a233d4e86 --- /dev/null +++ b/examples/big/MAP/bigwordlist.en @@ -0,0 +1,6723 @@ +;; +;; +;; bigwordlist.en +;; +;; +;; Author: Graham Russell May 1987 +;; +;; Copyright - Graeme Ritchie, Alan Black, +;; Steve Pulman and Graham Russell 1987 +;; +;; +;; included by bigwordlist.le +;; +;; +;; +;; Copyright Graeme Ritchie, Alan Black, +;; Steve Pulman and Graham Russell 1987 +;; +;; --------------------------------------------- +;; | Not to be used for military purposes | +;; --------------------------------------------- +;; +(a a ((SUBCAT DETN) (QUA +) (DEF -) (AGR SING)) A NIL) +(abandon abandon ((V +) (N -) (SUBCAT NP)) ABANDON NIL) +(abbreviate abbreviate ((V +) (N -) (AT -) (SUBCAT NP)) ABBREVIATE NIL) +(abduct abduct ((V +) (N -) (SUBCAT NP) (AT -)) ABDUCT NIL) +(+able +able ((FIX SUF) (V +) (N +) (AFORM NONE) (SUBCAT NULL) (STEM ((INFL +) (N -) (V +)))) ABLE NIL) +(able able ((V +) (N +) (SUBCAT INF)) ABLE NIL) +(able able ((V +) (N +) (SUBCAT NULL)) ABLE NIL) +(abolish abolish ((V +) (N -) (SUBCAT NP) (LAT -)) ABOLISH NIL) +(abolition abolition ((V -) (N +)) ABOLITION NIL) +(abound abound ((V +) (N -) (SUBCAT NULL) (LAT -)) ABOUND NIL) +(about about ((V -) (N -) (SUBCAT INF)) ABOUT NIL) +(about about ((V -) (N -) (SUBCAT NP)) ABOUT NIL) +(about about ((V -) (N -) (SUBCAT NP) (PFORM ABOUT)) ABOUT NIL) +(above above ((PRO +) (V -) (N -)) ABOVE NIL) +(above above ((V -) (N -) (SUBCAT NP)) ABOVE NIL) +(abroad abroad ((PRO +) (V -) (N -)) ABROAD NIL) +(absence absence ((V -) (N +) (SUBCAT PPFROM)) ABSENCE NIL) +(absent absent ((V +) (N +) (SUBCAT NULL)) ABSENT NIL) +(absent absent ((V +) (N +) (SUBCAT PPFROM)) ABSENT NIL) +(absentee absentee ((V -) (N +)) ABSENTEE NIL) +(absolute absolute ((V +) (N +) (AFORM NONE)) ABSOLUTE NIL) +(absolve absolve ((V +) (N -) (SUBCAT NP_PPFROM)) ABSOLVE NIL) +(abstract abstract ((V -) (N +)) ABSTRACT NIL) +(abstract abstract ((V +) (N +) (AFORM NONE)) ABSTRACT NIL) +(abstract abstract ((V +) (N -) (AT -)) ABSTRACT NIL) +(abundance abundance ((V -) (N +)) ABUNDANCE NIL) +(abundant abundant ((V +) (N +) (AFORM NONE)) ABUNDANT NIL) +(academic academic ((V +) (N +) (AFORM NONE)) ACADEMIC NIL) +(accelerate accelerate ((V +) (N -) (SUBCAT NP) (AT -)) ACCELERATE NIL) +(accept accept ((V +) (N -) (SUBCAT NP)) ACCEPT NIL) +(access access ((V +) (N -) (SUBCAT NP)) ACCESS NIL) +(access access ((V -) (N +) (SUBCAT PPTO)) ACCESS NIL) +(accessible accessible ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) ACCESSIBLE NIL) +(accessible accessible ((V +) (N +) (AFORM NONE) (SUBCAT PPTO)) ACCESSIBLE NIL) +(accident accident ((V -) (N +)) ACCIDENT NIL) +(accommodate accommodate ((V +) (N -) (SUBCAT NP) (AT -)) ACCOMMODATE NIL) +(accompany accompany ((V +) (N -) (SUBCAT NP)) ACCOMPANY NIL) +(accomplish accomplish ((V +) (N -) (SUBCAT NP) (LAT -)) ACCOMPLISH NIL) +(accord accord ((V +) (N -) (SUBCAT PPWITH)) ACCORD NIL) +(accordingly accordingly ((V +) (N +) (ADV +)) ACCORDINGLY NIL) +(account account ((V -) (N +)) ACCOUNT NIL) +(account account ((V +) (N -) (SUBCAT PPFOR)) ACCOUNT NIL) +(accumulate accumulate ((V +) (N -) (SUBCAT NP) (AT -)) ACCUMULATE NIL) +(accuracy accuracy ((V -) (N +)) ACCURACY NIL) +(accurate accurate ((V +) (N +) (AFORM NONE)) ACCURATE NIL) +(accuse accuse ((V +) (N -) (SUBCAT NP_PPOF)) ACCUSE NIL) +(ache ache ((V -) (N +)) ACHE NIL) +(ache ache ((V +) (N -) (SUBCAT NULL)) ACHE NIL) +(achieve achieve ((V +) (N -) (SUBCAT NP)) ACHIEVE NIL) +(acknowledge acknowledge ((V +) (N -) (SUBCAT NP)) ACKNOWLEDGE NIL) +(acknowledge acknowledge ((V +) (N -) (SUBCAT SFIN)) ACKNOWLEDGE NIL) +(acquire acquire ((V +) (N -) (SUBCAT NP)) ACQUIRE NIL) +(acquisition acquisition ((V -) (N +)) ACQUISITION NIL) +(acquisitive acquisitive ((V +) (N +) (AFORM NONE)) ACQUISITIVE NIL) +(across across ((V -) (N -) (SUBCAT NP)) ACROSS NIL) +(act act ((V -) (N +)) ACT NIL) +(act act ((V +) (N -) (AT -)) ACT NIL) +(activate activate ((V +) (N -) (AT -) (SUBCAT NP)) ACTIVATE NIL) +(actor actor ((V -) (N +)) ACTOR NIL) +(actress actress ((V -) (N +)) ACTRESS NIL) +(actual actual ((V +) (N +) (AFORM NONE)) ACTUAL NIL) +(acute acute ((V +) (N +) (AFORM NONE)) ACUTE NIL) +(adage adage ((V -) (N +)) ADAGE NIL) +(adapt adapt ((V +) (N -) (SUBCAT NP)) ADAPT NIL) +(add add ((V +) (N -) (SUBCAT NP_PPTO)) ADD NIL) +(addict addict ((V -) (N +)) ADDICT NIL) +(addict addict ((V +) (N -) (SUBCAT NP) (AT -)) ADDICT NIL) +(addition addition ((V -) (N +) (SUBCAT PPTO)) ADDITION NIL) +(additive additive ((V -) (N +)) ADDITIVE NIL) +(address address ((V -) (N +)) ADDRESS NIL) +(address address ((V +) (N -) (SUBCAT NP)) ADDRESS NIL) +(adept adept ((V +) (N +) (SUBCAT NULL)) ADEPT NIL) +(adept adept ((V +) (N +) (SUBCAT PPAT)) ADEPT NIL) +(adequacy adequacy ((V -) (N +)) ADEQUACY NIL) +(adequate adequate ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) ADEQUATE NIL) +(adequate adequate ((V +) (N +) (AFORM NONE) (SUBCAT PPFOR)) ADEQUATE NIL) +(adhere adhere ((V +) (N -) (SUBCAT PPTO)) ADHERE NIL) +(adherent adherent ((V -) (N +)) ADHERENT NIL) +(adhesive adhesive ((V -) (N +)) ADHESIVE NIL) +(adhesive adhesive ((V +) (N +) (AFORM NONE)) ADHESIVE NIL) +(adjacency adjacency ((V -) (N +) (SUBCAT PPTO)) ADJACENCY NIL) +(adjacent adjacent ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) ADJACENT NIL) +(adjacent adjacent ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) ADJACENT NIL) +(adjective adjective ((V -) (N +)) ADJECTIVE NIL) +(adjoin adjoin ((V +) (N -) (SUBCAT NP)) ADJOIN NIL) +(adjunct adjunct ((V -) (N +)) ADJUNCT NIL) +(adjust adjust ((V +) (N -) (SUBCAT NP)) ADJUST NIL) +(administer administer ((V +) (N -) (SUBCAT NP) (LAT -)) ADMINISTER NIL) +(administration administration ((V -) (N +)) ADMINISTRATION NIL) +(admire admire ((V +) (N -) (SUBCAT NP)) ADMIRE NIL) +(admissible admissible ((V +) (N +) (AFORM NONE)) ADMISSIBLE NIL) +(admission admission ((V -) (N +)) ADMISSION NIL) +(admission admission ((V -) (N +) (SUBCAT PPTO)) ADMISSION NIL) +(admit admit ((V +) (N -) (SUBCAT NP)) ADMIT NIL) +(admit admit ((V +) (N -) (SUBCAT NP_PPTO)) ADMIT NIL) +(admit admit ((V +) (N -) (SUBCAT NULL)) ADMIT NIL) +(admit admit ((V +) (N -) (SUBCAT PPOF)) ADMIT NIL) +(admit admit ((V +) (N -) (SUBCAT SFIN)) ADMIT NIL) +(adopt adopt ((V +) (N -) (AT -) (SUBCAT NP)) ADOPT NIL) +(adult adult ((V -) (N +)) ADULT NIL) +(adult adult ((V +) (N +) (AFORM NONE)) ADULT NIL) +(advance advance ((V -) (N +)) ADVANCE NIL) +(advance advance ((V +) (N -) (SUBCAT NULL)) ADVANCE NIL) +(advantage advantage ((V -) (N +)) ADVANTAGE NIL) +(advent advent ((V -) (N +)) ADVENT NIL) +(adventure adventure ((V -) (N +)) ADVENTURE NIL) +(adverb adverb ((V -) (N +)) ADVERB NIL) +(adverbial adverbial ((V +) (N +) (AFORM NONE)) ADVERBIAL NIL) +(adverse adverse ((V +) (N +) (AFORM NONE)) ADVERSE NIL) +(advertise advertise ((V +) (N -) (SUBCAT NP)) ADVERTISE NIL) +(advice advice ((V -) (N +)) ADVICE NIL) +(advise advise ((V +) (N -) (SUBCAT OE)) ADVISE NIL) +(advisor advisor ((V -) (N +)) ADVISOR NIL) +(advocate advocate ((V +) (N -) (SUBCAT NP)) ADVOCATE NIL) +(aerobic aerobic ((V +) (N +) (AFORM NONE)) AEROBIC NIL) +(aesthetic aesthetic ((V +) (N +) (AFORM NONE)) AESTHETIC NIL) +(affair affair ((V -) (N +)) AFFAIR NIL) +(affect affect ((V +) (N -) (SUBCAT NP)) AFFECT NIL) +(affection affection ((V -) (N +) (SUBCAT PPFOR)) AFFECTION NIL) +(affix affix ((V -) (N +)) AFFIX NIL) +(affix affix ((V +) (N -) (SUBCAT NP_PPWITH)) AFFIX NIL) +(afflict afflict ((V +) (N -) (SUBCAT NP) (AT -)) AFFLICT NIL) +(afford afford ((V +) (N -) (SUBCAT NP) (LAT -)) AFFORD NIL) +(afford afford ((V +) (N -) (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) +(africa africa ((V -) (N +) (PN +)) AFRICA NIL) +(african african ((V +) (N +) (AFORM NONE)) AFRICAN NIL) +(african african ((V -) (N +)) AFRICAN NIL) +(after after ((V -) (N -) (SUBCAT BARE_S)) AFTER NIL) +(after after ((V -) (N -) (SUBCAT ING)) AFTER NIL) +(after after ((V -) (N -) (SUBCAT NP)) AFTER NIL) +(afternoon afternoon ((V -) (N +)) AFTERNOON NIL) +(afterthought afterthought ((V -) (N +)) AFTERTHOUGHT NIL) +(afterwards afterwards ((PRO +) (V -) (N -)) AFTERWARDS NIL) +(again again ((PRO +) (V -) (N -)) AGAIN NIL) +(against against ((V -) (N -) (SUBCAT NP)) AGAINST NIL) +(against against ((V -) (N -) (SUBCAT NP) (PFORM AGAINST)) AGAINST NIL) +(age age ((V -) (N +) (LAT -)) AGE NIL) +(aged aged ((V +) (N +)) AGED NIL) +(agency agency ((V -) (N +)) AGENCY NIL) +(agenda agenda ((V -) (N +)) AGENDA NIL) +(agent agent ((V -) (N +)) AGENT NIL) +(aggravate aggravate ((V +) (N -) (SUBCAT NP) (AT -)) AGGRAVATE NIL) +(aggressive aggressive ((V +) (N +) (AFORM NONE)) AGGRESSIVE NIL) +(ago ago ((V +) (N +) (ADV +)) AGO NIL) +(agree agree ((V +) (N -) (SUBCAT PPWITH)) AGREE NIL) +(ahead ahead ((V -) (N -) (PRO +)) AHEAD NIL) +(aid aid ((V -) (N +)) AID NIL) +(aid aid ((V +) (N -) (SUBCAT NP)) AID NIL) +(aide aide ((V -) (N +)) AIDE NIL) +(aim aim ((V -) (N +) (LAT -)) AIM NIL) +(aim aim ((V +) (N -) (SUBCAT PPAT) (LAT -)) AIM NIL) +(aim aim ((V +) (N -) (SUBCAT PPTO) (LAT -)) AIM NIL) +(air air ((V -) (N +)) AIR NIL) +(aircraft aircraft ((V -) (N +) (PLU +)) AIRCRAFT NIL) +(aircraft aircraft ((V -) (N +) (PLU -)) AIRCRAFT NIL) +(akin akin ((V +) (N +) (AFORM NONE) (SUBCAT NULL) (PRD +)) AKIN NIL) +(akin akin ((V +) (N +) (AFORM NONE) (SUBCAT PPTO) (PRD +)) AKIN NIL) +(+al +al ((FIX SUF) (V +) (N +) (AFORM NONE) (STEM ((AFORM NONE)))) AL NIL) +(+al +al ((FIX SUF) (V +) (N +) (AFORM NONE) (STEM (N (LAT +)(INFL +))) (LAT +)) AL NIL) +(+al +al ((FIX SUF) (V -) (N +) (STEM (V (INFL +)))) AL NIL) +(alcohol alcohol ((V -) (N +)) ALCOHOL NIL) +(alcoholic alcoholic ((V +) (N +) (AFORM NONE)) ALCOHOLIC NIL) +(alcoholic alcoholic ((V -) (N +)) ALCOHOLIC NIL) +(algebra algebra ((V -) (N +)) ALGEBRA NIL) +(algorithm algorithm ((V -) (N +)) ALGORITHM NIL) +(alias alias ((V -) (N +) (SUBCAT PPFOR)) ALIAS NIL) +(align align ((V +) (N -) (SUBCAT NP)) 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) +(all all ((V -) (N +) (PRO +)) ALL NIL) +(all all ((V +) (N +) (QUA +) (DEF +)) ALL NIL) +(all all ((V +) (N +) (QUA +) (DEF +) (PART -) (AGR ((N +) (V -) (BAR 2) (COUNT -)))) ALL NIL) +(all all ((V +) (N +) (QUA +) (DEF +) (PART -) (AGR ((N +) (V -) (BAR 2) (COUNT +) (PLU +)))) ALL NIL) +(allege allege ((V +) (N -) (SUBCAT SFIN)) ALLEGE NIL) +(alley alley ((V -) (N +)) ALLEY NIL) +(allocate allocate ((V +) (N -) (AT -) (SUBCAT NP_PPTO)) ALLOCATE NIL) +(allow allow ((V +) (N -) (SUBCAT NP)) ALLOW NIL) +(allow allow ((V +) (N -) (SUBCAT OR)) ALLOW NIL) +(allow allow ((V +) (N -) (SUBCAT PPFOR)) ALLOW NIL) +(allow allow ((V +) (N -) (SUBCAT PPOF)) ALLOW NIL) +(allude allude ((V +) (N -) (SUBCAT PPTO)) ALLUDE NIL) +(ally ally ((V -) (N +)) ALLY NIL) +(ally ally ((V +) (N -) (SUBCAT PPWITH)) ALLY NIL) +(almost almost ((V +) (N +) (ADV +) (LAT -)) ALMOST NIL) +(alone alone ((PRO +) (V -) (N -)) ALONE NIL) +(alone alone ((V +) (N +) (PRD +) (AFORM NONE) (LAT -)) ALONE NIL) +(along along ((V -) (N -) (SUBCAT NP)) ALONG NIL) +(aloud aloud ((PRO +) (V -) (N -)) ALOUD NIL) +(alphabet alphabet ((V -) (N +)) ALPHABET NIL) +(alphabetic alphabetic ((V +) (N +) (AFORM NONE)) ALPHABETIC NIL) +(alphanumeric alphanumeric ((V +) (N +) (AFORM NONE)) ALPHANUMERIC NIL) +(already already ((V +) (N +) (ADV +)) ALREADY NIL) +(also also ((V +) (N +) (ADV +)) ALSO NIL) +(altar altar ((V -) (N +)) ALTAR NIL) +(alter alter ((V +) (N -) (SUBCAT NULL)) ALTER NIL) +(alternate alternate ((V +) (N -) (SUBCAT PPWITH) (AT -)) ALTERNATE NIL) +(alternative alternative ((V -) (N +) (SUBCAT PPTO)) ALTERNATIVE NIL) +(alternatively alternatively ((V +) (N +) (AFORM NONE) (ADV +)) ALTERNATIVELY NIL) +(although although ((V -) (N -) (SUBCAT FIN_S)) ALTHOUGH NIL) +(always always ((V +) (N +) (ADV +)) ALWAYS NIL) +(am am ((V +) (N -) (FIN +) (PAST -) (AUX +) (SUBCAT PRED) (AGR SING1)) BE NIL) +(amaze amaze ((V +) (N -) (SUBCAT NP) (LAT -)) AMAZE NIL) +(amazing amazing ((V +) (N +) (AFORM NONE)) AMAZING NIL) +(ambiguity ambiguity ((V -) (N +)) AMBIGUITY NIL) +(ambiguous ambiguous ((V +) (N +) (AFORM NONE)) AMBIGUOUS NIL) +(ambition ambition ((V -) (N +) (SUBCAT INF)) AMBITION NIL) +(ambitious ambitious ((V +) (N +) (AFORM NONE)) AMBITIOUS NIL) +(amenable amenable ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) AMENABLE NIL) +(amenable amenable ((V +) (N +) (AFORM NONE) (SUBCAT PPTO)) AMENABLE NIL) +(amend amend ((V +) (N -) (SUBCAT NP)) AMEND NIL) +(amenity amenity ((V -) (N +)) AMENITY NIL) +(america america ((V -) (N +) (PN +)) AMERICA NIL) +(american american ((V +) (N +) (AFORM NONE)) AMERICAN NIL) +(american american ((V -) (N +)) AMERICAN NIL) +(among among ((V -) (N -) (SUBCAT NP)) AMONG NIL) +(amongst amongst ((V -) (N -) (SUBCAT NP)) AMONGST NIL) +(amount amount ((V -) (N +) (LAT -) (PART +)) AMOUNT NIL) +(ampere ampere ((V -) (N +)) AMPERE NIL) +(ampersand ampersand ((V -) (N +)) AMPERSAND NIL) +(amuse amuse ((V +) (N -) (SUBCAT NP)) AMUSE NIL) +(+an +an ((FIX SUF) (V +) (N +) (AFORM NONE) (STEM (N (LAT +) (INFL +))) (LAT +)) AN NIL) +(+an +an ((FIX SUF) (V -) (N +) (STEM ((N +) (LAT +))) (LAT +)) AN NIL) +(an an ((SUBCAT DETN) (QUA +) (DEF -) (AGR SING)) A NIL) +(anachronism anachronism ((V -) (N +)) ANACHRONISM NIL) +(anachronistic anachronistic ((V +) (N +) (AFORM NONE)) ANACHRONISTIC NIL) +(analogous analogous ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) ANALOGOUS NIL) +(analogous analogous ((V +) (N +) (AFORM NONE) (SUBCAT PPTO)) ANALOGOUS NIL) +(analogue analogue ((V -) (N +)) ANALOGUE NIL) +(analogy analogy ((V -) (N +) (SUBCAT PPWITH)) ANALOGY NIL) +(analyse analyse ((V +) (N -) (SUBCAT NP)) ANALYSE NIL) +(analyses analyses ((V -) (N +) (PLU +)) ANALYSIS NIL) +(analysis analysis ((V -) (N +) (PLU -)) ANALYSIS NIL) +(analytic analytic ((V +) (N +) (AFORM NONE)) ANALYTIC NIL) +(anaphor anaphor ((V -) (N +)) ANAPHOR NIL) +(anaphora anaphora ((V -) (N +)) ANAPHORA NIL) +(anaphoric anaphoric ((V +) (N +) (AFORM NONE)) ANAPHORIC NIL) +(+ance +ance ((FIX SUF) (V -) (N +) (STEM (V (INFL +) (LAT +))) (LAT +)) ANCE NIL) +(ancestor ancestor ((V -) (N +)) ANCESTOR NIL) +(ancient ancient ((V +) (N +) (AFORM NONE)) ANCIENT NIL) +(and and ((SUBCAT AND)) AND NIL) +(anecdote anecdote ((V -) (N +)) ANECDOTE NIL) +(anger anger ((V -) (N +) (LAT -)) ANGER NIL) +(angle angle ((V -) (N +)) ANGLE NIL) +(angled angled ((V +) (N +) (AFORM NONE)) ANGLED NIL) +(angler angler ((V -) (N +)) ANGLER NIL) +(angling angling ((V -) (N +)) ANGLING NIL) +(angry angry ((V +) (N +) (SUBCAT NULL) (LAT -)) ANGRY NIL) +(angry angry ((V +) (N +) (SUBCAT PPABOUT) (LAT -)) ANGRY NIL) +(angry angry ((V +) (N +) (SUBCAT PPAT) (LAT -)) ANGRY NIL) +(angry angry ((V +) (N +) (SUBCAT PPWITH) (LAT -)) ANGRY NIL) +(angry angry ((V +) (N +) (SUBCAT SFIN) (LAT -)) ANGRY NIL) +(animal animal ((V -) (N +)) ANIMAL NIL) +(animate animate ((V +) (N +) (AFORM NONE)) ANIMATE NIL) +(animate animate ((V +) (N -) (SUBCAT NP) (AT -)) ANIMATE NIL) +(ankle ankle ((V -) (N +) (LAT -)) ANKLE NIL) +(annotate annotate ((V +) (N -) (SUBCAT NP) (AT -)) ANNOTATE NIL) +(announce announce ((V +) (N -) (SUBCAT NP) (LAT +)) ANNOUNCE NIL) +(announce announce ((V +) (N -) (SUBCAT NP) (LAT -)) ANNOUNCE NIL) +(annoy annoy ((V +) (N -) (SUBCAT NP)) ANNOY NIL) +(annual annual ((V +) (N +) (AFORM NONE)) ANNUAL NIL) +(anomalous anomalous ((V +) (N +) (AFORM NONE)) ANOMALOUS NIL) +(anomaly anomaly ((V -) (N +)) ANOMALY NIL) +(another another ((V +) (N +) (QUA +) (SUBCAT DETN)) ANOTHER NIL) +(answer answer ((V -) (N +) (LAT -)) ANSWER NIL) +(answer answer ((V +) (N -) (SUBCAT NP) (LAT -)) ANSWER NIL) +(ant ant ((V -) (N +) (LAT -)) ANT NIL) +(antecedent antecedent ((V -) (N +)) ANTECEDENT NIL) +(anthropomorphic anthropomorphic ((V +) (N +) (AFORM NONE)) ANTHROPOMORPHIC NIL) +(anthropomorphism anthropomorphism ((V -) (N +)) ANTHROPOMORPHISM NIL) +(anti- anti- ((FIX PRE) (STEM ((N +)(INFL +)))) ANTI NIL) +(antibiotic antibiotic ((V -) (N +)) ANTIBIOTIC NIL) +(anticipate anticipate ((V +) (N -) (SUBCAT NP) (AT -)) ANTICIPATE NIL) +(anticipate anticipate ((V +) (N -) (SUBCAT NULL) (AT -)) ANTICIPATE NIL) +(anticipate anticipate ((V +) (N -) (SUBCAT SFIN) (AT -)) ANTICIPATE NIL) +(anxiety anxiety ((V -) (N +) (LAT -)) ANXIETY NIL) +(anxious anxious ((V +) (N +) (AFORM NONE) (SUBCAT NULL) (LAT -)) ANXIOUS NIL) +(anxious anxious ((V +) (N +) (AFORM NONE) (SUBCAT PPABOUT) (LAT -)) ANXIOUS NIL) +(anxious anxious ((V +) (N +) (AFORM NONE) (SUBCAT SFIN) (LAT -)) ANXIOUS NIL) +(any any ((V +) (N +) (QUA +)) ANY NIL) +(anybody anybody ((PRO +) (DEF -) (V -) (N +)) ANYBODY NIL) +(anyhow anyhow ((PRO +) (V -) (N -)) ANYHOW NIL) +(anyone anyone ((PRO +) (V -) (N +)) ANYONE NIL) +(anything anything ((PRO +) (DEF -) (V -) (N +)) ANYTHING NIL) +(anyway anyway ((V +) (N +) (ADV +)) ANYWAY NIL) +(anywhere anywhere ((PRO +) (V -) (N -)) ANYWHERE NIL) +(apart apart ((V -) (N -) (SUBCAT PPFROM)) APART NIL) +(ape ape ((V -) (N +)) APE NIL) +(apologetic apologetic ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) APOLOGETIC NIL) +(apologetic apologetic ((V +) (N +) (SUBCAT PPFOR) (AFORM NONE)) APOLOGETIC NIL) +(apologise apologise ((V +) (N -) (SUBCAT PPFOR)) APOLOGISE NIL) +(apologize apologize ((V +) (N -) (SUBCAT PPFOR)) APOLOGIZE NIL) +(appal appal ((V +) (N -) (SUBCAT NP) (LAT -)) APPAL NIL) +(apparatus apparatus ((V -) (N +)) APPARATUS NIL) +(apparent apparent ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) APPARENT NIL) +(apparent apparent ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) APPARENT NIL) +(apparition apparition ((V -) (N +)) APPARITION NIL) +(appeal appeal ((V +) (N -) (SUBCAT PPTO)) APPEAL NIL) +(appeal appeal ((V -) (N +) (SUBCAT PPTO)) APPEAL NIL) +(appear appear ((V +) (N -) (SUBCAT AP)) APPEAR NIL) +(appear appear ((V +) (N -) (SUBCAT IT_SUBJ) (AGR IT)) APPEAR NIL) +(appear appear ((V +) (N -) (SUBCAT NULL)) APPEAR NIL) +(appear appear ((V +) (N -) (SUBCAT SR2)) APPEAR NIL) +(append append ((V +) (N -) (SUBCAT NP_PPTO)) APPEND NIL) +(appendices appendices ((V -) (N +) (PLU +)) APPENDICES NIL) +(appendix appendix ((V -) (N +) (PLU -)) APPENDIX NIL) +(apple apple ((V -) (N +) (LAT -)) APPLE NIL) +(applicable applicable ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) APPLICABLE NIL) +(applicable applicable ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) APPLICABLE NIL) +(applicant applicant ((V -) (N +)) APPLICANT NIL) +(apply apply ((V +) (N -) (SUBCAT NP_PPTO)) APPLY NIL) +(apply apply ((V +) (N -) (SUBCAT PPFOR)) APPLY NIL) +(appoint appoint ((V +) (N -) (SUBCAT NP)) APPOINT NIL) +(appoint appoint ((V +) (N -) (SUBCAT NULL)) APPOINT NIL) +(appoint appoint ((V +) (N -) (SUBCAT TWONP)) APPOINT NIL) +(appointment appointment ((V -) (N +)) APPOINTMENT NIL) +(apposite apposite ((V +) (N +) (AFORM NONE)) APPOSITE NIL) +(appraise appraise ((V +) (N -) (SUBCAT NP)) APPRAISE NIL) +(appreciate appreciate ((V +) (N -) (AT -) (SUBCAT SFIN)) APPRECIATE NIL) +(apprehend apprehend ((V +) (N -) (SUBCAT NP)) APPREHEND NIL) +(apprehension apprehension ((V -) (N +)) APPREHENSION NIL) +(apprehensive apprehensive ((V +) (N +) (AFORM NONE)) APPREHENSIVE NIL) +(approach approach ((V +) (N -) (SUBCAT NP)) APPROACH NIL) +(approach approach ((V -) (N +) (SUBCAT PPTO)) APPROACH NIL) +(approbation approbation ((V -) (N +)) APPROBATION NIL) +(appropriate appropriate ((V +) (N +) (AT -) (SUBCAT NULL) (AFORM NONE)) APPROPRIATE NIL) +(appropriate appropriate ((V +) (N +) (AT -) (SUBCAT PPFOR) (AFORM NONE)) APPROPRIATE NIL) +(approve approve ((V +) (N -) (SUBCAT PPOF)) APPROVE NIL) +(approximate approximate ((V +) (N +) (AFORM NONE)) APPROXIMATE NIL) +(approximate approximate ((V +) (N -) (SUBCAT PPTO) (AT -)) APPROXIMATE NIL) +(april april ((V -) (N +) (PN +)) APRIL NIL) +(apse apse ((V -) (N +)) APSE NIL) +(apt apt ((V +) (N +) (SUBCAT NULL)) APT NIL) +(apt apt ((V +) (N +) (SUBCAT SR1)) APT NIL) +(aptitude aptitude ((V -) (N +)) APTITUDE NIL) +(arabian arabian ((V +) (N +) (AFORM NONE)) ARABIAN NIL) +(arabic arabic ((V +) (N +) (AFORM NONE)) ARABIC NIL) +(arbitrary arbitrary ((V +) (N +) (AFORM NONE)) ARBITRARY NIL) +(arc arc ((V -) (N +)) ARC NIL) +(arch- arch- ((FIX PRE) (STEM N)) ARCH NIL) +(arch arch ((V -) (N +)) ARCH NIL) +(archetype archetype ((V -) (N +)) ARCHETYPE NIL) +(architect architect ((V -) (N +)) ARCHITECT NIL) +(architecture architecture ((V -) (N +)) ARCHITECTURE NIL) +(are are ((V +) (N -) (FIN +) (PAST -) (AUX +) (SUBCAT PRED) (AGR SING2)) BE NIL) +(are are ((V +) (N -) (FIN +) (PAST -) (AUX +) (SUBCAT PRED) (AGR PLUR)) BE NIL) +(area area ((V -) (N +)) AREA NIL) +(arena arena ((V -) (N +)) ARENA NIL) +("aren't" "aren't" ((V +) (N -) (FIN +) (PAST -) (AUX +) (SUBCAT PRED) (AGR SING2) (NEG +)) BE NIL) +("aren't" "aren't" ((V +) (N -) (FIN +) (PAST -) (AUX +) (SUBCAT PRED) (AGR PLUR) (NEG +)) BE NIL) +("aren't" "aren't" ((V +) (N -) (FIN +) (PAST -) (AUX +) (SUBCAT PRED) (INV +) (AGR SING1) (NEG +)) BE NIL) +(argue argue ((V +) (N -) (SUBCAT NULL)) ARGUE NIL) +(argument argument ((V -) (N +) (SUBCAT PPS_WITHABOUT)) ARGUMENT NIL) +(argument argument ((V -) (N +) (SUBCAT STHAT)) ARGUMENT NIL) +(arise arise ((V +) (N -) (LAT -) (REG -)) ARISE NIL) +(arisen arisen ((V +) (N -) (VFORM EN) (LAT -)) ARISE NIL) +(arithmetic arithmetic ((V -) (N +)) ARITHMETIC NIL) +(arm arm ((V -) (N +) (LAT -)) ARM NIL) +(arm arm ((V +) (N -) (SUBCAT NP) (LAT -)) ARM NIL) +(armour armour ((V -) (N +)) ARMOUR NIL) +(armoury armoury ((V -) (N +)) ARMOURY NIL) +(arms arms ((V -) (N +) (PLU +)) ARMS NIL) +(army army ((V -) (N +) (LAT -)) ARMY NIL) +(arose arose ((V +) (N -) (FIN +) (PAST +) (LAT -)) ARISE NIL) +(around around ((V -) (N -) (SUBCAT NP)) AROUND NIL) +(arouse arouse ((V +) (N -) (SUBCAT NP) (LAT -)) AROUSE NIL) +(arrange arrange ((V +) (N -)) ARRANGE NIL) +(arrange arrange ((V +) (N -) (SUBCAT NP)) ARRANGE NIL) +(arrange arrange ((V +) (N -) (SUBCAT SE1)) ARRANGE NIL) +(arrange arrange ((V +) (N -) (SUBCAT SINF)) ARRANGE NIL) +(array array ((V -) (N +)) ARRAY NIL) +(arrest arrest ((V +) (N -) (SUBCAT NP)) ARREST NIL) +(arrive arrive ((V +) (N -)) ARRIVE NIL) +(arrive arrive ((V +) (N -) (SUBCAT PPAT)) ARRIVE NIL) +(arrow arrow ((V -) (N +) (LAT -)) ARROW NIL) +(art art ((V -) (N +) (LAT -)) ART NIL) +(artefact artefact ((V -) (N +)) ARTEFACT NIL) +(article article ((V -) (N +) (LAT -)) ARTICLE NIL) +(articulate articulate ((V +) (N -) (AT -) (SUBCAT NP)) ARTICULATE NIL) +(artificial artificial ((V +) (N +) (AFORM NONE)) ARTIFICIAL NIL) +(artist artist ((V -) (N +) (LAT -)) ARTIST NIL) +(+ary +ary ((FIX SUF) (V +) (N +) (STEM ((V -) (N +) (INFL +)))) ARY NIL) +(as as ((PRT AS)) AS NIL) +(as as ((SUBCAT DETA)) AS NIL) +(as as ((V -) (N -) (SUBCAT BARE_S)) AS NIL) +(ascend ascend ((V +) (N -) (SUBCAT NP)) ASCEND NIL) +(ascend ascend ((V +) (N -) (SUBCAT NULL)) ASCEND NIL) +(ascent ascent ((V -) (N +)) ASCENT NIL) +(ascertain ascertain ((V +) (N -) (SUBCAT NP)) ASCERTAIN NIL) +(ascribe ascribe ((V +) (N -) (SUBCAT NP_PPTO)) ASCRIBE NIL) +(ash ash ((V -) (N +) (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) +(asia asia ((V -) (N +) (PN +)) ASIA NIL) +(ask ask ((V +) (N -) (SUBCAT NP) (LAT -)) ASK NIL) +(ask ask ((V +) (N -) (SUBCAT NP_PPFOR) (LAT -)) ASK NIL) +(ask ask ((V +) (N -) (SUBCAT NP_PPTO) (LAT -)) ASK NIL) +(ask ask ((V +) (N -) (SUBCAT NP_Q_S) (LAT -)) ASK NIL) +(ask ask ((V +) (N -) (SUBCAT OE) (LAT -)) ASK NIL) +(ask ask ((V +) (N -) (SUBCAT PPFOR) (LAT -)) ASK NIL) +(ask ask ((V +) (N -) (SUBCAT Q) (LAT -)) ASK NIL) +(ask ask ((V +) (N -) (SUBCAT SE2) (LAT -)) ASK NIL) +(ask ask ((V +) (N -) (SUBCAT SINF) (LAT -)) ASK NIL) +(ask ask ((V +) (N -) (SUBCAT TWONP) (LAT -)) ASK NIL) +(asleep asleep ((V +) (N +) (PRD +) (AFORM NONE)) ASLEEP NIL) +(aspect aspect ((V -) (N +)) ASPECT NIL) +(aspire aspire ((V +) (N -) (SUBCAT PPTO)) ASPIRE NIL) +(aspire aspire ((V +) (N -) (SUBCAT SE1)) ASPIRE NIL) +(aspirin aspirin ((V -) (N +)) ASPIRIN NIL) +(ass ass ((V -) (N +)) ASS NIL) +(assault assault ((V -) (N +)) ASSAULT NIL) +(assault assault ((V +) (N -) (SUBCAT NP)) ASSAULT NIL) +(assemble assemble ((V +) (N -) (SUBCAT NP)) ASSEMBLE NIL) +(assembly assembly ((V -) (N +)) ASSEMBLY NIL) +(assent assent ((V +) (N -) (SUBCAT PPTO)) ASSENT NIL) +(assert assert ((V +) (N -) (SUBCAT SFIN) (AT -)) ASSERT NIL) +(assess assess ((V +) (N -) (SUBCAT NP)) ASSESS NIL) +(assign assign ((V +) (N -) (SUBCAT NP_PPTO)) ASSIGN NIL) +(assimilate assimilate ((V +) (N -) (SUBCAT NP) (AT -)) ASSIMILATE NIL) +(assist assist ((V +) (N -) (SUBCAT NP)) ASSIST NIL) +(assist assist ((V +) (N -) (SUBCAT NULL)) ASSIST NIL) +(assist assist ((V +) (N -) (SUBCAT OE)) ASSIST NIL) +(assist assist ((V +) (N -) (SUBCAT PPAT)) ASSIST NIL) +(assistant assistant ((V -) (N +)) ASSISTANT NIL) +(associate associate ((V +) (N -) (SUBCAT NP_PPWITH) (AT -)) ASSOCIATE NIL) +(association association ((V -) (N +)) ASSOCIATION NIL) +(assume assume ((V +) (N -) (SUBCAT NP)) ASSUME NIL) +(assume assume ((V +) (N -) (SUBCAT SFIN)) ASSUME NIL) +(assumption assumption ((V -) (N +) (SUBCAT STHAT)) ASSUMPTION NIL) +(assure assure ((V +) (N -) (SUBCAT SFIN)) ASSURE NIL) +(asterisk asterisk ((V -) (N +)) ASTERISK NIL) +(asthma asthma ((V -) (N +)) ASTHMA NIL) +(asthmatic asthmatic ((V +) (N +) (AFORM NONE)) ASTHMATIC NIL) +(asthmatically asthmatically ((V +) (N +) (ADV +)) ASTHMATICALLY NIL) +(astonish astonish ((V +) (N -) (SUBCAT NP)) ASTONISH NIL) +(astray astray ((V +) (N +) (PRD +)) ASTRAY NIL) +(astronomer astronomer ((V -) (N +)) ASTRONOMER NIL) +(astronomy astronomy ((V -) (N +)) ASTRONOMY NIL) +(asymmetry asymmetry ((V -) (N +)) ASYMMETRY NIL) +(at at ((V -) (N -) (SUBCAT NP)) AT NIL) +(at at ((V -) (N -) (SUBCAT NP) (PFORM AT)) AT NIL) +(ate ate ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +) (LAT -)) EAT NIL) +(+ation +ation ((FIX SUF) (V -) (N +) (SUBCAT NULL) (STEM (V (INFL +) (LAT +))) (LAT +)) ATION NIL) +(+ative +ative ((FIX SUF) (V +) (N +) (AFORM NONE) (STEM (V (INFL +) (LAT +))) (LAT +)) ATIVE NIL) +(atlas atlas ((V -) (N +)) ATLAS NIL) +(atmosphere atmosphere ((V -) (N +)) ATMOSPHERE NIL) +(atom atom ((V -) (N +) (LAT -)) ATOM NIL) +(+ator +ator ((FIX SUF) (V -) (N +) (STEM ((LAT +) (INFL +) (V +) (N -) (BAR 0)))) ATOR NIL) +(+atory +atory ((FIX SUF) (V +) (N +) (AFORM NONE) (STEM (V (INFL +) (LAT +))) (LAT +)) ATORY NIL) +(attach attach ((V +) (N -) (SUBCAT NP)) ATTACH NIL) +(attach attach ((V +) (N -) (SUBCAT NP_PPTO)) ATTACH NIL) +(attach attach ((V +) (N -) (SUBCAT PPTO)) ATTACH NIL) +(attack attack ((V +) (N -) (SUBCAT NP) (LAT -)) ATTACK NIL) +(attack attack ((V -) (N +) (SUBCAT PPON) (LAT -)) ATTACK NIL) +(attain attain ((V +) (N -) (SUBCAT NP)) ATTAIN NIL) +(attempt attempt ((V -) (N +) (SUBCAT INF) (LAT -)) ATTEMPT NIL) +(attempt attempt ((V +) (N -) (SUBCAT SE1) (LAT -)) ATTEMPT NIL) +(attend attend ((V +) (N -) (SUBCAT PPTO)) ATTEND NIL) +(attention attention ((V -) (N +) (SUBCAT PPTO)) ATTENTION NIL) +(attentive attentive ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) ATTENTIVE NIL) +(attentive attentive ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) ATTENTIVE NIL) +(attitude attitude ((V -) (N +)) ATTITUDE NIL) +(attract attract ((V +) (N -) (AT -) (SUBCAT NP)) ATTRACT NIL) +(attribute attribute ((V -) (N +)) ATTRIBUTE NIL) +(attribute attribute ((V +) (N -) (SUBCAT NP_PPTO) (AT -)) ATTRIBUTE NIL) +(audible audible ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) AUDIBLE NIL) +(audience audience ((V -) (N +)) AUDIENCE NIL) +(augment augment ((V +) (N -) (SUBCAT NP)) AUGMENT NIL) +(august august ((V -) (N +) (PN +)) AUGUST NIL) +(aunt aunt ((V -) (N +) (SUBCAT PPOF) (LAT -)) AUNT NIL) +(australia australia ((V -) (N +) (PN +)) AUSTRALIA NIL) +(australian australian ((V +) (N +) (AFORM NONE)) AUSTRALIAN NIL) +(austria austria ((V -) (N +) (PN +)) AUSTRIA NIL) +(author author ((V -) (N +)) AUTHOR NIL) +(authority authority ((V -) (N +)) AUTHORITY NIL) +(authorize authorize ((V +) (N -) (SUBCAT NP)) AUTHORIZE NIL) +(automata automata ((V -) (N +) (PLU +)) AUTOMATON NIL) +(automate automate ((V +) (N -) (AT -) (SUBCAT NP)) AUTOMATE NIL) +(automatic automatic ((V +) (N +) (AFORM NONE)) AUTOMATIC NIL) +(automatically automatically ((V +) (N +) (ADV +) (LAT -) (INFL -)) AUTOMATICALLY NIL) +(automaton automaton ((V -) (N +) (PLU -)) AUTOMATON NIL) +(autonomous autonomous ((V +) (N +) (AFORM NONE)) AUTONOMOUS NIL) +(autonomy autonomy ((V -) (N +)) AUTONOMY NIL) +(autumn autumn ((V -) (N +)) AUTUMN NIL) +(auxiliary auxiliary ((V +) (N +) (AFORM NONE)) AUXILIARY NIL) +(auxiliary auxiliary ((V -) (N +)) AUXILIARY NIL) +(avail avail ((V +) (N -) (SUBCAT NP)) AVAIL NIL) +(available available ((V +) (N +) (AFORM NONE)) AVAILABLE NIL) +(avenue avenue ((V -) (N +)) AVENUE NIL) +(average average ((V +) (N +) (AFORM NONE)) AVERAGE NIL) +(average average ((V -) (N +)) AVERAGE NIL) +(average average ((V +) (N -) (SUBCAT NP)) AVERAGE NIL) +(avoid avoid ((V +) (N -) (SUBCAT NP)) AVOID NIL) +(avoid avoid ((V +) (N -) (SUBCAT SE3)) AVOID NIL) +(avowed avowed ((V +) (N +) (AFORM NONE)) AVOWED NIL) +(await await ((V +) (N -) (SUBCAT NP)) AWAIT NIL) +(awake awake ((V +) (N +) (PRD +) (AFORM NONE)) AWAKE NIL) +(awaken awaken ((V +) (N -) (SUBCAT NP)) AWAKEN NIL) +(award award ((V +) (N -) (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) +(awful awful ((V +) (N +) (AFORM NONE)) AWFUL NIL) +(awkward awkward ((V +) (N +) (LAT -)) AWKWARD NIL) +(axe axe ((V -) (N +)) AXE NIL) +(axes axes ((V -) (N +) (PLU +)) AXE NIL) +(axiom axiom ((V -) (N +)) AXIOM NIL) +(axiomatic axiomatic ((V +) (N +) (AFORM NONE)) AXIOMATIC NIL) +(axiomatize axiomatize ((V +) (N -) (SUBCAT NP)) AXIOMATIZE NIL) +(axis axis ((V -) (N +) (PLU -)) AXIS NIL) +(baby baby ((V -) (N +)) BABY NIL) +(back back ((V -) (N +) (LAT -)) BACK NIL) +(background background ((V -) (N +)) BACKGROUND NIL) +(backing backing ((V -) (N +)) BACKING NIL) +(backtrack backtrack ((V +) (N -) (SUBCAT NULL) (LAT -)) BACKTRACK NIL) +(backward backward ((V +) (N +) (AFORM NONE)) BACKWARD NIL) +(backwards backwards ((V -) (N -) (PRO +) (ADV +)) BACKWARDS NIL) +(bacteria bacteria ((V -) (N +) (PLU +)) BACTERIUM NIL) +(bacterial bacterial ((V +) (N +) (AFORM NONE)) BACTERIAL NIL) +(bacterium bacterium ((V -) (N +) (PLU -)) BACTERIUM NIL) +(bad bad ((V +) (N +) (AFORM NONE) (LAT -)) BAD NIL) +(bag bag ((V -) (N +) (LAT -)) BAG NIL) +(bake bake ((V +) (N -) (SUBCAT NP) (LAT -)) BAKE NIL) +(bake bake ((V +) (N -) (SUBCAT NULL) (LAT -)) BAKE NIL) +(balance balance ((V +) (N -)) BALANCE NIL) +(ball ball ((V -) (N +)) BALL NIL) +(ballad ballad ((V -) (N +)) BALLAD NIL) +(banal banal ((V +) (N +) (AFORM NONE)) BANAL NIL) +(banana banana ((V -) (N +)) BANANA NIL) +(band band ((V -) (N +)) BAND NIL) +(bang bang ((V -) (N +)) BANG NIL) +(banish banish ((V +) (N -) (SUBCAT NP) (LAT -)) BANISH NIL) +(bank bank ((V -) (N +)) BANK NIL) +(bar bar ((V -) (N +)) BAR NIL) +(bar bar ((V +) (N -) (SUBCAT NP) (LAT -)) BAR NIL) +(bare bare ((V +) (N +)) BARE NIL) +(bare bare ((V +) (N -) (SUBCAT NP)) BARE NIL) +(bark bark ((V -) (N +)) BARK NIL) +(bark bark ((V +) (N -) (LAT -)) BARK NIL) +(barn barn ((V -) (N +)) BARN NIL) +(baron baron ((V -) (N +)) BARON NIL) +(barrel barrel ((V -) (N +) (LAT -)) BARREL NIL) +(base base ((V -) (N +) (LAT -)) BASE NIL) +(base base ((V +) (N -) (SUBCAT NP_PPLOC) (LAT -)) BASE NIL) +(bases bases ((V -) (N +) (PLU +)) BASIS NIL) +(basic basic ((V +) (N +) (AFORM NONE)) BASIC NIL) +(basically basically ((V +) (N +) (ADV +) (LAT -) (INFL -)) BASICALLY NIL) +(basin basin ((V -) (N +) (LAT -)) BASIN NIL) +(basis basis ((V -) (N +) (PLU -)) BASIS NIL) +(basis basis ((V -) (N +) (PLU -) (SUBCAT PPFOR)) BASIS NIL) +(basis basis ((V -) (N +) (PLU -) (SUBCAT PPOF)) BASIS NIL) +(basket basket ((V -) (N +) (LAT -)) BASKET NIL) +(bat bat ((V -) (N +)) BAT NIL) +(batch batch ((V -) (N +) (LAT -)) BATCH NIL) +(bath bath ((V -) (N +) (LAT -)) BATH NIL) +(bathe bathe ((V +) (N -) (LAT -)) BATHE NIL) +(batsman batsman ((V -) (N +) (PLU -)) BATSMAN NIL) +(batsmen batsmen ((V -) (N +) (PLU +)) BATSMAN NIL) +(battle battle ((V -) (N +) (LAT -)) BATTLE NIL) +(be be ((V +) (N -) (AUX +) (VFORM BSE) (SUBCAT PRED)) BE NIL) +(beach beach ((V -) (N +)) BEACH NIL) +(beak beak ((V -) (N +) (LAT -)) BEAK NIL) +(beam beam ((V -) (N +) (LAT -)) BEAM NIL) +(bean bean ((V -) (N +) (LAT -)) BEAN NIL) +(bear bear ((V -) (N +) (LAT -)) BEAR NIL) +(bear bear ((V +) (N -) (SUBCAT NP) (LAT -) (REG -)) BEAR NIL) +(beard beard ((V -) (N +) (LAT -)) BEARD NIL) +(beast beast ((V -) (N +)) BEAST NIL) +(beat beat ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) BEAT NIL) +(beat beat ((V +) (N -) (SUBCAT NP) (LAT -) (REG -)) BEAT NIL) +(beaten beaten ((V +) (N -) (SUBCAT NP) (VFORM EN)) BEAT NIL) +(beauty beauty ((V -) (N +)) BEAUTY NIL) +(became became ((V +) (N -) (SUBCAT AP) (FIN +) (PAST +)) BECOME NIL) +(because because ((V -) (N -) (SUBCAT BARE_S)) BECAUSE NIL) +(because because ((V -) (N -) (SUBCAT PPOF)) BECAUSE NIL) +(become become ((V +) (N -) (SUBCAT AP) (LAT -) (REG -)) BECOME NIL) +(become become ((V +) (N -) (SUBCAT AP) (VFORM EN)) BECOME NIL) +(bed bed ((V -) (N +) (LAT -)) BED NIL) +(bee bee ((V -) (N +) (LAT -)) BEE NIL) +(been been ((V +) (N -) (AUX +) (SUBCAT PRED) (VFORM EN)) BE NIL) +(beer beer ((V -) (N +) (COUNT -)) BEER NIL) +(before before ((V -) (N -) (SUBCAT BARE_S)) BEFORE NIL) +(before before ((V -) (N -) (SUBCAT ING)) BEFORE NIL) +(before before ((V -) (N -) (SUBCAT NP)) BEFORE NIL) +(beg beg ((V +) (N -) (SUBCAT OE)) BEG NIL) +(began began ((V +) (N -) (SUBCAT SR1) (FIN +) (PAST +)) BEGIN NIL) +(begin begin ((V +) (N -) (SUBCAT SR1) (REG -)) BEGIN NIL) +(beginning beginning ((V -) (N +)) BEGINNING NIL) +(begun begun ((V +) (N -) (SUBCAT SR1) (VFORM EN)) BEGIN NIL) +(behalf behalf ((V -) (N +) (PLU -)) BEHALF NIL) +(behave behave ((V +) (N -)) BEHAVE NIL) +(behaviour behaviour ((V -) (N +) (COUNT -)) BEHAVIOUR NIL) +(behind behind ((V -) (N -) (SUBCAT NP)) BEHIND NIL) +(being being ((V +) (N -) (AUX +) (SUBCAT PRED) (VFORM ING)) BE NIL) +(being being ((V -) (N +)) BEING NIL) +(belief belief ((V -) (N +) (SUBCAT NULL) (LAT -)) BELIEF NIL) +(belief belief ((V -) (N +) (SUBCAT PPIN) (LAT -)) BELIEF NIL) +(belief belief ((V -) (N +) (SUBCAT STHAT) (LAT -)) BELIEF NIL) +(believe believe ((V +) (N -) (SUBCAT OR) (LAT -)) BELIEVE NIL) +(believe believe ((V +) (N -) (SUBCAT PPIN) (LAT -)) BELIEVE NIL) +(believe believe ((V +) (N -) (SUBCAT SFIN) (LAT -) (AGR IT)) BELIEVE NIL) +(believe believe ((V +) (N -) (SUBCAT SFIN) (LAT -) (AGR S)) BELIEVE NIL) +(believe believe ((V +) (N -) (SUBCAT SFIN) (LAT -)) BELIEVE NIL) +(bell bell ((V -) (N +) (LAT -)) BELL NIL) +(belong belong ((V +) (N -) (SUBCAT NPTO) (LAT -)) BELONG NIL) +(beloved beloved ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) BELOVED NIL) +(beloved beloved ((V +) (N +) (SUBCAT PPBY) (AFORM NONE)) BELOVED NIL) +(below below ((V -) (N -) (SUBCAT NP)) BELOW NIL) +(belt belt ((V -) (N +) (LAT -)) BELT NIL) +(bench bench ((V -) (N +)) BENCH NIL) +(bend bend ((V +) (N -) (LAT -) (REG -)) BEND NIL) +(beneath beneath ((V -) (N -) (SUBCAT NP)) BENEATH NIL) +(beneficial beneficial ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) BENEFICIAL NIL) +(beneficial beneficial ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) BENEFICIAL NIL) +(benefit benefit ((V -) (N +)) BENEFIT NIL) +(bent bent ((V +) (N -) (FIN +) (PAST +)) BEND NIL) +(bent bent ((V +) (N -) (VFORM EN)) BEND NIL) +(berry berry ((V -) (N +) (LAT -)) BERRY NIL) +(beside beside ((V -) (N -) (SUBCAT NP)) BESIDE NIL) +(besides besides ((PRO +) (V -) (N -)) BESIDES NIL) +(best best ((V +) (N +) (AFORM EST) (LAT -)) GOOD NIL) +(bet bet ((V -) (N +)) BET NIL) +(betray betray ((V +) (N -) (SUBCAT NP)) BETRAY NIL) +(better better ((V +) (N +) (ADV +) (AFORM ER)) WELL NIL) +(better better ((V +) (N +) (AFORM ER) (LAT -)) GOOD NIL) +(between between ((V -) (N -) (SUBCAT PLUR)) BETWEEN NIL) +(beyond beyond ((V -) (N -) (SUBCAT NP)) BEYOND NIL) +(bi- bi- ((FIX PRE) (STEM (A (INFL +)))) BI NIL) +(bias bias ((V +) (N -) (SUBCAT NP) (LAT -)) BIAS NIL) +(bible bible ((V -) (N +)) BIBLE NIL) +(biblical biblical ((V +) (N +)) BIBLICAL NIL) +(bibliography bibliography ((V -) (N +)) BIBLIOGRAPHY NIL) +(biconditional biconditional ((V +) (N -)) BICONDITIONAL NIL) +(bicycle bicycle ((V -) (N +)) BICYCLE NIL) +(bidirectional bidirectional ((V +) (N +) (AFORM NONE)) BIDIRECTIONAL NIL) +(big big ((V +) (N +) (LAT -)) BIG NIL) +(bike bike ((V -) (N +) (LAT -)) BIKE NIL) +(bill bill ((V -) (N +) (LAT -)) BILL NIL) +(bill bill ((V -) (N +) (PN +)) BILL NIL) +(billion billion ((V -) (N +) (SUBCAT N1)) BILLION NIL) +(bin bin ((V -) (N +)) BIN NIL) +(binary binary ((V +) (N +) (AFORM NONE)) BINARY NIL) +(bind bind ((V +) (N -) (SUBCAT NP) (LAT -) (REG -)) BIND NIL) +(binding binding ((V -) (N +)) BINDING NIL) +(bird bird ((V -) (N +) (LAT -)) BIRD NIL) +(birth birth ((V -) (N +) (LAT -)) BIRTH NIL) +(birthday birthday ((V -) (N +) (LAT -)) BIRTHDAY NIL) +(bisect bisect ((V +) (N -)) BISECT NIL) +(bisector bisector ((V -) (N +)) BISECTOR NIL) +(bit bit ((V -) (N +)) BIT NIL) +(bit bit ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +) (LAT -)) BITE NIL) +(bite bite ((V +) (N -) (SUBCAT NP) (LAT -) (REG -)) BITE NIL) +(bitten bitten ((V +) (N -) (SUBCAT NP) (VFORM EN) (LAT -)) BITE NIL) +(bitter bitter ((V +) (N +) (AFORM NONE)) BITTER NIL) +(bitterest bitterest ((V +) (N +) (AFORM EST)) BITTER NIL) +(bizarre bizarre ((V +) (N +) (AFORM NONE)) BIZARRE NIL) +(black black ((V +) (N +)) BLACK NIL) +(blackboard blackboard ((V -) (N +)) BLACKBOARD NIL) +(blade blade ((V -) (N +)) BLADE NIL) +(blame blame ((V +) (N -) (SUBCAT NP_PPFOR) (LAT -)) BLAME NIL) +(blame blame ((V -) (N +) (SUBCAT NULL) (LAT -)) BLAME NIL) +(blame blame ((V -) (N +) (SUBCAT PPFOR) (LAT -)) BLAME NIL) +(blank blank ((V +) (N +)) BLANK NIL) +(blank blank ((V -) (N +)) BLANK NIL) +(bled bled ((V +) (N -) (FIN +) (PAST +) (LAT -)) BLEED NIL) +(bled bled ((V +) (N -) (VFORM EN) (LAT -)) BLEED NIL) +(bleed bleed ((V +) (N -) (LAT -) (REG -)) BLEED NIL) +(blew blew ((V +) (N -) (FIN +) (PAST +)) BLOW NIL) +(blind blind ((V +) (N +) (LAT -)) BLIND NIL) +(blind blind ((V +) (N -) (SUBCAT NP) (LAT -)) BLIND NIL) +(block block ((V -) (N +)) BLOCK NIL) +(block block ((V +) (N -) (SUBCAT NP)) BLOCK NIL) +(blood blood ((V -) (N +)) BLOOD NIL) +(blow blow ((V -) (N +)) BLOW NIL) +(blow blow ((V +) (N -) (REG -)) BLOW NIL) +(blown blown ((V +) (N -) (VFORM EN)) BLOW NIL) +(blue blue ((V +) (N +)) BLUE NIL) +(bluff bluff ((V +) (N -) (SUBCAT NULL)) BLUFF NIL) +(board board ((V -) (N +)) BOARD NIL) +(boat boat ((V -) (N +)) BOAT NIL) +(body body ((V -) (N +)) BODY NIL) +(boil boil ((V +) (N -) (SUBCAT NP) (LAT -)) BOIL NIL) +(bold bold ((V +) (N +) (LAT -)) BOLD NIL) +(bomb bomb ((V -) (N +) (LAT -)) BOMB NIL) +(bomb bomb ((V +) (N -) (SUBCAT NP) (LAT -)) BOMB NIL) +(bombard bombard ((V +) (N -) (SUBCAT NP)) BOMBARD NIL) +(bond bond ((V -) (N +) (LAT -)) BOND NIL) +(bond bond ((V +) (N -) (SUBCAT NP_PPTO)) BOND NIL) +(bone bone ((V -) (N +) (LAT -)) BONE NIL) +(bonus bonus ((V -) (N +)) BONUS NIL) +(book book ((V -) (N +) (LAT -)) BOOK NIL) +(bookkeeping bookkeeping ((V -) (N +)) BOOKKEEPING NIL) +(boolean boolean ((V +) (N +) (AFORM NONE)) BOOLEAN NIL) +(boorish boorish ((V +) (N +) (AFORM NONE)) BOORISH NIL) +(boost boost ((V +) (N -) (SUBCAT NP) (LAT -)) BOOST NIL) +(boot boot ((V -) (N +) (LAT -)) BOOT NIL) +(bootstrap bootstrap ((V -) (N +)) BOOTSTRAP NIL) +(border border ((V -) (N +)) BORDER NIL) +(border border ((V +) (N -) (SUBCAT NP)) BORDER NIL) +(bore bore ((V -) (N +)) BORE NIL) +(bore bore ((V +) (N -) (SUBCAT NP)) BORE NIL) +(bore bore ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) BEAR NIL) +(born born ((V +) (N -) (SUBCAT NP) (VFORM EN)) BEAR NIL) +(borne borne ((V +) (N -) (SUBCAT NP) (VFORM EN)) BEAR NIL) +(borrow borrow ((V +) (N -) (SUBCAT NP_PPFROM)) BORROW NIL) +(boss boss ((V -) (N +)) BOSS NIL) +(both both ((PRO +) (V -) (N +) (PART +) (PLU +)) BOTH NIL) +(both both ((SUBCAT BOTH)) BOTH NIL) +(both both ((V +) (N +) (QUA +) (DEF +) (PART -) (AGR ((N +) (V -) (BAR 2) (COUNT +) (PLU +)))) BOTH NIL) +(bother bother ((V +) (N -) (AGR IT) (SUBCAT S_SUBJ)) BOTHER NIL) +(bother bother ((V +) (N -) (AGR S) (SUBCAT S_SUBJ)) BOTHER NIL) +(bother bother ((V +) (N -) (SUBCAT NP)) BOTHER NIL) +(bother bother ((V +) (N -) (SUBCAT PPABOUT)) BOTHER NIL) +(bottle bottle ((V -) (N +)) BOTTLE NIL) +(bottom bottom ((V -) (N +)) BOTTOM NIL) +(bough bough ((V -) (N +)) BOUGH NIL) +(bought bought ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +) (LAT -)) BUY NIL) +(bought bought ((V +) (N -) (SUBCAT NP) (VFORM EN) (LAT -)) BUY NIL) +(bound bound ((V +) (N +) (AFORM NONE) (SUBCAT PPFOR)) BOUND NIL) +(bound bound ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) BIND NIL) +(bound bound ((V +) (N -) (SUBCAT NP) (VFORM EN)) BIND NIL) +(bound bound ((V +) (N -) (SUBCAT NULL)) BOUND NIL) +(boundary boundary ((V -) (N +)) BOUNDARY NIL) +(bounded bounded ((V +) (N +) (AFORM NONE)) BOUNDED NIL) +(bow bow ((V -) (N +)) BOW NIL) +(bowl bowl ((V -) (N +)) BOWL NIL) +(box box ((V -) (N +)) BOX NIL) +(boy boy ((V -) (N +)) BOY NIL) +(brace brace ((V -) (N +)) BRACE NIL) +(bracket bracket ((V -) (N +)) BRACKET NIL) +(bracket bracket ((V +) (N -) (SUBCAT NP)) BRACKET NIL) +(brain brain ((V -) (N +)) BRAIN NIL) +(branch branch ((V +) (N -)) BRANCH NIL) +(brand brand ((V -) (N +)) BRAND NIL) +(brandy brandy ((V -) (N +)) BRANDY NIL) +(brass brass ((V -) (N +)) BRASS NIL) +(brave brave ((V +) (N +)) BRAVE NIL) +(breach breach ((V -) (N +)) BREACH NIL) +(breach breach ((V +) (N -) (SUBCAT NP) (LAT -)) BREACH NIL) +(bread bread ((V -) (N +)) BREAD NIL) +(breadth breadth ((V -) (N +)) BREADTH NIL) +(break break ((V -) (N +)) BREAK NIL) +(break break ((V +) (N -) (SUBCAT NP) (REG -)) BREAK NIL) +(breakage breakage ((V -) (N +)) BREAKAGE NIL) +(breakfast breakfast ((V -) (N +)) BREAKFAST NIL) +(breath breath ((V -) (N +)) BREATH NIL) +(breathe breathe ((V +) (N -) (SUBCAT NULL)) BREATHE NIL) +(breed breed ((V +) (N -)) BREED NIL) +(breed breed ((V -) (N +)) BREED NIL) +(breeze breeze ((V -) (N +)) BREEZE NIL) +(brew brew ((V +) (N -) (SUBCAT NP)) BREW NIL) +(brick brick ((V -) (N +)) BRICK NIL) +(bridge bridge ((V -) (N +)) BRIDGE NIL) +(bridge bridge ((V +) (N -) (SUBCAT NP)) BRIDGE NIL) +(brief brief ((V +) (N +)) BRIEF NIL) +(briefs briefs ((V -) (N +) (PLU +)) BRIEFS NIL) +(bright bright ((V +) (N +)) BRIGHT NIL) +(brilliance brilliance ((V -) (COUNT -) (N +)) BRILLIANCE NIL) +(brilliant brilliant ((V +) (N +)) BRILLIANT NIL) +(bring bring ((V +) (N -) (SUBCAT NP) (LAT -) (REG -)) BRING NIL) +(bristle bristle ((V -) (N +)) BRISTLE NIL) +(britain britain ((V -) (N +) (PN +)) BRITAIN NIL) +(british british ((V +) (N +) (AFORM NONE)) BRITISH NIL) +(broach broach ((V +) (N -) (SUBCAT NP)) BROACH NIL) +(broad broad ((V +) (N +) (LAT -)) BROAD NIL) +(broadcast broadcast ((V -) (N +)) BROADCAST NIL) +(broke broke ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) BREAK NIL) +(broken broken ((V +) (N -) (SUBCAT NP) (VFORM EN)) BREAK NIL) +(bronchitis bronchitis ((V -) (N +)) BRONCHITIS NIL) +(brother brother ((V -) (N +) (SUBCAT NULL) (LAT -)) BROTHER NIL) +(brother brother ((V -) (N +) (SUBCAT PPOF) (LAT -)) BROTHER NIL) +(brought brought ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +) (LAT -)) BRING NIL) +(brought brought ((V +) (N -) (SUBCAT NP) (VFORM EN) (LAT -)) BRING NIL) +(brown brown ((V +) (N +) (LAT -)) BROWN NIL) +(bruise bruise ((V -) (N +)) BRUISE NIL) +(bruise bruise ((V +) (N -) (SUBCAT NP)) BRUISE NIL) +(brute brute ((V -) (N +)) BRUTE NIL) +(bucket bucket ((V -) (N +)) BUCKET NIL) +(bud bud ((V -) (N +)) BUD NIL) +(bud bud ((V +) (N -) (SUBCAT NULL)) BUD NIL) +(buffer buffer ((V -) (N +)) BUFFER NIL) +(buffer buffer ((V +) (N -) (SUBCAT NP)) BUFFER NIL) +(bug bug ((V -) (N +)) BUG NIL) +(build build ((V +) (N -) (SUBCAT NP) (LAT -) (REG -)) BUILD NIL) +(building building ((V -) (N +)) BUILDING NIL) +(built built ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +) (LAT -)) BUILD NIL) +(built built ((V +) (N -) (SUBCAT NP) (VFORM EN) (LAT -)) BUILD NIL) +(bullet bullet ((V -) (N +)) BULLET NIL) +(bully bully ((V -) (N +)) BULLY NIL) +(bully bully ((V +) (N -) (SUBCAT NP)) BULLY NIL) +(bun bun ((V -) (N +)) BUN NIL) +(bunch bunch ((V -) (N +)) BUNCH NIL) +(bundle bundle ((V -) (N +)) BUNDLE NIL) +(burden burden ((V -) (N +)) BURDEN NIL) +(burn burn ((V +) (N -) (SUBCAT NP) (LAT -) (REG -)) BURN NIL) +(burnt burnt ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +) (LAT -)) BURN NIL) +(burnt burnt ((V +) (N -) (SUBCAT NP) (VFORM EN) (LAT -)) BURN NIL) +(burst burst ((V +) (N -) (FIN +) (PAST +)) BURST NIL) +(burst burst ((V +) (N -) (REG -)) BURST NIL) +(burst burst ((V +) (N -) (VFORM EN)) BURST NIL) +(bury bury ((V +) (N -) (SUBCAT NP)) BURY NIL) +(bus bus ((V -) (N +)) BUS NIL) +(bush bush ((V -) (N +)) BUSH NIL) +(business business ((V -) (N +)) BUSINESS NIL) +(busy busy ((V +) (N +)) BUSY NIL) +(but but ((SUBCAT BUT)) BUT NIL) +(butter butter ((V -) (N +) (COUNT -)) BUTTER NIL) +(butter butter ((V +) (N -) (SUBCAT NP)) BUTTER NIL) +(butterfly butterfly ((V -) (N +)) BUTTERFLY NIL) +(button button ((V -) (N +)) BUTTON NIL) +(buy buy ((V +) (N -) (SUBCAT NP) (LAT -) (REG -)) BUY NIL) +(buzz buzz ((V +) (N -)) BUZZ NIL) +(by by ((V -) (N -) (SUBCAT ING)) BY NIL) +(by by ((V -) (N -) (SUBCAT NP)) BY NIL) +(by by ((V -) (N -) (SUBCAT NP) (PFORM BY)) BY NIL) +(cabinet cabinet ((V -) (N +)) CABINET NIL) +(cable cable ((V -) (N +)) CABLE NIL) +(cage cage ((V -) (N +)) CAGE NIL) +(cake cake ((V -) (N +)) CAKE NIL) +(calculate calculate ((V +) (N -) (AT -) (SUBCAT NP)) CALCULATE NIL) +(calculus calculus ((V -) (N +)) CALCULUS NIL) +(call call ((V -) (N +)) CALL NIL) +(call call ((V +) (N -) (SUBCAT NP)) CALL NIL) +(calm calm ((V +) (N +) (LAT -)) CALM NIL) +(cam cam ((V -) (N +)) CAM NIL) +(cambridge cambridge ((V -) (N +) (PN +)) CAMBRIDGE NIL) +(came came ((V +) (N -) (SUBCAT LOC) (FIN +) (PAST +)) COME NIL) +(camel camel ((V -) (N +)) CAMEL NIL) +(camera camera ((V -) (N +)) CAMERA NIL) +(camp camp ((V -) (N +)) CAMP NIL) +(campaign campaign ((V -) (N +)) CAMPAIGN NIL) +(can can ((V -) (N +)) CAN NIL) +(can can ((V +) (N -) (SUBCAT BASE_VP) (FIN +) (PAST -) (AUX +)) CAN NIL) +(can can ((V +) (N -) (SUBCAT NP)) CAN NIL) +(canada canada ((V -) (N +) (PN +)) CANADA NIL) +(canadian canadian ((V +) (N +)) CANADIAN NIL) +(cancel cancel ((V +) (N -) (SUBCAT NP)) CANCEL NIL) +(cancer cancer ((V -) (N +)) CANCER NIL) +(candid candid ((V +) (N +) (AFORM NONE)) CANDID NIL) +(candidate candidate ((V -) (N +)) CANDIDATE NIL) +(candle candle ((V -) (N +)) CANDLE NIL) +(cannon cannon ((V -) (N +)) CANNON NIL) +(cannot cannot ((V +) (N -) (AUX +) (SUBCAT BASE_VP) (FIN +) (PAST -) (NEG +)) CAN NIL) +(canonical canonical ((V +) (N +) (AFORM NONE)) CANONICAL NIL) +("can't" "can't" ((V +) (N -) (AUX +) (SUBCAT BASE_VP) (FIN +) (PAST -) (NEG +)) CAN NIL) +(cap cap ((V -) (N +)) CAP NIL) +(capable capable ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) CAPABLE NIL) +(capable capable ((V +) (N +) (AFORM NONE) (SUBCAT PPOF)) CAPABLE NIL) +(capacity capacity ((V -) (N +)) CAPACITY NIL) +(capital capital ((V -) (N +)) CAPITAL NIL) +(captain captain ((V -) (N +)) CAPTAIN NIL) +(captain captain ((V -) (N +) (SUBCAT NP)) CAPTAIN NIL) +(capture capture ((V +) (N -) (SUBCAT NP)) CAPTURE NIL) +(car car ((V -) (N +)) CAR NIL) +(card card ((V -) (N +)) CARD NIL) +(cardboard cardboard ((V -) (N +) (COUNT -)) CARDBOARD NIL) +(cardinal cardinal ((V +) (N +) (AFORM NONE)) CARDINAL NIL) +(cardinal cardinal ((V -) (N +)) CARDINAL NIL) +(care care ((V +) (N -) (LAT -)) CARE NIL) +(care care ((V -) (N +) (LAT -) (COUNT -)) CARE NIL) +(career career ((V -) (N +)) CAREER NIL) +(carriage carriage ((V -) (N +)) CARRIAGE NIL) +(carry carry ((V +) (N -) (SUBCAT NP) (LAT -)) CARRY NIL) +(cart cart ((V -) (N +)) CART NIL) +(cartesian cartesian ((V +) (N +) (AFORM NONE)) CARTESIAN NIL) +(carve carve ((V +) (N -) (SUBCAT NP)) CARVE NIL) +(case case ((V -) (N +)) CASE NIL) +(cash cash ((V -) (N +)) CASH NIL) +(cast cast ((V -) (N +)) CAST NIL) +(cast cast ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) CAST NIL) +(cast cast ((V +) (N -) (SUBCAT NP) (REG -)) CAST NIL) +(cast cast ((V +) (N -) (VFORM EN) (SUBCAT NP)) CAST NIL) +(castle castle ((V -) (N +)) CASTLE NIL) +(casual casual ((V +) (N +) (AFORM NONE)) CASUAL NIL) +(cat cat ((V -) (N +)) CAT NIL) +(catch catch ((V -) (N +)) CATCH NIL) +(catch catch ((V +) (N -) (SUBCAT NP) (LAT -) (REG -)) CATCH NIL) +(categorical categorical ((V +) (N +) (AFORM NONE)) CATEGORICAL NIL) +(category category ((V -) (N +)) CATEGORY NIL) +(cater cater ((V +) (N -) (SUBCAT PPFOR)) CATER NIL) +(cattle cattle ((V -) (N +) (PLU +)) CATTLE NIL) +(caught caught ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +) (LAT -)) CATCH NIL) +(caught caught ((V +) (N -) (SUBCAT NP) (VFORM EN) (LAT -)) CATCH NIL) +(cause cause ((V -) (N +)) CAUSE NIL) +(cause cause ((V +) (N -) (SUBCAT NP)) CAUSE NIL) +(caution caution ((V -) (N +) (COUNT -)) CAUTION NIL) +(cautious cautious ((V +) (N +) (AFORM NONE)) CAUTIOUS NIL) +(cave cave ((V -) (N +) (LAT -)) CAVE NIL) +(caviar caviar ((V -) (N +)) CAVIAR NIL) +(cease cease ((V +) (N -)) CEASE NIL) +(ceiling ceiling ((V -) (N +)) CEILING NIL) +(cell cell ((V -) (N +)) CELL NIL) +(cellar cellar ((V -) (N +)) CELLAR NIL) +(cement cement ((V -) (N +)) CEMENT NIL) +(cement cement ((V -) (N +) (COUNT -)) CEMENT NIL) +(census census ((V -) (N +)) CENSUS NIL) +(cent cent ((V -) (N +)) CENT NIL) +(centaur centaur ((V -) (N +)) CENTAUR NIL) +(center center ((V -) (N +)) CENTER NIL) +(centre centre ((V -) (N +)) CENTRE NIL) +(centre centre ((V +) (N -) (SUBCAT NP)) CENTRE NIL) +(century century ((V -) (N +)) CENTURY NIL) +(ceremonial ceremonial ((V +) (N +) (AFORM NONE)) CEREMONIAL NIL) +(ceremony ceremony ((V -) (N +)) CEREMONY NIL) +(certain certain ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) CERTAIN NIL) +(certain certain ((V +) (N +) (AFORM NONE) (SUBCAT PPOF)) CERTAIN NIL) +(certain certain ((V +) (N +) (AFORM NONE) (SUBCAT SFIN)) CERTAIN NIL) +(certain certain ((V +) (N +) (QUA +) (SUBCAT DETN)) CERTAIN NIL) +(certainty certainty ((V -) (N +) (SUBCAT NULL)) CERTAINTY NIL) +(certainty certainty ((V -) (N +) (SUBCAT STHAT)) CERTAINTY NIL) +(certify certify ((V +) (N -) (SUBCAT STHAT)) CERTIFY NIL) +(certitude certitude ((V -) (N +)) CERTITUDE NIL) +(chain chain ((V -) (N +)) CHAIN NIL) +(chain chain ((V +) (N -) (SUBCAT NP_PPTO)) CHAIN NIL) +(chair chair ((V -) (N +)) CHAIR NIL) +(chairman chairman ((V -) (N +) (PLU -)) CHAIRMAN NIL) +(chairmen chairmen ((V -) (N +) (PLU +)) CHAIRMEN NIL) +(chairwoman chairwoman ((V -) (N +) (PLU -)) CHAIRWOMAN NIL) +(chairwomen chairwomen ((V -) (N +) (PLU +)) CHAIRWOMEN NIL) +(chalk chalk ((V -) (N +) (COUNT -)) CHALK NIL) +(challenge challenge ((V -) (N +) (SUBCAT NULL)) CHALLENGE NIL) +(challenge challenge ((V -) (N +) (SUBCAT PPTO)) CHALLENGE NIL) +(chance chance ((V -) (N +)) CHANCE NIL) +(chancellor chancellor ((V -) (N +)) CHANCELLOR NIL) +(change change ((V +) (N -)) CHANGE NIL) +(change change ((V -) (N +)) CHANGE NIL) +(change change ((V +) (N -) (SUBCAT NP)) CHANGE NIL) +(channel channel ((V -) (N +)) CHANNEL NIL) +(chap chap ((V -) (N +)) CHAP NIL) +(chapter chapter ((V -) (N +)) CHAPTER NIL) +(char char ((V +) (N -) (SUBCAT NULL)) CHAR NIL) +(character character ((V -) (N +)) CHARACTER NIL) +(characteristic characteristic ((V -) (N +)) CHARACTERISTIC NIL) +(characteristic characteristic ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) CHARACTERISTIC NIL) +(characteristic characteristic ((V +) (N +) (SUBCAT PPOF) (AFORM NONE)) CHARACTERISTIC NIL) +(characteristically characteristically ((V +) (N +) (AFORM NONE) (ADV +)) CHARACTERISTICALLY NIL) +(characterize characterize ((V +) (N -) (SUBCAT NP_AS_PRED)) CHARACTERIZE NIL) +(charge charge ((V -) (N +)) CHARGE NIL) +(charge charge ((V +) (N -) (SUBCAT NP_PPWITH)) CHARGE NIL) +(charitable charitable ((V +) (N +) (AFORM NONE)) CHARITABLE NIL) +(charity charity ((V -) (N +)) CHARITY NIL) +(charm charm ((V -) (N +) (LAT -)) CHARM NIL) +(charm charm ((V +) (N -) (SUBCAT NP) (LAT -)) CHARM NIL) +(charming charming ((V +) (N +) (AFORM NONE)) CHARMING NIL) +(chart chart ((V -) (N +)) CHART NIL) +(chase chase ((V +) (N -) (SUBCAT NP)) CHASE NIL) +(chaste chaste ((V +) (N +)) CHASTE NIL) +(cheap cheap ((V +) (N +)) CHEAP NIL) +(cheat cheat ((V -) (N +)) CHEAT NIL) +(cheat cheat ((V +) (N -) (SUBCAT NP)) CHEAT NIL) +(check check ((V -) (N +)) CHECK NIL) +(check check ((V +) (N -) (SUBCAT NP)) CHECK NIL) +(checkmate checkmate ((V -) (N +)) CHECKMATE NIL) +(cheek cheek ((V -) (N +)) CHEEK NIL) +(cheer cheer ((V +) (N -)) CHEER NIL) +(cheer cheer ((V -) (N +)) CHEER NIL) +(cheerful cheerful ((V +) (N +) (AFORM NONE)) CHEERFUL NIL) +(cheese cheese ((V -) (N +) (COUNT -)) CHEESE NIL) +(chemical chemical ((V +) (N +)) CHEMICAL NIL) +(chemist chemist ((V -) (N +)) CHEMIST NIL) +(chemistry chemistry ((V -) (N +) (PLU -)) CHEMISTRY NIL) +(cheque cheque ((V -) (N +)) CHEQUE NIL) +(chequered chequered ((V +) (N +) (AFORM NONE)) CHEQUERED NIL) +(chess chess ((V -) (N +) (COUNT -)) CHESS NIL) +(chest chest ((V -) (N +)) CHEST NIL) +(chicken chicken ((V -) (N +)) CHICKEN NIL) +(chief chief ((V -) (N +)) CHIEF NIL) +(chief chief ((V +) (N +) (PRD -)) CHIEF NIL) +(child child ((V -) (N +) (PLU -) (LAT -)) CHILD NIL) +(children children ((V -) (N +) (PLU +)) CHILDREN NIL) +(chimney chimney ((V -) (N +)) CHIMNEY NIL) +(chin chin ((V -) (N +)) CHIN NIL) +(china china ((V -) (N +) (PN +)) CHINA NIL) +(chinaman chinaman ((V -) (N +)) CHINAMAN NIL) +(chinese chinese ((V +) (N +) (AFORM NONE)) CHINESE NIL) +(chocolate chocolate ((V -) (N +) (COUNT -)) CHOCOLATE NIL) +(choice choice ((V -) (N +)) CHOICE NIL) +(choose choose ((V +) (N -) (SUBCAT NP) (REG -)) CHOOSE NIL) +(chose chose ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) CHOOSE NIL) +(chosen chosen ((V +) (N -) (SUBCAT NP) (VFORM EN)) CHOOSE NIL) +(christian christian ((V -) (N +)) CHRISTIAN NIL) +(christmas christmas ((V -) (N +)) CHRISTMAS NIL) +(chronic chronic ((V +) (N +) (AFORM NONE)) CHRONIC NIL) +(chronology chronology ((V -) (N +)) CHRONOLOGY NIL) +(chunk chunk ((V -) (N +)) CHUNK NIL) +(church church ((V -) (N +)) CHURCH NIL) +(churn churn ((V -) (N +)) CHURN NIL) +(churn churn ((V +) (N -) (SUBCAT NP)) CHURN NIL) +(churn churn ((V +) (N -) (SUBCAT NULL)) CHURN NIL) +(cigar cigar ((V -) (N +)) CIGAR NIL) +(cigarette cigarette ((V -) (N +)) CIGARETTE NIL) +(cinema cinema ((V -) (N +)) CINEMA NIL) +(circle circle ((V -) (N +)) CIRCLE NIL) +(circuit circuit ((V -) (N +)) CIRCUIT NIL) +(circular circular ((V +) (N +) (AFORM NONE)) CIRCULAR NIL) +(circulate circulate ((V +) (N -) (AT -) (SUBCAT NULL)) CIRCULATE NIL) +(circumscribe circumscribe ((V +) (N -) (SUBCAT NP)) CIRCUMSCRIBE NIL) +(circumstance circumstance ((V -) (N +)) CIRCUMSTANCE NIL) +(circumvent circumvent ((V +) (N -) (AT -)) CIRCUMVENT NIL) +(cite cite ((V +) (N -) (SUBCAT NP)) CITE NIL) +(citizen citizen ((V -) (N +)) CITIZEN NIL) +(city city ((V -) (N +)) CITY NIL) +(civilize civilize ((V +) (N -) (SUBCAT NP)) CIVILIZE NIL) +(clad clad ((V +) (N +) (AFORM NONE) (SUBCAT NULL) (LAT -)) CLAD NIL) +(clad clad ((V +) (N +) (AFORM NONE) (SUBCAT PPIN) (LAT -)) CLAD NIL) +(claim claim ((V +) (N -) (SUBCAT SFIN) (LAT -)) CLAIM NIL) +(claim claim ((V -) (N +) (SUBCAT STHAT) (LAT -)) CLAIM NIL) +(clan clan ((V -) (N +) (LAT -)) CLAN NIL) +(clap clap ((V +) (N -)) CLAP NIL) +(clap clap ((V -) (N +)) CLAP NIL) +(clarify clarify ((V +) (N -) (SUBCAT NP)) CLARIFY NIL) +(clarity clarity ((V -) (N +)) CLARITY NIL) +(clash clash ((V +) (N -) (SUBCAT PPWITH)) CLASH NIL) +(class class ((V -) (N +)) CLASS NIL) +(class class ((V +) (N -) (SUBCAT NP_AS_PRED)) CLASS NIL) +(classic classic ((V +) (N +) (AFORM NONE)) CLASSIC NIL) +(classify classify ((V +) (N -) (SUBCAT NP)) CLASSIFY NIL) +(clause clause ((V -) (N +)) CLAUSE NIL) +(clay clay ((V -) (N +) (COUNT -)) CLAY NIL) +(clean clean ((V +) (N +) (LAT -)) CLEAN NIL) +(clean clean ((V +) (N -) (SUBCAT NP) (LAT -)) CLEAN NIL) +(clear clear ((V +) (N -) (SUBCAT NP)) CLEAR NIL) +(clear clear ((V +) (N +) (SUBCAT NULL)) CLEAR NIL) +(clear clear ((V +) (N +) (SUBCAT SFIN)) CLEAR NIL) +(cleave cleave ((V +) (N -) (SUBCAT NP) (REG -)) CLEAVE NIL) +(cleaver cleaver ((V -) (N +)) CLEAVER NIL) +(cleft cleft ((V -) (N +)) CLEFT NIL) +(cleft cleft ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) CLEAVE NIL) +(cleft cleft ((V +) (N -) (FIN -) (SUBCAT NP) (VFORM EN)) CLEAVE NIL) +(clerk clerk ((V -) (N +)) CLERK NIL) +(clever clever ((V +) (N +) (LAT -)) CLEVER NIL) +(client client ((V -) (N +)) CLIENT NIL) +(cliff cliff ((V -) (N +)) CLIFF NIL) +(climate climate ((V -) (N +)) CLIMATE NIL) +(climax climax ((V -) (N +)) CLIMAX NIL) +(climb climb ((V +) (N -) (SUBCAT NP)) CLIMB NIL) +(clinic clinic ((V -) (N +)) CLINIC NIL) +(clip clip ((V -) (N +)) CLIP NIL) +(clitic clitic ((V -) (N +)) CLITIC NIL) +(clock clock ((V -) (N +)) CLOCK NIL) +(clog clog ((V -) (N +)) CLOG NIL) +(close close ((V +) (N -) (SUBCAT NP) (LAT -)) CLOSE NIL) +(close close ((V +) (N +) (SUBCAT NULL) (LAT -)) CLOSE NIL) +(close close ((V +) (N +) (SUBCAT PPTO) (LAT -)) CLOSE NIL) +(closet closet ((V -) (N +)) CLOSET NIL) +(closure closure ((V -) (N +)) CLOSURE NIL) +(cloth cloth ((V -) (N +)) CLOTH NIL) +(clothe clothe ((V +) (N -) (SUBCAT NP)) CLOTHE NIL) +(clothes clothes ((V -) (N +) (PLU +)) CLOTHES NIL) +(clothing clothing ((V -) (N +)) CLOTHING NIL) +(cloud cloud ((V -) (N +)) CLOUD NIL) +(clove clove ((V +) (N -) (SUBCAT NP) (FIN +) (PAST -)) CLEAVE NIL) +(club club ((V -) (N +)) CLUB NIL) +(clue clue ((V -) (N +)) CLUE NIL) +(clumsy clumsy ((V +) (N +)) CLUMSY NIL) +(clutter clutter ((V -) (N +)) CLUTTER NIL) +(co- co- ((FIX PRE) (STEM nil)) CO NIL) +(coach coach ((V -) (N +)) COACH NIL) +(coach coach ((V +) (N -) (SUBCAT NP)) COACH NIL) +(coal coal ((V -) (N +) (COUNT -)) COAL NIL) +(coalesce coalesce ((V +) (N -) (SUBCAT NULL)) COALESCE NIL) +(coarse coarse ((V +) (N +)) COARSE NIL) +(coast coast ((V -) (N +)) COAST NIL) +(coast coast ((V +) (N -) (SUBCAT NP)) COAST NIL) +(coaster coaster ((V -) (N +)) COASTER NIL) +(coat coat ((V -) (N +)) COAT NIL) +(cocktail cocktail ((V -) (N +)) COCKTAIL NIL) +(cocoa cocoa ((V -) (N +) (COUNT -)) COCOA NIL) +(coconut coconut ((V -) (N +)) COCONUT NIL) +(code code ((V -) (N +)) CODE NIL) +(code code ((V +) (N -) (SUBCAT NP)) CODE NIL) +(coefficient coefficient ((V -) (N +)) COEFFICIENT NIL) +(coerce coerce ((V +) (N -) (AT -) (SUBCAT NP)) COERCE NIL) +(coffee coffee ((V -) (N +) (COUNT -)) COFFEE NIL) +(cog cog ((V -) (N +)) COG NIL) +(cognition cognition ((V -) (N +)) COGNITION NIL) +(cognitive cognitive ((V +) (N +) (AFORM NONE)) COGNITIVE NIL) +(coherence coherence ((V -) (N +) (COUNT -)) COHERENCE NIL) +(coherent coherent ((V +) (N +) (AFORM NONE)) COHERENT NIL) +(coin coin ((V -) (N +)) COIN NIL) +(coincide coincide ((V +) (N -) (SUBCAT PPWITH)) COINCIDE NIL) +(coincidence coincidence ((V -) (N +)) COINCIDENCE NIL) +(coincidental coincidental ((V +) (N +) (AFORM NONE)) COINCIDENTAL NIL) +(cold cold ((V +) (N +)) COLD NIL) +(cold cold ((V -) (N +)) COLD NIL) +(collaborate collaborate ((V +) (N -) (SUBCAT NULL) (AT -)) COLLABORATE NIL) +(collapse collapse ((V -) (N +)) COLLAPSE NIL) +(collapse collapse ((V +) (N -) (SUBCAT NULL)) COLLAPSE NIL) +(collar collar ((V -) (N +)) COLLAR NIL) +(colleague colleague ((V -) (N +)) COLLEAGUE NIL) +(collect collect ((V +) (N -) (SUBCAT NP_PPFROM) (AT -)) COLLECT NIL) +(college college ((V -) (N +)) COLLEGE NIL) +(collide collide ((V +) (N -)) COLLIDE NIL) +(collinear collinear ((V +) (N +) (AFORM NONE)) COLLINEAR NIL) +(collision collision ((V -) (N +)) COLLISION NIL) +(colon colon ((V -) (N +)) COLON NIL) +(colony colony ((V -) (N +)) COLONY NIL) +(colour colour ((V -) (N +)) COLOUR NIL) +(colour colour ((V +) (N -) (SUBCAT NP)) COLOUR NIL) +(column column ((V -) (N +)) COLUMN NIL) +(comb comb ((V -) (N +)) COMB NIL) +(combat combat ((V -) (N +)) COMBAT NIL) +(combinator combinator ((V -) (N +)) COMBINATOR NIL) +(combine combine ((V +) (N -) (SUBCAT NP_PPWITH)) COMBINE NIL) +(come come ((V +) (N -) (SUBCAT LOC) (REG -)) COME NIL) +(comedy comedy ((V -) (N +)) COMEDY NIL) +(comfort comfort ((V -) (N +)) COMFORT NIL) +(comfort comfort ((V +) (N -) (SUBCAT NP) (LAT -)) COMFORT NIL) +(comfortable comfortable ((V +) (N +) (AFORM NONE)) COMFORTABLE NIL) +(comma comma ((V -) (N +)) COMMA NIL) +(command command ((V -) (N +)) COMMAND NIL) +(command command ((V +) (N -) (SUBCAT OE)) COMMAND NIL) +(commence commence ((V +) (N -)) COMMENCE NIL) +(comment comment ((V -) (N +)) COMMENT NIL) +(comment comment ((V +) (N -) (SUBCAT PPON)) COMMENT NIL) +(commerce commerce ((V -) (N +)) COMMERCE NIL) +(commercial commercial ((V -) (N +)) COMMERCIAL NIL) +(commission commission ((V +) (N -) (SUBCAT NP)) COMMISSION NIL) +(commission commission ((V -) (N +)) COMMISSION NIL) +(commit commit ((V +) (N -)) COMMIT NIL) +(committee committee ((V -) (N +)) COMMITTEE NIL) +(commodity commodity ((V -) (N +)) COMMODITY NIL) +(common common ((V +) (N +) (LAT -)) COMMON NIL) +(commonsense commonsense ((V +) (N +) (AFORM NONE)) COMMONSENSE NIL) +(commonwealth commonwealth ((V -) (N +)) COMMONWEALTH NIL) +(commune commune ((V -) (N +)) COMMUNE NIL) +(communicate communicate ((V +) (N -) (SUBCAT PPWITH) (AT -)) COMMUNICATE NIL) +(community community ((V -) (N +)) COMMUNITY NIL) +(commutative commutative ((V +) (N +) (AFORM NONE)) COMMUTATIVE NIL) +(commutator commutator ((V -) (N +)) COMMUTATOR NIL) +(compact compact ((V +) (N +) (AFORM NONE)) COMPACT NIL) +(companion companion ((V -) (N +)) COMPANION NIL) +(company company ((V -) (N +)) COMPANY NIL) +(comparative comparative ((V +) (N +) (AFORM NONE)) COMPARATIVE NIL) +(comparative comparative ((V -) (N +)) COMPARATIVE NIL) +(compare compare ((V +) (N -) (SUBCAT NP_PPWITH)) COMPARE NIL) +(comparison comparison ((V -) (N +) (SUBCAT PPOF_PPWITH)) COMPARISON NIL) +(compass compass ((V +) (N -)) COMPASS NIL) +(compatible compatible ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) COMPATIBLE NIL) +(compatible compatible ((V +) (N +) (SUBCAT PPWITH) (AFORM NONE)) COMPATIBLE NIL) +(compel compel ((V +) (N -) (SUBCAT OE)) COMPEL NIL) +(compensate compensate ((V +) (N -) (SUBCAT PPFOR)) COMPENSATE NIL) +(compete compete ((V +) (N -) (SUBCAT PPWITH)) COMPETE NIL) +(competence competence ((V -) (N +)) COMPETENCE NIL) +(competent competent ((V +) (N +) (AFORM NONE)) COMPETENT NIL) +(competition competition ((V -) (N +)) COMPETITION NIL) +(competitor competitor ((V -) (N +)) COMPETITOR NIL) +(compile compile ((V +) (N -) (SUBCAT NP)) COMPILE NIL) +(complain complain ((V +) (N -) (SUBCAT PPABOUT)) COMPLAIN NIL) +(complaint complaint ((V -) (N +) (SUBCAT PPABOUT)) COMPLAINT NIL) +(complement complement ((V -) (N +)) COMPLEMENT NIL) +(complement complement ((V +) (N -) (SUBCAT NP)) COMPLEMENT NIL) +(complementary complementary ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) COMPLEMENTARY NIL) +(complementary complementary ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) COMPLEMENTARY NIL) +(complete complete ((V +) (N +) (AFORM NONE)) COMPLETE NIL) +(complete complete ((V +) (N -) (SUBCAT NP) (AT -)) COMPLETE NIL) +(complex complex ((V +) (N +) (AFORM NONE)) COMPLEX NIL) +(complex complex ((V -) (N +)) COMPLEX NIL) +(complicate complicate ((V +) (N -) (SUBCAT NP) (AT -)) COMPLICATE NIL) +(compliment compliment ((V -) (N +)) COMPLIMENT NIL) +(compliment compliment ((V +) (N -) (SUBCAT NP)) COMPLIMENT NIL) +(comply comply ((V +) (N -) (SUBCAT PPWITH)) COMPLY NIL) +(component component ((V -) (N +)) COMPONENT NIL) +(compose compose ((V +) (N -) (SUBCAT NP)) COMPOSE NIL) +(composite composite ((V +) (N +) (AFORM NONE)) COMPOSITE NIL) +(composition composition ((V -) (N +)) COMPOSITION NIL) +(compound compound ((V +) (N +) (AFORM NONE)) COMPOUND NIL) +(compound compound ((V -) (N +)) COMPOUND NIL) +(compound compound ((V +) (N -) (SUBCAT NP)) COMPOUND NIL) +(comprehend comprehend ((V +) (N -) (SUBCAT NP)) COMPREHEND NIL) +(comprehensible comprehensible ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) COMPREHENSIBLE NIL) +(comprehensible comprehensible ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) COMPREHENSIBLE NIL) +(comprehension comprehension ((V -) (N +)) COMPREHENSION NIL) +(comprehensive comprehensive ((V +) (N +) (AFORM NONE)) COMPREHENSIVE NIL) +(compress compress ((V +) (N -) (SUBCAT NP) (AT -)) COMPRESS NIL) +(comprise comprise ((V +) (N -) (SUBCAT NP)) COMPRISE NIL) +(compromise compromise ((V +) (N -)) COMPROMISE NIL) +(compute compute ((V +) (N -) (SUBCAT NP)) COMPUTE NIL) +(computer computer ((V -) (N +)) COMPUTER NIL) +(concatenate concatenate ((V +) (N -) (AT -) (SUBCAT NP)) CONCATENATE NIL) +(concave concave ((V +) (N +)) CONCAVE NIL) +(conceal conceal ((V +) (N -) (SUBCAT NP) (LAT -)) CONCEAL NIL) +(concede concede ((V +) (N -) (SUBCAT SFIN)) CONCEDE NIL) +(conceive conceive ((V +) (N -) (SUBCAT PPOF)) CONCEIVE NIL) +(concentrate concentrate ((V +) (N -) (SUBCAT NP) (AT -)) CONCENTRATE NIL) +(concept concept ((V -) (N +)) CONCEPT NIL) +(conception conception ((V -) (N +)) CONCEPTION NIL) +(conceptual conceptual ((V +) (N +) (AFORM NONE)) CONCEPTUAL NIL) +(concern concern ((V -) (N +)) CONCERN NIL) +(concern concern ((V +) (N -) (SUBCAT NP)) CONCERN NIL) +(concerning concerning ((V -) (N -) (SUBCAT NP)) CONCERNING NIL) +(concert concert ((V -) (N +)) CONCERT NIL) +(concerted concerted ((V +) (N +) (AFORM NONE)) CONCERTED NIL) +(concession concession ((V -) (N +)) CONCESSION NIL) +(concise concise ((V +) (N +) (AFORM NONE)) CONCISE NIL) +(conclude conclude ((V +) (N -) (SUBCAT SFIN)) CONCLUDE NIL) +(conclusion conclusion ((V -) (N +) (SUBCAT STHAT)) CONCLUSION NIL) +(conclusive conclusive ((V +) (N +) (AFORM NONE)) CONCLUSIVE NIL) +(concomitant concomitant ((V +) (N +) (AFORM NONE)) CONCOMITANT NIL) +(concrete concrete ((V +) (N +) (AFORM NONE)) CONCRETE NIL) +(concrete concrete ((V -) (N +) (COUNT -)) CONCRETE NIL) +(concur concur ((V +) (N -) (SUBCAT NULL)) CONCUR NIL) +(concurrent concurrent ((V +) (N +) (AFORM NONE)) CONCURRENT NIL) +(condemn condemn ((V +) (N -) (SUBCAT NP)) CONDEMN NIL) +(condition condition ((V -) (N +)) CONDITION NIL) +(condition condition ((V +) (N -) (SUBCAT NP)) CONDITION NIL) +(conditional conditional ((V -) (N +)) CONDITIONAL NIL) +(conducive conducive ((V +) (N +) (SUBCAT PPTO)) CONDUCIVE NIL) +(conduct conduct ((V -) (N +)) CONDUCT NIL) +(conduct conduct ((V +) (N -) (SUBCAT NP)) CONDUCT NIL) +(confer confer ((V +) (N -) (SUBCAT PPWITH)) CONFER NIL) +(conference conference ((V -) (N +)) CONFERENCE NIL) +(confess confess ((V +) (N -) (SUBCAT SFIN) (AT -)) CONFESS NIL) +(confidence confidence ((V -) (N +)) CONFIDENCE NIL) +(confident confident ((V +) (N +) (AFORM NONE)) CONFIDENT NIL) +(configure configure ((V +) (N -) (SUBCAT NP)) CONFIGURE NIL) +(confine confine ((V +) (N -) (SUBCAT NP_PPTO)) CONFINE NIL) +(confirm confirm ((V +) (N -) (SUBCAT NP)) CONFIRM NIL) +(conflate conflate ((V +) (N -) (AT -) (SUBCAT NP)) CONFLATE NIL) +(conflict conflict ((V +) (N -) (SUBCAT PPWITH)) CONFLICT NIL) +(confluence confluence ((V -) (N +)) CONFLUENCE NIL) +(confluent confluent ((V +) (N +) (AFORM NONE)) CONFLUENT NIL) +(conform conform ((V +) (N -) (SUBCAT PPTO)) CONFORM NIL) +(confound confound ((V +) (N -) (SUBCAT NP)) CONFOUND NIL) +(confounded confounded ((V +) (N +) (AFORM NONE)) CONFOUNDED NIL) +(confront confront ((V +) (N -) (SUBCAT NP_PPWITH)) CONFRONT NIL) +(confuse confuse ((V +) (N -) (AT -) (SUBCAT NP)) CONFUSE NIL) +(congruence congruence ((V -) (N +)) CONGRUENCE NIL) +(congruent congruent ((V +) (N +) (AFORM NONE)) CONGRUENT NIL) +(conjecture conjecture ((V +) (N -) (SUBCAT SFIN)) CONJECTURE NIL) +(conjoin conjoin ((V +) (N -) (SUBCAT NP)) CONJOIN NIL) +(conjunct conjunct ((V -) (N +)) CONJUNCT NIL) +(conjunction conjunction ((V -) (N +)) CONJUNCTION NIL) +(conjunctive conjunctive ((V +) (N +) (AFORM NONE)) CONJUNCTIVE NIL) +(connect connect ((V +) (N -) (SUBCAT NP) (AT -)) CONNECT NIL) +(connective connective ((V -) (N +)) CONNECTIVE NIL) +(conquer conquer ((V +) (N -) (SUBCAT NP)) CONQUER NIL) +(conqueror conqueror ((V -) (N +)) CONQUEROR NIL) +(conquest conquest ((V -) (N +)) CONQUEST NIL) +(conscience conscience ((V -) (N +) (PLU -)) CONSCIENCE NIL) +(conscious conscious ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) CONSCIOUS NIL) +(conscious conscious ((V +) (N +) (AFORM NONE) (SUBCAT PPOF)) CONSCIOUS NIL) +(consecutive consecutive ((V +) (N +) (AFORM NONE)) CONSECUTIVE NIL) +(consensus consensus ((V -) (N +)) CONSENSUS NIL) +(consequence consequence ((V -) (N +)) CONSEQUENCE NIL) +(consequent consequent ((V +) (N +) (AFORM NONE) (PRD -)) CONSEQUENT NIL) +(conservative conservative ((V +) (N +) (AFORM NONE)) CONSERVATIVE NIL) +(conserve conserve ((V +) (N -) (SUBCAT NP)) CONSERVE NIL) +(consider consider ((V +) (N -) (SUBCAT NP)) CONSIDER NIL) +(consider consider ((V +) (N -) (SUBCAT NP_AP)) CONSIDER NIL) +(consider consider ((V +) (N -) (SUBCAT OR)) CONSIDER NIL) +(consider consider ((V +) (N -) (SUBCAT TWONP)) CONSIDER NIL) +(considerate considerate ((V +) (N +) (AFORM NONE)) CONSIDERATE NIL) +(consist consist ((V +) (N -) (SUBCAT PPOF)) CONSIST NIL) +(consistency consistency ((V -) (N +)) CONSISTENCY NIL) +(consistent consistent ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) CONSISTENT NIL) +(consistent consistent ((V +) (N +) (SUBCAT PPWITH) (AFORM NONE)) CONSISTENT NIL) +(consonant consonant ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) CONSONANT NIL) +(consonant consonant ((V +) (N +) (AFORM NONE) (SUBCAT PPWITH)) CONSONANT NIL) +(consonant consonant ((V -) (N +)) CONSONANT NIL) +(constant constant ((V +) (N +) (AFORM NONE)) CONSTANT NIL) +(constant constant ((V -) (N +)) CONSTANT NIL) +(constellation constellation ((V -) (N +)) CONSTELLATION NIL) +(constituency constituency ((V -) (N +)) CONSTITUENCY NIL) +(constituent constituent ((V -) (N +)) CONSTITUENT NIL) +(constitute constitute ((V +) (N -) (SUBCAT NP)) CONSTITUTE NIL) +(constrain constrain ((V +) (N -) (SUBCAT NP)) CONSTRAIN NIL) +(constraint constraint ((V -) (N +)) CONSTRAINT NIL) +(constrict constrict ((V +) (N -) (SUBCAT NP) (AT -)) CONSTRICT NIL) +(construct construct ((V +) (N -) (AT -) (SUBCAT NP)) CONSTRUCT NIL) +(constructor constructor ((V -) (N +)) CONSTRUCTOR NIL) +(construe construe ((V +) (N -) (SUBCAT NP_AS_PRED)) CONSTRUE NIL) +(consult consult ((V +) (N -) (SUBCAT NP)) CONSULT NIL) +(consume consume ((V +) (N -) (SUBCAT NP)) CONSUME NIL) +(consumption consumption ((V -) (N +) (PLU -)) CONSUMPTION NIL) +(contact contact ((V -) (N +)) CONTACT NIL) +(contact contact ((V +) (N -) (SUBCAT NP)) CONTACT NIL) +(contagion contagion ((V -) (N +)) CONTAGION NIL) +(contagious contagious ((V +) (N +) (AFORM NONE)) CONTAGIOUS NIL) +(contain contain ((V +) (N -) (SUBCAT NP)) CONTAIN NIL) +(contaminate contaminate ((V +) (N -) (SUBCAT NP) (AT -)) CONTAMINATE NIL) +(contemplate contemplate ((V +) (N -) (SUBCAT NP)) CONTEMPLATE NIL) +(contemporary contemporary ((V +) (N +) (AFORM NONE)) CONTEMPORARY NIL) +(contemporary contemporary ((V -) (N +)) CONTEMPORARY NIL) +(contend contend ((V +) (N -) (SUBCAT SFIN)) CONTEND NIL) +(content content ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) CONTENT NIL) +(content content ((V +) (N +) (AFORM NONE) (SUBCAT PPWITH)) CONTENT NIL) +(contented contented ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) CONTENTED NIL) +(contented contented ((V +) (N +) (SUBCAT PPWITH) (AFORM NONE)) CONTENTED NIL) +(contention contention ((V -) (N +) (SUBCAT STHAT)) CONTENTION NIL) +(contents contents ((V -) (N +) (PLU +)) CONTENTS NIL) +(context context ((V -) (N +)) CONTEXT NIL) +(contextual contextual ((V +) (N +) (AFORM NONE)) CONTEXTUAL NIL) +(contiguous contiguous ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) CONTIGUOUS NIL) +(contiguous contiguous ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) CONTIGUOUS NIL) +(contingency contingency ((V -) (N +)) CONTINGENCY NIL) +(contingent contingent ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) CONTINGENT NIL) +(contingent contingent ((V +) (N +) (SUBCAT PPON) (AFORM NONE)) CONTINGENT NIL) +(continual continual ((V +) (N +) (AFORM NONE)) CONTINUAL NIL) +(continue continue ((V +) (N -) (SUBCAT SE3)) CONTINUE NIL) +(continue continue ((V +) (N -) (SUBCAT SR1)) CONTINUE NIL) +(continuity continuity ((V -) (N +)) CONTINUITY NIL) +(continuous continuous ((V +) (N +) (AFORM NONE)) CONTINUOUS NIL) +(continuum continuum ((V -) (N +)) CONTINUUM NIL) +(contour contour ((V -) (N +)) CONTOUR NIL) +(contract contract ((V +) (N -) (AT -)) CONTRACT NIL) +(contract contract ((V -) (N +)) CONTRACT NIL) +(contradict contradict ((V +) (N -) (SUBCAT NP) (AT -)) CONTRADICT NIL) +(contrary contrary ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) CONTRARY NIL) +(contrary contrary ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) CONTRARY NIL) +(contrast contrast ((V -) (N +)) CONTRAST NIL) +(contrast contrast ((V +) (N -) (SUBCAT NP_PPWITH)) CONTRAST NIL) +(contrastive contrastive ((V +) (N +) (AFORM NONE)) CONTRASTIVE NIL) +(contravene contravene ((V +) (N -) (SUBCAT NP)) CONTRAVENE NIL) +(contribute contribute ((V +) (N -) (SUBCAT PPTO) (AT -)) CONTRIBUTE NIL) +(control control ((V -) (N +)) CONTROL NIL) +(control control ((V +) (N -) (SUBCAT NP)) CONTROL NIL) +(controversial controversial ((V +) (N +) (AFORM NONE)) CONTROVERSIAL NIL) +(controversy controversy ((V -) (N +)) CONTROVERSY NIL) +(convenience convenience ((V -) (N +)) CONVENIENCE NIL) +(convenient convenient ((V +) (N +) (AFORM NONE)) CONVENIENT NIL) +(convention convention ((V -) (N +)) CONVENTION NIL) +(converge converge ((V +) (N -) (SUBCAT NULL)) CONVERGE NIL) +(convergence convergence ((V -) (N +)) CONVERGENCE NIL) +(conversation conversation ((V -) (N +)) CONVERSATION NIL) +(converse converse ((V +) (N +) (AFORM NONE)) CONVERSE NIL) +(converse converse ((V +) (N -) (SUBCAT PPWITH)) CONVERSE NIL) +(conversion conversion ((V -) (N +)) CONVERSION NIL) +(convert convert ((V +) (N -) (SUBCAT NP_PPTO)) CONVERT NIL) +(convey convey ((V +) (N -) (SUBCAT NP)) CONVEY NIL) +(convict convict ((V -) (N +)) CONVICT NIL) +(convict convict ((V +) (N -) (SUBCAT NP) (AT -)) CONVICT NIL) +(conviction conviction ((V -) (N +)) CONVICTION NIL) +(convince convince ((V +) (N -) (SUBCAT NP_S)) CONVINCE NIL) +(convincing convincing ((V +) (N +) (AFORM NONE)) CONVINCING NIL) +(convoluted convoluted ((V +) (N +) (AFORM NONE)) CONVOLUTED NIL) +(cook cook ((V -) (N +)) COOK NIL) +(cook cook ((V +) (N -) (SUBCAT NP)) COOK NIL) +(cool cool ((V +) (N +)) COOL NIL) +(cool cool ((V +) (N -) (SUBCAT NULL)) COOL NIL) +(coordinate coordinate ((V +) (N -) (SUBCAT NP) (AT -)) COORDINATE NIL) +(cope cope ((V +) (N -) (SUBCAT PPWITH)) COPE NIL) +(copper copper ((V -) (N +) (COUNT -)) COPPER NIL) +(copula copula ((V -) (N +)) COPULA NIL) +(copy copy ((V -) (N +)) COPY NIL) +(copy copy ((V +) (N -) (SUBCAT NP)) COPY NIL) +(copyright copyright ((V -) (N +)) COPYRIGHT NIL) +(cord cord ((V -) (N +)) CORD NIL) +(corn corn ((V -) (N +) (COUNT -)) CORN NIL) +(corner corner ((V -) (N +)) CORNER NIL) +(corollary corollary ((V -) (N +) (AFORM NONE)) COROLLARY NIL) +(corpora corpora ((V -) (N +) (PLU +)) CORPUS NIL) +(corporation corporation ((V -) (N +)) CORPORATION NIL) +(corpus corpus ((V -) (N +) (PLU -)) CORPUS NIL) +(correct correct ((V +) (N +) (AFORM NONE)) CORRECT NIL) +(correct correct ((V +) (N -) (SUBCAT NP) (AT -)) CORRECT NIL) +(correlate correlate ((V +) (N -) (SUBCAT NP) (AT -)) CORRELATE NIL) +(correspond correspond ((V +) (N -) (SUBCAT PPTO)) CORRESPOND NIL) +(correspondence correspondence ((V -) (N +) (SUBCAT PPTO)) CORRESPONDENCE NIL) +(corresponding corresponding ((V +) (N +) (AFORM NONE)) CORRESPONDING NIL) +(cosmetic cosmetic ((V +) (N +) (AFORM NONE)) COSMETIC NIL) +(cost cost ((V -) (N +) (LAT -)) COST NIL) +(cost cost ((V +) (N -) (SUBCAT NOPASS) (LAT -)) COST NIL) +(cost cost ((V +) (N -) (SUBCAT NOPASS) (VFORM EN) (LAT -)) COST NIL) +(costly costly ((V +) (N +)) COSTLY NIL) +(costume costume ((V -) (N +)) COSTUME NIL) +(cotton cotton ((V -) (N +) (COUNT -)) COTTON NIL) +(cough cough ((V +) (N -)) COUGH NIL) +(cough cough ((V -) (N +)) COUGH NIL) +(could could ((V +) (N -) (SUBCAT BASE_VP) (FIN +) (PAST +) (AUX +)) COULD NIL) +("couldn't" "couldn't" ((V +) (N -) (SUBCAT BASE_VP) (FIN +) (PAST +) (AUX +) (NEG +)) COULD NIL) +(council council ((V -) (N +)) COUNCIL NIL) +(councillor councillor ((V -) (N +)) COUNCILLOR NIL) +(count count ((TITLE +)) COUNT NIL) +(count count ((V +) (N -) (SUBCAT NP)) COUNT NIL) +(counterfactual counterfactual ((V +) (N +) (AFORM NONE)) COUNTERFACTUAL NIL) +(counterintuitive counterintuitive ((V +) (N +) (AFORM NONE)) COUNTERINTUITIVE NIL) +(country country ((V -) (N +)) COUNTRY NIL) +(county county ((V -) (N +)) COUNTY NIL) +(couple couple ((V -) (N +)) COUPLE NIL) +(couple couple ((V +) (N -) (SUBCAT NP)) COUPLE NIL) +(courage courage ((V -) (N +)) COURAGE NIL) +(course course ((V -) (N +)) COURSE NIL) +(court court ((V -) (N +)) COURT NIL) +(court court ((V +) (N -) (SUBCAT NP)) COURT NIL) +(court court ((V +) (N -) (SUBCAT NULL)) COURT NIL) +(courteous courteous ((V +) (N +) (AFORM NONE)) COURTEOUS NIL) +(courtesy courtesy ((V -) (N +)) COURTESY NIL) +(cover cover ((V -) (N +)) COVER NIL) +(cover cover ((V +) (N -) (SUBCAT NP)) COVER NIL) +(covert covert ((V +) (N +) (AFORM NONE)) COVERT NIL) +(cow cow ((V -) (N +)) COW NIL) +(coward coward ((V -) (N +)) COWARD NIL) +(crab crab ((V -) (N +)) CRAB NIL) +(crack crack ((V -) (N +)) CRACK NIL) +(crack crack ((V +) (N -) (SUBCAT NP)) CRACK NIL) +(craft craft ((V -) (N +)) CRAFT NIL) +(crafty crafty ((V +) (N +)) CRAFTY NIL) +(crag crag ((V -) (N +)) CRAG NIL) +(crash crash ((V +) (N -)) CRASH NIL) +(crate crate ((V -) (N +)) CRATE NIL) +(crater crater ((V -) (N +)) CRATER NIL) +(crave crave ((V +) (N -) (SUBCAT NP)) CRAVE NIL) +(crawl crawl ((V +) (N -) (SUBCAT NULL)) CRAWL NIL) +(crayfish crayfish ((V -) (N +)) CRAYFISH NIL) +(crayon crayon ((V -) (N +)) CRAYON NIL) +(craze craze ((V -) (N +)) CRAZE NIL) +(crazy crazy ((V +) (N +)) CRAZY NIL) +(cream cream ((V -) (N +)) CREAM NIL) +(create create ((V +) (N -) (AT -) (SUBCAT NP)) CREATE NIL) +(creator creator ((V -) (N +)) CREATOR NIL) +(creature creature ((V -) (N +)) CREATURE NIL) +(credit credit ((V -) (N +)) CREDIT NIL) +(creep creep ((V +) (N -) (SUBCAT PP) (LAT -) (REG -)) CREEP NIL) +(crept crept ((V +) (N -) (SUBCAT PP) (FIN +) (PAST +) (LAT -)) CREEP NIL) +(crept crept ((V +) (N -) (SUBCAT PP) (VFORM EN)) CREEP NIL) +(cricket cricket ((V -) (N +)) CRICKET NIL) +(crime crime ((V -) (N +)) CRIME NIL) +(criminal criminal ((V +) (N +) (AFORM NONE)) CRIMINAL NIL) +(criminal criminal ((V -) (N +)) CRIMINAL NIL) +(crises crises ((V -) (N +) (PLU +)) CRISIS NIL) +(crisis crisis ((V -) (N +) (PLU -)) CRISIS NIL) +(criteria criteria ((V -) (N +) (PLU +) (SUBCAT PPFOR)) CRITERION NIL) +(criterion criterion ((V -) (N +) (PLU -) (SUBCAT PPFOR)) CRITERION NIL) +(critic critic ((V -) (N +) (SUBCAT PPOF)) CRITIC NIL) +(criticise criticise ((V +) (N -) (SUBCAT NP)) CRITICISE NIL) +(criticism criticism ((V -) (N +)) CRITICISM NIL) +(criticize criticize ((V +) (N -) (SUBCAT NP)) CRITICIZE NIL) +(critique critique ((V -) (N +)) CRITIQUE NIL) +(crochet crochet ((V -) (N +)) CROCHET NIL) +(crochet crochet ((V +) (N -) (SUBCAT NP)) CROCHET NIL) +(crochet crochet ((V +) (N -) (SUBCAT NULL)) CROCHET NIL) +(crop crop ((V -) (N +)) CROP NIL) +(crop crop ((V +) (N -) (SUBCAT NP)) CROP NIL) +(cross cross ((V +) (N +)) CROSS NIL) +(cross cross ((V -) (N +)) CROSS NIL) +(cross cross ((V +) (N -) (SUBCAT NP)) CROSS NIL) +(crow crow ((V +) (N -)) CROW NIL) +(crow crow ((V -) (N +)) CROW NIL) +(crowd crowd ((V -) (N +)) CROWD NIL) +(crown crown ((V -) (N +)) CROWN NIL) +(crown crown ((V +) (N -) (SUBCAT NP)) CROWN NIL) +(crucial crucial ((V +) (N +) (AFORM NONE)) CRUCIAL NIL) +(crude crude ((V +) (N +)) CRUDE NIL) +(cruel cruel ((V +) (N +) (SUBCAT NULL)) CRUEL NIL) +(cruel cruel ((V +) (N +) (SUBCAT PPTO)) CRUEL NIL) +(cruelty cruelty ((V -) (N +) (SUBCAT PPTO)) CRUELTY NIL) +(crush crush ((V +) (N -) (SUBCAT NP)) CRUSH NIL) +(cry cry ((V +) (N -)) CRY NIL) +(cry cry ((V -) (N +)) CRY NIL) +(cub cub ((V -) (N +)) CUB NIL) +(cube cube ((V -) (N +)) CUBE NIL) +(cubic cubic ((V +) (N +) (AFORM NONE)) CUBIC NIL) +(cue cue ((V -) (N +)) CUE NIL) +(cue cue ((V +) (N -) (SUBCAT NP)) CUE NIL) +(culprit culprit ((V -) (N +)) CULPRIT NIL) +(cultivate cultivate ((V +) (N -) (SUBCAT NP) (AT -)) CULTIVATE NIL) +(culture culture ((V -) (N +)) CULTURE NIL) +(cumbersome cumbersome ((V +) (N +) (AFORM NONE)) CUMBERSOME NIL) +(cumulative cumulative ((V +) (N +) (AFORM NONE)) CUMULATIVE NIL) +(cunning cunning ((V +) (N +) (AFORM NONE)) CUNNING NIL) +(cup cup ((V -) (N +)) CUP NIL) +(cupboard cupboard ((V -) (N +)) CUPBOARD NIL) +(curb curb ((V +) (N -) (SUBCAT NP)) CURB NIL) +(cure cure ((V -) (N +)) CURE NIL) +(cure cure ((V +) (N -) (SUBCAT NP_PPOF)) CURE NIL) +(curiosity curiosity ((V -) (N +)) CURIOSITY NIL) +(curious curious ((V +) (N +) (AFORM NONE)) CURIOUS NIL) +(curl curl ((V +) (N -)) CURL NIL) +(curl curl ((V -) (N +)) CURL NIL) +(current current ((V +) (N +) (AFORM NONE)) CURRENT NIL) +(current current ((V -) (N +)) CURRENT NIL) +(curriculum curriculum ((V -) (N +)) CURRICULUM NIL) +(curse curse ((V -) (N +)) CURSE NIL) +(curse curse ((V +) (N -) (SUBCAT NP)) CURSE NIL) +(curtain curtain ((V -) (N +)) CURTAIN NIL) +(curvature curvature ((V -) (N +)) CURVATURE NIL) +(curve curve ((V +) (N -)) CURVE NIL) +(curve curve ((V -) (N +)) CURVE NIL) +(custard custard ((V -) (N +) (COUNT -)) CUSTARD NIL) +(custom custom ((V -) (N +)) CUSTOM NIL) +(cut cut ((V -) (N +)) CUT NIL) +(cut cut ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) CUT NIL) +(cut cut ((V +) (N -) (SUBCAT NP) (REG -)) CUT NIL) +(cut cut ((V +) (N -) (SUBCAT NP) (VFORM EN)) CUT NIL) +(cycle cycle ((V +) (N -)) CYCLE NIL) +(cyclic cyclic ((V +) (N +) (AFORM NONE)) CYCLIC NIL) +(cynic cynic ((V -) (N +)) CYNIC NIL) +(dagger dagger ((V -) (N +)) DAGGER NIL) +(daily daily ((V +) (N +) (AFORM NONE)) DAILY NIL) +(damage damage ((V -) (N +)) DAMAGE NIL) +(damage damage ((V +) (N -) (SUBCAT NP)) DAMAGE NIL) +(dance dance ((V -) (N +)) DANCE NIL) +(dance dance ((V +) (N -) (SUBCAT NULL)) DANCE NIL) +(danger danger ((V -) (N +) (LAT +)) DANGER NIL) +(dangle dangle ((V +) (N -) (SUBCAT NULL)) DANGLE NIL) +(dare dare ((V +) (N -) (SUBCAT BASE_VP)) DARE NIL) +(dare dare ((V +) (N -) (SUBCAT SE1)) DARE NIL) +("daren't" "daren't" ((V +) (N -) (FIN +) (PAST -) (SUBCAT BASE_VP) (AGR SING1) (NEG +)) DARE NIL) +("daren't" "daren't" ((V +) (N -) (FIN +) (PAST -) (SUBCAT BASE_VP) (AGR SING2) (NEG +)) DARE NIL) +("daren't" "daren't" ((V +) (N -) (FIN +) (PAST -) (SUBCAT BASE_VP) (AGR PLUR) (NEG +)) DARE NIL) +(dark dark ((V -) (N +)) DARK NIL) +(dark dark ((V +) (N +) (LAT -)) DARK NIL) +(darken darken ((V +) (N -) (SUBCAT NP)) DARKEN NIL) +(darken darken ((V +) (N -) (SUBCAT NULL)) DARKEN NIL) +(data data ((V -) (N +) (PLU +)) DATUM NIL) +(database database ((V -) (N +)) DATABASE NIL) +(date date ((V -) (N +)) DATE NIL) +(dative dative ((V +) (N +) (AFORM NONE)) DATIVE NIL) +(datum datum ((V -) (N +) (PLU -)) DATUM NIL) +(daughter daughter ((V -) (N +) (SUBCAT PPOF)) DAUGHTER NIL) +(day day ((V -) (N +)) DAY NIL) +(de- de- ((FIX PRE) (STEM N)) DE NIL) +(dead dead ((V +) (N +) (LAT -)) DEAD NIL) +(deaf deaf ((V +) (N +) (LAT -)) DEAF NIL) +(deal deal ((V -) (N +)) DEAL NIL) +(deal deal ((V +) (N -) (SUBCAT PPWITH) (REG -)) DEAL NIL) +(dealt dealt ((V +) (N -) (SUBCAT PPWITH) (FIN +) (PAST +)) DEAL NIL) +(dealt dealt ((V +) (N -) (SUBCAT PPWITH) (VFORM EN)) DEAL NIL) +(dear dear ((V +) (N +) (SUBCAT NULL)) DEAR NIL) +(dear dear ((V +) (N +) (SUBCAT PPTO)) DEAR NIL) +(death death ((V -) (N +)) DEATH NIL) +(debate debate ((V -) (N +)) DEBATE NIL) +(debate debate ((V +) (N -) (SUBCAT NP)) DEBATE NIL) +(debt debt ((V -) (N +)) DEBT NIL) +(debtor debtor ((V -) (N +)) DEBTOR NIL) +(debug debug ((V +) (N -) (SUBCAT NP)) DEBUG NIL) +(decade decade ((V -) (N +)) DECADE NIL) +(decay decay ((V +) (N -)) DECAY NIL) +(deceive deceive ((V +) (N -) (SUBCAT NP)) DECEIVE NIL) +(december december ((V -) (N +) (PN +)) DECEMBER NIL) +(deception deception ((V -) (N +)) DECEPTION NIL) +(deceptive deceptive ((V +) (N +) (AFORM NONE)) DECEPTIVE NIL) +(decide decide ((V +) (N -) (SUBCAT SE1)) DECIDE NIL) +(decimal decimal ((V +) (N +) (AFORM NONE)) DECIMAL NIL) +(decimal decimal ((V -) (N +)) DECIMAL NIL) +(decision decision ((V -) (N +) (SUBCAT INF)) DECISION NIL) +(decisive decisive ((V +) (N +) (AFORM NONE)) DECISIVE NIL) +(declare declare ((V +) (N -) (SUBCAT OR)) DECLARE NIL) +(declare declare ((V +) (N -) (SUBCAT SFIN)) DECLARE NIL) +(decompose decompose ((V +) (N -) (SUBCAT NULL)) DECOMPOSE NIL) +(decomposition decomposition ((V -) (N +)) DECOMPOSITION NIL) +(decrease decrease ((V +) (N -)) DECREASE NIL) +(decrease decrease ((V -) (N +) (SUBCAT PPIN)) DECREASE NIL) +(decrement decrement ((V +) (N -) (SUBCAT NP)) DECREMENT NIL) +(dedicate dedicate ((V +) (N -) (SUBCAT NP_PPTO)) DEDICATE NIL) +(deduce deduce ((V +) (N -) (SUBCAT SFIN)) DEDUCE NIL) +(deducible deducible ((V +) (N +) (AFORM NONE)) DEDUCIBLE NIL) +(deed deed ((V -) (N +)) DEED NIL) +(deep deep ((V +) (N +) (LAT -)) DEEP NIL) +(deer deer ((V -) (N +)) DEER NIL) +(defeat defeat ((V -) (N +)) DEFEAT NIL) +(defeat defeat ((V +) (N -) (SUBCAT NP)) DEFEAT NIL) +(defect defect ((V -) (N +)) DEFECT NIL) +(defect defect ((V +) (N -) (SUBCAT NULL)) DEFECT NIL) +(defence defence ((V -) (N +)) DEFENCE NIL) +(defend defend ((V +) (N -) (SUBCAT NP)) DEFEND NIL) +(defense defense ((V -) (N +)) DEFENSE NIL) +(defensible defensible ((V +) (N +) (AFORM NONE)) DEFENSIBLE NIL) +(defer defer ((V +) (N -) (SUBCAT NP)) DEFER NIL) +(deficiency deficiency ((V -) (N +)) DEFICIENCY NIL) +(deficient deficient ((V +) (N +) (AFORM NONE)) DEFICIENT NIL) +(define define ((V +) (N -) (SUBCAT NP)) DEFINE NIL) +(definite definite ((V +) (N +)) DEFINITE NIL) +(definition definition ((V -) (N +)) DEFINITION NIL) +(definitive definitive ((V +) (N +) (AFORM NONE)) DEFINITIVE NIL) +(deform deform ((V +) (N -) (SUBCAT NP)) DEFORM NIL) +(defy defy ((V +) (N -) (SUBCAT NP)) DEFY NIL) +(degrade degrade ((V +) (N -) (SUBCAT NP)) DEGRADE NIL) +(degree degree ((V -) (N +)) DEGREE NIL) +(delay delay ((V -) (N +)) DELAY NIL) +(delay delay ((V +) (N -) (SUBCAT NP)) DELAY NIL) +(delete delete ((V +) (N -) (AT -) (SUBCAT NP)) DELETE NIL) +(deliberate deliberate ((V +) (N +) (AFORM NONE)) DELIBERATE NIL) +(delicacy delicacy ((V -) (N +)) DELICACY NIL) +(delicate delicate ((V +) (N +) (AFORM NONE)) DELICATE NIL) +(delight delight ((V -) (N +)) DELIGHT NIL) +(delight delight ((V +) (N -) (SUBCAT NP)) DELIGHT NIL) +(delimit delimit ((V +) (N -) (SUBCAT NP)) DELIMIT NIL) +(delineate delineate ((V +) (N -) (SUBCAT NP)) DELINEATE NIL) +(deliver deliver ((V +) (N -) (SUBCAT NP)) DELIVER NIL) +(delve delve ((V +) (N -) (SUBCAT NULL)) DELVE NIL) +(demand demand ((V -) (N +)) DEMAND NIL) +(demand demand ((V +) (N -) (SUBCAT NP)) DEMAND NIL) +(demonstrate demonstrate ((V +) (N -) (SUBCAT SFIN) (AT -)) DEMONSTRATE NIL) +(denial denial ((V -) (N +)) DENIAL NIL) +(denote denote ((V +) (N -) (SUBCAT NP)) DENOTE NIL) +(dense dense ((V +) (N +)) DENSE NIL) +(deny deny ((V +) (N -) (SUBCAT NP)) DENY NIL) +(depart depart ((V +) (N -) (SUBCAT PPFROM)) DEPART NIL) +(department department ((V -) (N +)) DEPARTMENT NIL) +(departure departure ((V -) (N +)) DEPARTURE NIL) +(depend depend ((V +) (N -) (SUBCAT PPON)) DEPEND NIL) +(dependence dependence ((V -) (N +) (SUBCAT PPON)) DEPENDENCE NIL) +(dependency dependency ((V -) (N +)) DEPENDENCY NIL) +(dependent dependent ((V -) (N +)) DEPENDENT NIL) +(dependent dependent ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) DEPENDENT NIL) +(dependent dependent ((V +) (N +) (SUBCAT PPON) (AFORM NONE)) DEPENDENT NIL) +(depict depict ((V +) (N -) (SUBCAT NP) (AT -)) DEPICT NIL) +(deploy deploy ((V +) (N -) (SUBCAT NP)) DEPLOY NIL) +(deposit deposit ((V -) (N +)) DEPOSIT NIL) +(deposit deposit ((V +) (N -) (SUBCAT NP)) DEPOSIT NIL) +(depress depress ((V +) (N -) (AT -) (SUBCAT NP)) DEPRESS NIL) +(depressing depressing ((V +) (N +) (AFORM NONE)) DEPRESSING NIL) +(depth depth ((V -) (N +)) DEPTH NIL) +(derivative derivative ((V -) (N +)) DERIVATIVE NIL) +(derive derive ((V +) (N -) (SUBCAT PPFROM)) DERIVE NIL) +(descend descend ((V +) (N -) (SUBCAT PP)) DESCEND NIL) +(descendant descendant ((V -) (N +)) DESCENDANT NIL) +(descent descent ((V -) (N +)) DESCENT NIL) +(describe describe ((V +) (N -) (SUBCAT NP)) DESCRIBE NIL) +(description description ((V -) (N +)) DESCRIPTION NIL) +(descriptive descriptive ((V +) (N +) (AFORM NONE)) DESCRIPTIVE NIL) +(desert desert ((V -) (N +)) DESERT NIL) +(deserve deserve ((V +) (N -) (SUBCAT NP)) DESERVE NIL) +(design design ((V -) (N +)) DESIGN NIL) +(design design ((V +) (N -) (SUBCAT NP)) DESIGN NIL) +(designate designate ((V +) (N -) (SUBCAT NP_AS_PRED) (AT -)) DESIGNATE NIL) +(desire desire ((V -) (N +) (SUBCAT INF)) DESIRE NIL) +(desire desire ((V +) (N -) (SUBCAT NP)) DESIRE NIL) +(desire desire ((V +) (N -) (SUBCAT OR)) DESIRE NIL) +(desire desire ((V +) (N -) (SUBCAT SE1)) DESIRE NIL) +(desk desk ((V -) (N +)) DESK NIL) +(despair despair ((V -) (N +)) DESPAIR NIL) +(despair despair ((V +) (N -) (SUBCAT NULL)) DESPAIR NIL) +(despair despair ((V +) (N -) (SUBCAT PPOF)) DESPAIR NIL) +(desperate desperate ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) DESPERATE NIL) +(desperate desperate ((V +) (N +) (SUBCAT PPFOR) (AFORM NONE)) DESPERATE NIL) +(desperation desperation ((V -) (N +)) DESPERATION NIL) +(destination destination ((V -) (N +)) DESTINATION NIL) +(destiny destiny ((V -) (N +)) DESTINY NIL) +(destroy destroy ((V +) (N -) (SUBCAT NP)) DESTROY NIL) +(destruction destruction ((V -) (N +) (SUBCAT PPOF)) DESTRUCTION NIL) +(destructive destructive ((V +) (N +) (AFORM NONE)) DESTRUCTIVE NIL) +(detach detach ((V +) (N -) (SUBCAT NP)) DETACH NIL) +(detail detail ((V -) (N +)) DETAIL NIL) +(detailed detailed ((V +) (N +) (AFORM NONE)) DETAILED NIL) +(detect detect ((V +) (N -) (SUBCAT NP) (AT -)) DETECT NIL) +(deteriorate deteriorate ((V +) (N -) (SUBCAT NULL) (AT -)) DETERIORATE NIL) +(determinate determinate ((V +) (N +) (AFORM NONE)) DETERMINATE NIL) +(determine determine ((V +) (N -) (SUBCAT NP)) DETERMINE NIL) +(determinism determinism ((V -) (N +)) DETERMINISM NIL) +(deterministic deterministic ((V +) (N +) (AFORM NONE)) DETERMINISTIC NIL) +(determinize determinize ((V +) (N -) (SUBCAT NP)) DETERMINIZE NIL) +(detract detract ((V +) (N -) (SUBCAT PPFROM)) DETRACT NIL) +(develop develop ((V +) (N -) (SUBCAT NP)) DEVELOP NIL) +(deviance deviance ((V -) (N +)) DEVIANCE NIL) +(deviant deviant ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) DEVIANT NIL) +(deviate deviate ((V +) (N -) (AT -) (SUBCAT PPFROM)) DEVIATE NIL) +(devil devil ((V -) (N +)) DEVIL NIL) +(devise devise ((V +) (N -) (SUBCAT NP)) DEVISE NIL) +(devote devote ((V +) (N -) (SUBCAT NP_PPTO)) DEVOTE NIL) +(devour devour ((V +) (N -) (SUBCAT NP)) DEVOUR NIL) +(diagnose diagnose ((V +) (N -) (SUBCAT NP)) DIAGNOSE NIL) +(diagnosis diagnosis ((V -) (N +)) DIAGNOSIS NIL) +(diagnostic diagnostic ((V +) (N +) (AFORM NONE)) DIAGNOSTIC NIL) +(diagonal diagonal ((V +) (N +) (AFORM NONE)) DIAGONAL NIL) +(diagonal diagonal ((V -) (N +)) DIAGONAL NIL) +(diagram diagram ((V -) (N +)) DIAGRAM NIL) +(diagrammatic diagrammatic ((V +) (N +) (AFORM NONE)) DIAGRAMMATIC NIL) +(diagrammatically diagrammatically ((V +) (N +) (ADV +)) DIAGRAMMATICALLY NIL) +(dialect dialect ((V -) (N +)) DIALECT NIL) +(dialogue dialogue ((V -) (N +)) DIALOGUE NIL) +(diamond diamond ((V -) (N +)) DIAMOND NIL) +(dice dice ((V -) (N +) (PLU +)) DICE NIL) +(dichotomy dichotomy ((V -) (N +)) DICHOTOMY NIL) +(dictionary dictionary ((V -) (N +)) DICTIONARY NIL) +(did did ((V +) (N -) (SUBCAT DO_COMPL) (FIN +) (PAST +) (AUX +)) DO NIL) +("didn't" "didn't" ((V +) (N -) (SUBCAT DO_COMPL) (FIN +) (PAST +) (AUX +) (NEG +)) DO NIL) +(die die ((V +) (N -)) DIE NIL) +(die die ((V -) (N +)) DIE NIL) +(differ differ ((V +) (N -) (SUBCAT PPFROM)) DIFFER NIL) +(difference difference ((V -) (N +)) DIFFERENCE NIL) +(different different ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) DIFFERENT NIL) +(different different ((V +) (N +) (AFORM NONE) (SUBCAT PPFROM)) DIFFERENT NIL) +(differentiate differentiate ((V +) (N -) (AT -) (SUBCAT NP)) DIFFERENTIATE NIL) +(difficult difficult ((V +) (N +) (AFORM NONE) (SUBCAT NULL) (LAT -)) DIFFICULT NIL) +(difficult difficult ((V +) (N +) (AFORM NONE) (SUBCAT OBJ_GAP) (LAT -)) DIFFICULT NIL) +(difficulty difficulty ((V -) (N +)) DIFFICULTY NIL) +(diffuse diffuse ((V +) (N +) (AFORM NONE)) DIFFUSE NIL) +(diffuse diffuse ((V +) (N -) (AT -) (SUBCAT NULL)) DIFFUSE NIL) +(dig dig ((V +) (N -) (SUBCAT NP) (LAT -) (REG -)) DIG NIL) +(digest digest ((V -) (N +)) DIGEST NIL) +(digest digest ((V +) (N -) (SUBCAT NP) (AT -)) DIGEST NIL) +(digit digit ((V -) (N +)) DIGIT NIL) +(digital digital ((V +) (N +) (AFORM NONE)) DIGITAL NIL) +(dilate dilate ((V +) (N -) (AT -) (SUBCAT NULL)) DILATE NIL) +(dimension dimension ((V -) (N +)) DIMENSION NIL) +(diminish diminish ((V +) (N -) (SUBCAT NULL)) DIMINISH NIL) +(dine dine ((V +) (N -)) DINE NIL) +(dinner dinner ((V -) (N +)) DINNER NIL) +(dire dire ((V +) (N +)) DIRE NIL) +(direct direct ((V +) (N +) (AFORM NONE)) DIRECT NIL) +(direct direct ((V +) (N -) (SUBCAT NP_PPTO) (AT -)) DIRECT NIL) +(direction direction ((V -) (N +)) DIRECTION NIL) +(director director ((V -) (N +)) DIRECTOR NIL) +(directory directory ((V -) (N +)) DIRECTORY NIL) +(dirt dirt ((V -) (N +)) DIRT NIL) +(dis- dis- ((FIX PRE) (STEM (V(LAT +)))) DIS NIL) +(disable disable ((V +) (N -) (SUBCAT NP)) DISABLE NIL) +(disadvantage disadvantage ((V -) (N +)) DISADVANTAGE NIL) +(disambiguate disambiguate ((V +) (N -) (SUBCAT NP) (AT -)) DISAMBIGUATE NIL) +(disarm disarm ((V +) (N -) (SUBCAT NP)) DISARM NIL) +(disarmament disarmament ((V -) (N +)) DISARMAMENT NIL) +(disappoint disappoint ((V +) (N -) (SUBCAT NP)) DISAPPOINT NIL) +(disaster disaster ((V -) (N +)) DISASTER NIL) +(disastrous disastrous ((V +) (N +) (AFORM NONE)) DISASTROUS NIL) +(disbelief disbelief ((V -) (N +)) DISBELIEF NIL) +(disc disc ((V -) (N +)) DISC NIL) +(discard discard ((V +) (N -) (SUBCAT NP)) DISCARD NIL) +(discern discern ((V +) (N -) (SUBCAT NP)) DISCERN NIL) +(discipline discipline ((V -) (N +)) DISCIPLINE NIL) +(disciplined disciplined ((V +) (N +) (AFORM NONE)) DISCIPLINED NIL) +(discontinuity discontinuity ((V -) (N +)) DISCONTINUITY NIL) +(discontinuous discontinuous ((V +) (N +) (AFORM NONE)) DISCONTINUOUS NIL) +(discourage discourage ((V +) (N -) (SUBCAT NP)) DISCOURAGE NIL) +(discourse discourse ((V -) (N +)) DISCOURSE NIL) +(discover discover ((V +) (N -) (SUBCAT NP)) DISCOVER NIL) +(discover discover ((V +) (N -) (SUBCAT SFIN)) DISCOVER NIL) +(discovery discovery ((V -) (N +) (SUBCAT STHAT)) DISCOVERY NIL) +(discrepancy discrepancy ((V -) (N +)) DISCREPANCY NIL) +(discrete discrete ((V +) (N +)) DISCRETE NIL) +(discriminate discriminate ((V +) (N -) (AT -) (SUBCAT NP)) DISCRIMINATE NIL) +(discuss discuss ((V +) (N -) (AT -) (SUBCAT NP)) DISCUSS NIL) +(discussion discussion ((V -) (N +) (SUBCAT NULL)) DISCUSSION NIL) +(discussion discussion ((V -) (N +) (SUBCAT PPABOUT)) DISCUSSION NIL) +(discussion discussion ((V -) (N +) (SUBCAT PPS_WITHABOUT)) DISCUSSION NIL) +(discussion discussion ((V -) (N +) (SUBCAT PPWITH)) DISCUSSION NIL) +(disease disease ((V -) (N +)) DISEASE NIL) +(diseased diseased ((V +) (N +) (AFORM NONE)) DISEASED NIL) +(disguise disguise ((V +) (N -)) DISGUISE NIL) +(disguise disguise ((V -) (N +)) DISGUISE NIL) +(disguise disguise ((V +) (N -) (SUBCAT NP)) DISGUISE NIL) +(dish dish ((V -) (N +)) DISH NIL) +(dishonest dishonest ((V +) (N +) (AFORM NONE)) DISHONEST NIL) +(disillusion disillusion ((V +) (N -) (SUBCAT NP)) DISILLUSION NIL) +(disjoint disjoint ((V +) (N +) (AFORM NONE)) DISJOINT NIL) +(disjunct disjunct ((V -) (N +)) DISJUNCT NIL) +(disjunction disjunction ((V -) (N +)) DISJUNCTION NIL) +(disjunctive disjunctive ((V +) (N +) (AFORM NONE)) DISJUNCTIVE NIL) +(disk disk ((V -) (N +)) DISK NIL) +(dislocate dislocate ((V +) (N -) (SUBCAT NP) (AT -)) DISLOCATE NIL) +(dismiss dismiss ((V +) (N -) (SUBCAT NP)) DISMISS NIL) +(disparate disparate ((V +) (N +) (AFORM NONE)) DISPARATE NIL) +(dispense dispense ((V +) (N -) (SUBCAT PPWITH)) DISPENSE NIL) +(dispensible dispensible ((V +) (N +) (AFORM NONE)) DISPENSIBLE NIL) +(display display ((V -) (N +)) DISPLAY NIL) +(display display ((V +) (N -) (SUBCAT NP)) DISPLAY NIL) +(dispose dispose ((V +) (N -) (SUBCAT PPOF)) DISPOSE NIL) +(disproportionate disproportionate ((V +) (N +) (AFORM NONE)) DISPROPORTIONATE NIL) +(dispute dispute ((V -) (N +)) DISPUTE NIL) +(dispute dispute ((V +) (N -) (SUBCAT NP)) DISPUTE NIL) +(disquieting disquieting ((V +) (N +) (AFORM NONE)) DISQUIETING NIL) +(disrupt disrupt ((V +) (N -) (SUBCAT NP) (AT -)) DISRUPT NIL) +(dissatisfaction dissatisfaction ((V -) (N +)) DISSATISFACTION NIL) +(dissatisfied dissatisfied ((V +) (N +) (AFORM NONE)) DISSATISFIED NIL) +(dissent dissent ((V +) (N -)) DISSENT NIL) +(dissertation dissertation ((V -) (N +)) DISSERTATION NIL) +(dissimilar dissimilar ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) DISSIMILAR NIL) +(dissimilar dissimilar ((V +) (N +) (AFORM NONE) (SUBCAT PPTO)) DISSIMILAR NIL) +(distance distance ((V -) (N +)) DISTANCE NIL) +(distant distant ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) DISTANT NIL) +(distant distant ((V +) (N +) (AFORM NONE) (SUBCAT PPFROM)) DISTANT NIL) +(distinct distinct ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) DISTINCT NIL) +(distinct distinct ((V +) (N +) (SUBCAT PPFROM) (AFORM NONE)) DISTINCT NIL) +(distinction distinction ((V -) (N +)) DISTINCTION NIL) +(distinctive distinctive ((V +) (N +) (AFORM NONE)) DISTINCTIVE NIL) +(distinguish distinguish ((V +) (N -) (SUBCAT NP_PPFROM)) DISTINGUISH NIL) +(distract distract ((V +) (N -) (SUBCAT NP_PPFROM) (AT -)) DISTRACT NIL) +(distribute distribute ((V +) (N -) (AT -) (SUBCAT NP)) DISTRIBUTE NIL) +(district district ((V -) (N +)) DISTRICT NIL) +(disturb disturb ((V +) (N -) (SUBCAT NP)) DISTURB NIL) +(ditch ditch ((V -) (N +)) DITCH NIL) +(ditransitive ditransitive ((V +) (N +) (AFORM NONE)) DITRANSITIVE NIL) +(dive dive ((V -) (N +)) DIVE NIL) +(dive dive ((V +) (N -) (SUBCAT NULL)) DIVE NIL) +(diverse diverse ((V +) (N +) (AFORM NONE)) DIVERSE NIL) +(divide divide ((V +) (N -) (SUBCAT NP)) DIVIDE NIL) +(dividend dividend ((V -) (N +)) DIVIDEND NIL) +(divine divine ((V +) (N +) (AFORM NONE)) DIVINE NIL) +(divisible divisible ((V +) (N +) (AFORM NONE)) DIVISIBLE NIL) +(division division ((V -) (N +)) DIVISION NIL) +(divisor divisor ((V -) (N +)) DIVISOR NIL) +(divorce divorce ((V +) (N -) (SUBCAT NP_PPFROM)) DIVORCE NIL) +(do do ((V +) (N -) (INFL -) (AUX +) (SUBCAT DO_COMPL)) DO NIL) +(do do ((V +) (N -) (SUBCAT NP)) DO NIL) +(doctor doctor ((V -) (N +)) DOCTOR NIL) +(document document ((V -) (N +)) DOCUMENT NIL) +(document document ((V +) (N -) (SUBCAT NP)) DOCUMENT NIL) +(does does ((V +) (N -) (AUX +) (SUBCAT DO_COMPL) (FIN +) (PAST -) (AGR IT)) DO NIL) +(does does ((V +) (N -) (AUX +) (SUBCAT DO_COMPL) (FIN +) (PAST -) (AGR SING3)) DO NIL) +("doesn't" "doesn't" ((V +) (N -) (AUX +) (SUBCAT DO_COMPL) (FIN +) (PAST -) (NEG +) (AGR IT)) DO NIL) +("doesn't" "doesn't" ((V +) (N -) (AUX +) (SUBCAT DO_COMPL) (FIN +) (PAST -) (NEG +) (AGR SING3)) DO NIL) +(dog dog ((V -) (N +)) DOG NIL) +(dollar dollar ((V -) (N +)) DOLLAR NIL) +(dolt dolt ((V -) (N +)) DOLT NIL) +(+dom +dom ((V -) (N +) (FIX SUF) (STEM (N (INFL +)))) DOM NIL) +(domain domain ((V -) (N +)) DOMAIN NIL) +(dome dome ((V -) (N +)) DOME NIL) +(dominance dominance ((V -) (N +)) DOMINANCE NIL) +(dominant dominant ((V +) (N +) (AFORM NONE)) DOMINANT NIL) +(dominate dominate ((V +) (N -) (AT -) (SUBCAT NP)) DOMINATE NIL) +(donate donate ((V +) (N -) (SUBCAT NP_PPTO) (AT -)) DONATE NIL) +(done done ((V +) (N -) (SUBCAT NP) (VFORM EN)) DO NIL) +(donkey donkey ((V -) (N +)) DONKEY NIL) +("don't" "don't" ((V +) (N -) (AUX +) (SUBCAT DO_COMPL) (FIN +) (PAST -) (AGR SING1) (NEG +)) DO NIL) +("don't" "don't" ((V +) (N -) (AUX +) (SUBCAT DO_COMPL) (FIN +) (PAST -) (AGR SING2) (NEG +)) DO NIL) +("don't" "don't" ((V +) (N -) (AUX +) (SUBCAT DO_COMPL) (FIN +) (PAST -) (AGR PLUR) (NEG +)) DO NIL) +(doom doom ((V -) (N +)) DOOM NIL) +(doomed doomed ((V +) (N +) (AFORM NONE)) DOOMED NIL) +(doomsday doomsday ((V -) (N +)) DOOMSDAY NIL) +(door door ((V -) (N +)) DOOR NIL) +(dormancy dormancy ((V -) (N +)) DORMANCY NIL) +(dormant dormant ((V +) (N +)) DORMANT NIL) +(dosage dosage ((V -) (N +)) DOSAGE NIL) +(dose dose ((V -) (N +)) DOSE NIL) +(dose dose ((V +) (N -) (SUBCAT NP_PPWITH)) DOSE NIL) +(dot dot ((V -) (N +)) DOT NIL) +(double double ((V +) (N +) (AFORM NONE)) DOUBLE NIL) +(double double ((V +) (N -) (SUBCAT NP)) DOUBLE NIL) +(doubt doubt ((V +) (N -) (SUBCAT NP)) DOUBT NIL) +(doubt doubt ((V +) (N -) (SUBCAT SFIN)) DOUBT NIL) +(doubt doubt ((V -) (N +) (SUBCAT STHAT)) DOUBT NIL) +(dour dour ((V +) (N +)) DOUR NIL) +(dove dove ((V -) (N +)) DOVE NIL) +(down down ((V -) (N +)) DOWN NIL) +(down down ((V -) (N -) (SUBCAT NP)) DOWN NIL) +(down down ((V -) (N -) (SUBCAT PP)) DOWN NIL) +(downward downward ((V +) (N +) (ADV +)) DOWNWARD NIL) +(doze doze ((V +) (N -) (SUBCAT NULL)) DOZE NIL) +(dozen dozen ((V -) (N +) (SUBCAT N1)) DOZEN NIL) +(draft draft ((V -) (N +)) DRAFT NIL) +(drag drag ((V -) (N +)) DRAG NIL) +(drag drag ((V +) (N -) (SUBCAT NP)) DRAG NIL) +(drain drain ((V -) (N +)) DRAIN NIL) +(drain drain ((V +) (N -) (SUBCAT NP)) DRAIN NIL) +(dram dram ((V -) (N +)) DRAM NIL) +(drama drama ((V -) (N +)) DRAMA NIL) +(dramatic dramatic ((V +) (N +) (AFORM NONE)) DRAMATIC NIL) +(dramatically dramatically ((V +) (N +) (ADV +)) DRAMATICALLY NIL) +(dramatist dramatist ((V -) (N +)) DRAMATIST NIL) +(drank drank ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) DRINK NIL) +(drastic drastic ((V +) (N +) (AFORM NONE)) DRASTIC NIL) +(drastically drastically ((V +) (N +) (ADV +)) DRASTICALLY NIL) +(draught draught ((V -) (N +)) DRAUGHT NIL) +(draw draw ((V +) (N -) (SUBCAT NP) (REG -)) DRAW NIL) +(drawback drawback ((V -) (N +)) DRAWBACK NIL) +(drawer drawer ((V -) (N +)) DRAWER NIL) +(drawn drawn ((V +) (N -) (SUBCAT NP) (VFORM EN)) DRAW NIL) +(dread dread ((V -) (N +)) DREAD NIL) +(dread dread ((V +) (N -) (SUBCAT NP)) DREAD NIL) +(dreadful dreadful ((V +) (N +) (AFORM NONE)) DREADFUL NIL) +(dream dream ((V -) (N +)) DREAM NIL) +(dream dream ((V +) (N -) (SUBCAT SFIN) (LAT -)) DREAM NIL) +(dreamt dreamt ((V +) (N -) (SUBCAT SFIN) (FIN +) (PAST +) (LAT -)) DREAM NIL) +(dreamt dreamt ((V +) (N -) (SUBCAT SFIN) (VFORM EN) (LAT -)) DREAM NIL) +(dress dress ((V +) (N -)) DRESS NIL) +(dress dress ((V -) (N +)) DRESS NIL) +(drew drew ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) DRAW NIL) +(drill drill ((V -) (N +)) DRILL NIL) +(drill drill ((V +) (N -) (SUBCAT NP)) DRILL NIL) +(drink drink ((V -) (N +) (LAT -)) DRINK NIL) +(drink drink ((V +) (N -) (SUBCAT NP) (LAT -) (REG -)) DRINK NIL) +(drive drive ((V +) (N -) (LAT -) (REG -)) DRIVE NIL) +(driven driven ((V +) (N -) (VFORM EN) (LAT -)) DRIVE NIL) +(drop drop ((V -) (N +)) DROP NIL) +(drop drop ((V +) (N -) (SUBCAT NP)) DROP NIL) +(drought drought ((V -) (N +)) DROUGHT NIL) +(drove drove ((V +) (N -) (FIN +) (PAST +) (LAT -)) DRIVE NIL) +(drown drown ((V +) (N -)) DROWN NIL) +(drug drug ((V -) (N +)) DRUG NIL) +(drum drum ((V -) (N +)) DRUM NIL) +(drunk drunk ((V +) (N +)) DRUNK NIL) +(drunk drunk ((V +) (N -) (SUBCAT NP) (VFORM EN) (LAT -)) DRINK NIL) +(dry dry ((V +) (N +)) DRY NIL) +(dry dry ((V +) (N -) (SUBCAT NP) (LAT -)) DRY NIL) +(dual dual ((V +) (N +) (AFORM NONE)) DUAL NIL) +(dubious dubious ((V +) (N +) (AFORM NONE)) DUBIOUS NIL) +(duck duck ((V -) (N +)) DUCK NIL) +(duck duck ((V +) (N -) (SUBCAT NULL)) DUCK NIL) +(due due ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) DUE NIL) +(due due ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) DUE NIL) +(duel duel ((V -) (N +)) DUEL NIL) +(dug dug ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) DIG NIL) +(dug dug ((V +) (N -) (SUBCAT NP) (VFORM EN)) DIG NIL) +(dull dull ((V +) (N +)) DULL NIL) +(dumb dumb ((V +) (N +)) DUMB NIL) +(dummy dummy ((V -) (N +)) DUMMY NIL) +(dump dump ((V -) (N +)) DUMP NIL) +(dump dump ((V +) (N -) (SUBCAT NP)) DUMP NIL) +(dumpling dumpling ((V -) (N +)) DUMPLING NIL) +(duplicate duplicate ((V +) (N -) (AT -) (SUBCAT NP)) DUPLICATE NIL) +(during during ((V -) (N -) (SUBCAT NP)) DURING NIL) +(dust dust ((V -) (N +)) DUST NIL) +(dutch dutch ((V +) (N +) (AFORM NONE)) DUTCH NIL) +(duty duty ((V -) (N +)) DUTY NIL) +(dwarf dwarf ((V -) (N +)) DWARF NIL) +(dwarf dwarf ((V +) (N -) (SUBCAT NP)) DWARF NIL) +(dwell dwell ((V +) (N -) (SUBCAT PP) (REG -)) DWELL NIL) +(dwelling dwelling ((V -) (N +)) DWELLING NIL) +(dwelt dwelt ((V +) (N -) (SUBCAT PPON) (PAST +) (FIN +)) DWELT NIL) +(dwelt dwelt ((V +) (N -) (SUBCAT PPON) (VFORM EN) (FIN -)) DWELT NIL) +(dynamic dynamic ((V +) (N +) (AFORM NONE)) DYNAMIC NIL) +(dynamically dynamically ((V +) (N +) (ADV +)) DYNAMICALLY NIL) +(dynamism dynamism ((V -) (N +)) DYNAMISM NIL) +(dynamo dynamo ((V -) (N +)) DYNAMO NIL) +(each each ((V +) (N +) (DEF +) (PART -) (AGR ((N +) (V -) (COUNT +) (BAR 2) (PLU -))) (QUA +)) EACH NIL) +(each each ((V -) (N +) (PRO +) (PLU -) (PART +)) EACH NIL) +(eager eager ((V +) (N +) (AFORM NONE) (SUBCAT INF)) EAGER NIL) +(eager eager ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) EAGER NIL) +(ear ear ((V -) (N +)) EAR NIL) +(earl earl ((V -) (N +)) EARL NIL) +(early early ((V +) (N +)) EARLY NIL) +(earn earn ((V +) (N -) (SUBCAT NP)) EARN NIL) +(earnt earnt ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) EARN NIL) +(earnt earnt ((V +) (N -) (SUBCAT NP) (VFORM EN)) EARN NIL) +(earth earth ((V -) (N +) (COUNT -)) EARTH NIL) +(ease ease ((V -) (N +)) EASE NIL) +(east east ((V -) (N +) (COUNT -)) EAST NIL) +(east east ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) EAST NIL) +(east east ((V +) (N +) (SUBCAT PPOF) (AFORM NONE)) EAST NIL) +(eastern eastern ((V +) (N +)) EASTERN NIL) +(easy easy ((V +) (N +) (SUBCAT NULL)) EASY NIL) +(easy easy ((V +) (N +) (SUBCAT OBJ_GAP)) EASY NIL) +(eat eat ((V +) (N -) (SUBCAT NP) (REG -)) EAT NIL) +(eaten eaten ((V +) (N -) (SUBCAT NP) (VFORM EN)) EAT NIL) +(ebb ebb ((V +) (N -) (SUBCAT NULL)) EBB NIL) +(echo echo ((V -) (N +)) ECHO NIL) +(echo echo ((V +) (N -) (SUBCAT NP)) ECHO NIL) +(economic economic ((V +) (N +) (AFORM NONE)) ECONOMIC NIL) +(economical economical ((V +) (N +) (AFORM NONE)) ECONOMICAL NIL) +(economy economy ((V -) (N +)) ECONOMY NIL) +(+ed +ed ((FIX SUF) (V +) (N -) (FIN +) (PAST +) (STEM (V (REG +)(INFL +)))) ED NIL) +(+ed +ed ((FIX SUF) (V +) (N -) (VFORM EN) (STEM (V (REG +)(INFL +)))) ED NIL) +(edge edge ((V -) (N +)) EDGE NIL) +(edible edible ((V +) (N +) (AFORM NONE)) EDIBLE NIL) +(edinburgh edinburgh ((V -) (N +) (PN +)) EDINBURGH NIL) +(edit edit ((V +) (N -) (SUBCAT NP)) EDIT NIL) +(edition edition ((V -) (N +)) EDITION NIL) +(editor editor ((V -) (N +)) EDITOR NIL) +(educate educate ((V +) (N -) (SUBCAT NP) (AT -)) EDUCATE NIL) +(+ee +ee ((FIX SUF) (V -) (N +) (STEM (V (INFL +)))) EE NIL) +(effect effect ((V -) (N +)) EFFECT NIL) +(effect effect ((V +) (N -) (SUBCAT NP)) EFFECT NIL) +(effective effective ((V +) (N +)) EFFECTIVE NIL) +(efficacy efficacy ((V -) (N +)) EFFICACY NIL) +(efficiency efficiency ((V -) (N +)) EFFICENCY NIL) +(efficient efficient ((V +) (N +) (AFORM NONE)) EFFICIENT NIL) +(effort effort ((V -) (N +)) EFFORT NIL) +(egg egg ((V -) (N +)) EGG NIL) +(eight eight ((V +) (N +) (QUA +) (SUBCAT DETN)) EIGHT NIL) +(eighteen eighteen ((V +) (N +) (QUA +) (NUM CARD)) EIGHTEEN NIL) +(eighteenth eighteenth ((V +) (N +) (QUA +) (NUM ORD)) EIGHTEENTH NIL) +(eighth eighth ((V +) (N +) (QUA +) (NUM ORD)) EIGHTH NIL) +(eightieth eightieth ((V +) (N +) (QUA +) (NUM ORD)) EIGHTIETH NIL) +(eighty eighty ((V +) (N +) (QUA +) (NUM CARD)) EIGHTY NIL) +(either either ((PRO +) (N +) (V -) (PLU -) (PART +)) EITHER NIL) +(either either ((SUBCAT EITHER)) EITHER NIL) +(either either ((V +) (N +) (DEF +) (QUA +) (PART -) (AGR ((N +) (V -) (BAR 2) (COUNT +) (PLU -)))) EITHER NIL) +(elaborate elaborate ((V +) (N +) (AFORM NONE)) ELABORATE NIL) +(elaborate elaborate ((V +) (N -) (AT -) (SUBCAT NP)) ELABORATE NIL) +(elastic elastic ((V +) (N +) (COUNT -)) ELASTIC NIL) +(elbow elbow ((V -) (N +)) ELBOW NIL) +(elder elder ((V +) (N +) (AFORM ER)) OLD NIL) +(eldest eldest ((V +) (N +) (AFORM EST)) OLD NIL) +(elect elect ((V +) (N -) (SUBCAT TWONP) (AT -)) ELECT NIL) +(electric electric ((V +) (N +) (AFORM NONE)) ELECTRIC NIL) +(electricity electricity ((V -) (N +) (COUNT -)) ELECTRICITY NIL) +(electron electron ((V -) (N +)) ELECTRON NIL) +(electronic electronic ((V +) (N +) (AFORM NONE)) ELECTRONIC NIL) +(elegance elegance ((V -) (N +)) ELEGANCE NIL) +(elegant elegant ((V +) (N +) (AFORM NONE)) ELEGANT NIL) +(element element ((V -) (N +)) ELEMENT NIL) +(elephant elephant ((V -) (N +)) ELEPHANT NIL) +(elephantine elephantine ((V +) (N +) (AFORM NONE)) ELEPHANTINE NIL) +(elevate elevate ((V +) (N -) (SUBCAT NP) (AT -)) ELEVATE NIL) +(eleven eleven ((V +) (N +) (QUA +) (NUM CARD)) ELEVEN NIL) +(eleventh eleventh ((V +) (N +) (QUA +) (NUM ORD)) ELEVENTH NIL) +(elicit elicit ((V +) (N -) (SUBCAT NULL)) ELICIT NIL) +(eligible eligible ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) ELIGIBLE NIL) +(eligible eligible ((V +) (N +) (AFORM NONE) (SUBCAT PPFOR)) ELIGIBLE NIL) +(eliminate eliminate ((V +) (N -) (SUBCAT NP) (AT -)) ELIMINATE NIL) +(ellipse ellipse ((V -) (N +)) ELLIPSE NIL) +(ellipsis ellipsis ((V -) (N +)) ELLIPSIS NIL) +(elliptical elliptical ((V +) (N +) (AFORM NONE)) ELLIPTICAL NIL) +(else else ((SUBCAT ELSE)) ELSE NIL) +(elsewhere elsewhere ((V -) (N -) (PRO +)) ELSEWHERE NIL) +(elucidate elucidate ((V +) (N -) (SUBCAT NP) (AT -)) ELUCIDATE NIL) +(elude elude ((V +) (N -) (SUBCAT NP)) ELUDE NIL) +(elusive elusive ((V +) (N +) (AFORM NONE)) ELUSIVE NIL) +(embarrass embarrass ((V +) (N -) (SUBCAT NP)) EMBARRASS NIL) +(embassy embassy ((V -) (N +)) EMBASSY NIL) +(embed embed ((V +) (N -) (SUBCAT NP_PPIN)) EMBED NIL) +(embody embody ((V +) (N -) (SUBCAT NP)) EMBODY NIL) +(embrace embrace ((V -) (N +)) EMBRACE NIL) +(embrace embrace ((V +) (N -) (SUBCAT NP)) EMBRACE NIL) +(embrace embrace ((V +) (N -) (SUBCAT NULL)) EMBRACE NIL) +(emerge emerge ((V +) (N -) (SUBCAT NULL)) EMERGE NIL) +(emergency emergency ((V -) (N +)) EMERGENCY NIL) +(emergent emergent ((V +) (N +) (AFORM NONE)) EMERGENT NIL) +(emphasis emphasis ((V -) (N +)) EMPHASIS NIL) +(emphasise emphasise ((V +) (N -) (SUBCAT NP)) EMPHASISE NIL) +(emphasise emphasise ((V +) (N -) (SUBCAT SFIN)) EMPHASISE NIL) +(emphasize emphasize ((V +) (N -) (SUBCAT NP)) EMPHASIZE NIL) +(emphasize emphasize ((V +) (N -) (SUBCAT SFIN)) EMPHASIZE NIL) +(emphatic emphatic ((V +) (N +) (AFORM NONE)) EMPHATIC NIL) +(emphatically emphatically ((V +) (N +) (ADV +)) EMPHATICALLY NIL) +(empire empire ((V -) (N +)) EMPIRE NIL) +(empirical empirical ((V +) (N +) (AFORM NONE)) EMPIRICAL NIL) +(empiricism empiricism ((V -) (N +)) EMPIRICISM NIL) +(empiricist empiricist ((V -) (N +)) EMPIRICIST NIL) +(employ employ ((V +) (N -) (SUBCAT NP)) EMPLOY NIL) +(empty empty ((V +) (N +) (LAT -)) EMPTY NIL) +(empty empty ((V +) (N -) (SUBCAT NP) (LAT -)) EMPTY NIL) +(emulate emulate ((V +) (N -) (AT -) (SUBCAT NP)) EMULATE NIL) +(+en +en ((FIX SUF) (V +) (N -) (INFL +) (AGR ((BAR 2) (V -) (N +) (NFORM NORM))) (STEM (A (INFL +)))) EN NIL) +(enable enable ((V +) (N -) (SUBCAT OE)) ENABLE NIL) +(encapsulate encapsulate ((V +) (N -) (AT -) (SUBCAT NP)) ENCAPSULATE NIL) +(enchant enchant ((V +) (N -) (SUBCAT NP)) ENCHANT NIL) +(enclose enclose ((V +) (N -) (SUBCAT NP)) ENCLOSE NIL) +(enclosure enclosure ((V -) (N +)) ENCLOSURE NIL) +(encode encode ((V +) (N -) (SUBCAT NP)) ENCODE NIL) +(encompass encompass ((V +) (N -) (SUBCAT NP)) ENCOMPASS NIL) +(encounter encounter ((V +) (N -) (SUBCAT NP)) ENCOUNTER NIL) +(encourage encourage ((V +) (N -) (SUBCAT NP)) ENCOURAGE NIL) +(encrypt encrypt ((V +) (N -) (AT -) (SUBCAT NP)) ENCRYPT NIL) +(encumber encumber ((V +) (N -) (SUBCAT NP)) ENCUMBER NIL) +(encyclopaedia encyclopaedia ((V -) (N +)) ENCYCLOPAEDIA NIL) +(encyclopaedic encyclopaedic ((V +) (N +) (AFORM NONE)) ENCYCLOPAEDIC NIL) +(end end ((V -) (N +)) END NIL) +(end end ((V +) (N -) (SUBCAT NP)) END NIL) +(endeavour endeavour ((V +) (N -) (SUBCAT SE1)) ENDEAVOUR NIL) +(ending ending ((V -) (N +)) ENDING NIL) +(endow endow ((V +) (N -) (SUBCAT NP_PPWITH)) ENDOW NIL) +(enemy enemy ((V -) (N +)) ENEMY NIL) +(energetic energetic ((V +) (N +) (AFORM NONE)) ENERGETIC NIL) +(energetically energetically ((V +) (N +) (ADV +)) ENERGETICALLY NIL) +(energy energy ((V -) (N +)) ENERGY NIL) +(enforce enforce ((V +) (N -) (SUBCAT NP)) ENFORCE NIL) +(engage engage ((V +) (N -) (SUBCAT NP)) ENGAGE NIL) +(engender engender ((V +) (N -) (SUBCAT NP)) ENGENDER NIL) +(engine engine ((V -) (N +)) ENGINE NIL) +(engineer engineer ((V -) (N +)) ENGINEER NIL) +(engineer engineer ((V +) (N -) (SUBCAT NP)) ENGINEER NIL) +(england england ((V -) (N +) (PN +)) ENGLAND NIL) +(english english ((V +) (N +) (AFORM NONE)) ENGLISH NIL) +(engross engross ((V +) (N -) (SUBCAT NP)) ENGROSS NIL) +(engulf engulf ((V +) (N -) (SUBCAT NP)) ENGULF NIL) +(enhance enhance ((V +) (N -) (SUBCAT NP)) ENHANCE NIL) +(enjoy enjoy ((V +) (N -) (SUBCAT NP)) ENJOY NIL) +(enlarge enlarge ((V +) (N -) (SUBCAT NP)) ENLARGE NIL) +(enormous enormous ((V +) (N +) (AFORM NONE)) ENORMOUS NIL) +(enough enough ((V -) (N +) (PRO +)) ENOUGH NIL) +(enough enough ((V +) (N +) (QUA +)) ENOUGH NIL) +(enough enough ((V +) (N +) (QUA +) (PART -) (AGR ((N +) (V -) (BAR 2) (COUNT -)))) ENOUGH NIL) +(enough enough ((V +) (N +) (QUA +) (PART -) (AGR ((N +) (V -) (BAR 2) (COUNT +) (PLU +)))) ENOUGH NIL) +(enquire enquire ((V +) (N -) (SUBCAT PPABOUT)) ENQUIRE NIL) +(enrich enrich ((V +) (N -) (SUBCAT NP)) ENRICH NIL) +(ensure ensure ((V +) (N -) (SUBCAT SFIN)) ENSURE NIL) +(entail entail ((V +) (N -) (SUBCAT SFIN)) ENTAIL NIL) +(enter enter ((V +) (N -) (SUBCAT NP)) ENTER NIL) +(enterprise enterprise ((V -) (N +)) ENTERPRISE NIL) +(enterprising enterprising ((V +) (N +) (AFORM NONE)) ENTERPRISING NIL) +(entertain entertain ((V +) (N -) (SUBCAT NP)) ENTERTAIN NIL) +(enthusiast enthusiast ((V -) (N +)) ENTHUSIAST NIL) +(entire entire ((V +) (N +) (AFORM NONE)) ENTIRE NIL) +(entitle entitle ((V +) (N -) (SUBCAT NP_PPTO)) ENTITLE NIL) +(entity entity ((V -) (N +)) ENTITY NIL) +(entrance entrance ((V -) (N +)) ENTRANCE NIL) +(entrance entrance ((V +) (N -) (SUBCAT NP)) ENTRANCE NIL) +(entropy entropy ((V -) (N +)) ENTROPY NIL) +(entrust entrust ((V +) (N -) (SUBCAT NP_PPTO)) ENTRUST NIL) +(entry entry ((V -) (N +)) ENTRY NIL) +(enumerate enumerate ((V +) (N -) (AT -) (SUBCAT NP)) ENUMERATE NIL) +(envelope envelope ((V -) (N +)) ENVELOPE NIL) +(environment environment ((V -) (N +)) ENVIRONMENT NIL) +(envisage envisage ((V +) (N -) (SUBCAT NP)) ENVISAGE NIL) +(envy envy ((V -) (N +)) ENVY NIL) +(envy envy ((V +) (N -) (SUBCAT NP)) ENVY NIL) +(epistemology epistemology ((V -) (N +)) EPISTEMOLOGY NIL) +(equal equal ((V -) (N +)) EQUAL NIL) +(equal equal ((V +) (N -) (SUBCAT NP)) EQUAL NIL) +(equal equal ((V +) (N +) (SUBCAT NULL)) EQUAL NIL) +(equal equal ((V +) (N +) (SUBCAT PPTO)) EQUAL NIL) +(equate equate ((V +) (N -) (AT -) (SUBCAT NP_PPWITH)) EQUATE NIL) +(equation equation ((V -) (N +)) EQUATION NIL) +(equidistant equidistant ((V +) (N +) (AFORM NONE)) EQUIDISTANT NIL) +(equip equip ((V +) (N -) (SUBCAT NP)) EQUIP NIL) +(equipment equipment ((V -) (N +)) EQUIPMENT NIL) +(equivalence equivalence ((V -) (N +) (SUBCAT PPTO)) EQUIVALENCE NIL) +(equivalent equivalent ((V +) (N -)) EQUIVALENT NIL) +(equivalent equivalent ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) EQUIVALENT NIL) +(equivalent equivalent ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) EQUIVALENT NIL) +(+er +er ((FIX SUF) (V +) (N +) (AFORM ER) (QUA -) (STEM (A (INFL +)))) ER NIL) +(+er +er ((FIX SUF) (V -) (N +) (STEM (V (INFL +))) (LAT -)) ER NIL) +(ergonomic ergonomic ((V +) (N +) (AFORM NONE)) ERGONOMIC NIL) +(ergonomically ergonomically ((V +) (N +) (ADV +)) ERGONOMICALLY NIL) +(erroneous erroneous ((V +) (N +) (AFORM NONE)) ERRONEOUS NIL) +(error error ((V -) (N +)) ERROR NIL) +(escape escape ((V +) (N -) (SUBCAT PPFROM)) ESCAPE NIL) +(eschew eschew ((V +) (N -) (SUBCAT NP)) ESCHEW NIL) +(+ese +ese ((FIX SUF) (V -) (N +) (STEM ((N +) (PN +)))) ESE NIL) +(esoteric esoteric ((V +) (N +) (AFORM NONE)) ESOTERIC NIL) +(especially especially ((V +) (N +) (ADV +) (SUBCAT A1)) ESPECIALLY NIL) +(espouse espouse ((V +) (N -) (SUBCAT NP)) ESPOUSE NIL) +(+ess +ess ((FIX SUF) (V -) (N +) (STEM (N (INFL +)))) ESS NIL) +(essay essay ((V -) (N +)) ESSAY NIL) +(essence essence ((V -) (N +)) ESSENCE NIL) +(essential essential ((V +) (N +) (AFORM NONE)) ESSENTIAL NIL) +(+est +est ((FIX SUF) (V +) (N +) (AFORM EST) (QUA -) (STEM (A (INFL +)))) EST NIL) +(establish establish ((V +) (N -) (SUBCAT NP)) ESTABLISH NIL) +(establishment establishment ((V -) (N +)) ESTABLISHMENT NIL) +(estate estate ((V -) (N +)) ESTATE NIL) +(estimate estimate ((V +) (N -) (SUBCAT SFIN) (AT -)) ESTIMATE NIL) +(euclidean euclidean ((V +) (N +) (AFORM NONE)) EUCLIDEAN NIL) +(europe europe ((V -) (N +) (PN +)) EUROPE NIL) +(european european ((V +) (N +) (AFORM NONE)) EUROPEAN NIL) +(european european ((V -) (N +)) EUROPEAN NIL) +(evade evade ((V +) (N -) (SUBCAT NP)) EVADE NIL) +(evaluable evaluable ((V +) (N +) (AFORM NONE)) EVALUABLE NIL) +(evaluate evaluate ((V +) (N -) (SUBCAT NP) (AT -)) EVALUATE NIL) +(even even ((V +) (N +) (ADV +)) EVEN NIL) +(even even ((V +) (N +)) EVEN NIL) +(evening evening ((V -) (N +)) EVENING NIL) +(event event ((V -) (N +)) EVENT NIL) +(eventual eventual ((V +) (N +) (AFORM NONE)) EVENTUAL NIL) +(ever ever ((V +) (N +) (ADV +) (SUBCAT A1)) EVER NIL) +(every every ((V +) (N +) (DEF +) (QUA +) (PART -) (AGR ((N +) (V -) (BAR 2) (COUNT +) (PLU -)))) EVERY NIL) +(everyday everyday ((V +) (N +) (AFORM NONE)) EVERYDAY NIL) +(everyone everyone ((V -) (N +) (PRO +)) EVERYONE NIL) +(everyone everyone ((V -) (N +) (PRO +) (PLU -)) EVERYONE NIL) +(everything everything ((V -) (N +) (PRO +)) EVERYTHING NIL) +(everywhere everywhere ((V -) (N -) (PRO +)) EVERYWHERE NIL) +(evidence evidence ((V -) (N +)) EVIDENCE NIL) +(evident evident ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) EVIDENT NIL) +(evident evident ((V +) (N +) (SUBCAT SFIN) (AFORM NONE)) EVIDENT NIL) +(evil evil ((V +) (N +)) EVIL NIL) +(evocation evocation ((V -) (N +)) EVOCATION NIL) +(evoke evoke ((V +) (N -) (SUBCAT NP)) EVOKE NIL) +(evolution evolution ((V -) (N +)) EVOLUTION NIL) +(evolve evolve ((V +) (N -) (SUBCAT NULL)) EVOLVE NIL) +(ex- ex- ((FIX PRE) (STEM ((N +)))) EX NIL) +(exacerbate exacerbate ((V +) (N -) (SUBCAT NP) (AT -)) EXACERBATE NIL) +(exact exact ((V +) (N +)) EXACT NIL) +(exaggerate exaggerate ((V +) (N -) (SUBCAT NP) (AT -)) EXAGGERATE NIL) +(exaggerate exaggerate ((V +) (N -) (SUBCAT NULL) (AT -)) EXAGGERATE NIL) +(exalt exalt ((V +) (N -) (SUBCAT NP)) EXALT NIL) +(examination examination ((V -) (N +)) EXAMINATION NIL) +(examine examine ((V +) (N -) (SUBCAT NP)) EXAMINE NIL) +(example example ((V -) (N +)) EXAMPLE NIL) +(excede excede ((V +) (N -) (SUBCAT NP)) EXCEDE NIL) +(exceed exceed ((V +) (N -) (SUBCAT NP)) EXCEED NIL) +(excellence excellence ((V -) (N +)) EXCELLENCE NIL) +(excellent excellent ((V +) (N +) (AFORM NONE)) EXCELLENT NIL) +(except except ((V -) (N -)) EXCEPT NIL) +(exception exception ((V -) (N +)) EXCEPTION NIL) +(excess excess ((V -) (N +)) EXCESS NIL) +(excessive excessive ((V +) (N +) (AFORM NONE)) EXCESSIVE NIL) +(exchange exchange ((V -) (N +)) EXCHANGE NIL) +(exchange exchange ((V +) (N -) (SUBCAT NP_PPFOR)) EXCHANGE NIL) +(excite excite ((V +) (N -) (SUBCAT NP)) EXCITE NIL) +(exclude exclude ((V +) (N -) (SUBCAT NP)) EXCLUDE NIL) +(exclusion exclusion ((V -) (N +)) EXCLUSION NIL) +(exclusive exclusive ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) EXCLUSIVE NIL) +(exclusive exclusive ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) EXCLUSIVE NIL) +(excursion excursion ((V -) (N +)) EXCURSION NIL) +(excuse excuse ((V +) (N -) (SUBCAT NP)) EXCUSE NIL) +(excuse excuse ((V -) (N +) (SUBCAT PPFOR)) EXCUSE NIL) +(execute execute ((V +) (N -) (SUBCAT NP) (AT -)) EXECUTE NIL) +(exemplar exemplar ((V -) (N +)) EXEMPLAR NIL) +(exemplify exemplify ((V +) (N -) (SUBCAT NP)) EXEMPLIFY NIL) +(exercise exercise ((V -) (N +)) EXERCISE NIL) +(exert exert ((V +) (N -) (SUBCAT NP)) EXERT NIL) +(exhaust exhaust ((V +) (N -) (AT -) (SUBCAT NP)) EXHAUST NIL) +(exhibit exhibit ((V -) (N +)) EXHIBIT NIL) +(exhibit exhibit ((V +) (N -) (SUBCAT NP) (AT -)) EXHIBIT NIL) +(exhort exhort ((V +) (N -) (SUBCAT OE)) EXHORT NIL) +(exist exist ((V +) (N -)) EXIST NIL) +(existence existence ((V -) (N +)) EXISTENCE NIL) +(existent existent ((V +) (N +) (AFORM NONE)) EXISTENT NIL) +(exit exit ((V -) (N +)) EXIT NIL) +(exit exit ((V +) (N -) (SUBCAT PPFROM)) EXIT NIL) +(exophoric exophoric ((V +) (N +) (AFORM NONE)) EXOPHORIC NIL) +(expand expand ((V +) (N -) (SUBCAT NULL)) EXPAND NIL) +(expansion expansion ((V -) (N +)) EXPANSION NIL) +(expect expect ((V +) (N -) (SUBCAT NP)) EXPECT NIL) +(expect expect ((V +) (N -) (SUBCAT OR)) EXPECT NIL) +(expect expect ((V +) (N -) (SUBCAT SFIN)) EXPECT NIL) +(expedient expedient ((V -) (N +)) EXPEDIENT NIL) +(expel expel ((V +) (N -) (SUBCAT NP)) EXPEL NIL) +(expend expend ((V +) (N -) (SUBCAT NP)) EXPEND NIL) +(expenditure expenditure ((V -) (N +)) EXPENDITURE NIL) +(expense expense ((V -) (N +)) EXPENSE NIL) +(expensive expensive ((V +) (N +) (AFORM NONE)) EXPENSIVE NIL) +(experience experience ((V -) (N +)) EXPERIENCE NIL) +(experience experience ((V +) (N -) (SUBCAT NP)) EXPERIENCE NIL) +(experiment experiment ((V -) (N +)) EXPERIMENT NIL) +(experiment experiment ((V +) (N -) (SUBCAT NULL)) EXPERIMENT NIL) +(expert expert ((V -) (N +)) EXPERT NIL) +(expertise expertise ((V -) (N +)) EXPERTISE NIL) +(expire expire ((V +) (N -) (SUBCAT NP)) EXPIRE NIL) +(expiry expiry ((V -) (N +)) EXPIRY NIL) +(explain explain ((V +) (N -) (SUBCAT NP_PPTO)) EXPLAIN NIL) +(explanation explanation ((V -) (N +)) EXPLANATION NIL) +(explanatory explanatory ((V +) (N +) (AFORM NONE)) EXPLANATORY NIL) +(explicate explicate ((V +) (N -) (SUBCAT NP) (AT -)) EXPLICATE NIL) +(explicit explicit ((V +) (N +) (AFORM NONE)) EXPLICIT NIL) +(explode explode ((V +) (N -)) EXPLODE NIL) +(exploit exploit ((V +) (N -) (SUBCAT NP)) EXPLOIT NIL) +(explore explore ((V +) (N -) (SUBCAT NP)) EXPLORE NIL) +(explore explore ((V +) (N -) (SUBCAT NULL)) EXPLORE NIL) +(explosion explosion ((V -) (N +)) EXPLOSION NIL) +(explosive explosive ((V +) (N +) (AFORM NONE)) EXPLOSIVE NIL) +(explosive explosive ((V -) (N +)) EXPLOSIVE NIL) +(exponent exponent ((V -) (N +)) EXPONENT NIL) +(exponential exponential ((V +) (N +) (AFORM NONE)) EXPONENTIAL NIL) +(exponential exponential ((V -) (N +)) EXPONENTIAL NIL) +(expose expose ((V +) (N -) (SUBCAT NP)) EXPOSE NIL) +(exposure exposure ((V +) (N -)) EXPOSURE NIL) +(express express ((V +) (N +) (AFORM NONE)) EXPRESS NIL) +(express express ((V +) (N -) (SUBCAT NP) (AT -)) EXPRESS NIL) +(expressible expressible ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) EXPRESSIBLE NIL) +(expressible expressible ((V +) (N +) (SUBCAT PPBY) (AFORM NONE)) EXPRESSIBLE NIL) +(expression expression ((V -) (N +)) EXPRESSION NIL) +(expressly expressly ((V +) (N +) (ADV +)) EXPRESSLY NIL) +(expulsion expulsion ((V -) (N +)) EXPULSION NIL) +(expunge expunge ((V +) (N -) (SUBCAT NP)) EXPUNGE NIL) +(extant extant ((V +) (N +) (AFORM NONE)) EXTANT NIL) +(extend extend ((V +) (N -) (SUBCAT NP)) EXTEND NIL) +(extensible extensible ((V +) (N +) (AFORM NONE)) EXTENSIBLE NIL) +(extension extension ((V -) (N +)) EXTENSION NIL) +(extensive extensive ((V +) (N +) (AFORM NONE)) EXTENSIVE NIL) +(extent extent ((V -) (N +)) EXTENT NIL) +(external external ((V +) (N +) (AFORM NONE)) EXTERNAL NIL) +(extra extra ((V +) (N +) (AFORM NONE)) EXTRA NIL) +(extract extract ((V +) (N -) (AT -) (SUBCAT NP_PPFROM)) EXTRACT NIL) +(extraneous extraneous ((V +) (N +) (AFORM NONE)) EXTRANEOUS NIL) +(extravagance extravagance ((V -) (N +)) EXTRAVAGANCE NIL) +(extravagant extravagant ((V +) (N +) (AFORM NONE)) EXTRAVAGANT NIL) +(extreme extreme ((V +) (N +) (AFORM NONE)) EXTREME NIL) +(extrinsic extrinsic ((V +) (N +) (AFORM NONE)) EXTRINSIC NIL) +(extrinsically extrinsically ((V +) (N +) (ADV +)) EXTRINSICALLY NIL) +(eye eye ((V -) (N +)) EYE NIL) +(face face ((V -) (N +)) FACE NIL) +(face face ((V +) (N -) (SUBCAT NP)) FACE NIL) +(face face ((V +) (N -) (SUBCAT NP_PPWITH)) FACE NIL) +(facet facet ((V -) (N +)) FACET NIL) +(facetious facetious ((V +) (N +) (AFORM NONE)) FACETIOUS NIL) +(facilitate facilitate ((V +) (N -) (SUBCAT NP) (AT -)) FACILITATE NIL) +(facility facility ((V -) (N +)) FACILITY NIL) +(fact fact ((V -) (N +) (SUBCAT STHAT)) FACT NIL) +(factive factive ((V +) (N +) (AFORM NONE)) FACTIVE NIL) +(factive factive ((V -) (N +)) FACTIVE NIL) +(factor factor ((V -) (N +)) FACTOR NIL) +(factor factor ((V +) (N -) (SUBCAT NP)) FACTOR NIL) +(factorial factorial ((V -) (N +)) FACTORIAL NIL) +(factory factory ((V -) (N +)) FACTORY NIL) +(factual factual ((V +) (N +) (AFORM NONE)) FACTUAL NIL) +(faculty faculty ((V -) (N +)) FACULTY NIL) +(fail fail ((V +) (N -) (SUBCAT SR1)) FAIL NIL) +(failure failure ((V -) (N +)) FAILURE NIL) +(faint faint ((V +) (N +)) FAINT NIL) +(fair fair ((V +) (N +)) FAIR NIL) +(fair fair ((V -) (N +)) FAIR NIL) +(fairy fairy ((V -) (N +)) FAIRY NIL) +(faith faith ((V -) (N +)) FAITH NIL) +(fall fall ((V -) (N +)) FALL NIL) +(fall fall ((V +) (N -) (SUBCAT NULL) (REG -)) FALL NIL) +(fallen fallen ((V +) (N -) (VFORM EN)) FALL NIL) +(false false ((V +) (N +)) FALSE NIL) +(falsehood falsehood ((V -) (N +)) FALSEHOOD NIL) +(fame fame ((V -) (N +)) FAME NIL) +(familiar familiar ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) FAMILIAR NIL) +(familiar familiar ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) FAMILIAR NIL) +(family family ((V -) (N +)) FAMILY NIL) +(fan fan ((V -) (N +)) FAN NIL) +(fancy fancy ((V +) (N +) (LAT -)) FANCY NIL) +(fancy fancy ((V +) (N -) (SUBCAT NP) (LAT -)) FANCY NIL) +(far far ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) FAR NIL) +(far far ((V +) (N +) (SUBCAT PPFROM) (AFORM NONE)) FAR NIL) +(farce farce ((V -) (N +) (LAT -)) FARCE NIL) +(fare fare ((V -) (N +)) FARE NIL) +(farm farm ((V -) (N +)) FARM NIL) +(farm farm ((V +) (N -) (SUBCAT NULL)) FARM NIL) +(farther farther ((V +) (N +) (SUBCAT NULL) (AFORM ER)) FAR NIL) +(farther farther ((V +) (N +) (SUBCAT PPFROM) (AFORM ER)) FAR NIL) +(farthest farthest ((V +) (N +) (SUBCAT NULL) (AFORM ER)) FAR NIL) +(farthest farthest ((V +) (N +) (SUBCAT PPFROM) (AFORM ER)) FAR NIL) +(fashion fashion ((V -) (N +)) FASHION NIL) +(fashionable fashionable ((V +) (N +) (AFORM NONE) (LAT -)) FASHIONABLE NIL) +(fast fast ((V +) (N +) (LAT -)) FAST NIL) +(fasten fasten ((V +) (N -) (SUBCAT NP_PPTO)) FASTEN NIL) +(fat fat ((V -) (N +) (LAT -) (COUNT -)) FAT NIL) +(fat fat ((V +) (N +) (LAT -)) FAT NIL) +(fate fate ((V -) (N +)) FATE NIL) +(father father ((V -) (N +)) FATHER NIL) +(fatigue fatigue ((V -) (N +)) FATIGUE NIL) +(fatigue fatigue ((V +) (N -) (SUBCAT NP)) FATIGUE NIL) +(fault fault ((V -) (N +)) FAULT NIL) +(favor favor ((V -) (N +)) FAVOR NIL) +(favor favor ((V +) (N -) (SUBCAT NP)) FAVOR NIL) +(favour favour ((V -) (N +)) FAVOUR NIL) +(favour favour ((V +) (N -) (SUBCAT NP)) FAVOUR NIL) +(favourable favourable ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) FAVOURABLE NIL) +(favourable favourable ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) FAVOURABLE NIL) +(favourite favourite ((V +) (N +) (AFORM NONE)) FAVOURITE NIL) +(fear fear ((V -) (N +)) FEAR NIL) +(fear fear ((V +) (N -) (SUBCAT NP) (LAT -)) FEAR NIL) +(feasible feasible ((V +) (N +) (AFORM NONE)) FEASIBLE NIL) +(feast feast ((V -) (N +)) FEAST NIL) +(feather feather ((V -) (N +)) FEATHER NIL) +(feature feature ((V -) (N +)) FEATURE NIL) +(feature feature ((V +) (N -) (SUBCAT NP)) FEATURE NIL) +(february february ((V -) (N +) (PN +)) FEBRUARY NIL) +(fed fed ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) FEED NIL) +(fed fed ((V +) (N -) (SUBCAT NP) (VFORM EN)) FEED NIL) +(federal federal ((V +) (N +) (AFORM NONE)) FEDERAL NIL) +(federation federation ((V -) (N +)) FEDERATION NIL) +(fee fee ((V -) (N +)) FEE NIL) +(feed feed ((V +) (N -) (SUBCAT NP) (REG -)) FEED NIL) +(feedback feedback ((V -) (N +)) FEEDBACK NIL) +(feel feel ((V +) (N -) (SUBCAT AP) (REG -)) FEEL NIL) +(feeling feeling ((V -) (N +) (SUBCAT STHAT)) FEELING NIL) +(feet feet ((V -) (N +) (PLU +)) FOOT NIL) +(felix felix ((V -) (N +) (PN +)) FELIX NIL) +(fell fell ((V +) (N -) (FIN +) (PAST +)) FALL NIL) +(fellow fellow ((V -) (N +)) FELLOW NIL) +(felt felt ((V -) (N +)) FELT NIL) +(felt felt ((V +) (N -) (SUBCAT AP) (FIN +) (PAST +)) FEEL NIL) +(felt felt ((V +) (N -) (SUBCAT AP) (VFORM EN)) FEEL NIL) +(female female ((V +) (N +) (AFORM NONE)) FEMALE NIL) +(fence fence ((V -) (N +)) FENCE NIL) +(fertilize fertilize ((V +) (N -) (SUBCAT NP)) FERTILIZE NIL) +(fertilizer fertilizer ((V -) (N +)) FERTILIZER NIL) +(fetch fetch ((V +) (N -) (SUBCAT NP_PPFROM)) FETCH NIL) +(fetter fetter ((V +) (N -) (SUBCAT NP)) FETTER NIL) +(fever fever ((V -) (N +)) FEVER NIL) +(few few ((PRO +) (V -) (N +)) FEW NIL) +(few few ((V +) (N +) (QUA +) (INFL +) (PRD +) (NEG +) (AGR ((N +) (V -) (BAR 1) (COUNT +) (PLU +)))) FEW NIL) +(fiction fiction ((V -) (N +)) FICTION NIL) +(fictional fictional ((V +) (N +) (AFORM NONE)) FICTIONAL NIL) +(fido fido ((V -) (N +) (PN +)) FIDO NIL) +(field field ((V -) (N +)) FIELD NIL) +(fierce fierce ((V +) (N +)) FIERCE NIL) +(fifteen fifteen ((V +) (N +) (QUA +) (NUM CARD)) FIFTEEN NIL) +(fifteenth fifteenth ((V +) (N +) (QUA +) (NUM ORD)) FIFTEENTH NIL) +(fifth fifth ((V +) (N +) (QUA +) (NUM ORD)) FIFTH NIL) +(fiftieth fiftieth ((V +) (N +) (QUA +) (NUM ORD)) FIFTIETH NIL) +(fifty fifty ((V +) (N +) (QUA +) (NUM CARD)) FIFTY NIL) +(fig fig ((V -) (N +)) FIG NIL) +(fight fight ((V -) (N +)) FIGHT NIL) +(fight fight ((V +) (N -) (SUBCAT NP) (REG -)) FIGHT NIL) +(fight fight ((V +) (N -) (SUBCAT NULL) (REG -)) FIGHT NIL) +(figure figure ((V -) (N +)) FIGURE NIL) +(file file ((V -) (N +)) FILE NIL) +(file file ((V +) (N -) (SUBCAT NP)) FILE NIL) +(fill fill ((V +) (N -) (SUBCAT NP)) FILL NIL) +(fill fill ((V +) (N -) (SUBCAT NP_IN)) FILL NIL) +(film film ((V -) (N +)) FILM NIL) +(film film ((V +) (N -) (SUBCAT NP)) FILM NIL) +(filter filter ((V -) (N +)) FILTER NIL) +(filter filter ((V +) (N -) (SUBCAT NP)) FILTER NIL) +(fin fin ((V -) (N +)) FIN NIL) +(final final ((V +) (N +) (AFORM NONE)) FINAL NIL) +(finance fincance ((V -) (N +)) FINANCE NIL) +(financial financial ((V +) (N +) (AFORM NONE)) FINANCIAL NIL) +(find find ((V +) (N -) (SUBCAT NP) (REG -)) FIND NIL) +(findings findings ((V -) (N +) (PLU +)) FINDINGS NIL) +(fine fine ((V +) (N +)) FINE NIL) +(fine fine ((V -) (N +)) FINE NIL) +(fine fine ((V +) (N -) (SUBCAT NP)) FINE NIL) +(finger finger ((V -) (N +)) FINGER NIL) +(fingerprint fingerprint ((V -) (N +)) FINGERPRINT NIL) +(finish finish ((V -) (N +)) FINISH NIL) +(finish finish ((V +) (N -) (SUBCAT NP)) FINISH NIL) +(finish finish ((V +) (N -) (SUBCAT NULL)) FINISH NIL) +(finite finite ((V +) (N +) (AFORM NONE)) FINITE NIL) +(fir fir ((V -) (N +)) FIR NIL) +(fire fire ((V -) (N +)) FIRE NIL) +(fire fire ((V +) (N -) (SUBCAT NP)) FIRE NIL) +(firm firm ((V -) (N +)) FIRM NIL) +(firm firm ((V +) (N +)) FIRM NIL) +(first first ((V +) (N +) (NUM ORD) (QUA +)) FIRST NIL) +(firstly firstly ((V +) (N +) (ADV +)) FIRSTLY NIL) +(fish fish ((V -) (N +)) FISH NIL) +(fish fish ((V -) (N +) (PLU +)) FISH NIL) +(fish fish ((V +) (N -) (SUBCAT NULL)) FISH NIL) +(fisherman fisherman ((V -) (N +) (PLU -)) FISHERMAN NIL) +(fishermen fishermen ((V -) (N +) (PLU +)) FISHERMEN NIL) +(fit fit ((V +) (N -) (SUBCAT NP)) FIT NIL) +(fit fit ((V +) (N +) (SUBCAT NULL)) FIT NIL) +(fit fit ((V +) (N +) (SUBCAT PPFOR)) FIT NIL) +(five five ((V +) (N +) (QUA +) (NUM CARD)) FIVE NIL) +(fix fix ((V +) (N -) (SUBCAT NP_PPTO)) FIX NIL) +(flag flag ((V -) (N +)) FLAG NIL) +(flame flame ((V -) (N +)) FLAME NIL) +(flash flash ((V -) (N +)) FLASH NIL) +(flash flash ((V +) (N -)) FLASH NIL) +(flat flat ((V +) (N +)) FLAT NIL) +(flat flat ((V -) (N +)) FLAT NIL) +(flavour flavour ((V -) (N +)) FLAVOUR NIL) +(flaw flaw ((V -) (N +)) FLAW NIL) +(flawed flawed ((V +) (N +) (AFORM NONE)) FLAWED NIL) +(flesh flesh ((V -) (N +) (COUNT -)) FLESH NIL) +(flew flew ((V +) (N -) (FIN +) (PAST +)) FLY NIL) +(flexible flexible ((V +) (N +) (AFORM NONE)) FLEXIBLE NIL) +(flight flight ((V -) (N +) (SUBCAT PPFROM)) FLIGHT NIL) +(flip flip ((V +) (N -) (SUBCAT NP)) FLIP NIL) +(float float ((V +) (N -)) FLOAT NIL) +(flood flood ((V -) (N +)) FLOOD NIL) +(flood flood ((V +) (N -) (SUBCAT NP)) FLOOD NIL) +(floor floor ((V -) (N +)) FLOOR NIL) +(flour flour ((V -) (N +) (COUNT -)) FLOUR NIL) +(flourish flourish ((V +) (N -) (SUBCAT NP)) FLOURISH NIL) +(flourish flourish ((V +) (N -) (SUBCAT NULL)) FLOURISH NIL) +(flow flow ((V -) (N +)) FLOW NIL) +(flower flower ((V -) (N +)) FLOWER NIL) +(flown flown ((V +) (N -) (VFORM EN)) FLY NIL) +(flu flu ((V -) (N +)) FLU NIL) +(fluid fluid ((V +) (N +) (AFORM NONE)) FLUID NIL) +(fluid fluid ((V -) (N +)) FLUID NIL) +(flux flux ((V -) (N +)) FLUX NIL) +(fly fly ((V -) (N +)) FLY NIL) +(fly fly ((V +) (N -) (SUBCAT NULL) (REG -)) FLY NIL) +(foam foam ((V -) (N +)) FOAM NIL) +(foam foam ((V +) (N -) (SUBCAT NULL)) FOAM NIL) +(focal focal ((V +) (N +) (AFORM NONE)) FOCAL NIL) +(focus focus ((V -) (N +)) FOCUS NIL) +(focus focus ((V +) (N -) (SUBCAT NP)) FOCUS NIL) +(focus focus ((V +) (N -) (SUBCAT PPON)) FOCUS NIL) +(fog fog ((V -) (N +)) FOG NIL) +(foist foist ((V +) (N -) (SUBCAT NP_PPON)) FOIST NIL) +(fold fold ((V -) (N +)) FOLD NIL) +(fold fold ((V +) (N -) (SUBCAT NP)) FOLD NIL) +(follow follow ((V +) (N -) (SUBCAT NP)) FOLLOW NIL) +(fond fond ((V +) (N +) (SUBCAT PPOF)) FOND NIL) +(food food ((V -) (N +) (COUNT -)) FOOD NIL) +(fool fool ((V -) (N +)) FOOL NIL) +(fool fool ((V +) (N -) (SUBCAT NP)) FOOL NIL) +(foolish foolish ((V +) (N +) (AFORM NONE)) FOOLISH NIL) +(foot foot ((V -) (N +) (PLU -)) FOOT NIL) +(football football ((V -) (N +)) FOOTBALL NIL) +(for for ((SUBCAT FOR)) FOR NIL) +(for for ((V -) (N -) (SUBCAT NP)) FOR NIL) +(for for ((V -) (N -) (SUBCAT NP) (PFORM FOR)) FOR NIL) +(foray foray ((V -) (N +)) FORAY NIL) +(forbade forbade ((V +) (N -) (SUBCAT OE) (FIN +) (PAST +)) FORBID NIL) +(forbid forbid ((V +) (N -) (SUBCAT OE) (REG -)) FORBID NIL) +(forbidden forbidden ((V +) (N -) (SUBCAT OE) (VFORM EN)) FORBID NIL) +(force force ((V -) (N +)) FORCE NIL) +(force force ((V +) (N -) (SUBCAT OE)) FORCE NIL) +(forcible forcible ((V +) (N +) (AFORM NONE)) FORCIBLE NIL) +(forearm forearm ((V -) (N +)) FOREARM NIL) +(forego forego ((V +) (N -) (SUBCAT NP) (REG -)) FOREGO NIL) +(foregone foregone ((V +) (N -) (SUBCAT NP) (VFORM EN)) FOREGO NIL) +(foreground foreground ((V -) (N +)) FOREGROUND NIL) +(forehead forehead ((V -) (N +)) FOREHEAD NIL) +(foreign foreign ((V +) (N +) (AFORM NONE)) FOREIGN NIL) +(foreigner foreigner ((V -) (N +)) FOREIGNER NIL) +(forerunner forerunner ((V -) (N +)) FORERUNNER NIL) +(foresaw foresaw ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) FORESEE NIL) +(foresee foresee ((V +) (N -) (SUBCAT NP) (REG -)) FORESEE NIL) +(foreseen foreseen ((V +) (N -) (SUBCAT NP) (VFORM EN)) FORESEE NIL) +(forest forest ((V -) (N +)) FOREST NIL) +(forestall forestall ((V +) (N -) (SUBCAT NP)) FORESTALL NIL) +(forever forever ((V -) (N -) (PRO +)) FOREVER NIL) +(forewent forewent ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) FOREGO NIL) +(forgave forgave ((V +) (N -) (SUBCAT NP_PPFOR) (FIN +) (PAST +)) FORGIVE NIL) +(forget forget ((V +) (N -) (SUBCAT SE1) (REG -)) FORGET NIL) +(forgive forgive ((V +) (N -) (SUBCAT NP_PPFOR) (REG -)) FORGIVE NIL) +(forgiven forgiven ((V +) (N -) (SUBCAT NP_PPFOR) (VFORM EN)) FORGIVE NIL) +(forgo forgo ((V +) (N -) (SUBCAT NP) (REG -)) FORGO NIL) +(forgone forgone ((V +) (N -) (SUBCAT NP) (VFORM EN)) FORGO NIL) +(forgot forgot ((V +) (N -) (SUBCAT SE1) (FIN +) (PAST +)) FORGET NIL) +(forgotten forgotten ((V +) (N -) (SUBCAT SE1) (VFORM EN)) FORGET NIL) +(fork fork ((V -) (N +)) FORK NIL) +(form form ((V -) (N +)) FORM NIL) +(form form ((V +) (N -) (SUBCAT NP)) FORM NIL) +(formal formal ((V +) (N +) (AFORM NONE)) FORMAL NIL) +(formalism formalism ((V -) (N +)) FORMALISM NIL) +(format format ((V -) (N +)) FORMAT NIL) +(formation formation ((V -) (N +)) FORMATION NIL) +(former former ((V +) (N +) (AFORM NONE)) FORMER NIL) +(formula formula ((V -) (N +)) FORMULA NIL) +(formulae formulae ((V -) (N +) (PLU +)) FORMULA NIL) +(formulate formulate ((V +) (N -) (SUBCAT NP) (AT -)) FORMULATE NIL) +(fort fort ((V -) (N +)) FORT NIL) +(forth forth ((V -) (N -) (PRO -)) FORTH NIL) +(forthcoming forthcoming ((V +) (N +) (AFORM NONE)) FORTHCOMING NIL) +(forthwith forthwith ((V +) (N +) (ADV +)) FORTHWITH NIL) +(fortieth fortieth ((V +) (N +) (QUA +) (NUM ORD)) FORTIETH NIL) +(fortnight fortnight ((V -) (N +)) FORTNIGHT NIL) +(fortuitous fortuitous ((V +) (N +) (AFORM NONE)) FORTUITOUS NIL) +(fortunate fortunate ((V +) (N +) (AFORM NONE)) FORTUNATE NIL) +(fortune fortune ((V -) (N +)) FORTUNE NIL) +(forty forty ((V +) (N +) (QUA +) (NUM CARD)) FORTY NIL) +(forum forum ((V -) (N +)) FORUM NIL) +(forward forward ((V +) (N +) (AFORM NONE)) FORWARD NIL) +(forwards forwards ((V -) (N -) (PRO +)) FORWARDS NIL) +(fought fought ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) FIGHT NIL) +(fought fought ((V +) (N -) (FIN +) (PAST +) (SUBCAT NULL)) FIGHT NIL) +(fought fought ((V +) (N -) (VFORM EN) (SUBCAT NP)) FIGHT NIL) +(fought fought ((V +) (N -) (VFORM EN) (SUBCAT NULL)) FIGHT NIL) +(found found ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) FIND NIL) +(found found ((V +) (N -) (SUBCAT NP)) FOUND NIL) +(found found ((V +) (N -) (SUBCAT NP) (VFORM EN)) FIND NIL) +(foundation foundation ((V -) (N +)) FOUNDATION NIL) +(fountain fountain ((V -) (N +)) FOUNTAIN NIL) +(four four ((V +) (N +) (QUA +) (NUM CARD)) FOUR NIL) +(fourteen fourteen ((V +) (N +) (QUA +) (NUM CARD)) FOURTEEN NIL) +(fourteenth fourteenth ((V +) (N +) (QUA +) (NUM ORD)) FOURTEENTH NIL) +(fourth fourth ((V +) (N +) (QUA +) (NUM ORD)) FOURTH NIL) +(fox fox ((V -) (N +)) FOX NIL) +(fraction fraction ((V -) (N +)) FRACTION NIL) +(fracture fracture ((V -) (N +)) FRACTURE NIL) +(fracture fracture ((V +) (N -) (SUBCAT NP)) FRACTURE NIL) +(fragment fragment ((V -) (N +)) FRAGMENT NIL) +(fragment fragment ((V +) (N -) (SUBCAT NP)) FRAGMENT NIL) +(fragmentary fragmentary ((V +) (N +) (AFORM NONE)) FRAGMENTARY NIL) +(frame frame ((V -) (N +)) FRAME NIL) +(frame frame ((V +) (N -) (SUBCAT NP)) FRAME NIL) +(framework framework ((V -) (N +)) FRAMEWORK NIL) +(france france ((V -) (N +) (PN +)) FRANCE NIL) +(franz franz ((V -) (N +) (PN +)) FRANZ NIL) +(free free ((V +) (N +)) FREE NIL) +(free free ((V +) (N -) (SUBCAT NP)) FREE NIL) +(freedom freedom ((V -) (N +)) FREEDOM NIL) +(freeze freeze ((V +) (N -) (SUBCAT NP) (REG -)) FREEZE NIL) +(french french ((V +) (N +)) FRENCH NIL) +(frequency frequency ((V -) (N +)) FREQUENCY NIL) +(frequent frequent ((V +) (N +) (AFORM NONE)) FREQUENT NIL) +(fresh fresh ((V +) (N +)) FRESH NIL) +(friction friction ((V -) (N +)) FRICTION NIL) +(friday friday ((V -) (N +) (PN +)) FRIDAY NIL) +(friend friend ((V -) (N +)) FRIEND NIL) +(friendly friendly ((V +) (N +) (SUBCAT NULL)) FRIENDLY NIL) +(friendly friendly ((V +) (N +) (SUBCAT PPTO)) FRIENDLY NIL) +(fright fright ((V -) (N +)) FRIGHT NIL) +(frighten frighten ((V +) (N -) (SUBCAT NP)) FRIGHTEN NIL) +(frill frill ((V -) (N +)) FRILL NIL) +(fringe fringe ((V -) (N +)) FRINGE NIL) +(from from ((V -) (N -) (SUBCAT NP)) FROM NIL) +(from from ((V -) (N -) (SUBCAT NP) (PFORM FROM)) FROM NIL) +(front front ((V +) (N +) (AFORM NONE)) FRONT NIL) +(front front ((V -) (N +)) FRONT NIL) +(froze froze ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) FREEZE NIL) +(frozen frozen ((V +) (N -) (SUBCAT NP) (VFORM EN)) FREEZE NIL) +(fruit fruit ((V -) (N +) (COUNT -)) FRUIT NIL) +(fry fry ((V +) (N -) (SUBCAT NP)) FRY NIL) +(+ful +ful ((FIX SUF) (V +) (N +) (AFORM NONE) (STEM (N (INFL +))) (LAT -)) FUL NIL) +(+ful +ful ((FIX SUF) (V -) (N +) (LAT -) (STEM N)) FUL NIL) +(fulfil fulfil ((V +) (N -)) FULFIL NIL) +(full full ((V +) (N +)) FULL NIL) +(fun fun ((V -) (N +)) FUN NIL) +(function function ((V -) (N +)) FUNCTION NIL) +(function function ((V +) (N -) (SUBCAT NULL)) FUNCTION NIL) +(functor functor ((V -) (N +)) FUNCTOR NIL) +(fund fund ((V -) (N +)) FUND NIL) +(fundamental fundamental ((V +) (N +) (AFORM NONE)) FUNDAMENTAL NIL) +(funeral funeral ((V -) (N +)) FUNERAL NIL) +(funereal funereal ((V +) (N +) (AFORM NONE)) FUNEREAL NIL) +(fungi fungi ((V -) (N +) (PLU +)) FUNGUS NIL) +(fungus fungus ((V -) (N +) (PLU -)) FUNGUS NIL) +(funny funny ((V +) (N +)) FUNNY NIL) +(fur fur ((V -) (N +)) FUR NIL) +(furnish furnish ((V +) (N -) (SUBCAT NP_PPWITH)) FURNISH NIL) +(furniture furniture ((V -) (N +) (COUNT -)) FURNITURE NIL) +(further further ((V +) (N +) (ADV +) (AFORM ER)) FAR NIL) +(further further ((V +) (N +) (AFORM ER)) FAR NIL) +(furthest furthest ((V +) (N +) (ADV +) (AFORM EST)) FAR NIL) +(furthest furthest ((V +) (N +) (AFORM EST)) FAR NIL) +(fuss fuss ((V -) (N +)) FUSS NIL) +(future future ((V +) (N +) (AFORM NONE)) FUTURE NIL) +(future future ((V -) (N +)) FUTURE NIL) +(fuzzy fuzzy ((V +) (N +) (AFORM NONE)) FUZZY NIL) +(gag gag ((V -) (N +)) GAG NIL) +(gag gag ((V +) (N -) (SUBCAT NP)) GAG NIL) +(gain gain ((V -) (N +)) GAIN NIL) +(gain gain ((V +) (N -) (SUBCAT NP)) GAIN NIL) +(galactic galactic ((V +) (N +) (AFORM NONE)) GALACTIC NIL) +(galaxy galaxy ((V -) (N +)) GALAXY NIL) +(gale gale ((V -) (N +)) GALE NIL) +(gallon gallon ((V -) (N +)) GALLON NIL) +(gamble gamble ((V +) (N -)) GAMBLE NIL) +(game game ((V -) (N +)) GAME NIL) +(gap gap ((V -) (N +)) GAP NIL) +(gape gape ((V +) (N -) (SUBCAT NULL)) GAPE NIL) +(gape gape ((V +) (N -) (SUBCAT PPAT)) GAPE NIL) +(garage garage ((V -) (N +)) GARAGE NIL) +(garden garden ((V -) (N +)) GARDEN NIL) +(garment garment ((V -) (N +)) GARMENT NIL) +(gas gas ((V -) (N +)) GAS NIL) +(gaseous gaseous ((V +) (N +) (AFORM NONE)) GASEOUS NIL) +(gate gate ((V -) (N +)) GATE NIL) +(gather gather ((V +) (N -)) GATHER NIL) +(gauge gauge ((V -) (N +)) GAUGE NIL) +(gauge gauge ((V +) (N -) (SUBCAT NP)) GAUGE NIL) +(gave gave ((V +) (N -) (SUBCAT NP_NP) (FIN +) (PAST +)) GIVE NIL) +(gave gave ((V +) (N -) (SUBCAT NP_PPTO) (FIN +) (PAST +)) GIVE NIL) +(gay gay ((V +) (N +)) GAY NIL) +(gaze gaze ((V +) (N -) (SUBCAT PPAT)) GAZE NIL) +(gaze gaze ((V -) (N +)) GAZE NIL) +(gear gear ((V -) (N +)) GEAR NIL) +(gear gear ((V +) (N -) (SUBCAT NP)) GEAR NIL) +(geese geese ((V -) (N +) (PLU +)) GOOSE NIL) +(generable generable ((V +) (N +) (AFORM NONE)) GENERABLE NIL) +(general general ((V +) (N +) (AFORM NONE)) GENERAL NIL) +(general general ((V -) (N +)) GENERAL NIL) +(generate generate ((V +) (N -) (SUBCAT NP) (AT -)) GENERATE NIL) +(generation generation ((V -) (N +)) GENERATION NIL) +(generator generator ((V -) (N +)) GENERATOR NIL) +(generic generic ((V +) (N +) (AFORM NONE)) GENERIC NIL) +(generosity generosity ((V -) (N +)) GENEROSITY NIL) +(generous generous ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) GENEROUS NIL) +(generous generous ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) GENEROUS NIL) +(genitive genitive ((V +) (N +) (AFORM NONE)) GENITIVE NIL) +(genius genius ((V -) (N +)) GENIUS NIL) +(gentle gentle ((V +) (N +)) GENTLE NIL) +(gentleman gentleman ((V -) (N +) (PLU -)) GENTLEMAN NIL) +(gentlemen gentlemen ((V -) (N +) (PLU +)) GENTLEMEN NIL) +(gently gently ((V +) (N +) (ADV +)) GENTLY NIL) +(genuine genuine ((V +) (N +) (AFORM NONE)) GENUINE NIL) +(genus genus ((V -) (N +)) GENUS NIL) +(geography geography ((V -) (N +)) GEOGRAPHY NIL) +(geology geology ((V -) (N +)) GEOLOGY NIL) +(geometry geometry ((V -) (N +)) GEOMETRY NIL) +(german german ((V +) (N +) (AFORM NONE)) GERMAN NIL) +(germane germane ((V +) (N +) (AFORM NONE)) GERMANE NIL) +(germanic germanic ((V +) (N +) (AFORM NONE)) GERMANIC NIL) +(germany germany ((V -) (N +) (PN +)) GERMANY NIL) +(gerund gerund ((V -) (N +)) GERUND NIL) +(gesture gesture ((V +) (N -) (SUBCAT NULL)) GESTURE NIL) +(gesture gesture ((V -) (N +)) GESTURE NIL) +(get get ((V +) (N -) (SUBCAT NP) (REG -)) GET NIL) +(gift gift ((V -) (N +)) GIFT NIL) +(gin gin ((V -) (N +) (COUNT -)) GIN NIL) +(giraffe giraffe ((V -) (N +)) GIRAFFE NIL) +(girl girl ((V -) (N +)) GIRL NIL) +(gist gist ((V -) (N +)) GIST NIL) +(give give ((V +) (N -) (SUBCAT NP_NP) (REG -)) GIVE NIL) +(give give ((V +) (N -) (SUBCAT NP_PPTO) (REG -)) GIVE NIL) +(given given ((V +) (N -) (SUBCAT NP_NP) (VFORM EN)) GIVE NIL) +(given given ((V +) (N -) (SUBCAT NP_PPTO) (VFORM EN)) GIVE NIL) +(glad glad ((V +) (N +) (SUBCAT INF)) GLAD NIL) +(glad glad ((V +) (N +) (SUBCAT NULL)) GLAD NIL) +(glad glad ((V +) (N +) (SUBCAT SFIN)) GLAD NIL) +(glance glance ((V -) (N +)) GLANCE NIL) +(glance glance ((V +) (N -) (SUBCAT PPAT)) GLANCE NIL) +(glass glass ((V -) (N +)) GLASS NIL) +(glasses glasses ((V -) (N +) (PLU +)) GLASSES NIL) +(glean glean ((V +) (N -) (SUBCAT NP)) GLEAN NIL) +(global global ((V +) (N +) (AFORM NONE)) GLOBAL NIL) +(globe globe ((V -) (N +)) GLOBE NIL) +(glory glory ((V -) (N +)) GLORY NIL) +(gloss gloss ((V -) (N +)) GLOSS NIL) +(gloss gloss ((V +) (N -) (SUBCAT NP)) GLOSS NIL) +(glow glow ((V -) (N +)) GLOW NIL) +(glow glow ((V +) (N -) (SUBCAT NP)) GLOW NIL) +(gnat gnat ((V -) (N +)) GNAT NIL) +(gnu gnu ((V -) (N +)) GNU NIL) +(go go ((V +) (N -) (SUBCAT PP) (REG -)) GO NIL) +(goat goat ((V -) (N +)) GOAT NIL) +(god god ((V -) (N +)) GOD NIL) +(goddess goddess ((V -) (N +)) GODDESS NIL) +(gold gold ((V -) (N +)) GOLD NIL) +(golden golden ((V +) (N +)) GOLDEN NIL) +(gone gone ((V +) (N -) (SUBCAT PP) (VFORM EN)) GO NIL) +(good good ((V +) (N +) (AFORM NONE)) GOOD NIL) +(goods goods ((V -) (N +) (PLU +)) GOODS NIL) +(goose goose ((V -) (N +) (PLU -)) GOOSE NIL) +(gore gore ((V -) (N +)) GORE NIL) +(gorilla gorilla ((V -) (N +)) GORILLA NIL) +(gory gory ((V +) (N +)) GORY NIL) +(gospel gospel ((V -) (N +)) GOSPEL NIL) +(got got ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) GET NIL) +(govern govern ((V +) (N -)) GOVERN NIL) +(government government ((V -) (N +)) GOVERNMENT NIL) +(grab grab ((V +) (N -) (SUBCAT NP)) GRAB NIL) +(grace grace ((V -) (N +)) GRACE NIL) +(gradation gradation ((V -) (N -)) GRADATION NIL) +(grade grade ((V -) (N +)) GRADE NIL) +(gradual gradual ((V +) (N +) (AFORM NONE)) GRADUAL NIL) +(graft graft ((V -) (N +)) GRAFT NIL) +(graft graft ((V +) (N -) (SUBCAT NP)) GRAFT NIL) +(graham graham ((V -) (N +) (PN +)) GRAHAM NIL) +(grain grain ((V -) (N +)) GRAIN NIL) +(gram gram ((V -) (N +)) GRAM NIL) +(grammar grammar ((V -) (N +)) GRAMMAR NIL) +(grammatical grammatical ((V +) (N +) (AFORM NONE)) GRAMMATICAL NIL) +(grand grand ((V +) (N +)) GRAND NIL) +(grandfather grandfather ((V -) (N +)) GRANDFATHER NIL) +(grandmother grandmother ((V -) (N +)) GRANDMOTHER NIL) +(grant grant ((V -) (N +)) GRANT NIL) +(grant grant ((V +) (N -) (SUBCAT NP)) GRANT NIL) +(grape grape ((V -) (N +)) GRAPE NIL) +(graph graph ((V -) (N +)) GRAPH NIL) +(graphic graphic ((V +) (N +) (AFORM NONE)) GRAPHIC NIL) +(grasp grasp ((V -) (N +)) GRASP NIL) +(grasp grasp ((V +) (N -) (SUBCAT NP)) GRASP NIL) +(grass grass ((V -) (N +) (COUNT -)) GRASS NIL) +(grateful grateful ((V +) (N +) (SUBCAT NULL)) GRATEFUL NIL) +(grateful grateful ((V +) (N +) (SUBCAT PPTO)) GRATEFUL NIL) +(grateful grateful ((V +) (N +) (SUBCAT SFIN)) GRATEFUL NIL) +(gratuitous gratuitous ((V +) (N +) (AFORM NONE)) GRATUITOUS NIL) +(grave grave ((V -) (N +)) GRAVE NIL) +(gravitation gravitation ((V -) (N +)) GRAVITATION NIL) +(gravity gravity ((V -) (N +)) GRAVITY NIL) +(gravy gravy ((V -) (N +) (COUNT -)) GRAVY NIL) +(gray gray ((V +) (N +)) GRAY NIL) +(grease grease ((V -) (N +) (COUNT -)) GREASE NIL) +(great- great- ((FIX PRE) (STEM N)) GREAT NIL) +(great great ((V +) (N +)) GREAT NIL) +(greece greece ((V -) (N +) (PN +)) GREECE NIL) +(greed greed ((V -) (N +)) GREED NIL) +(greek greek ((V +) (N +) (AFORM NONE)) GREEK NIL) +(greek greek ((V -) (N +)) GREEK NIL) +(green green ((V -) (N +)) GREEN NIL) +(greet greet ((V +) (N -) (SUBCAT NP)) GREET NIL) +(gregarious gregarious ((V +) (N +) (AFORM NONE)) GREGARIOUS NIL) +(grew grew ((V +) (N -) (FIN +) (PAST +)) GROW NIL) +(grey grey ((V +) (N +)) GREY NIL) +(grid grid ((V -) (N +)) GRID NIL) +(grief grief ((V -) (N +)) GRIEF NIL) +(grieve grieve ((V +) (N -)) GRIEVE NIL) +(grill grill ((V +) (N -) (SUBCAT NP)) GRILL NIL) +(grim grim ((V +) (N +)) GRIM NIL) +(grime grime ((V -) (N +)) GRIME NIL) +(grin grin ((V -) (N +)) GRIN NIL) +(grin grin ((V +) (N -) (SUBCAT NULL)) GRIN NIL) +(grind grind ((V +) (N -) (SUBCAT NP) (REG -)) GRIND NIL) +(grip grip ((V -) (N +)) GRIP NIL) +(grip grip ((V +) (N -) (SUBCAT NP)) GRIP NIL) +(grit grit ((V -) (N +)) GRIT NIL) +(grog grog ((V -) (N +)) GROG NIL) +(gross gross ((V +) (N +)) GROSS NIL) +(ground ground ((V -) (N +)) GROUND NIL) +(ground ground ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) GRIND NIL) +(ground ground ((V +) (N -) (SUBCAT NP) (VFORM EN)) GRIND NIL) +(group group ((V -) (N +)) GROUP NIL) +(group group ((V +) (N -) (SUBCAT NP)) GROUP NIL) +(grove grove ((V -) (N +)) GROVE NIL) +(grow grow ((V +) (N -) (SUBCAT NP) (REG -)) GROW NIL) +(grow grow ((V +) (N -) (SUBCAT NULL) (REG -)) GROW NIL) +(grown grown ((V +) (N -) (SUBCAT NP) (VFORM EN)) GROW NIL) +(grown grown ((V +) (N -) (SUBCAT NULL) (VFORM EN)) GROW NIL) +(grown grown ((V +) (N -) (VFORM EN)) GROW NIL) +(growth growth ((V -) (N +) (COUNT -)) GROWTH NIL) +(guarantee guarantee ((V -) (N +)) GUARANTEE NIL) +(guarantee guarantee ((V +) (N -) (SUBCAT SFIN)) GUARANTEE NIL) +(guard guard ((V -) (N +)) GUARD NIL) +(guard guard ((V +) (N -) (SUBCAT NP)) GUARD NIL) +(guess guess ((V -) (N +)) GUESS NIL) +(guess guess ((V +) (N -) (SUBCAT SFIN)) GUESS NIL) +(guest guest ((V -) (N +)) GUEST NIL) +(guide guide ((V -) (N +)) GUIDE NIL) +(guide guide ((V +) (N -) (SUBCAT NP)) GUIDE NIL) +(guideline guideline ((V -) (N +)) GUIDELINE NIL) +(guilt guilt ((V -) (N +)) GUILT NIL) +(guinea guinea ((V -) (N +)) GUINEA NIL) +(guise guise ((V -) (N +)) GUISE NIL) +(gun gun ((V -) (N +)) GUN NIL) +(habit habit ((V -) (N +)) HABIT NIL) +(habitual habitual ((V +) (N +) (AFORM NONE)) HABITUAL NIL) +(had had ((V +) (N -) (AUX +) (SUBCAT PSP) (FIN +) (PAST +)) HAVE NIL) +(had had ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) HAVE NIL) +(had had ((V +) (N -) (SUBCAT NP) (VFORM EN)) HAVE NIL) +("hadn't" "hadn't" ((V +) (N -) (AUX +) (FIN +) (SUBCAT PSP) (AGR SING3) (NEG +) (PAST +)) HAVE NIL) +("hadn't" "hadn't" ((V +) (N -) (AUX +) (FIN +) (SUBCAT PSP) (AGR S) (NEG +) (PAST +)) HAVE NIL) +("hadn't" "hadn't" ((V +) (N -) (FIN +) (SUBCAT NP) (AGR SING3) (NEG +) (PAST +)) HAVE NIL) +(hail hail ((V -) (N +)) HAIL NIL) +(hair hair ((V -) (N +) (COUNT -)) HAIR NIL) +(half half ((V +) (N +) (ADV +)) HALF NIL) +(half half ((V +) (N +) (AFORM NONE)) HALF NIL) +(half half ((V -) (N +) (PLU -)) HALF NIL) +(half half ((V +) (N +) (QUA +)) HALF NIL) +(hall hall ((V -) (N +)) HALL NIL) +(halt halt ((V -) (N +)) HALT NIL) +(halt halt ((V +) (N -) (SUBCAT NP)) HALT NIL) +(halt halt ((V +) (N -) (SUBCAT NULL)) HALT NIL) +(halve halve ((V +) (N -) (SUBCAT NP)) HALVE NIL) +(halves halves ((V -) (N +) (PLU +)) HALF NIL) +(hamburger hamburger ((V -) (N +)) HAMBURGER NIL) +(hammer hammer ((V -) (N +)) HAMMER NIL) +(hammer hammer ((V +) (N -) (SUBCAT NP)) HAMMER NIL) +(hamper hamper ((V +) (N -) (SUBCAT NP)) HAMPER NIL) +(hand hand ((V -) (N +)) HAND NIL) +(hand hand ((V +) (N -) (SUBCAT NP_NP)) HAND NIL) +(hand hand ((V +) (N -) (SUBCAT NP_PPTO)) HAND NIL) +(handicap handicap ((V -) (N +)) HANDICAP NIL) +(handicap handicap ((V +) (N -) (SUBCAT NP)) HANDICAP NIL) +(handkerchief handkerchief ((V -) (N +)) HANDKERCHIEF NIL) +(handle handle ((V -) (N +)) HANDLE NIL) +(handle handle ((V +) (N -) (SUBCAT NP)) HANDLE NIL) +(handsome handsome ((V +) (N +) (AFORM NONE)) HANDSOME NIL) +(hang hang ((V +) (N -) (SUBCAT NP)) HANG NIL) +(hang hang ((V +) (N -) (SUBCAT NULL) (REG -)) HANG NIL) +(happen happen ((V +) (N -)) HAPPEN NIL) +(happen happen ((V +) (N -) (SUBCAT SR1)) HAPPEN NIL) +(happening happening ((V -) (N +)) HAPPENING NIL) +(happy happy ((V +) (N +) (SUBCAT NULL)) HAPPY NIL) +(happy happy ((V +) (N +) (SUBCAT SR1)) HAPPY NIL) +(harbour harbour ((V -) (N +)) HARBOUR NIL) +(hard hard ((V +) (N +) (SUBCAT NULL)) HARD NIL) +(hard hard ((V +) (N +) (SUBCAT OBJ_GAP)) HARD NIL) +(hardly hardly ((V +) (N +) (ADV +)) HARDLY NIL) +(hardware hardware ((V -) (N +)) HARDWARE NIL) +(harm harm ((V -) (N +)) HARM NIL) +(harm harm ((V +) (N -) (SUBCAT NP)) HARM NIL) +(harmonium harmonium ((V -) (N +)) HARMONIUM NIL) +(harmony harmony ((V -) (N +) (LAT -)) HARMONY NIL) +(harness harness ((V -) (N +)) HARNESS NIL) +(harness harness ((V +) (N -) (SUBCAT NP_PPTO)) HARNESS NIL) +(has has ((V +) (N -) (AUX +) (FIN +) (SUBCAT PSP) (PAST -) (AGR SING3)) HAVE NIL) +(has has ((V +) (N -) (AUX +) (FIN +) (SUBCAT PSP) (PAST -) (AGR S)) HAVE NIL) +(has has ((V +) (N -) (FIN +) (SUBCAT NP) (PAST -) (AGR SING3)) HAVE NIL) +(hash hash ((V -) (N +)) HASH NIL) +(hash hash ((V +) (N -) (SUBCAT NP)) HASH NIL) +("hasn't" "hasn't" ((V +) (N -) (AUX +) (FIN +) (SUBCAT PSP) (PAST -) (AGR SING3) (NEG +)) HAVE NIL) +("hasn't" "hasn't" ((V +) (N -) (AUX +) (FIN +) (SUBCAT PSP) (PAST -) (AGR S) (NEG +)) HAVE NIL) +("hasn't" "hasn't" ((V +) (N -) (FIN +) (SUBCAT NP) (PAST -) (AGR SING3) (NEG +)) HAVE NIL) +(haste haste ((V -) (N +)) HASTE NIL) +(hasty hasty ((V +) (N +) (AFORM NONE)) HASTY NIL) +(hat hat ((V -) (N +)) HAT NIL) +(hate hate ((V +) (N -) (SUBCAT NP)) HATE NIL) +(hatred hatred ((V -) (N +) (COUNT -)) HATRED NIL) +(have have ((V +) (N -) (SUBCAT NP) (REG -)) HAVE NIL) +(have have ((V +) (N -) (SUBCAT PSP) (INFL -) (AUX +) (REG -)) HAVE NIL) +(haven haven ((V -) (N +)) HAVEN NIL) +("haven't" "haven't" ((V +) (N -) (SUBCAT NP) (NEG +)) HAVE NIL) +("haven't" "haven't" ((V +) (N -) (SUBCAT PSP) (INFL -) (AUX +) (NEG +)) HAVE NIL) +(having having ((V +) (N -) (VFORM ING) (PRD -) (AUX +) (SUBCAT PSP)) HAVING NIL) +(hazard hazard ((V -) (N +)) HAZARD NIL) +(haze haze ((V -) (N +)) HAZE NIL) +(he he ((V -) (N +) (PRO +) (CASE NOM) (PER 3) (PLU -)) HE NIL) +(head head ((V -) (N +)) HEAD NIL) +(head head ((V +) (N -) (SUBCAT NP)) HEAD NIL) +(heading heading ((V -) (N +)) HEADING NIL) +(heal heal ((V +) (N -) (SUBCAT NP)) HEAL NIL) +(health health ((V -) (N +) (COUNT -)) HEALTH NIL) +(healthy healthy ((V +) (N +)) HEALTHY NIL) +(heap heap ((V -) (N +)) HEAP NIL) +(hear hear ((V +) (N -) (SUBCAT NP) (REG -)) HEAR NIL) +(heard heard ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) HEAR NIL) +(heard heard ((V +) (N -) (SUBCAT NP) (VFORM EN)) HEAR NIL) +(heart heart ((V -) (N +)) HEART NIL) +(hearth hearth ((V -) (N +)) HEARTH NIL) +(heat heat ((V +) (N -)) HEAT NIL) +(heath heath ((V -) (N +)) HEATH NIL) +(heathen heathen ((V -) (N +)) HEATHEN NIL) +(heave heave ((V +) (N -) (SUBCAT NULL)) HEAVE NIL) +(heaven heaven ((V -) (N +)) HEAVEN NIL) +(heavy heavy ((V +) (N +)) HEAVY NIL) +(heel heel ((V -) (N +)) HEEL NIL) +(height height ((V -) (N +)) HEIGHT NIL) +(held held ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) HOLD NIL) +(held held ((V +) (N -) (SUBCAT NP) (VFORM EN)) HOLD NIL) +(helicopter helicopter ((V -) (N +)) HELICOPTER NIL) +(help help ((V -) (N +)) HELP NIL) +(help help ((V +) (N -) (SUBCAT NP)) HELP NIL) +(hemlock hemlock ((V -) (N +)) HEMLOCK NIL) +(hen hen ((V -) (N +)) HEN NIL) +(hence hence ((V -) (N -) (PRO +)) HENCE NIL) +(her her ((QUA +) (SUBCAT DETN) (POSS +)) HER NIL) +(her her ((V -) (N +) (PRO +) (PER 3) (PLU -) (CASE ACC)) HER NIL) +(herd herd ((V -) (N +) (SUBCAT PPOF)) HERD NIL) +(here here ((PRO +) (V -) (N -)) HERE NIL) +(herring herring ((V -) (N +)) HERRING NIL) +(hers hers ((PRO +) (V -) (N +)) HERS NIL) +(herself herself ((PRO +) (N +) (V -) (REFL ((BAR 2) (N +) (V -) (PER 3) (PLU -)))) HERSELF NIL) +(heterogeneity heterogeneity ((V -) (N +)) HETEROGENEITY NIL) +(heterogeneous heterogeneous ((V +) (N +) (AFORM NONE)) HETEROGENEOUS NIL) +(heuristic heuristic ((V +) (N +) (AFORM NONE)) HEURISTIC NIL) +(heuristic heuristic ((V -) (N +)) HEURISTIC NIL) +(heuristically heuristically ((V +) (N +) (ADV +)) HEURISTICALLY NIL) +(hid hid ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) HIDE NIL) +(hid hid ((V +) (N -) (FIN +) (PAST +) (SUBCAT NULL)) HIDE NIL) +(hidden hidden ((V +) (N -) (VFORM EN) (SUBCAT NP)) HIDE NIL) +(hidden hidden ((V +) (N -) (VFORM EN) (SUBCAT NULL)) HIDE NIL) +(hide hide ((V +) (N -) (SUBCAT NP) (REG -)) HIDE NIL) +(hide hide ((V +) (N -) (SUBCAT NULL) (REG -)) HIDE NIL) +(hierarchy hierarchy ((V -) (N +)) HIERARCHY NIL) +(high high ((V +) (N +)) HIGH NIL) +(highlight highlight ((V -) (N +)) HIGHLIGHT NIL) +(highlight highlight ((V +) (N -) (SUBCAT NP)) HIGHLIGHT NIL) +(hill hill ((V -) (N +)) HILL NIL) +(him him ((V -) (N +) (PRO +) (PER 3) (PLU -) (CASE ACC)) HIM NIL) +(himself himself ((N +) (V -) (REFL ((BAR 2) (N +) (V -) (PER 3) (PLU -)))) HIMSELF NIL) +(hind hind ((V +) (N +) (AFORM NONE)) HIND NIL) +(hinder hinder ((V +) (N -) (SUBCAT NP)) HINDER NIL) +(hindrance hindrance ((V -) (N +)) HINDRANCE NIL) +(hinge hinge ((V -) (N +)) HINGE NIL) +(hint hint ((V -) (N +)) HINT NIL) +(hint hint ((V +) (N -) (SUBCAT PPAT)) HINT NIL) +(hire hire ((V +) (N -) (SUBCAT NP)) HIRE NIL) +(his his ((PRO +) (V -) (N +)) HIS NIL) +(his his ((QUA +) (SUBCAT DETN) (POSS +)) HIS NIL) +(history history ((V -) (N +)) HISTORY NIL) +(hit hit ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) HIT NIL) +(hit hit ((V +) (N -) (SUBCAT NP) (REG -)) HIT NIL) +(hit hit ((V +) (N -) (SUBCAT NP) (VFORM EN)) HIT NIL) +(hither hither ((V -) (N -) (PRO +)) HITHER NIL) +(hitherto hitherto ((V +) (N +) (ADV +)) HITHERTO NIL) +(hoax hoax ((V -) (N +)) HOAX NIL) +(hoax hoax ((V +) (N -) (SUBCAT NP)) HOAX NIL) +(hold hold ((V +) (N -) (SUBCAT NP) (REG -)) HOLD NIL) +(hole hole ((V -) (N +)) HOLE NIL) +(holiday holiday ((V -) (N +)) HOLIDAY NIL) +(hollow hollow ((V +) (N +)) HOLLOW NIL) +(holy holy ((V +) (N +)) HOLY NIL) +(home home ((V -) (N +)) HOME NIL) +(homogeneous homogeneous ((V +) (N +) (AFORM NONE)) HOMOGENEOUS NIL) +(homomorphism homomorphism ((V -) (N +)) HOMOMORPHISM NIL) +(hone hone ((V +) (N -) (SUBCAT NP)) HONE NIL) +(honest honest ((V +) (N +) (AFORM NONE)) HONEST NIL) +(honesty honesty ((V -) (N +) (COUNT -)) HONESTY NIL) +(honey honey ((V -) (N +)) HONEY NIL) +(honor honor ((V -) (N +)) HONOUR NIL) +(honour honour ((V -) (N +)) HONOUR NIL) +(honour honour ((V +) (N -) (SUBCAT NP)) HONOUR NIL) +(honourable honourable ((V +) (N +) (AFORM NONE)) HONOURABLE NIL) +(+hood +hood ((FIX SUF) (V -) (N +) (STEM (N (INFL +))) (LAT -)) HOOD NIL) +(hook hook ((V -) (N +)) HOOK NIL) +(hook hook ((V +) (N -) (SUBCAT NP)) HOOK NIL) +(hop hop ((V -) (N +)) HOP NIL) +(hop hop ((V +) (N -) (SUBCAT NULL)) HOP NIL) +(hope hope ((V -) (N +)) HOPE NIL) +(hope hope ((V +) (N -) (SUBCAT PPFOR)) HOPE NIL) +(hope hope ((V +) (N -) (SUBCAT SFIN)) HOPE NIL) +(horizon horizon ((V -) (N +)) HORIZON NIL) +(horizontal horizontal ((V +) (N +) (AFORM NONE)) HORIZONTAL NIL) +(horn horn ((V -) (N +)) HORN NIL) +(horrendous horrendous ((V +) (N +) (AFORM NONE)) HORRENDOUS NIL) +(horrible horrible ((V +) (N +) (AFORM NONE)) HORRIBLE NIL) +(horrify horrify ((V +) (N -) (SUBCAT NP)) HORRIFY NIL) +(horror horror ((V -) (N +)) HORROR NIL) +(horse horse ((V -) (N +)) HORSE NIL) +(hospitable hospitable ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) HOSPITABLE NIL) +(hospitable hospitable ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) HOSPITABLE NIL) +(hospital hospital ((V -) (N +)) HOSPITAL NIL) +(hospitality hospitality ((V -) (N +)) HOSPITALITY NIL) +(host host ((V -) (N +)) HOST NIL) +(host host ((V +) (N -) (SUBCAT NP)) HOST NIL) +(hot hot ((V +) (N +)) HOT NIL) +(hotel hotel ((V -) (N +)) HOTEL NIL) +(hour hour ((V -) (N +)) HOUR NIL) +(house house ((V -) (N +)) HOUSE NIL) +(house house ((V +) (N -) (SUBCAT NP)) HOUSE NIL) +(household household ((V +) (N +) (AFORM NONE)) HOUSEHOLD NIL) +(household household ((V -) (N +)) HOUSEHOLD NIL) +(how how ((PRO +) (V -) (N -) (WH +) (UB Q)) HOW NIL) +(how how ((SUBCAT DETA) (WH +) (UB Q)) HOW NIL) +(however however ((PRO +) (V -) (N -) (WH +) (UB Q) (EVER +)) HOWEVER NIL) +(however however ((SUBCAT DETA) (WH +) (UB Q)) HOWEVER NIL) +(huge huge ((V +) (N +)) HUGE NIL) +(hum hum ((V -) (N +)) HUM NIL) +(hum hum ((V +) (N -) (SUBCAT NULL)) HUM NIL) +(human human ((V +) (N +) (AFORM NONE)) HUMAN NIL) +(human human ((V -) (N +)) HUMAN NIL) +(humble humble ((V +) (N +)) HUMBLE NIL) +(humility humility ((V -) (N +)) HUMILITY NIL) +(humor humor ((V -) (N +) (COUNT -)) HUMOR NIL) +(humour humour ((V -) (N +) (COUNT -)) HUMOUR NIL) +(hunch hunch ((V +) (N -) (SUBCAT NULL)) HUNCH NIL) +(hundred hundred ((V -) (N +)) HUNDRED NIL) +(hundred hundred ((V -) (N +) (SUBCAT N1)) HUNDRED NIL) +(hundredth hundredth ((V +) (N +) (QUA +) (NUM ORD)) HUNDREDTH NIL) +(hung hung ((V +) (N -) (VFORM EN)) HANG NIL) +(hunger hunger ((V -) (N +) (SUBCAT PPFOR) (COUNT -)) HUNGER NIL) +(hunger hunger ((V +) (N -) (SUBCAT PPFOR)) HUNGER NIL) +(hungry hungry ((V +) (N +) (SUBCAT NULL)) HUNGRY NIL) +(hungry hungry ((V +) (N +) (SUBCAT PPFOR)) HUNGRY NIL) +(hunt hunt ((V -) (N +)) HUNT NIL) +(hunt hunt ((V +) (N -) (SUBCAT NP)) HUNT NIL) +(huntsman huntsman ((V -) (N +) (PLU -)) HUNTSMAN NIL) +(huntsmen huntsmen ((V -) (N +) (PLU +)) HUNTSMAN NIL) +(hurry hurry ((V +) (N -)) HURRY NIL) +(hurry hurry ((V -) (N +)) HURRY NIL) +(hurt hurt ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) HURT NIL) +(hurt hurt ((V +) (N -) (FIN +) (PAST +) (SUBCAT NULL)) HURT NIL) +(hurt hurt ((V +) (N -) (SUBCAT NP) (REG -)) HURT NIL) +(hurt hurt ((V +) (N -) (SUBCAT NULL) (REG -)) HURT NIL) +(hurt hurt ((V +) (N -) (VFORM EN) (SUBCAT NP)) HURT NIL) +(hurt hurt ((V +) (N -) (VFORM EN) (SUBCAT NULL)) HURT NIL) +(husband husband ((V -) (N +) (SUBCAT PPOF)) HUSBAND NIL) +(hut hut ((V -) (N +)) HUT NIL) +(hybrid hybrid ((V +) (N +) (AFORM NONE)) HYBRID NIL) +(hydrogen hydrogen ((V -) (N +)) HYDROGEN NIL) +(hygiene hygiene ((V -) (N +)) HYGIENE NIL) +(hypotheses hypotheses ((V -) (N +) (PLU +)) HYPOTHESES NIL) +(hypothesis hypothesis ((V -) (N +) (PLU -)) HYPOTHESIS NIL) +(hypothesize hypothesize ((V +) (N -) (SUBCAT NP)) HYPOTHESIZE NIL) +(hypothetical hypothetical ((V +) (N +) (AFORM NONE)) HYPOTHETICAL NIL) +(i i ((V -) (N +) (PRO +) (PER 1) (PLU -) (CASE NOM)) I NIL) +(+ic +ic ((FIX SUF) (V +) (N +) (AFORM NONE) (STEM (N (LAT +)(INFL +))) (LAT +)) IC NIL) +(ice ice ((V -) (N +) (COUNT -)) ICE NIL) +(iceland iceland ((V -) (N +) (PN +)) ICELAND NIL) +(icelandic icelandic ((V +) (N +) (AFORM NONE)) ICELANDIC NIL) +(icon icon ((V -) (N +)) ICON NIL) +(idea idea ((V -) (N +)) IDEA NIL) +(ideal ideal ((V +) (N +) (AFORM NONE)) IDEAL NIL) +(identical identical ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) IDENTICAL NIL) +(identical identical ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) IDENTICAL NIL) +(identify identify ((V +) (N -) (SUBCAT NP)) IDENTIFY NIL) +(identity identity ((V -) (N +)) IDENTITY NIL) +(idiocy idiocy ((V -) (N +)) IDIOCY NIL) +(idiom idiom ((V -) (N +)) IDIOM NIL) +(idiomatic idiomatic ((V +) (N +) (AFORM NONE)) IDIOMATIC NIL) +(idiot idiot ((V -) (N +)) IDIOT NIL) +(idle idle ((V +) (N +)) IDLE NIL) +(idle idle ((V +) (N -) (SUBCAT NULL)) IDLE NIL) +(if if ((SUBCAT IF)) IF NIL) +(+ify +ify ((FIX SUF) (V +) (N -) (AUX -) (AGR ((BAR 2) (V -) (N +) (NFORM NORM))) (STEM ((N +) (INFL +) (LAT +))) (LAT +)) IFY NIL) +(ignore ignore ((V +) (N -) (SUBCAT NP)) IGNORE NIL) +(ill ill ((V +) (N +) (PRD +) (AFORM NONE)) ILL NIL) +(illegal illegal ((V +) (N +) (AFORM NONE)) ILLEGAL NIL) +(illegitimacy illegitimacy ((V -) (N +)) ILLEGITIMACY NIL) +(illegitimate illegitimate ((V +) (N +) (AFORM NONE)) ILLEGITIMATE NIL) +(illocutionary illocutionary ((V +) (N +) (AFORM NONE)) ILLOCUTIONARY NIL) +(illogical illogical ((V +) (N +) (AFORM NONE)) ILLOGICAL NIL) +(illuminate illuminate ((V +) (N -) (SUBCAT NP) (AT -)) ILLUMINATE NIL) +(illusion illusion ((V -) (N +)) ILLUSION NIL) +(illusory illusory ((V +) (N +) (AFORM NONE)) ILLUSORY NIL) +(illustrate illustrate ((V +) (N -) (AT -) (SUBCAT NP)) ILLUSTRATE NIL) +(image image ((V -) (N +)) IMAGE NIL) +(imaginary imaginary ((V +) (N +) (AFORM NONE)) IMAGINARY NIL) +(imagine imagine ((V +) (N -) (SUBCAT OR)) IMAGINE NIL) +(imagine imagine ((V +) (N -) (SUBCAT SFIN)) IMAGINE NIL) +(imbalance imbalance ((V -) (N +)) IMBALANCE NIL) +(imitate imitate ((V +) (N -) (AT -) (SUBCAT NP)) IMITATE NIL) +(immaterial immaterial ((V +) (N +) (AFORM NONE)) IMMATERIAL NIL) +(immediacy immediacy ((V -) (N +)) IMMEDIACY NIL) +(immediate immediate ((V +) (N +) (AFORM NONE)) IMMEDIATE NIL) +(immense immense ((V +) (N +) (AFORM NONE)) IMMENSE NIL) +(immigrant immigrant ((V -) (N +)) IMMIGRANT NIL) +(immigration immigration ((V -) (N +)) IMMIGRATION NIL) +(immoderate immoderate ((V +) (N +) (AFORM NONE)) IMMODERATE NIL) +(immodest immodest ((V +) (N +) (AFORM NONE)) IMMODEST NIL) +(immodesty immodesty ((V -) (N +)) IMMODESTY NIL) +(immune immune ((V +) (N +) (AFORM NONE) (SUBCAT PPTO)) IMMUNE NIL) +(impair impair ((V +) (N -) (SUBCAT NP)) IMPAIR NIL) +(impart impart ((V +) (N -) (SUBCAT NP_PPTO)) IMPART NIL) +(impartial impartial ((V +) (N +) (AFORM NONE)) IMPARTIAL NIL) +(impatience impatience ((V -) (N +) (SUBCAT PPWITH) (COUNT -)) IMPATIENCE NIL) +(impatient impatient ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) IMPATIENT NIL) +(impatient impatient ((V +) (N +) (SUBCAT PPWITH) (AFORM NONE)) IMPATIENT NIL) +(impenetrable impenetrable ((V +) (N +) (AFORM NONE)) IMPENETRABLE NIL) +(imperative imperative ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) IMPERATIVE NIL) +(imperative imperative ((V +) (N +) (SUBCAT SFIN) (AFORM NONE)) IMPERATIVE NIL) +(imperfect imperfect ((V +) (N +) (AFORM NONE)) IMPERFECT NIL) +(imperfection imperfection ((V -) (N +)) IMPERFECTION NIL) +(imperial imperial ((V +) (N +) (AFORM NONE)) IMPERIAL NIL) +(imperious imperious ((V +) (N +) (AFORM NONE)) IMPERIOUS NIL) +(impersonal impersonal ((V +) (N +) (AFORM NONE)) IMPERSONAL NIL) +(impertinent impertinent ((V +) (N +) (AFORM NONE)) IMPERTINENT NIL) +(impinge impinge ((V +) (N -) (SUBCAT PPON)) IMPINGE NIL) +(implausible implausible ((V +) (N +) (AFORM NONE)) IMPLAUSIBLE NIL) +(implement implement ((V +) (N -) (SUBCAT NP)) IMPLEMENT NIL) +(implicate implicate ((V +) (N -) (SUBCAT NP) (AT -)) IMPLICATE NIL) +(implicature implicature ((V -) (N +)) IMPLICATURE NIL) +(implicit implicit ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) IMPLICIT NIL) +(implicit implicit ((V +) (N +) (SUBCAT PPIN) (AFORM NONE)) IMPLICIT NIL) +(imply imply ((V +) (N -) (SUBCAT SFIN)) IMPLY NIL) +(impolite impolite ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) IMPOLITE NIL) +(impolite impolite ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) IMPOLITE NIL) +(import import ((V -) (N +)) IMPORT NIL) +(import import ((V +) (N -) (SUBCAT NP)) IMPORT NIL) +(importance importance ((V -) (N +) (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 ((V +) (N -) (SUBCAT NP_PPON)) IMPOSE NIL) +(imposition imposition ((V -) (N +)) 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) +(imprecise imprecise ((V +) (N +) (AFORM NONE)) IMPRECISE NIL) +(imprecision imprecision ((V -) (N +)) IMPRECISION NIL) +(impress impress ((V +) (N -) (SUBCAT NP) (AT -)) IMPRESS NIL) +(improbable improbable ((V +) (N +) (AFORM NONE)) IMPROBABLE NIL) +(improve improve ((V +) (N -)) IMPROVE NIL) +(impure impure ((V +) (N +)) IMPURE NIL) +(in- in- ((FIX PRE) (STEM ((V +) (N +) (LAT +) (AFORM NONE)))) IN NIL) +(in in ((PRT IN)) IN NIL) +(in in ((V -) (N -) (SUBCAT ING)) IN NIL) +(in in ((V -) (N -) (SUBCAT NP)) IN NIL) +(in in ((V -) (N -) (SUBCAT NP) (PFORM IN)) IN NIL) +(in in ((V -) (N -) (SUBCAT STHAT)) IN NIL) +(inability inability ((V -) (N +) (SUBCAT PPTO)) INABILITY NIL) +(inaccuracy inaccuracy ((V -) (N +)) INACCURACY NIL) +(inactive inactive ((V +) (N +) (AFORM NONE)) INACTIVE NIL) +(inadequacy inadequacy ((V -) (N +) (SUBCAT PPFOR)) INADEQUACY NIL) +(inadequecy inadequecy ((V -) (N +)) INADEQUECY NIL) +(incapacitate incapacitate ((V +) (N -) (AT -) (SUBCAT NP)) INCAPACITATE NIL) +(incarnation incarnation ((V -) (N +)) INCARNATION NIL) +(inch inch ((V -) (N +)) INCH NIL) +(incident incident ((V -) (N +)) INCIDENT NIL) +(incidental incidental ((V +) (N +) (AFORM NONE)) INCIDENTAL NIL) +(incisive incisive ((V +) (N +) (AFORM NONE)) INCISIVE NIL) +(incline incline ((V +) (N -) (SUBCAT NULL)) INCLINE NIL) +(inclined inclined ((V +) (N +) (AFORM NONE) (SUBCAT PPTO)) INCLINED NIL) +(include include ((V +) (N -) (SUBCAT NP)) INCLUDE NIL) +(including including ((V -) (N -) (SUBCAT NP)) INCLUDING NIL) +(inclusion inclusion ((V -) (N +)) INCLUSION NIL) +(inclusive inclusive ((V +) (N +) (AFORM NONE)) INCLUSIVE NIL) +(incoherence incoherence ((V -) (N +)) INCOHERENCE NIL) +(income income ((V -) (N +)) INCOME NIL) +(inconceivable inconceivable ((V +) (N +) (SUBCAT SFIN) (AFORM NONE)) INCONCEIVABLE NIL) +(inconsistency inconsistency ((V -) (N +)) INCONSISTENCY NIL) +(incontestable incontestable ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) INCONTESTABLE NIL) +(incontestable incontestable ((V +) (N +) (SUBCAT SFIN) (AFORM NONE)) INCONTESTABLE NIL) +(inconvenience inconvenience ((V -) (N +)) INCONVENIENCE NIL) +(inconvenience inconvenience ((V +) (N -) (SUBCAT NP)) INCONVENIENCE NIL) +(incorporate incorporate ((V +) (N -) (AT -) (SUBCAT NP)) INCORPORATE NIL) +(incorporate incorporate ((V +) (N -) (SUBCAT NP) (AT -)) INCORPORATE NIL) +(incorrigible incorrigible ((V +) (N +) (AFORM NONE)) INCORRIGIBLE NIL) +(increase increase ((V -) (N +)) INCREASE NIL) +(increase increase ((V +) (N -) (SUBCAT NP)) INCREASE NIL) +(increase increase ((V +) (N -) (SUBCAT NULL)) INCREASE NIL) +(increment increment ((V -) (N +)) INCREMENT NIL) +(increment increment ((V +) (N -) (SUBCAT NP)) INCREMENT NIL) +(incur incur ((V +) (N -) (SUBCAT NP)) INCUR NIL) +(indeed indeed ((V +) (N +) (ADV +)) INDEED NIL) +(indefinite indefinite ((V +) (N +)) INDEFINITE NIL) +(independence independence ((V -) (N +) (COUNT -)) INDEPENDENCE NIL) +(independent independent ((V +) (N +) (AFORM NONE)) INDEPENDENT NIL) +(indeterminacy indeterminacy ((V -) (N +)) INDETERMINACY NIL) +(index index ((V -) (N +) (PLU -)) INDEX NIL) +(index index ((V +) (N -) (SUBCAT NP)) INDEX NIL) +(india india ((V -) (N +) (PN +)) INDIA NIL) +(indian indian ((V +) (N +)) INDIAN NIL) +(indicate indicate ((V +) (N -) (SUBCAT SFIN) (AT -)) INDICATE NIL) +(indices indices ((V -) (N +) (PLU +)) INDEX NIL) +(indigestion indigestion ((V -) (N +)) INDIGESTION NIL) +(indirect indirect ((V +) (N +) (AFORM NONE)) INDIRECT NIL) +(indiscriminate indiscriminate ((V +) (N +) (AFORM NONE)) INDISCRIMINATE NIL) +(indistinguishable indistinguishable ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) INDISTINGUISHABLE NIL) +(individual individual ((V +) (N +) (AFORM NONE)) INDIVIDUAL NIL) +(individual individual ((V -) (N +)) INDIVIDUAL NIL) +(indoor indoor ((V +) (N +) (AFORM NONE)) INDOOR NIL) +(induce induce ((V +) (N -) (SUBCAT OE)) INDUCE NIL) +(induct induct ((V +) (N -) (SUBCAT NP) (AT -)) INDUCT NIL) +(indulge indulge ((V +) (N -) (SUBCAT PPIN)) INDULGE NIL) +(indulgent indulgent ((V +) (N +) (AFORM NONE)) INDULGENT NIL) +(industry industry ((V -) (N +)) INDUSTRY NIL) +(inescapable inescapable ((V +) (N +) (AFORM NONE)) INESCAPABLE NIL) +(inevitable inevitable ((V +) (N +) (AFORM NONE)) INEVITABLE NIL) +(infect infect ((V +) (N -) (SUBCAT NP) (AT -)) INFECT NIL) +(infection infection ((V -) (N +)) INFECTION NIL) +(infectious infectious ((V +) (N +) (AFORM NONE)) INFECTIOUS NIL) +(infer infer ((V +) (N -) (SUBCAT NP_PPFROM)) INFER NIL) +(inference inference ((V -) (N +)) INFERENCE NIL) +(inferior inferior ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) INFERIOR NIL) +(inferior inferior ((V +) (N +) (AFORM NONE) (SUBCAT PPTO)) INFERIOR NIL) +(infinite infinite ((V +) (N +) (AFORM NONE)) INFINITE NIL) +(infinitesimal infinitesimal ((V +) (N +) (AFORM NONE)) INFINITESIMAL NIL) +(infinitive infinitive ((V +) (N +) (AFORM NONE)) INFINITIVE NIL) +(infix infix ((V -) (N +)) INFIX NIL) +(inflate inflate ((V +) (N -) (SUBCAT NP) (AT -)) INFLATE NIL) +(inflation inflation ((V -) (N +)) INFLATION NIL) +(inflect inflect ((V +) (N -) (AT -) (SUBCAT NULL)) INFLECT NIL) +(influence influence ((V -) (N +)) INFLUENCE NIL) +(influence influence ((V +) (N -) (SUBCAT NP)) INFLUENCE NIL) +(inform inform ((V +) (N -) (SUBCAT NP_S)) INFORM NIL) +(informal informal ((V +) (N +) (AFORM NONE)) INFORMAL NIL) +(informant informant ((V -) (N +)) INFORMANT NIL) +(information information ((V -) (N +)) INFORMATION NIL) +(+ing +ing ((FIX SUF) (V +) (N -) (VFORM ING) (STEM (V (INFL +)))) ING NIL) +(ingenious ingenious ((V +) (N +) (AFORM NONE)) INGENIOUS NIL) +(ingenuity ingenuity ((V -) (N +) (COUNT -)) INGENUITY NIL) +(ingredient ingredient ((V -) (N +)) INGREDIENT NIL) +(inhabit inhabit ((V +) (N -) (SUBCAT NP)) INHABIT NIL) +(inherent inherent ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) INHERENT NIL) +(inherent inherent ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) INHERENT NIL) +(inherit inherit ((V +) (N -) (SUBCAT NP_PPFROM)) INHERIT NIL) +(inheritance inheritance ((V -) (N +)) INHERITANCE NIL) +(inhibit inhibit ((V +) (N -) (AT -) (SUBCAT NP)) INHIBIT NIL) +(initial initial ((V +) (N +) (AFORM NONE)) INITIAL NIL) +(initialize initialize ((V +) (N -) (SUBCAT NP)) INITIALIZE NIL) +(initiate initiate ((V +) (N -) (AT -) (SUBCAT NP)) INITIATE NIL) +(inject inject ((V +) (N -) (SUBCAT NP_PPWITH) (AT -)) INJECT NIL) +(injunction injunction ((V -) (N +)) INJUNCTION NIL) +(injure injure ((V +) (N -) (SUBCAT NP)) INJURE NIL) +(injury injury ((V -) (N +)) INJURY NIL) +(ink ink ((V -) (N +)) INK NIL) +(inn inn ((V -) (N +)) INN NIL) +(innate innate ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) INNATE NIL) +(innate innate ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) INNATE NIL) +(inner inner ((V +) (N +) (AFORM NONE)) INNER NIL) +(innermost innermost ((V +) (N +) (AFORM EST)) INNERMOST NIL) +(innocuous innocuous ((V +) (N +) (AFORM NONE)) INNOCUOUS NIL) +(innovation innovation ((V -) (N +)) INNOVATION NIL) +(input input ((V -) (N +)) INPUT NIL) +(inquire inquire ((V +) (N -) (SUBCAT PPABOUT)) INQUIRE NIL) +(inquire inquire ((V +) (N -) (SUBCAT Q_S)) INQUIRE NIL) +(inquiry inquiry ((V -) (N +) (SUBCAT PPABOUT)) INQUIRY NIL) +(inscribe inscribe ((V +) (N -) (SUBCAT NP)) INSCRIBE NIL) +(inscription inscription ((V -) (N +)) INSCRIPTION NIL) +(insect insect ((V -) (N +)) INSECT NIL) +(insert insert ((V +) (N -) (SUBCAT NP) (AT -)) INSERT NIL) +(inside inside ((PRO +) (V -) (N -)) INSIDE NIL) +(inside inside ((V -) (N +)) INSIDE NIL) +(insight insight ((V -) (N +)) INSIGHT NIL) +(insist insist ((V +) (N -) (SUBCAT SBSE)) INSIST NIL) +(insistence insistence ((V -) (N +) (SUBCAT PPON)) INSISTENCE NIL) +(insistence insistence ((V -) (N +) (SUBCAT SBSE)) INSISTENCE NIL) +(insistent insistent ((V +) (N +) (SUBCAT SBSE) (AFORM NONE)) INSISTENT NIL) +(inspect inspect ((V +) (N -) (SUBCAT NP) (AT -)) INSPECT NIL) +(inspector inspector ((V -) (N +)) INSPECTOR NIL) +(inspire inspire ((V +) (N -) (SUBCAT NP)) INSPIRE NIL) +(instability instability ((V -) (N +)) INSTABILITY NIL) +(install install ((V +) (N -) (SUBCAT NP)) INSTALL NIL) +(instance instance ((V -) (N +) (SUBCAT PPOF)) INSTANCE NIL) +(instant instant ((V -) (N +)) INSTANT NIL) +(instantiate instantiate ((V +) (N -) (SUBCAT NP) (AT -)) INSTANTIATE NIL) +(instantly instantly ((V +) (N +) (ADV +)) INSTANTLY NIL) +(instead instead ((V -) (N -) (SUBCAT PPOF)) INSTEAD NIL) +(instigate instigate ((V +) (N -) (AT -) (SUBCAT NP)) INSTIGATE NIL) +(instil instil ((V +) (N -) (SUBCAT NP_PPIN)) INSTIL NIL) +(instinct instinct ((V -) (N +)) INSTINCT NIL) +(institute institute ((V +) (N -) (AT -) (SUBCAT NP)) INSTITUTE NIL) +(institute institute ((V -) (N +)) INSTITUTE NIL) +(institution institution ((V -) (N +)) INSTITUTION NIL) +(instruct instruct ((V +) (N -) (SUBCAT OE) (AT -)) INSTRUCT NIL) +(instrument instrument ((V -) (N +)) INSTRUMENT NIL) +(insulate insulate ((V +) (N -) (SUBCAT NP_PPFROM) (AT -)) INSULATE NIL) +(insult insult ((V -) (N +)) INSULT NIL) +(insult insult ((V +) (N -) (SUBCAT NP)) INSULT NIL) +(insurance insurance ((V -) (N +)) INSURANCE NIL) +(insure insure ((V +) (N -) (SUBCAT NP)) INSURE NIL) +(intact intact ((V +) (N +) (AFORM NONE)) INTACT NIL) +(integer integer ((V -) (N +)) INTEGER NIL) +(integral integral ((V +) (N +) (AFORM NONE)) INTEGRAL NIL) +(integrate integrate ((V +) (N -) (AT -) (SUBCAT NP_PPWITH)) INTEGRATE NIL) +(intellectual intellectual ((V +) (N +) (AFORM NONE)) INTELLECTUAL NIL) +(intelligence intelligence ((V -) (N +)) INTELLIGENCE NIL) +(intelligent intelligent ((V +) (N +) (AFORM NONE)) INTELLIGENT NIL) +(intelligible intelligible ((V +) (N +) (AFORM NONE)) INTELLIGIBLE NIL) +(intend intend ((V +) (N -) (SUBCAT SE1)) INTEND NIL) +(intense intense ((V +) (N +) (AFORM NONE)) INTENSE NIL) +(intension intension ((V -) (N +)) INTENSION NIL) +(intention intention ((V -) (N +)) INTENTION NIL) +(inter- inter- ((FIX PRE) (STEM nil)) INTER NIL) +(inter inter ((V +) (N -) (SUBCAT NP)) INTER NIL) +(interdisciplinary interdisciplinary ((V +) (N +) (AFORM NONE)) INTERDISCIPLINARY NIL) +(interest interest ((V -) (N +)) INTEREST NIL) +(interest interest ((V +) (N -) (SUBCAT NP)) INTEREST NIL) +(interface interface ((V -) (N +)) INTERFACE NIL) +(interfere interfere ((V +) (N -) (SUBCAT PPWITH)) INTERFERE NIL) +(interference interference ((V -) (N +)) INTERFERENCE NIL) +(interject interject ((V +) (N -) (AT -) (SUBCAT NULL)) INTERJECT NIL) +(intermediate intermediate ((V +) (N +) (AFORM NONE)) INTERMEDIATE NIL) +(internal internal ((V +) (N +) (AFORM NONE)) INTERNAL NIL) +(international international ((V +) (N +) (AFORM NONE)) INTERNATIONAL NIL) +(interpolate interpolate ((V +) (N -) (AT -) (SUBCAT NP)) INTERPOLATE NIL) +(interpret interpret ((V +) (N -) (SUBCAT NP)) INTERPRET NIL) +(interpretive interpretive ((V +) (N +) (AFORM NONE)) INTERPRET NIL) +(interrogate interrogate ((V +) (N -) (AT -) (SUBCAT NP)) INTERROGATE NIL) +(interrogative interrogative ((V +) (N +) (AFORM NONE)) INTERROGATIVE NIL) +(interrupt interrupt ((V +) (N -) (AT -) (SUBCAT NP)) INTERRUPT NIL) +(intersect intersect ((V +) (N -) (AT -) (SUBCAT NP)) INTERSECT NIL) +(interval interval ((V -) (N +)) INTERVAL NIL) +(intervene intervene ((V +) (N -) (SUBCAT NULL)) INTERVENE NIL) +(intimacy intimacy ((V -) (N +)) INTIMACY NIL) +(intimate intimate ((V +) (N +) (AFORM NONE)) INTIMATE NIL) +(intimate intimate ((V +) (N -) (AT -) (SUBCAT SFIN)) INTIMATE NIL) +(into into ((V -) (N -) (SUBCAT NP)) INTO NIL) +(intonation intonation ((V -) (N +)) INTONATION NIL) +(intra- intra- ((FIX PRE) (STEM ((V +) (N +)))) INTRA NIL) +(intractable intractable ((V +) (N +) (AFORM NONE)) INTRACTABLE NIL) +(intransitive intransitive ((V +) (N +) (AFORM NONE)) INTRANSITIVE NIL) +(intravenous intravenous ((V +) (N +) (AFORM NONE)) INTRAVENOUS NIL) +(intricacy intricacy ((V -) (N +)) INTRICACY NIL) +(intricate intricate ((V +) (N +) (AFORM NONE)) INTRICATE NIL) +(intrigue intrigue ((V -) (N +)) INTRIGUE NIL) +(intrigue intrigue ((V +) (N -) (SUBCAT NULL)) INTRIGUE NIL) +(intrinsic intrinsic ((V +) (N +) (AFORM NONE)) INTRINSIC NIL) +(intrinsically intrinsically ((V +) (N +) (ADV +)) INTRINSICALLY NIL) +(introduce introduce ((V +) (N -) (SUBCAT NP_PPTO)) INTRODUCE NIL) +(introduction introduction ((V -) (N +) (SUBCAT PPTO)) INTRODUCTION NIL) +(introspection introspection ((V -) (N +) (COUNT -)) INTROSPECTION NIL) +(introspective introspective ((V +) (N +) (AFORM NONE)) INTROSPECTIVE NIL) +(intrude intrude ((V +) (N -)) INTRUDE NIL) +(intrusion intrusion ((V -) (N +)) INTRUSION NIL) +(intuition intuition ((V -) (N +)) INTUITION NIL) +(intuitive intuitive ((V +) (N +) (AFORM NONE)) INTUITIVE NIL) +(invade invade ((V +) (N -) (SUBCAT NP)) INVADE NIL) +(invalid invalid ((V -) (N +)) INVALID NIL) +(invalidate invalidate ((V +) (N -) (SUBCAT NP) (AT -)) INVALIDATE NIL) +(invaluable invaluable ((V +) (N +) (AFORM NONE)) INVALUABLE NIL) +(invariable invariable ((V +) (N +) (AFORM NONE)) INVARIABLE NIL) +(invariant invariant ((V +) (N +) (AFORM NONE)) INVARIANT NIL) +(invasion invasion ((V -) (N +)) INVASION NIL) +(invent invent ((V +) (N -) (SUBCAT NP) (AT -)) INVENT NIL) +(inverse inverse ((V +) (N +) (AFORM NONE)) INVERSE NIL) +(inversion inversion ((V -) (N +)) INVERSION NIL) +(invert invert ((V +) (N -) (SUBCAT NP)) INVERT NIL) +(invest invest ((V +) (N -) (SUBCAT NP_PPWITH)) INVEST NIL) +(investigate investigate ((V +) (N -) (SUBCAT NP) (AT -)) INVESTIGATE NIL) +(invisible invisible ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) INVISIBLE NIL) +(invisible invisible ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) INVISIBLE NIL) +(invite invite ((V +) (N -) (SUBCAT NP_PPTO)) INVITE NIL) +(invocation invocation ((V -) (N +)) INVOCATION NIL) +(invoke invoke ((V +) (N -) (SUBCAT NP)) INVOKE NIL) +(involve involve ((V +) (N -) (SUBCAT NP)) INVOLVE NIL) +(inwards inwards ((PRO +) (V -) (N -)) INWARDS NIL) +(+ion +ion ((FIX SUF) (V -) (N +) (SUBCAT NULL) (STEM (V (INFL +) (AT -)))) ION NIL) +(ireland ireland ((V -) (N +) (PN +)) IRELAND NIL) +(irish irish ((V +) (N +) (AFORM NONE)) IRISH NIL) +(iron iron ((V -) (N +)) IRON NIL) +(iron iron ((V +) (N -) (SUBCAT NP)) IRON NIL) +(irony irony ((V -) (N +)) IRONY NIL) +(irrational irrational ((V +) (N +) (AFORM NONE)) IRRATIONAL NIL) +(irregular irregular ((V +) (N +) (AFORM NONE)) IRREGULAR NIL) +(irrelevant irrelevant ((V +) (N +) (AFORM NONE)) IRRELEVANT NIL) +(irremediable irremediable ((V +) (N +) (AFORM NONE)) IRREMEDIABLE NIL) +(irrespective irrespective ((V +) (N +) (AFORM NONE) (SUBCAT PPOF)) IRRESPECTIVE NIL) +(irretrievable irretrievable ((V +) (N +) (AFORM NONE)) IRRETRIEVABLE NIL) +(irritant irritant ((V -) (N +)) IRRITANT NIL) +(irritate irritate ((V +) (N -) (AT -) (SUBCAT NP)) IRRITATE NIL) +(is is ((V +) (N -) (AUX +) (SUBCAT PRED) (FIN +) (PAST -) (AGR SING3)) BE NIL) +(is is ((V +) (N -) (AUX +) (SUBCAT PRED) (FIN +) (PAST -) (AGR S)) BE NIL) +(+ise +ise ((FIX SUF) (V +) (N -) (AUX -) (SUBCAT NP) (AGR ((BAR 2) (V -) (N +) (NFORM NORM))) (STEM ((N +) (V -) (INFL +) (LAT +)))) ISE NIL) +(+ise +ise ((FIX SUF) (V +) (N -) (AUX -) (SUBCAT NP) (STEM ((AFORM NONE) (ADV -) (LAT +)))) ISE NIL) +(+ish +ish ((FIX SUF) (V +) (N +) (AFORM NONE) (STEM ((AFORM NONE))) (LAT -)) ISH NIL) +(island island ((V -) (N +)) ISLAND NIL) +(+ism +ism ((V -) (N +) (FIX SUF) (STEM ((LAT +) (N +)))) ISM NIL) +("isn't" "isn't" ((V +) (N -) (AUX +) (SUBCAT PRED) (FIN +) (PAST -) (AGR SING3) (NEG +)) BE NIL) +("isn't" "isn't" ((V +) (N -) (AUX +) (SUBCAT PRED) (FIN +) (PAST -) (AGR S) (NEG +)) BE NIL) +(isolable isolable ((V +) (N +) (AFORM NONE)) ISOLABLE NIL) +(isolate isolate ((V +) (N -) (SUBCAT NP) (AT -)) ISOLATE NIL) +(isomorphic isomorphic ((V +) (N +) (AFORM NONE)) ISOMORPHIC NIL) +(issue issue ((V +) (N -)) ISSUE NIL) +(issue issue ((V -) (N +)) ISSUE NIL) +(+ist +ist ((FIX SUF) (V -) (N +) (STEM N)) IST NIL) +(it it ((V -) (N +) (PRO +) (NFORM IT)) IT NIL) +(it it ((V -) (N +) (PRO +) (PER 3) (PLU -)) IT NIL) +(italy italy ((V -) (N +) (PN +)) ITALY NIL) +(item item ((V -) (N +)) ITEM NIL) +(itemize itemize ((V +) (N -) (SUBCAT NP)) ITEMIZE NIL) +(iterate iterate ((V +) (N -) (SUBCAT NULL) (AT -)) ITERATE NIL) +(its its ((QUA +) (SUBCAT DETN) (POSS +)) ITS NIL) +(itself itself ((V -) (N +) (REFL ((BAR 2) (V -) (N +) (PER 3) (PLU -)))) ITSELF NIL) +(+ity +ity ((FIX SUF) (V -) (N +) (LAT +) (STEM ((AFORM NONE) (LAT +)))) ITY NIL) +(+ive +ive ((FIX SUF) (V +) (N +) (AFORM NONE) (STEM (V (INFL +) (AT -)))) IVE NIL) +(+ize +ize ((FIX SUF) (V +) (N -) (AUX -) (SUBCAT NP) (AGR ((BAR 2) (V -) (N +) (NFORM NORM))) (STEM ((AFORM NONE) (ADV -) (LAT +)))) IZE NIL) +(+ize +ize ((FIX SUF) (V +) (N -) (AUX -) (SUBCAT NP) (AGR ((BAR 2) (V -) (N +) (NFORM NORM))) (STEM ((N +) (V -) (INFL +) (LAT +)))) IZE NIL) +(january january ((V -) (N +) (PN +)) JANUARY NIL) +(japan japan ((V -) (N +) (PN +)) JAPAN NIL) +(japanese japanese ((V +) (N +) (AFORM NONE)) JAPANESE NIL) +(jaundice jaundice ((V -) (N +)) JAUNDICE NIL) +(jaundiced jaundiced ((V +) (N +) (AFORM NONE)) JAUNDICED NIL) +(jaw jaw ((V -) (N +)) JAW NIL) +(jealous jealous ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) JEALOUS NIL) +(jealous jealous ((V +) (N +) (SUBCAT PPOF) (AFORM NONE)) JEALOUS NIL) +(jealousy jealousy ((V -) (N +) (SUBCAT PPOF)) JEALOUSY NIL) +(jew jew ((V -) (N +)) JEW NIL) +(jewel jewel ((V -) (N +)) JEWEL NIL) +(jeweller jeweller ((V -) (N +)) JEWELLER NIL) +(jewellery jewellery ((V -) (N +)) JEWELLERY NIL) +(job job ((V -) (N +)) JOB NIL) +(john john ((V -) (N +) (PN +)) JOHN NIL) +(join join ((V +) (N -) (SUBCAT NP_PPTO)) JOIN NIL) +(joint joint ((V -) (N +)) JOINT NIL) +(joke joke ((V -) (N +)) JOKE NIL) +(joke joke ((V +) (N -) (SUBCAT NULL)) JOKE NIL) +(journal journal ((V -) (N +)) JOURNAL NIL) +(journalism journalism ((V -) (N +)) JOURNALISM NIL) +(journalist journalist ((V -) (N +)) JOURNALIST NIL) +(journey journey ((V -) (N +)) JOURNEY NIL) +(joy joy ((V -) (N +)) JOY NIL) +(judge judge ((V -) (N +)) JUDGE NIL) +(judge judge ((V +) (N -) (SUBCAT NP)) JUDGE NIL) +(judge judge ((V +) (N -) (SUBCAT Q_S)) JUDGE NIL) +(judgment judgment ((V -) (N +)) JUDGMENT NIL) +(judicious judicious ((V +) (N +) (AFORM NONE)) JUDICIOUS NIL) +(juggle juggle ((V +) (N -) (SUBCAT NP)) JUGGLE NIL) +(juggle juggle ((V +) (N -) (SUBCAT NULL)) JUGGLE NIL) +(juice juice ((V -) (N +)) JUICE NIL) +(july july ((V -) (N +) (PN +)) JULY NIL) +(jumble jumble ((V +) (N -) (SUBCAT NP)) JUMBLE NIL) +(jump jump ((V +) (N -)) JUMP NIL) +(jump jump ((V -) (N +)) JUMP NIL) +(june june ((V -) (N +) (PN +)) JUNE NIL) +(junk junk ((V -) (N +)) JUNK NIL) +(just just ((V +) (N +) (AFORM NONE)) JUST NIL) +(justice justice ((V -) (N +)) JUSTICE NIL) +(justify justify ((V +) (N -) (SUBCAT NP)) JUSTIFY NIL) +(juxtapose juxtapose ((V +) (N -) (SUBCAT NP)) JUXTAPOSE NIL) +(juxtaposition juxtaposition ((V -) (N +)) JUXTAPOSITION NIL) +(keen keen ((V +) (N +) (SUBCAT NULL)) KEEN NIL) +(keen keen ((V +) (N +) (SUBCAT PPON)) KEEN NIL) +(keen keen ((V +) (N +) (SUBCAT SR1)) KEEN NIL) +(keep keep ((V +) (N -) (SUBCAT NP) (REG -)) KEEP NIL) +(kennel kennel ((V -) (N +)) KENNEL NIL) +(kept kept ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) KEEP NIL) +(kept kept ((V +) (N -) (VFORM EN) (SUBCAT NP)) KEEP NIL) +(kettle kettle ((V -) (N +)) KETTLE NIL) +(key key ((V -) (N +)) KEY NIL) +(kick kick ((V -) (N +)) KICK NIL) +(kick kick ((V +) (N -) (SUBCAT NP)) KICK NIL) +(kidney kidney ((V -) (N +)) KIDNEY NIL) +(kill kill ((V +) (N -) (SUBCAT NP)) KILL NIL) +(kill kill ((V +) (N -) (SUBCAT NP_OFF)) KILL NIL) +(kilogram kilogram ((V -) (N +)) KILOGRAM NIL) +(kilometre kilometre ((V -) (N +)) KILOMETRE NIL) +(kim kim ((V -) (N +) (PN +)) KIM NIL) +(kind kind ((V -) (N +)) KIND NIL) +(kind kind ((V +) (N +) (SUBCAT NULL)) KIND NIL) +(kind kind ((V +) (N +) (SUBCAT PPTO)) KIND NIL) +(king king ((V -) (N +)) KING NIL) +(kingdom kingdom ((V -) (N +)) KINGDOM NIL) +(kiss kiss ((V -) (N +)) KISS NIL) +(kiss kiss ((V +) (N -) (SUBCAT NP)) KISS NIL) +(kiss kiss ((V +) (N -) (SUBCAT NULL)) KISS NIL) +(kitchen kitchen ((V -) (N +)) KITCHEN NIL) +(knee knee ((V -) (N +)) KNEE NIL) +(kneel kneel ((V +) (N -) (SUBCAT NULL) (REG -)) KNEEL NIL) +(knelt knelt ((V +) (N -) (FIN +) (PAST +) (SUBCAT NULL)) KNEEL NIL) +(knelt knelt ((V +) (N -) (VFORM EN) (SUBCAT NULL)) KNEEL NIL) +(knew knew ((V +) (N -) (SUBCAT SFIN) (FIN +) (PAST +)) KNOW NIL) +(knife knife ((V -) (N +) (PLU -)) KNIFE NIL) +(knives knives ((V -) (N +) (PLU +)) KNIFE NIL) +(knob knob ((V -) (N +)) KNOB NIL) +(knock knock ((V -) (N +)) KNOCK NIL) +(knock knock ((V +) (N -) (SUBCAT NP)) KNOCK NIL) +(knock knock ((V +) (N -) (SUBCAT NULL)) KNOCK NIL) +(knocker knocker ((V -) (N +)) KNOCKER NIL) +(knot knot ((V -) (N +)) KNOT NIL) +(knot knot ((V +) (N -) (SUBCAT NP)) KNOT NIL) +(know know ((V +) (N -) (SUBCAT SFIN) (REG -)) KNOW NIL) +(knowledge knowledge ((V -) (N +) (SUBCAT PPOF) (COUNT -)) KNOWLEDGE NIL) +(knowledge knowledge ((V -) (N +) (SUBCAT STHAT) (COUNT -)) KNOWLEDGE NIL) +(known known ((V +) (N -) (SUBCAT SFIN) (VFORM EN)) KNOW NIL) +(label label ((V -) (N +)) LABEL NIL) +(label label ((V +) (N -) (SUBCAT NP)) LABEL NIL) +(laboratory laboratory ((V -) (N +)) LABORATORY NIL) +(laborious laborious ((V +) (N +) (AFORM NONE)) LABORIOUS NIL) +(labour labour ((V -) (N +) (COUNT -)) LABOUR NIL) +(labour labour ((V +) (N -) (SUBCAT NULL)) LABOUR NIL) +(lace lace ((V -) (N +)) LACE NIL) +(lace lace ((V +) (N -) (SUBCAT NP)) LACE NIL) +(lack lack ((V -) (N +)) LACK NIL) +(lack lack ((V +) (N -) (SUBCAT NP)) LACK NIL) +(lacuna lacuna ((V -) (N +)) LACUNA NIL) +(ladder ladder ((V -) (N +)) LADDER NIL) +(lady lady ((V -) (N +)) LADY NIL) +(laid laid ((V +) (N -) (SUBCAT NP_PPLOC) (FIN +) (PAST +)) LAY NIL) +(laid laid ((V +) (N -) (SUBCAT NP_PPLOC) (VFORM EN)) LAY NIL) +(lain lain ((V +) (N -) (SUBCAT LOC) (VFORM EN)) LIE NIL) +(lake lake ((V -) (N +)) LAKE NIL) +(lamb lamb ((V -) (N +)) LAMB NIL) +(lament lament ((V -) (N +)) LAMENT NIL) +(lament lament ((V +) (N -) (SUBCAT NP)) LAMENT NIL) +(lamp lamp ((V -) (N +)) LAMP NIL) +(land land ((V -) (N +)) LAND NIL) +(land land ((V +) (N -) (SUBCAT NULL)) LAND NIL) +(lane lane ((V -) (N +)) LANE NIL) +(language language ((V -) (N +)) LANGUAGE NIL) +(lapse lapse ((V +) (N -) (SUBCAT NULL)) LAPSE NIL) +(large large ((V +) (N +)) LARGE NIL) +(last last ((V +) (N +) (AFORM NONE)) LAST NIL) +(last last ((V +) (N -)) LAST NIL) +(late late ((V +) (N +)) LATE NIL) +(lately lately ((V +) (N +) (ADV +)) LATELY NIL) +(latitude latitude ((V -) (N +)) LATITUDE NIL) +(latter latter ((V +) (N +) (AFORM ER)) LATTER NIL) +(lattice lattice ((V -) (N +)) LATTICE NIL) +(laugh laugh ((V -) (N +)) LAUGH NIL) +(laugh laugh ((V +) (N -) (SUBCAT PPAT)) LAUGH NIL) +(laughter laughter ((V -) (N +)) LAUGHTER NIL) +(law law ((V -) (N +)) LAW NIL) +(lawn lawn ((V -) (N +)) LAWN NIL) +(lawyer lawyer ((V -) (N +)) LAWYER NIL) +(lax lax ((V +) (N +)) LAX NIL) +(lay lay ((V +) (N -) (SUBCAT LOC) (FIN +) (PAST +)) LIE NIL) +(lay lay ((V +) (N -) (SUBCAT NP_PPLOC) (REG -)) LAY NIL) +(layer layer ((V -) (N +)) LAYER NIL) +(layer layer ((V +) (N -) (SUBCAT NP)) LAYER NIL) +(laze laze ((V +) (N -) (SUBCAT NULL)) LAZE NIL) +(lazy lazy ((V +) (N +)) LAZY NIL) +(lead lead ((V -) (N +)) LEAD NIL) +(lead lead ((V +) (N -) (SUBCAT NP) (REG -)) LEAD NIL) +(leaf leaf ((V -) (N +) (PLU -)) LEAF NIL) +(league league ((V -) (N +)) LEAGUE NIL) +(lean lean ((V +) (N -) (SUBCAT PPON)) LEAN NIL) +(leant leant ((V +) (N -) (SUBCAT PPON) (FIN +) (PAST +)) LEAN NIL) +(leant leant ((V +) (N -) (SUBCAT PPON) (VFORM EN)) LEAN NIL) +(leap leap ((V +) (N -)) LEAP NIL) +(learn learn ((V +) (N -) (SUBCAT SFIN)) LEARN NIL) +(learnt learnt ((V +) (N -) (SUBCAT SFIN) (FIN +) (PAST +)) LEARN NIL) +(learnt learnt ((V +) (N -) (SUBCAT SFIN) (VFORM EN)) LEARN NIL) +(least least ((V +) (N +) (AFORM EST)) LITTLE NIL) +(leather leather ((V -) (N +) (COUNT -)) LEATHER NIL) +(leave leave ((V +) (N -) (SUBCAT NP) (REG -)) LEAVE NIL) +(leave leave ((V +) (N -) (SUBCAT NULL) (REG -)) LEAVE NIL) +(leaves leaves ((V -) (N +) (PLU +)) LEAF NIL) +(lecture lecture ((V -) (N +)) LECTURE NIL) +(lecture lecture ((V +) (N -) (SUBCAT NULL)) LECTURE NIL) +(led led ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) LEAD NIL) +(led led ((V +) (N -) (VFORM EN) (SUBCAT NP)) LEAD NIL) +(lee lee ((V -) (N +) (PN +)) LEE NIL) +(left left ((V +) (N +) (AFORM NONE)) LEFT NIL) +(left left ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) LEAVE NIL) +(left left ((V +) (N -) (FIN +) (PAST +) (SUBCAT NULL)) LEAVE NIL) +(left left ((V +) (N -) (VFORM EN) (SUBCAT NP)) LEAVE NIL) +(left left ((V +) (N -) (VFORM EN) (SUBCAT NULL)) LEAVE NIL) +(leftmost leftmost ((V +) (N +) (AFORM EST)) LEFTMOST NIL) +(leftward leftward ((V +) (N +) (AFORM NONE)) LEFTWARD NIL) +(leg leg ((V -) (N +)) LEG NIL) +(legacy legacy ((V -) (N +)) LEGACY NIL) +(legal legal ((V +) (N +) (AFORM NONE)) LEGAL NIL) +(legible legible ((V +) (N +) (AFORM NONE)) LEGIBLE NIL) +(legitimate legitimate ((V +) (N +) (AFORM NONE)) LEGITIMATE NIL) +(legitimize legitimize ((V +) (N -) (SUBCAT NP)) LEGITIMIZE NIL) +(lemon lemon ((V -) (N +)) LEMON NIL) +(lend lend ((V +) (N -) (SUBCAT NP_PPTO)) LEND NIL) +(length length ((V -) (N +)) LENGTH NIL) +(lengthen lengthen ((V +) (N -) (SUBCAT NP)) LENGTHEN NIL) +(+less +less ((FIX SUF) (V +) (N +) (AFORM NONE) (STEM (N (INFL +))) (LAT -)) LESS NIL) +(less less ((PRO +) (V -) (N +)) LESS NIL) +(less less ((V +) (N +) (QUA +) (AFORM ER)) LITTLE NIL) +(lesson lesson ((V -) (N +)) LESSON NIL) +(let let ((V +) (N -) (SUBCAT NP_BASE_VP) (FIN +) (PAST +)) LET NIL) +(let let ((V +) (N -) (SUBCAT NP_BASE_VP) (REG -)) LET NIL) +(let let ((V +) (N -) (SUBCAT NP_BASE_VP) (VFORM EN)) LET NIL) +(lethal lethal ((V +) (N +) (AFORM NONE)) LETHAL NIL) +(letter letter ((V -) (N +)) LETTER NIL) +(level level ((V +) (N +) (AFORM NONE)) LEVEL NIL) +(level level ((V -) (N +)) LEVEL NIL) +(level level ((V +) (N -) (SUBCAT NP)) LEVEL NIL) +(lexical lexical ((V +) (N +) (AFORM NONE)) LEXICAL NIL) +(lexicalist lexicalist ((V +) (N +) (AFORM NONE)) LEXICALIST NIL) +(lexicon lexicon ((V -) (N +)) LEXICON NIL) +(liable liable ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) LIABLE NIL) +(liable liable ((V +) (N +) (AFORM NONE) (SUBCAT PPTO)) LIABLE NIL) +(liable liable ((V +) (N +) (AFORM NONE) (SUBCAT SR1)) LIABLE NIL) +(liar liar ((V -) (N +)) LIAR NIL) +(liberal liberal ((V +) (N +) (AFORM NONE)) LIBERAL NIL) +(liberate liberate ((V +) (N -) (AT -) (SUBCAT NP_PPFROM)) LIBERATE NIL) +(libertine libertine ((V -) (N +)) LIBERTINE NIL) +(liberty liberty ((V -) (N +)) LIBERTY NIL) +(library library ((V -) (N +)) LIBRARY NIL) +(licence licence ((V -) (N +)) LICENCE NIL) +(license license ((V +) (N -) (SUBCAT NP)) LICENSE NIL) +(lid lid ((V -) (N +)) LID NIL) +(lie lie ((V +) (N -)) LIE NIL) +(lie lie ((V +) (N -) (SUBCAT LOC) (REG -)) LIE NIL) +(life life ((V -) (N +)) LIFE NIL) +(lift lift ((V -) (N +)) LIFT NIL) +(lift lift ((V +) (N -) (SUBCAT NP)) LIFT NIL) +(light light ((V +) (N +)) LIGHT NIL) +(light light ((V -) (N +)) LIGHT NIL) +(light light ((V +) (N -) (SUBCAT NP) (REG -)) LIGHT NIL) +(lightning lightning ((V -) (N +)) LIGHTNING NIL) +(-like -like ((FIX SUF) (V +) (N +) (AFORM NONE) (STEM (N (INFL +))) (LAT -)) LIKE NIL) +(like like ((V +) (N +) (AFORM NONE)) LIKE NIL) +(like like ((V +) (N -) (SUBCAT NP)) LIKE NIL) +(like like ((V +) (N -) (SUBCAT OR2)) LIKE NIL) +(like like ((V +) (N -) (SUBCAT SE3)) LIKE NIL) +(likelihood likelihood ((V -) (N +) (SUBCAT PPOF)) LIKELIHOOD NIL) +(likely likely ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) LIKELY NIL) +(likely likely ((V +) (N +) (AFORM NONE) (SUBCAT SR1)) LIKELY NIL) +(likely likely ((V +) (N +) (AFORM NONE) (SUBCAT SSUBJ)) LIKELY NIL) +(limb limb ((V -) (N +)) LIMB NIL) +(lime lime ((V -) (N +)) LIME NIL) +(limit limit ((V -) (N +)) LIMIT NIL) +(limit limit ((V +) (N -) (SUBCAT NP)) LIMIT NIL) +(line line ((V -) (N +)) LINE NIL) +(line line ((V +) (N -) (SUBCAT NP)) LINE NIL) +(linear linear ((V +) (N +) (AFORM NONE)) LINEAR NIL) +(linguist linguist ((V -) (N +)) LINGUIST NIL) +(linguistic linguistic ((V +) (N +) (AFORM NONE)) LINGUISTIC NIL) +(linguistics linguistics ((V -) (N +) (COUNT -)) LINGUISTICS NIL) +(link link ((V -) (N +)) LINK NIL) +(link link ((V +) (N -) (SUBCAT NP_PPTO)) LINK NIL) +(lion lion ((V -) (N +)) LION NIL) +(lip lip ((V -) (N +)) LIP NIL) +(liquefaction liquefaction ((V -) (N +)) LIQUEFACTION NIL) +(liquefy liquefy ((V +) (N -)) LIQUEFY NIL) +(liquid liquid ((V +) (N +) (AFORM NONE)) LIQUID NIL) +(liquid liquid ((V -) (N +)) LIQUID NIL) +(lisp lisp ((V -) (N +)) LISP NIL) +(lisp lisp ((V -) (N +) (PN +)) LISP NIL) +(list list ((V -) (N +)) LIST NIL) +(list list ((V +) (N -) (SUBCAT NP)) LIST NIL) +(listen listen ((V +) (N -) (SUBCAT PPTO)) LISTEN NIL) +(liszt liszt ((V -) (N +) (PN +)) LISZT NIL) +(lit lit ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) LIGHT NIL) +(lit lit ((V +) (N -) (SUBCAT NP) (VFORM EN)) LIGHT NIL) +(literal literal ((V +) (N +) (AFORM NONE)) LITERAL NIL) +(literary literary ((V +) (N +) (AFORM NONE)) LITERARY NIL) +(literature literature ((V -) (N +) (COUNT -)) LITERATURE NIL) +(litre litre ((V -) (N +)) LITRE NIL) +(little little ((V -) (N +) (COUNT -)) LITTLE NIL) +(little little ((V +) (N +) (QUA +) (NEG +) (PRD +) (AGR ((N +) (V -) (BAR 1) (COUNT -) (PLU -)))) LITTLE NIL) +(live live ((V +) (N +)) LIVE NIL) +(live live ((V +) (N -) (SUBCAT LOC)) LIVE NIL) +(load load ((V -) (N +)) LOAD NIL) +(load load ((V +) (N -) (SUBCAT NP)) LOAD NIL) +(loaf loaf ((V -) (N +) (PLU -)) LOAF NIL) +(loan loan ((V +) (N -) (SUBCAT NP_PPTO)) LOAN NIL) +(loaves loaves ((V -) (N +) (PLU +)) LOAF NIL) +(lobster lobster ((V -) (N +)) LOBSTER NIL) +(local local ((V +) (N +) (AFORM NONE)) LOCAL NIL) +(locate locate ((V +) (N -) (SUBCAT NP) (AT -)) LOCATE NIL) +(location location ((V -) (N +)) LOCATION NIL) +(locative locative ((V +) (N +) (AFORM NONE)) LOCATIVE NIL) +(lock lock ((V -) (N +)) LOCK NIL) +(lock lock ((V +) (N -) (SUBCAT NP)) LOCK NIL) +(log log ((V -) (N +)) LOG NIL) +(logarithm logarithm ((V -) (N +)) LOGARITHM NIL) +(logic logic ((V -) (N +)) LOGIC NIL) +(loiter loiter ((V +) (N -) (SUBCAT NULL)) LOITER NIL) +(london london ((V -) (N +) (PN +)) LONDON NIL) +(lonely lonely ((V +) (N +)) LONELY NIL) +(long long ((V +) (N +) (ADV +)) LONG NIL) +(long long ((V +) (N +)) LONG NIL) +(long long ((V +) (N -) (SUBCAT PPFOR)) LONG NIL) +(longwinded longwinded ((V +) (N +) (AFORM NONE)) LONGWINDED NIL) +(look look ((V -) (N +)) LOOK NIL) +(look look ((V +) (N -) (SUBCAT NP_UP)) LOOK NIL) +(look look ((V +) (N -) (SUBCAT PPFOR)) LOOK NIL) +(loop loop ((V -) (N +)) LOOP NIL) +(loophole loophole ((V -) (N +)) LOOPHOLE NIL) +(loose loose ((V +) (N +)) LOOSE NIL) +(lord lord ((V -) (N +)) LORD NIL) +(lore lore ((V -) (N +)) LORE NIL) +(lose lose ((V +) (N -) (SUBCAT NP) (REG -)) LOSE NIL) +(loss loss ((V -) (N +)) LOSS NIL) +(lost lost ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) LOSE NIL) +(lost lost ((V +) (N -) (SUBCAT NP) (VFORM EN)) LOSE NIL) +(lot lot ((V -) (N +)) LOT NIL) +(lottery lottery ((V -) (N +)) LOTTERY NIL) +(loud loud ((V +) (N +)) LOUD NIL) +(lounge lounge ((V +) (N -) (SUBCAT NULL)) LOUNGE NIL) +(love love ((V -) (N +)) LOVE NIL) +(love love ((V +) (N -) (SUBCAT NP)) LOVE NIL) +(lovely lovely ((V +) (N +)) LOVELY NIL) +(low low ((V +) (N +)) LOW NIL) +(lower lower ((V +) (N -) (SUBCAT NP)) LOWER NIL) +(loyal loyal ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) LOYAL NIL) +(loyal loyal ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) LOYAL NIL) +(loyalty loyalty ((V -) (N +) (SUBCAT PPTO) (COUNT -)) LOYALTY NIL) +(luck luck ((V -) (N +)) LUCK NIL) +(lump lump ((V -) (N +)) LUMP NIL) +(lung lung ((V -) (N +)) LUNG NIL) +(lunge lunge ((V +) (N -) (SUBCAT PP)) LUNGE NIL) +(lurk lurk ((V +) (N -) (SUBCAT NULL)) LURK NIL) +(lush lush ((V +) (N +)) LUSH NIL) +(luxury luxury ((V -) (N +)) LUXURY NIL) +(+ly +ly ((FIX SUF) (V +) (N +) (ADV +) (SUBCAT NULL) (INFL -) (STEM ((AFORM NONE)))) LY NIL) +(machine machine ((V -) (N +)) MACHINE NIL) +(machinery machinery ((V -) (N +) (COUNT -)) MACHINERY NIL) +(mad mad ((V +) (N +) (SUBCAT NULL)) MAD NIL) +(mad mad ((V +) (N +) (SUBCAT PPABOUT)) MAD NIL) +(mad mad ((V +) (N +) (SUBCAT PPWITH)) MAD NIL) +(made made ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) MAKE NIL) +(made made ((V +) (N -) (SUBCAT NP) (VFORM EN)) MAKE NIL) +(made made ((V +) (N +) (SUBCAT PPFROM) (AFORM NONE)) MADE NIL) +(magazine magazine ((V -) (N +)) MAGAZINE NIL) +(magic magic ((V +) (N +) (AFORM NONE)) MAGIC NIL) +(magic magic ((V -) (N +) (COUNT -)) MAGIC NIL) +(magnet magnet ((V -) (N +)) MAGNET NIL) +(magnetic magnetic ((V +) (N +) (AFORM NONE)) MAGNETIC NIL) +(magnitude magnitude ((V -) (N +)) MAGNITUDE NIL) +(mail mail ((V -) (N +) (COUNT -)) MAIL NIL) +(mail mail ((V +) (N -) (SUBCAT NP_PPTO)) MAIL NIL) +(main main ((V +) (N +) (AFORM NONE)) MAIN NIL) +(mainstream mainstream ((V +) (N +) (AFORM NONE)) MAINSTREAM NIL) +(maintain maintain ((V +) (N -) (SUBCAT NP)) MAINTAIN NIL) +(maintain maintain ((V +) (N -) (SUBCAT SFIN)) MAINTAIN NIL) +(maintenance maintenance ((V -) (N +)) MAINTENANCE NIL) +(major major ((V +) (N +) (AFORM NONE)) MAJOR NIL) +(majority majority ((V -) (N +) (PART +)) MAJORITY NIL) +(make make ((V +) (N -) (SUBCAT NP) (REG -)) MAKE NIL) +(male male ((V +) (N +) (AFORM NONE)) MALE NIL) +(malign malign ((V +) (N -) (SUBCAT NP)) MALIGN NIL) +(malignant malignant ((V +) (N +) (AFORM NONE)) MALIGNANT NIL) +(mammal mammal ((V -) (N +)) MAMMAL NIL) +(man man ((V -) (N +) (PLU -)) MAN NIL) +(man man ((V +) (N -) (SUBCAT NP)) MAN NIL) +(manage manage ((V +) (N -) (SUBCAT NP)) MANAGE NIL) +(manage manage ((V +) (N -) (SUBCAT SE1)) MANAGE NIL) +(manager manager ((V -) (N +)) MANAGER NIL) +(mandatory mandatory ((V +) (N +) (AFORM NONE)) MANDATORY NIL) +(manifest manifest ((V +) (N +) (AFORM NONE)) MANIFEST NIL) +(manifest manifest ((V -) (N +)) MANIFEST NIL) +(manifest manifest ((V +) (N -) (SUBCAT NP)) MANIFEST NIL) +(manifestation manifestation ((V -) (N +)) MANIFESTATION NIL) +(manipulate manipulate ((V +) (N -) (SUBCAT NP) (AT -)) MANIPULATE NIL) +(manner manner ((V -) (N +)) MANNER NIL) +(manners manners ((V -) (N +) (PLU +)) MANNERS NIL) +(manoeuvre manoeuvre ((V -) (N +)) MANOEUVRE NIL) +(manoeuvre manoeuvre ((V +) (N -) (SUBCAT NP)) MANOEUVRE NIL) +(manoeuvre manoeuvre ((V +) (N -) (SUBCAT NULL)) MANOEUVRE NIL) +(manual manual ((V +) (N +) (AFORM NONE)) MANUAL NIL) +(manual manual ((V -) (N +)) MANUAL NIL) +(manufacture manufacture ((V +) (N -) (SUBCAT NP)) MANUFACTURE NIL) +(manuscript manuscript ((V -) (N +)) MANUSCRIPT NIL) +(many many ((PRO +) (V -) (N +) (PLU +) (PART -)) MANY NIL) +(many many ((V +) (N +) (QUA +) (AGR ((N +) (V -) (BAR 1) (COUNT +) (PLU +)))) MANY NIL) +(map map ((V -) (N +)) MAP NIL) +(map map ((V +) (N -) (SUBCAT NP_PPTO)) MAP NIL) +(mapping mapping ((V -) (N +)) MAPPING NIL) +(march march ((V -) (N +)) MARCH NIL) +(march march ((V -) (N +) (PN +)) MARCH NIL) +(margin margin ((V -) (N +)) MARGIN NIL) +(marginal marginal ((V +) (N +) (AFORM NONE)) MARGINAL NIL) +(marine marine ((V +) (N +) (AFORM NONE)) MARINE NIL) +(mark mark ((V -) (N +)) MARK NIL) +(mark mark ((V +) (N -) (SUBCAT NP)) MARK NIL) +(market market ((V -) (N +)) MARKET NIL) +(marking marking ((V -) (N +)) MARKING NIL) +(marriage marriage ((V -) (N +)) MARRIAGE NIL) +(marry marry ((V +) (N -) (SUBCAT NP)) MARRY NIL) +(mars mars ((V -) (N +) (PN +)) MARS NIL) +(mary mary ((V -) (N +) (PN +)) MARY NIL) +(mass mass ((V -) (N +)) MASS NIL) +(massive massive ((V +) (N +) (AFORM NONE)) MASSIVE NIL) +(master master ((V -) (N +)) MASTER NIL) +(master master ((V +) (N -) (SUBCAT NP)) MASTER NIL) +(mat mat ((V -) (N +)) MAT NIL) +(match match ((V -) (N +)) MATCH NIL) +(match match ((V +) (N -) (SUBCAT NP)) MATCH NIL) +(material material ((V +) (N +) (AFORM NONE)) MATERIAL NIL) +(material material ((V -) (N +)) MATERIAL NIL) +(mathematical mathematical ((V +) (N +) (AFORM NONE)) MATHEMATICAL NIL) +(mathematician mathematician ((V -) (N +)) MATHEMATICIAN NIL) +(mathematics mathematics ((V -) (N +) (COUNT -)) MATHEMATICS NIL) +(matrices matrices ((V -) (N +) (PLU +)) MATRIX NIL) +(matrix matrix ((V -) (N +) (PLU -)) MATRIX NIL) +(matter matter ((V -) (N +)) MATTER NIL) +(matter matter ((V +) (N -) (SUBCAT NULL)) MATTER NIL) +(mature mature ((V +) (N +)) MATURE NIL) +(mature mature ((V +) (N -) (SUBCAT NULL)) MATURE NIL) +(maxim maxim ((V -) (N +)) MAXIM NIL) +(maximal maximal ((V +) (N +) (AFORM NONE)) MAXIMAL NIL) +(maximize maximize ((V +) (N -) (SUBCAT NP)) MAXIMIZE NIL) +(maximum maximum ((V -) (N +)) MAXIMUM NIL) +(may may ((V -) (N +) (PN +)) MAY NIL) +(may may ((V +) (N -) (SUBCAT BASE_VP) (FIN +) (PAST -) (AUX +)) MAY NIL) +(maybe maybe ((V +) (N +) (ADV +)) MAYBE NIL) +(mayor mayor ((V -) (N +)) MAYOR NIL) +(me me ((V -) (N +) (PRO +) (PER 1) (PLU -) (CASE ACC)) ME NIL) +(meal meal ((V -) (N +)) MEAL NIL) +(mean mean ((V +) (N +)) MEAN NIL) +(mean mean ((V +) (N -) (SUBCAT NP) (REG -)) MEAN NIL) +(mean mean ((V +) (N -) (SUBCAT SFIN) (REG -)) MEAN NIL) +(meaning meaning ((V -) (N +)) MEANING NIL) +(means means ((V -) (N +) (PLU +)) MEANS NIL) +(meant meant ((V +) (N -) (SUBCAT SFIN) (FIN +) (PAST +)) MEAN NIL) +(meant meant ((V +) (N -) (SUBCAT SFIN) (VFORM EN)) MEAN NIL) +(meanwhile meanwhile ((V +) (N +) (ADV +)) MEANWHILE NIL) +(measure measure ((V -) (N +)) MEASURE NIL) +(measure measure ((V +) (N -) (SUBCAT NP)) MEASURE NIL) +(meat meat ((V -) (N +) (COUNT -)) MEAT NIL) +(mechanic mechanic ((V +) (N -)) MECHANIC NIL) +(mechanical mechanical ((V +) (N +) (AFORM NONE)) MECHANICAL NIL) +(mechanism mechanism ((V -) (N +)) MECHANISM NIL) +(mechanize mechanize ((V +) (N -) (SUBCAT NP)) MECHANIZE NIL) +(mediate mediate ((V +) (N -) (AT -) (SUBCAT NP)) MEDIATE NIL) +(medical medical ((V +) (N +) (AFORM NONE)) MEDICAL NIL) +(medicine medicine ((V -) (N +) (COUNT -)) MEDICINE NIL) +(medium medium ((V +) (N +) (AFORM NONE)) MEDIUM NIL) +(medium medium ((V -) (N +)) MEDIUM NIL) +(meet meet ((V +) (N -) (SUBCAT NP) (REG -)) MEET NIL) +(meeting meeting ((V -) (N +) (SUBCAT PPWITH)) MEETING NIL) +(melody melody ((V -) (N +)) MELODY NIL) +(melt melt ((V +) (N -)) MELT NIL) +(member member ((V -) (N +)) MEMBER NIL) +(memorable memorable ((V +) (N +) (AFORM NONE)) MEMORABLE NIL) +(memorial memorial ((V -) (N +)) MEMORIAL NIL) +(memory memory ((V -) (N +) (SUBCAT PPGER)) MEMORY NIL) +(memory memory ((V -) (N +) (SUBCAT PPOF)) MEMORY NIL) +(men men ((V -) (N +) (PLU +)) MAN NIL) +(mend mend ((V +) (N -) (SUBCAT NP)) MEND NIL) +(+ment +ment ((FIX SUF) (V -) (N +) (LAT -) (STEM (V (INFL +)))) MENT NIL) +(mental mental ((V +) (N +) (AFORM NONE)) MENTAL NIL) +(mention mention ((V -) (N +)) MENTION NIL) +(mention mention ((V +) (N -) (SUBCAT NP)) MENTION NIL) +(mercy mercy ((V -) (N +)) MERCY NIL) +(mere mere ((V +) (N +) (PRD -)) MERE NIL) +(merge merge ((V +) (N -) (SUBCAT NP)) MERGE NIL) +(merit merit ((V -) (N +)) MERIT NIL) +(merry merry ((V +) (N +)) MERRY NIL) +(mess mess ((V -) (N +)) MESS NIL) +(message message ((V -) (N +)) MESSAGE NIL) +(messenger messenger ((V -) (N +)) MESSENGER NIL) +(met met ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) MEET NIL) +(met met ((V +) (N -) (SUBCAT NP) (VFORM EN)) MEET NIL) +(metal metal ((V -) (N +)) METAL NIL) +(metaphor metaphor ((V -) (N +)) METAPHOR NIL) +(method method ((V -) (N +)) METHOD NIL) +(methodical methodical ((V +) (N +) (AFORM NONE)) METHODICAL NIL) +(methodology methodology ((V -) (N +)) METHODOLOGY NIL) +(metre metre ((V -) (N +)) METRE NIL) +(metric metric ((V +) (N +) (AFORM NONE)) METRIC NIL) +(mice mice ((V -) (N +) (PLU +)) MOUSE NIL) +(microbiology microbiology ((V -) (N +)) MICROBIOLOGY NIL) +(microphone microphone ((V -) (N +)) MICROPHONE NIL) +(microscope microscope ((V -) (N +)) MICROSCOPE NIL) +(mid- mid- ((FIX PRE) (STEM N)) MID NIL) +(middle middle ((V +) (N +) (AFORM NONE)) MIDDLE NIL) +(middle middle ((V -) (N +)) MIDDLE NIL) +(might might ((V +) (N -) (SUBCAT BASE_VP) (AUX +) (PAST -) (FIN +)) MIGHT NIL) +("mightn't" "mightn't" ((V +) (N -) (SUBCAT BASE_VP) (AUX +) (PAST -) (FIN +) (NEG +)) MIGHT NIL) +(mighty mighty ((V +) (N +)) MIGHTY NIL) +(migrate migrate ((V +) (N -) (AT -) (SUBCAT NULL)) MIGRATE NIL) +(mild mild ((V +) (N +)) MILD NIL) +(mile mile ((V -) (N +)) MILE NIL) +(military military ((V +) (N +) (AFORM NONE)) MILITARY NIL) +(milk milk ((V -) (N +) (COUNT -)) MILK NIL) +(mill mill ((V -) (N +)) MILL NIL) +(mill mill ((V +) (N -) (SUBCAT NP)) MILL NIL) +(million million ((V -) (N +) (SUBCAT N1)) MILLION NIL) +(millionth millionth ((V +) (N +) (QUA +) (NUM ORD)) MILLIONTH NIL) +(mimic mimic ((V -) (N +)) MIMIC NIL) +(mimic mimic ((V +) (N -) (SUBCAT NP)) MIMIC NIL) +(mind mind ((V -) (N +)) MIND NIL) +(mind mind ((V +) (N -) (SUBCAT NP)) MIND NIL) +(mind mind ((V +) (N -) (SUBCAT SE3)) MIND NIL) +(mine mine ((PRO +) (V -) (N +)) MINE NIL) +(mine mine ((V -) (N +)) MINE NIL) +(mine mine ((V +) (N -) (SUBCAT NP)) MINE NIL) +(mineral mineral ((V -) (N +)) MINERAL NIL) +(mini- mini- ((FIX PRE) (STEM N)) MINI NIL) +(minim minim ((V -) (N +)) MINIM NIL) +(minimal minimal ((V +) (N +) (AFORM NONE)) MINIMAL NIL) +(minimize minimize ((V +) (N -) (SUBCAT NP)) MINIMIZE NIL) +(minimum minimum ((V -) (N +)) MINIMUM NIL) +(minister minister ((V -) (N +)) MINISTER NIL) +(ministry ministry ((V -) (N +) (SUBCAT NULL)) MINISTRY NIL) +(ministry ministry ((V -) (N +) (SUBCAT PPOF)) MINISTRY NIL) +(minor minor ((V +) (N +) (AFORM NONE)) MINOR NIL) +(minor minor ((V -) (N +)) MINOR NIL) +(minute minute ((V +) (N +) (AFORM NONE)) MINUTE NIL) +(minute minute ((V -) (N +)) MINUTE NIL) +(mirror mirror ((V -) (N +)) MIRROR NIL) +(mis- mis- ((FIX PRE) (STEM V)) MIS NIL) +(miscellaneous miscellaneous ((V +) (N +) (AFORM NONE)) MISCELLANEOUS NIL) +(misconception misconception ((V -) (N +)) MISCONCEPTION NIL) +(misery misery ((V -) (N +)) MISERY NIL) +(mislead mislead ((V +) (N -) (SUBCAT NP)) MISLEAD NIL) +(misled misled ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) MISLED NIL) +(misled misled ((V +) (N -) (SUBCAT NP) (VFORM EN)) MISLED NIL) +(misplace misplace ((V +) (N -) (SUBCAT NP)) MISPLACE NIL) +(miss miss ((TITLE +)) MISS NIL) +(miss miss ((V +) (N -) (SUBCAT NP)) MISS NIL) +(missile missile ((V -) (N +)) MISSILE NIL) +(mist mist ((V -) (N +)) MIST NIL) +(mistake mistake ((V -) (N +)) MISTAKE NIL) +(mistake mistake ((V +) (N -) (SUBCAT NP_PPFOR) (REG -)) MISTAKE NIL) +(mistaken mistaken ((V +) (N -) (SUBCAT NP_PPFOR) (VFORM EN)) MISTAKE NIL) +(mistook mistook ((V +) (N -) (SUBCAT NP_PPFOR) (FIN +) (PAST +)) MISTAKE NIL) +(mix mix ((V +) (N -) (SUBCAT NP_PPWITH)) MIX NIL) +(mixture mixture ((V -) (N +)) MIXTURE NIL) +(mnemonic mnemonic ((V +) (N +) (AFORM NONE)) MNEMONIC NIL) +(mode mode ((V -) (N +)) MODE NIL) +(model model ((V +) (N +) (AFORM NONE)) MODEL NIL) +(model model ((V -) (N +)) MODEL NIL) +(model model ((V +) (N -) (SUBCAT NP)) MODEL NIL) +(moderate moderate ((V +) (N +) (AFORM NONE)) MODERATE NIL) +(moderate moderate ((V +) (N -) (AT -) (SUBCAT NP)) MODERATE NIL) +(modern modern ((V +) (N +) (AFORM NONE)) MODERN NIL) +(modest modest ((V +) (N +) (AFORM NONE)) MODEST NIL) +(modesty modesty ((V -) (N +) (COUNT -)) MODESTY NIL) +(modify modify ((V +) (N -) (SUBCAT NP)) MODIFY NIL) +(modular modular ((V +) (N +) (AFORM NONE)) MODULAR NIL) +(module module ((V -) (N +)) MODULE NIL) +(molasses molasses ((V -) (N +) (INFL -) (COUNT -)) MOLASSES NIL) +(molecular molecular ((V +) (N +) (AFORM NONE)) MOLECULAR NIL) +(molecule molecule ((V -) (N +)) MOLECULE NIL) +(moment moment ((V -) (N +)) MOMENT NIL) +(momentary momentary ((V +) (N +) (AFORM NONE)) MOMENTARY NIL) +(momentous momentous ((V +) (N +) (AFORM NONE)) MOMENTOUS NIL) +(momentum momentum ((V -) (N +)) MOMENTUM NIL) +(monday monday ((V -) (N +) (PN +)) MONDAY NIL) +(money money ((V -) (N +) (COUNT -)) MONEY NIL) +(monitor monitor ((V -) (N +)) MONITOR NIL) +(monitor monitor ((V +) (N -) (SUBCAT NP)) MONITOR NIL) +(monkey monkey ((V -) (N +)) MONKEY NIL) +(monotonic monotonic ((V +) (N +) (AFORM NONE)) MONOTONIC NIL) +(monotonically monotonically ((V +) (N +) (ADV +)) MONOTONICALLY NIL) +(month month ((V -) (N +)) MONTH NIL) +(moon moon ((V -) (N +)) MOON NIL) +(moral moral ((V +) (N +) (AFORM NONE)) MORAL NIL) +(moral moral ((V -) (N +)) MORAL NIL) +(more more ((PRO +) (V -) (N +)) MORE NIL) +(more more ((V +) (N +) (QUA +) (AFORM ER)) MORE NIL) +(morning morning ((V -) (N +)) MORNING NIL) +(morpheme morpheme ((V -) (N +)) MORPHEME NIL) +(morphology morphology ((V -) (N +)) MORPHOLOGY NIL) +(morphosyntactic morphosyntactic ((V +) (N +) (AFORM NONE)) MORPHOSYNTACTIC NIL) +(mortal mortal ((V +) (N +) (AFORM NONE)) MORTAL NIL) +(mortise mortise ((V -) (N +)) MORTISE NIL) +(mosque mosque ((V -) (N +)) MOSQUE NIL) +(mosquito mosquito ((V -) (N +)) MOSQUITO NIL) +(most most ((PRO +) (V -) (N +) (PLU +)) MOST NIL) +(most most ((V +) (N +) (QUA +) (AFORM EST) (SUBCAT N1)) MOST NIL) +(mostly mostly ((V +) (N +) (ADV +)) MOSTLY NIL) +(mother mother ((V -) (N +) (SUBCAT PPOF)) MOTHER NIL) +(motion motion ((V -) (N +)) MOTION NIL) +(motivate motivate ((V +) (N -) (SUBCAT NP) (AT -)) MOTIVATE NIL) +(motive motive ((V -) (N +)) MOTIVE NIL) +(motor motor ((V -) (N +)) MOTOR NIL) +(mould mould ((V -) (N +)) MOULD NIL) +(mould mould ((V +) (N -) (SUBCAT NP)) MOULD NIL) +(mountain mountain ((V -) (N +)) MOUNTAIN NIL) +(mouse mouse ((V -) (N +)) MOUSE NIL) +(mouth mouth ((V -) (N +)) MOUTH NIL) +(move move ((V +) (N -)) MOVE NIL) +(mr mr ((TITLE +)) MR NIL) +(mrs mrs ((TITLE +)) MRS NIL) +(much much ((PRO +) (V -) (N +)) MUCH NIL) +(much much ((V +) (N +) (PRD +) (AGR ((N +) (V -) (BAR 1) (COUNT -) (PLU -))) (QUA +)) MUCH NIL) +(mud mud ((V -) (N +) (COUNT -)) MUD NIL) +(muesli muesli ((V -) (N +) (COUNT -)) MUESLI NIL) +(multifarious multifarious ((V +) (N +) (AFORM NONE)) MULTIFARIOUS NIL) +(multiple multiple ((V +) (N +) (AFORM NONE)) MULTIPLE NIL) +(multiplicity multiplicity ((V -) (N +)) MULTIPLICITY NIL) +(multiply multiply ((V +) (N -) (SUBCAT NP_PPBY)) MULTIPLY NIL) +(multitude multitude ((V -) (N +) (SUBCAT PPOF)) MULTITUDE NIL) +(mundane mundane ((V +) (N +) (AFORM NONE)) MUNDANE NIL) +(murder murder ((V -) (N +)) MURDER NIL) +(muscle muscle ((V -) (N +)) MUSCLE NIL) +(muscular muscular ((V +) (N +) (AFORM NONE)) MUSCULAR NIL) +(music music ((V -) (N +) (COUNT -)) MUSIC NIL) +(musical musical ((V -) (N +)) MUSICAL NIL) +(must must ((V +) (N -) (SUBCAT BASE_VP) (FIN +) (PAST -) (AUX +)) MUST NIL) +("mustn't" "mustn't" ((V +) (N -) (SUBCAT BASE_VP) (FIN +) (PAST -) (AUX +) (NEG +)) MUST NIL) +(mutter mutter ((V +) (N -) (SUBCAT PPABOUT)) MUTTER NIL) +(mutual mutual ((V +) (N +) (AFORM NONE)) MUTUAL NIL) +(my my ((QUA +) (SUBCAT DETN) (POSS +)) MY NIL) +(myself myself ((PRO +) (V -) (N +) (REFL ((BAR 2) (V -) (N +) (PER 1) (PLU -)))) MYSELF NIL) +(mystery mystery ((V -) (N +)) MYSTERY NIL) +(myth myth ((V -) (N +)) MYTH NIL) +(mythical mythical ((V +) (N +) (AFORM NONE)) MYTHICAL NIL) +(mythology mythology ((V -) (N +)) MYTHOLOGY NIL) +(nail nail ((V -) (N +)) NAIL NIL) +(naive naive ((V +) (N +) (AFORM NONE)) NAIVE NIL) +(name name ((V -) (N +)) NAME NIL) +(name name ((V +) (N -) (SUBCAT NP)) NAME NIL) +(namely namely ((V +) (N +) (ADV +)) NAMELY NIL) +(narrow narrow ((V +) (N +)) NARROW NIL) +(narrow narrow ((V +) (N -) (SUBCAT NP)) NARROW NIL) +(nasty nasty ((V +) (N +)) NASTY NIL) +(nation nation ((V -) (N +)) NATION NIL) +(native native ((V +) (N +) (AFORM NONE)) NATIVE NIL) +(native native ((V -) (N +)) NATIVE NIL) +(nature nature ((V -) (N +)) NATURE NIL) +(navigate navigate ((V +) (AT -) (N -)) NAVIGATE NIL) +(navigator navigator ((V -) (N +)) NAVIGATOR NIL) +(navy navy ((V -) (N +)) NAVY NIL) +(near near ((V +) (N +) (SUBCAT NULL)) NEAR NIL) +(near near ((V +) (N +) (SUBCAT PPTO)) NEAR NIL) +(nearby nearby ((PRO +) (V -) (N -)) NEARBY NIL) +(neat neat ((V +) (N +)) NEAT NIL) +(necessary necessary ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) NECESSARY NIL) +(necessary necessary ((V +) (N +) (SUBCAT PPFOR) (AFORM NONE)) NECESSARY NIL) +(necessary necessary ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) NECESSARY NIL) +(necessitate necessitate ((V +) (N -) (SUBCAT NP) (AT -)) NECESSITATE NIL) +(necessity necessity ((V -) (N +)) NECESSITY NIL) +(neck neck ((V -) (N +)) NECK NIL) +(need need ((V -) (N +)) NEED NIL) +(need need ((V +) (N -) (SUBCAT SR1)) NEED NIL) +(needle needle ((V -) (N +)) NEEDLE NIL) +("needn't" "needn't" ((V +) (N -) (SUBCAT BASE_VP) (NEG +)) NEED NIL) +(negate negate ((V +) (N -) (AT -) (SUBCAT NP)) NEGATE NIL) +(negative negative ((V +) (N +) (AFORM NONE)) NEGATIVE NIL) +(negative negative ((V -) (N +)) NEGATIVE NIL) +(neglect neglect ((V -) (N +)) NEGLECT NIL) +(neglect neglect ((V +) (N -) (SUBCAT NP)) NEGLECT NIL) +(negligence negligence ((V -) (N +)) NEGLIGENCE NIL) +(negligent negligent ((V +) (N +) (AFORM NONE)) NEGLIGENT NIL) +(negligible negligible ((V +) (N +) (AFORM NONE)) NEGLIGIBLE NIL) +(negotiate negotiate ((V +) (N -) (SUBCAT PPWITH) (AT -)) NEGOTIATE NIL) +(neighbour neighbour ((V -) (N +)) NEIGHBOUR NIL) +(neither neither ((PRO +) (V -) (N +) (PLU -) (PART +)) NEITHER NIL) +(neither neither ((SUBCAT NEITHER)) NEITHER NIL) +(neither neither ((V +) (N +) (QUA +) (NEG +) (DEF +) (PART -) (AGR ((V -) (N +) (BAR 2) (COUNT +) (PLU -)))) NEITHER NIL) +(nephew nephew ((V -) (N +) (SUBCAT PPOF)) NEPHEW NIL) +(nerve nerve ((V -) (N +)) NERVE NIL) +(nervous nervous ((V +) (N +) (AFORM NONE)) NERVOUS NIL) +(+ness +ness ((FIX SUF) (V -) (N +) (STEM ((AFORM NONE))) (LAT -)) NESS NIL) +(nest nest ((V -) (N +)) NEST NIL) +(nest nest ((V +) (N -) (SUBCAT PPIN)) NEST NIL) +(net net ((V -) (N +)) NET NIL) +(network network ((V -) (N +)) NETWORK NIL) +(neutral neutral ((V +) (N +) (AFORM NONE)) NEUTRAL NIL) +(never never ((V +) (N +) (ADV +)) NEVER NIL) +(nevertheless nevertheless ((V +) (N +) (ADV +)) NEVERTHELESS NIL) +(new new ((V +) (N +)) NEW NIL) +(news news ((V -) (N +)) NEWS NIL) +(newspaper newspaper ((V -) (N +)) NEWSPAPER NIL) +(newton newton ((V -) (N +) (PN +)) NEWTON NIL) +(next next ((V +) (N +) (AFORM NONE)) NEXT NIL) +(nibble nibble ((V +) (N -) (SUBCAT NP)) NIBBLE NIL) +(nice nice ((V +) (N +)) NICE NIL) +(nicety nicety ((V -) (N +)) NICETY NIL) +(nigeria nigeria ((V -) (N +) (PN +)) NIGERIA NIL) +(night night ((V -) (N +)) NIGHT NIL) +(nine nine ((V +) (N +) (QUA +) (NUM CARD)) NINE NIL) +(nineteen nineteen ((V +) (N +) (QUA +) (NUM CARD)) NINETEEN NIL) +(nineteenth nineteenth ((V +) (N +) (QUA +) (NUM ORD)) NINETEENTH NIL) +(ninetieth ninetieth ((V +) (N +) (QUA +) (NUM ORD)) NINETIETH NIL) +(ninety ninety ((V +) (N +) (QUA +) (NUM CARD)) NINETY NIL) +(ninth ninth ((V +) (N +) (NUM ORD) (QUA +)) NINTH NIL) +(nip nip ((V +) (N -) (SUBCAT NP)) NIP NIL) +(no no ((V +) (N +) (QUA +) (PART -) (NEG +)) NO NIL) +(noble noble ((V +) (N +)) NOBLE NIL) +(nobleman nobleman ((V -) (N +) (PLU -)) NOBLEMAN NIL) +(noblemen noblemen ((V -) (N +) (PLU +)) NOBLEMEN NIL) +(nobody nobody ((PRO +) (V -) (N +) (NEG +)) NOBODY NIL) +(nod nod ((V +) (N -) (SUBCAT NP)) NOD NIL) +(nod nod ((V +) (N -) (SUBCAT NULL)) NOD NIL) +(node node ((V -) (N +)) NODE NIL) +(noise noise ((V -) (N +)) NOISE NIL) +(nominal nominal ((V +) (N +) (AFORM NONE)) NOMINAL NIL) +(nominate nominate ((V +) (N -) (SUBCAT NP) (AT -)) NOMINATE NIL) +(nominative nominative ((V +) (N +) (AFORM NONE)) NOMINATIVE NIL) +(non- non- ((FIX PRE) (STEM ((N +)))) NON NIL) +(none none ((PRO +) (V -) (N +) (NEG +)) NONE NIL) +(none none ((V +) (N +) (QUA +) (NEG +)) NONE NIL) +(nonetheless nonetheless ((V +) (N +) (ADV +)) NONETHELESS NIL) +(nonsense nonsense ((V -) (N +)) NONSENSE NIL) +(nonsensical nonsensical ((V +) (N +) (AFORM NONE)) NONSENSICAL NIL) +(no-one no-one ((PRO +) (V -) (N +) (NEG +)) NO-ONE NIL) +(nor nor ((SUBCAT NOR)) NOR NIL) +(normal normal ((V +) (N +) (AFORM NONE)) NORMAL NIL) +(normative normative ((V +) (N +) (AFORM NONE)) NORMATIVE NIL) +(north north ((V -) (N +) (COUNT -)) NORTH NIL) +(north north ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) NORTH NIL) +(north north ((V +) (N +) (SUBCAT PPOF) (AFORM NONE)) NORTH NIL) +(northern northern ((V +) (N +) (AFORM NONE)) NORTHERN NIL) +(nose nose ((V -) (N +)) NOSE NIL) +(not not ((SUBCAT NOT)) NOT NIL) +(not not ((V +) (N +) (ADV +) (NEG +)) NOT NIL) +(notation notation ((V -) (N +)) NOTATION NIL) +(note note ((V -) (N +)) NOTE NIL) +(note note ((V +) (N -) (SUBCAT SFIN)) NOTE NIL) +(nothing nothing ((PRO +) (V -) (N +)) NOTHING NIL) +(notice notice ((V -) (N +)) NOTICE NIL) +(notice notice ((V +) (N -) (SUBCAT NP)) NOTICE NIL) +(notice notice ((V +) (N -) (SUBCAT SFIN)) NOTICE NIL) +(notion notion ((V -) (N +)) NOTION NIL) +(notoriety notoriety ((V -) (N +) (COUNT -)) NOTORIETY NIL) +(notorious notorious ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) NOTORIOUS NIL) +(notorious notorious ((V +) (N +) (SUBCAT PPFOR) (AFORM NONE)) NOTORIOUS NIL) +(notwithstanding notwithstanding ((V -) (N -)) NOTWITHSTANDING NIL) +(noun noun ((V -) (N +)) NOUN NIL) +(novel novel ((V +) (N +) (AFORM NONE)) NOVEL NIL) +(novel novel ((V -) (N +)) NOVEL NIL) +(novelty novelty ((V -) (N +)) NOVELTY NIL) +(november november ((V -) (N +) (PN +)) NOVEMBER NIL) +(novice novice ((V -) (N +)) NOVICE NIL) +(now now ((PRO +) (V -) (N -)) NOW NIL) +(now now ((V +) (N +) (ADV +)) NOW NIL) +(nowhere nowhere ((PRO +) (V -) (N -) (NEG +)) NOWHERE NIL) +(nuclear nuclear ((V +) (N +) (LAT -)) NUCLEAR NIL) +(nucleus nucleus ((V -) (N +)) NUCLEUS NIL) +(nudge nudge ((V -) (N +)) NUDGE NIL) +(nudge nudge ((V +) (N -) (SUBCAT NP)) NUDGE NIL) +(nuisance nuisance ((V -) (N +)) NUISANCE NIL) +(number number ((V -) (N +) (PART +)) NUMBER NIL) +(numeral numeral ((V -) (N +)) NUMERAL NIL) +(numeric numeric ((V +) (N +) (AFORM NONE)) NUMERIC NIL) +(numerical numerical ((V +) (N +) (AFORM NONE)) NUMERICAL NIL) +(numerous numerous ((V +) (N +) (AFORM NONE)) NUMEROUS NIL) +(nurse nurse ((V -) (N +)) NURSE NIL) +(nurse nurse ((V +) (N -) (SUBCAT NP)) NURSE NIL) +(nut nut ((V -) (N +)) NUT NIL) +(nutrient nutrient ((V -) (N +)) NUTRIENT NIL) +(nutrition nutrition ((V -) (N +)) NUTRITION NIL) +(nutritious nutritious ((V +) (N +) (AFORM NONE)) NUTRITIOUS NIL) +(nylon nylon ((V -) (N +) (COUNT -)) NYLON NIL) +(oaf oaf ((V -) (N +)) OAF NIL) +(oak oak ((V -) (N +)) OAK NIL) +(oar oar ((V -) (N +)) OAR NIL) +(oath oath ((V -) (N +)) OATH NIL) +(oats oats ((V -) (N +) (INFL -) (COUNT -)) OATS NIL) +(obey obey ((V +) (N -) (SUBCAT NP)) OBEY NIL) +(object object ((V -) (N +)) OBJECT NIL) +(object object ((V +) (N -) (SUBCAT PPTO) (AT -)) OBJECT NIL) +(objectionable objectionable ((V +) (N +) (AFORM NONE)) OBJECTIONABLE NIL) +(objective objective ((V +) (N +) (AFORM NONE)) OBJECTIVE NIL) +(objective objective ((V -) (N +)) OBJECTIVE NIL) +(obligation obligation ((V -) (N +)) OBLIGATION NIL) +(obligatory obligatory ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) OBLIGATORY NIL) +(obligatory obligatory ((V +) (N +) (SUBCAT PPFOR) (AFORM NONE)) OBLIGATORY NIL) +(oblige oblige ((V +) (N -) (SUBCAT OE)) OBLIGE NIL) +(oblique oblique ((V +) (N +) (AFORM NONE)) OBLIQUE NIL) +(obscure obscure ((V +) (N +) (AFORM NONE)) OBSCURE NIL) +(obscure obscure ((V +) (N -) (SUBCAT NP)) OBSCURE NIL) +(observe observe ((V +) (N -) (SUBCAT NP)) OBSERVE NIL) +(obstacle obstacle ((V -) (N +)) OBSTACLE NIL) +(obstruct obstruct ((V +) (N -) (SUBCAT NP) (AT -)) OBSTRUCT NIL) +(obstruction obstruction ((V +) (N -)) OBSTRUCTION NIL) +(obtain obtain ((V +) (N -) (SUBCAT NP)) OBTAIN NIL) +(obvious obvious ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) OBVIOUS NIL) +(obvious obvious ((V +) (N +) (AFORM NONE) (SUBCAT S_SUBJ)) OBVIOUS NIL) +(occasion occasion ((V -) (N +)) OCCASION NIL) +(occupation occupation ((V -) (N +)) OCCUPATION NIL) +(occupy occupy ((V +) (N -) (SUBCAT NP)) OCCUPY NIL) +(occur occur ((V +) (N -) (SUBCAT NULL)) OCCUR NIL) +(occurrence occurrence ((V +) (N -)) OCCURRENCE NIL) +(ocean ocean ((V -) (N +)) OCEAN NIL) +(october october ((V -) (N +) (PN +)) OCTOBER NIL) +(odd odd ((V +) (N +)) ODD NIL) +(odds odds ((V -) (N +) (PLU +)) ODDS NIL) +(of of ((V -) (N -) (SUBCAT NP)) OF NIL) +(of of ((V -) (N -) (SUBCAT NP) (PFORM OF)) OF NIL) +(off off ((PRT OFF)) OFF NIL) +(off off ((V -) (N -) (SUBCAT NP)) OFF NIL) +(offence offence ((V -) (N +) (SUBCAT PPAGAINST)) OFFENCE NIL) +(offend offend ((V +) (N -) (SUBCAT NP)) OFFEND NIL) +(offense offense ((V -) (N +) (SUBCAT PPAGAINST)) OFFENSE NIL) +(offensive offensive ((V +) (N +) (AFORM NONE)) OFFENSIVE NIL) +(offer offer ((V +) (N -) (SUBCAT SE1)) OFFER NIL) +(offer offer ((V -) (N +) (SUBCAT SE1)) OFFER NIL) +(office office ((V -) (N +)) OFFICE NIL) +(officer officer ((V -) (N +)) OFFICER NIL) +(official official ((V -) (N +)) OFFICIAL NIL) +(offset offset ((V +) (N -) (SUBCAT NP)) OFFSET NIL) +(often often ((V +) (N +) (ADV +)) OFTEN NIL) +(oil oil ((V -) (N +) (COUNT -)) OIL NIL) +(oil oil ((V +) (N -) (SUBCAT NP)) OIL NIL) +(old old ((V +) (N +)) OLD NIL) +(old old ((V -) (N +) (PLU +)) OLD NIL) +(omission omission ((V -) (N +)) OMISSION NIL) +(omit omit ((V +) (N -) (SUBCAT NP)) OMIT NIL) +(omniscient omniscient ((V +) (N +) (AFORM NONE)) OMNISCIENT NIL) +(on on ((PRT ON)) ON NIL) +(on on ((V -) (N -) (SUBCAT NP)) ON NIL) +(on on ((V -) (N -) (SUBCAT NP) (PFORM ON)) ON NIL) +(once once ((V +) (N +) (ADV +)) ONCE NIL) +(one one ((BAR 0) (SUBCAT ONE) (V -) (N +)) ONE NIL) +(one one ((PRO +) (V -) (N +) (PLU -)) ONE NIL) +(one one ((V +) (N +) (QUA +) (NUM CARD) (PART -) (AGR ((N +) (V -) (BAR 1) (COUNT +) (PLU -)))) ONE NIL) +(onerous onerous ((V +) (N +) (AFORM NONE)) ONEROUS NIL) +(oneself oneself ((PRO +) (V -) (N +)) ONESELF NIL) +(onion onion ((V -) (N +)) ONION NIL) +(only only ((V +) (N +) (ADV +)) ONLY NIL) +(only only ((V +) (N +) (AFORM NONE)) ONLY NIL) +(onto onto ((V -) (N -) (SUBCAT NP)) ONTO NIL) +(ontology ontology ((V -) (N +)) ONTOLOGY NIL) +(opacity opacity ((V -) (N +) (COUNT -)) OPACITY NIL) +(opaque opaque ((V +) (N +) (AFORM NONE)) OPAQUE NIL) +(open open ((V +) (N +) (AFORM NONE)) OPEN NIL) +(open open ((V +) (N -)) OPEN NIL) +(opening opening ((V -) (N +)) OPENING NIL) +(operand operand ((V -) (N +)) OPERAND NIL) +(operate operate ((V +) (N -) (SUBCAT NP) (AT -)) OPERATE NIL) +(operation operation ((V -) (N +) (SUBCAT PPON)) OPERATION NIL) +(operator operator ((V -) (N +)) OPERATOR NIL) +(opinion opinion ((V -) (N +)) OPINION NIL) +(opponent opponent ((V -) (N +)) OPPONENT NIL) +(opportune opportune ((V +) (N +) (AFORM NONE)) OPPORTUNE NIL) +(opportunistic opportunistic ((V +) (N +) (AFORM NONE)) OPPORTUNISTIC NIL) +(opportunity opportunity ((V -) (N +)) OPPORTUNITY NIL) +(oppose oppose ((V +) (N -) (SUBCAT NP)) OPPOSE NIL) +(opposite opposite ((V +) (N +) (AFORM NONE)) OPPOSITE NIL) +(opposite opposite ((V -) (N -)) OPPOSITE NIL) +(opposition opposition ((V -) (N +) (SUBCAT PPTO)) OPPOSITION NIL) +(optimal optimal ((V +) (N +) (AFORM NONE)) OPTIMAL NIL) +(optimism optimism ((V -) (N +) (COUNT -)) OPTIMISM NIL) +(optimist optimist ((V -) (N +)) OPTIMIST NIL) +(optimize optimize ((V +) (N -) (SUBCAT NP)) OPTIMIZE NIL) +(optimum optimum ((V +) (N -)) OPTIMUM NIL) +(option option ((V -) (N +)) OPTION NIL) +(+or +or ((FIX SUF) (V -) (N +) (STEM ((LAT +) (AT -) (INFL +) (V +) (N -) (BAR 0)))) OR NIL) +(or or ((SUBCAT OR)) OR NIL) +(oral oral ((V +) (N +)) ORAL NIL) +(orange orange ((V +) (N +) (AFORM NONE)) ORANGE NIL) +(orange orange ((V -) (N +)) ORANGE NIL) +(order order ((V -) (N +)) ORDER NIL) +(order order ((V +) (N -) (SUBCAT NP)) ORDER NIL) +(order order ((V +) (N -) (SUBCAT OE)) ORDER NIL) +(ordering ordering ((V -) (N +)) ORDERING NIL) +(orderly orderly ((V +) (N +) (AFORM NONE)) ORDERLY NIL) +(ordinary ordinary ((V +) (N +) (AFORM NONE)) ORDINARY NIL) +(ore ore ((V -) (N +)) ORE NIL) +(organ organ ((V -) (N +)) ORGAN NIL) +(organic organic ((V +) (N +) (AFORM NONE)) ORGANIC NIL) +(organically organically ((V +) (N +) (ADV +)) ORGANICALLY NIL) +(organization organization ((V -) (N +)) ORGANIZATION NIL) +(organize organize ((V +) (N -) (SUBCAT NP)) ORGANIZE NIL) +(orient orient ((V -) (N +)) ORIENT NIL) +(orient orient ((V +) (N -) (SUBCAT NP)) ORIENT NIL) +(origin origin ((V -) (N +)) ORIGIN NIL) +(original original ((V +) (N +) (AFORM NONE)) ORIGINAL NIL) +(original original ((V -) (N +)) ORIGINAL NIL) +(originate originate ((V +) (N -) (AT -) (SUBCAT NULL)) ORIGINATE NIL) +(orthography orthography ((V -) (N +) (COUNT -)) ORTHOGRAPHY NIL) +(+ory +ory ((V +) (N +) (FIX SUF) (AFORM NONE) (STEM ((V +) (N -) (AT -)))) ORY NIL) +(ostensible ostensible ((V +) (N +) (AFORM NONE)) OSTENSIBLE NIL) +(ostensive ostensive ((V +) (N +) (AFORM NONE)) OSTENSIVE NIL) +(ostentation ostentation ((V -) (N +) (COUNT -)) OSTENTATION NIL) +(ostentatious ostentatious ((V +) (N +) (AFORM NONE)) OSTENTATIOUS NIL) +(other other ((V +) (N +) (AFORM NONE)) OTHER NIL) +(other other ((V -) (N +)) OTHER NIL) +(otherwise otherwise ((PRO +) (V -) (N -)) OTHERWISE NIL) +(otherwise otherwise ((SUBCAT OTHERWISE)) OTHERWISE NIL) +(ought ought ((V +) (N -) (SUBCAT INF) (FIN +) (PAST -) (AUX +)) OUGHT NIL) +("oughtn't" "oughtn't" ((V +) (N -) (SUBCAT INF) (FIN +) (PAST -) (AUX +) (NEG +)) OUGHT NIL) +(our our ((QUA +) (SUBCAT DETN) (POSS +)) OUR NIL) +(ours ours ((PRO +) (V -) (N +)) OURS NIL) +(ourselves ourselves ((PRO +) (V -) (N +) (REFL ((BAR 2) (V -) (N +) (PER 1) (PLU +)))) OURSELVES NIL) +(+ous +ous ((FIX SUF) (V +) (N +) (AFORM NONE) (LAT +) (STEM (N (INFL +) (LAT +)))) OUS NIL) +(out- out- ((FIX PRE) (STEM V)) OUT NIL) +(out out ((V -) (N -) (SUBCAT PP)) OUT NIL) +(outdated outdated ((V +) (N +) (AFORM NONE)) OUTDATED NIL) +(outdoor outdoor ((V +) (N +) (AFORM NONE)) OUTDOOR NIL) +(outdoors outdoors ((V -) (N +) (COUNT -)) OUTDOORS NIL) +(outer outer ((V +) (N +) (AFORM NONE)) OUTER NIL) +(outermost outermost ((V +) (N +) (AFORM EST)) OUTERMOST NIL) +(outlaw outlaw ((V -) (N +)) OUTLAW NIL) +(outlaw outlaw ((V +) (N -) (SUBCAT NP)) OUTLAW NIL) +(outline outline ((V -) (N +)) OUTLINE NIL) +(outline outline ((V +) (N -) (SUBCAT NP)) OUTLINE NIL) +(outrage outrage ((V -) (N +)) OUTRAGE NIL) +(outrage outrage ((V +) (N -) (SUBCAT NP)) OUTRAGE NIL) +(outside outside ((PRO +) (V -) (N -)) OUTSIDE NIL) +(outside outside ((V -) (N +)) OUTSIDE NIL) +(outside outside ((V -) (N -) (SUBCAT NP)) OUTSIDE NIL) +(outstanding outstanding ((V +) (N +) (AFORM NONE)) OUTSTANDING NIL) +(over- over- ((FIX PRE) (STEM ((V +)))) OVER NIL) +(over over ((V -) (N +)) OVER NIL) +(over over ((V -) (N -) (SUBCAT NP)) OVER NIL) +(overflow overflow ((V -) (N +)) OVERFLOW NIL) +(overflow overflow ((V +) (N -) (SUBCAT NP)) OVERFLOW NIL) +(overflow overflow ((V +) (N -) (SUBCAT NULL)) OVERFLOW NIL) +(overlap overlap ((V +) (N -) (SUBCAT NULL)) OVERLAP NIL) +(overt overt ((V +) (N +) (AFORM NONE)) OVERT NIL) +(overture overture ((V -) (N +)) OVERTURE NIL) +(overwhelm overwhelm ((V +) (N -) (SUBCAT NP)) OVERWHELM NIL) +(owe owe ((V +) (N -) (SUBCAT NP_NP)) OWE NIL) +(own own ((V +) (N +) (AFORM NONE)) OWN NIL) +(own own ((V +) (N -) (SUBCAT NP)) OWN NIL) +(ox ox ((V -) (N +) (PLU -)) OX NIL) +(oxen oxen ((V -) (N +) (PLU +)) OX NIL) +(oxford oxford ((V -) (N +) (PN +)) OXFORD NIL) +(oxygen oxygen ((V -) (N +) (COUNT -)) OXYGEN NIL) +(pace pace ((V -) (N +)) PACE NIL) +(pack pack ((V +) (N -) (SUBCAT NP)) PACK NIL) +(package package ((V -) (N +)) PACKAGE NIL) +(package package ((V +) (N -) (SUBCAT NP)) PACKAGE NIL) +(packet packet ((V -) (N +)) PACKET NIL) +(page page ((V -) (N +)) PAGE NIL) +(paid paid ((V +) (N -) (SUBCAT PPFOR) (FIN +) (PAST +)) PAY NIL) +(paid paid ((V +) (N -) (SUBCAT PPFOR) (VFORM EN)) PAY NIL) +(pain pain ((V -) (N +)) PAIN NIL) +(painstaking painstaking ((V +) (N +) (AFORM NONE)) PAINSTAKING NIL) +(paint paint ((V -) (N +) (COUNT -)) PAINT NIL) +(paint paint ((V +) (N -) (SUBCAT NP)) PAINT NIL) +(pair pair ((V -) (N +)) PAIR NIL) +(pair pair ((V +) (N -) (SUBCAT NP_PPWITH)) PAIR NIL) +(palace palace ((V -) (N +)) PALACE NIL) +(pale pale ((V +) (N +)) PALE NIL) +(pamper pamper ((V +) (N -) (SUBCAT NP)) PAMPER NIL) +(pamphlet pamphlet ((V -) (N +)) PAMPHLET NIL) +(pan pan ((V -) (N +)) PAN NIL) +(panacea panacea ((V -) (N +)) PANACEA NIL) +(pane pane ((V -) (N +)) PANE NIL) +(panel panel ((V -) (N +)) PANEL NIL) +(panelling panelling ((V -) (N +)) PANELLING NIL) +(panic panic ((V +) (N -)) PANIC NIL) +(panic panic ((V -) (N +)) PANIC NIL) +(pantry pantry ((V -) (N +)) PANTRY NIL) +(paper paper ((V -) (N +)) PAPER NIL) +(paper paper ((V +) (N -) (SUBCAT NP)) PAPER NIL) +(paradigm paradigm ((V -) (N +)) PARADIGM NIL) +(paradox paradox ((V -) (N +)) PARADOX NIL) +(paragraph paragraph ((V -) (N +)) PARAGRAPH NIL) +(parallel parallel ((V -) (N +)) PARALLEL NIL) +(parallel parallel ((V +) (N -) (SUBCAT NP)) PARALLEL NIL) +(parallel parallel ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) PARALLEL NIL) +(parallel parallel ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) PARALLEL NIL) +(parameter parameter ((V -) (N +)) PARAMETER NIL) +(paraphrase paraphrase ((V -) (N +)) PARAPHRASE NIL) +(paraphrase paraphrase ((V +) (N -) (SUBCAT NP)) PARAPHRASE NIL) +(parasite parasite ((V -) (N +)) PARASITE NIL) +(parasitic parasitic ((V +) (N +) (AFORM NONE)) PARASITIC NIL) +(parasol parasol ((V -) (N +)) PARASOL NIL) +(parcel parcel ((V -) (N +)) PARCEL NIL) +(parent parent ((V -) (N +) (SUBCAT PPOF)) PARENT NIL) +(parentheses parentheses ((V -) (N +) (PLU +)) PARENTHESIS NIL) +(parenthesis parenthesis ((V -) (N +) (PLU -)) PARENTHESIS NIL) +(parenthesize parenthesize ((V +) (N -) (SUBCAT NP)) PARENTHESIZE NIL) +(parenthetical parenthetical ((V +) (N +) (AFORM NONE)) PARENTHETICAL NIL) +(paris paris ((V -) (N +) (PN -)) PARIS NIL) +(parity parity ((V -) (N +)) PARITY NIL) +(park park ((V -) (N +)) PARK NIL) +(park park ((V +) (N -) (SUBCAT NP)) PARK NIL) +(parliament parliament ((V -) (N +)) PARLIAMENT NIL) +(parse parse ((V +) (N -) (SUBCAT NP)) PARSE NIL) +(parsimony parsimony ((V -) (N +)) PARSIMONY NIL) +(part part ((V -) (N +)) PART NIL) +(participant participant ((V -) (N +)) PARTICIPANT NIL) +(participate participate ((V +) (N -) (AT -) (SUBCAT PPIN)) PARTICIPATE NIL) +(particle particle ((V -) (N +)) PARTICLE NIL) +(particular particular ((V +) (N +) (AFORM NONE)) PARTICULAR NIL) +(partition partition ((V -) (N +)) PARTITION NIL) +(partition partition ((V +) (N -) (SUBCAT NP)) PARTITION NIL) +(partly partly ((V +) (N +) (ADV +)) PARTLY NIL) +(partner partner ((V -) (N +)) PARTNER NIL) +(party party ((V -) (N +)) PARTY NIL) +(pass pass ((V +) (N -) (SUBCAT NP_PPTO)) PASS NIL) +(passage passage ((V -) (N +)) PASSAGE NIL) +(passenger passenger ((V -) (N +)) PASSENGER NIL) +(passion passion ((V -) (N +)) PASSION NIL) +(passionate passionate ((V +) (N +) (AFORM NONE)) PASSIONATE NIL) +(passive passive ((V +) (N +) (AFORM NONE)) PASSIVE NIL) +(past past ((V +) (N +) (AFORM NONE)) PAST NIL) +(past past ((V -) (N +)) PAST NIL) +(paste paste ((V -) (N +)) PASTE NIL) +(paste paste ((V +) (N -) (SUBCAT NP_PPTO)) PASTE NIL) +(pastry pastry ((V -) (N +) (COUNT -)) PASTRY NIL) +(pasty pasty ((V -) (N +)) PASTY NIL) +(pat pat ((V +) (N -) (SUBCAT NP)) PAT NIL) +(path path ((V -) (N +)) PATH NIL) +(pathology pathology ((V -) (N +)) PATHOLOGY NIL) +(patience patience ((V -) (N +)) PATIENCE NIL) +(patient patient ((V -) (N +)) PATIENT NIL) +(patient patient ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) PATIENT NIL) +(patient patient ((V +) (N +) (SUBCAT PPWITH) (AFORM NONE)) PATIENT NIL) +(pattern pattern ((V -) (N +)) PATTERN NIL) +(paucity paucity ((V -) (N +) (SUBCAT PPOF)) PAUCITY NIL) +(pause pause ((V +) (N -) (SUBCAT NULL)) PAUSE NIL) +(pause pause ((V -) (N +)) PAUSE NIL) +(pay pay ((V -) (N +)) PAY NIL) +(pay pay ((V +) (N -) (SUBCAT PPFOR) (REG -)) PAY NIL) +(pea pea ((V -) (N +)) PEA NIL) +(peace peace ((V -) (N +) (COUNT -)) PEACE NIL) +(peak peak ((V -) (N +)) PEAK NIL) +(pear pear ((V -) (N +)) PEAR NIL) +(peculiar peculiar ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) PECULIAR NIL) +(peculiar peculiar ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) PECULIAR NIL) +(pedagogical pedagogical ((V +) (N +) (AFORM NONE)) PEDAGOGICAL NIL) +(pedant pedant ((V -) (N +)) PEDANT NIL) +(pedantic pedantic ((V +) (N +) (AFORM NONE)) PEDANTIC NIL) +(pedantically pedantically ((V +) (N +) (AFORM NONE) (ADV +)) PEDANTICALLY NIL) +(pelvic pelvic ((V +) (N +) (AFORM NONE)) PELVIC NIL) +(pelvis pelvis ((V -) (N +)) PELVIS NIL) +(pen pen ((V -) (N +)) PEN NIL) +(penal penal ((V +) (N +) (AFORM NONE)) PENAL NIL) +(penalize penalize ((V +) (N -) (SUBCAT NP)) PENALIZE NIL) +(penalty penalty ((V -) (N +)) PENALTY NIL) +(pence pence ((V -) (N +) (PLU +)) PENCE NIL) +(pencil pencil ((V -) (N +)) PENCIL NIL) +(pending pending ((V +) (N +) (AFORM NONE)) PENDING NIL) +(penetrate penetrate ((V +) (N -) (SUBCAT NP) (AT -)) PENETRATE NIL) +(penicillin penicillin ((V -) (N -)) PENICILLIN NIL) +(penny penny ((V -) (N +)) PENNY NIL) +(people people ((V -) (N +)) PEOPLE NIL) +(people people ((V -) (N +) (PLU +)) PEOPLE NIL) +(pepper pepper ((V -) (N +) (COUNT -)) PEPPER NIL) +(perceive perceive ((V +) (N -) (SUBCAT NP)) PERCEIVE NIL) +(perception perception ((V -) (N +)) PERCEPTION NIL) +(perceptive perceptive ((V +) (N +) (AFORM NONE)) PERCEPTIVE NIL) +(perceptual perceptual ((V +) (N +) (AFORM NONE)) PERCEPTUAL NIL) +(percolate percolate ((V +) (N -) (SUBCAT NULL) (AT -)) PERCOLATE NIL) +(percolator percolator ((V -) (N +)) PERCOLATOR NIL) +(peremptory peremptory ((V +) (N +) (AFORM NONE)) PEREMPTORY NIL) +(perfect perfect ((V +) (N +) (AFORM NONE)) PERFECT NIL) +(perform perform ((V +) (N -)) PERFORM NIL) +(perhaps perhaps ((V +) (N +) (ADV +)) PERHAPS NIL) +(period period ((V -) (N +)) PERIOD NIL) +(peripheral peripheral ((V +) (N +) (AFORM NONE)) PERIPHERAL NIL) +(periphery periphery ((V -) (N +)) PERIPHERY NIL) +(perjure perjure ((V +) (N -) (SUBCAT REFL)) PERJURE NIL) +(permanent permanent ((V +) (N +) (AFORM NONE)) PERMANENT NIL) +(permissible permissible ((V +) (N +) (AFORM NONE)) PERMISSIBLE NIL) +(permission permission ((V -) (N +)) PERMISSION NIL) +(permissive permissive ((V +) (N +) (AFORM NONE)) PERMISSIVE NIL) +(permit permit ((V -) (N +)) PERMIT NIL) +(permit permit ((V +) (N -) (SUBCAT OR)) PERMIT NIL) +(permute permute ((V +) (N -) (SUBCAT NP)) PERMUTE NIL) +(perpetual perpetual ((V +) (N +) (AFORM NONE)) PERPETUAL NIL) +(perpetuate perpetuate ((V +) (N -) (SUBCAT NP) (AT -)) PERPETUATE NIL) +(perpetuity perpetuity ((V -) (N +)) PERPETUITY NIL) +(persimmon persimmon ((V -) (N +)) PERSIMMON NIL) +(persist persist ((V +) (N -) (SUBCAT NULL)) PERSIST NIL) +(persistence persistence ((V -) (N +)) PERSISTENCE NIL) +(persistent persistent ((V +) (N +) (AFORM NONE)) PERSISTENT NIL) +(person person ((V -) (N +)) PERSON NIL) +(personal personal ((V +) (N +) (AFORM NONE)) PERSONAL NIL) +(perspective perspective ((V -) (N +)) PERSPECTIVE NIL) +(perspicuous perspicuous ((V +) (N +) (AFORM NONE)) PERSPICUOUS NIL) +(persuade persuade ((V +) (N -) (SUBCAT NP_S)) PERSUADE NIL) +(persuade persuade ((V +) (N -) (SUBCAT OE)) PERSUADE NIL) +(persuasion persuasion ((V -) (N +)) PERSUASION NIL) +(persuasive persuasive ((V +) (N +) (AFORM NONE)) PERSUASIVE NIL) +(perverse perverse ((V +) (N +) (AFORM NONE)) PERVERSE NIL) +(perversion perversion ((V -) (N +)) PERVERSION NIL) +(pervert pervert ((V -) (N +)) PERVERT NIL) +(pervert pervert ((V +) (N -) (SUBCAT NP)) PERVERT NIL) +(pet pet ((V -) (N +)) PET NIL) +(petrol petrol ((V -) (N +) (COUNT -)) PETROL NIL) +(phase phase ((V -) (N +)) PHASES NIL) +(phenomena phenomena ((V -) (N +) (PLU +)) PHENOMENON NIL) +(phenomenon phenomenon ((V -) (N +) (PLU -)) PHENOMENON NIL) +(philosopher philosopher ((V -) (N +)) PHILOSOPHER NIL) +(philosophy philosophy ((V -) (N +)) PHILOSOPHY NIL) +(phone phone ((V -) (N +)) PHONE NIL) +(phone phone ((V +) (N -) (SUBCAT NP)) PHONE NIL) +(phonemic phonemic ((V +) (N +) (AFORM NONE)) PHONEMIC NIL) +(phonetic phonetic ((V +) (N +) (AFORM NONE)) PHONETIC NIL) +(phonetically phonetically ((V +) (N +) (ADV +)) PHONETICALLY NIL) +(phonetics phonetics ((V -) (N +) (INFL -) (COUNT -)) PHONETICS NIL) +(phonology phonology ((V -) (N +) (COUNT -)) PHONOLOGY NIL) +(phonotactic phonotactic ((V +) (N +) (AFORM NONE)) PHONOTACTIC NIL) +(photo photo ((V -) (N +)) PHOTO NIL) +(photograph photograph ((V -) (N +)) PHOTOGRAPH NIL) +(photograph photograph ((V +) (N -) (SUBCAT NP)) PHOTOGRAPH NIL) +(photography photography ((V -) (N +) (COUNT -)) PHOTOGRAPHY NIL) +(phrase phrase ((V -) (N +)) PHRASE NIL) +(physical physical ((V +) (N +) (AFORM NONE)) PHYSICAL NIL) +(physician physician ((V -) (N +)) PHYSICIAN NIL) +(physics physics ((V -) (N +)) PHYSICS NIL) +(pianist pianist ((V -) (N +)) PIANIST NIL) +(piano piano ((V -) (N +)) PIANO NIL) +(pick pick ((V -) (N +)) PICK NIL) +(pick pick ((V +) (N -) (SUBCAT NP)) PICK NIL) +(pick pick ((V +) (N -) (SUBCAT NP_UP)) PICK NIL) +(picnic picnic ((V -) (N +)) PICNIC NIL) +(picnic picnic ((V +) (N -) (SUBCAT NULL)) PICNIC NIL) +(picture picture ((V -) (N +)) PICTURE NIL) +(picture picture ((V +) (N -) (SUBCAT NP)) PICTURE NIL) +(piece piece ((V -) (N +)) PIECE NIL) +(pierce pierce ((V +) (N -) (SUBCAT NP)) PIERCE NIL) +(pig pig ((V -) (N +)) PIG NIL) +(pigeon pigeon ((V -) (N +)) PIGEON NIL) +(pilchard pilchard ((V -) (N +)) PILCHARD NIL) +(pile pile ((V -) (N +)) PILE NIL) +(pilfer pilfer ((V +) (N -) (SUBCAT NP)) PILFER NIL) +(pill pill ((V -) (N +)) PILL NIL) +(pillar pillar ((V -) (N +)) PILLAR NIL) +(pillow pillow ((V -) (N +)) PILLOW NIL) +(pilot pilot ((V -) (N +)) PILOT NIL) +(pilot pilot ((V +) (N -) (SUBCAT NP)) PILOT NIL) +(pin pin ((V -) (N +)) PIN NIL) +(pin pin ((V +) (N -) (SUBCAT NP_PPTO)) PIN NIL) +(pink pink ((V +) (N +)) PINK NIL) +(pipe pipe ((V -) (N +)) PIPE NIL) +(pistol pistol ((V -) (N +)) PISTOL NIL) +(pit pit ((V -) (N +)) PIT NIL) +(pitch pitch ((V -) (N +)) PITCH NIL) +(pitch pitch ((V +) (N -) (SUBCAT NP)) PITCH NIL) +(pitchfork pitchfork ((V -) (N +)) PITCHFORK NIL) +(pith pith ((V -) (N +)) PITH NIL) +(pity pity ((V +) (N -) (SUBCAT NP)) PITY NIL) +(pity pity ((V -) (N +)) PITY NIL) +(place place ((V -) (N +)) PLACE NIL) +(place place ((V +) (N -) (SUBCAT NP)) PLACE NIL) +(place place ((V +) (N -) (SUBCAT NP_PPIN)) PLACE NIL) +(plague plague ((V -) (N +)) PLAGUE NIL) +(plague plague ((V +) (N -) (SUBCAT NP)) PLAGUE NIL) +(plain plain ((V +) (N +)) PLAIN NIL) +(plain plain ((V -) (N +)) PLAIN NIL) +(plan plan ((V +) (N -) (SUBCAT SE1)) PLAN NIL) +(plan plan ((V -) (N +) (SUBCAT SE1)) PLAN NIL) +(planar planar ((V +) (N +) (AFORM NONE)) PLANAR NIL) +(plane plane ((V -) (N +)) PLANE NIL) +(planet planet ((V -) (N +)) PLANET NIL) +(plant plant ((V -) (N +)) PLANT NIL) +(plastic plastic ((V +) (N +) (AFORM NONE)) PLASTIC NIL) +(plastic plastic ((V -) (N +) (COUNT -)) PLASTIC NIL) +(plate plate ((V -) (N +)) PLATE NIL) +(plateau plateau ((V -) (N +)) PLATEAU NIL) +(platypus platypus ((V -) (N +)) PLATYPUS NIL) +(plausible plausible ((V +) (N +) (AFORM NONE)) PLAUSIBLE NIL) +(play play ((V -) (N +)) PLAY NIL) +(play play ((V +) (N -) (SUBCAT NP)) PLAY NIL) +(play play ((V +) (N -) (SUBCAT NULL)) PLAY NIL) +(play play ((V +) (N -) (SUBCAT PPWITH)) PLAY NIL) +(pleasant pleasant ((V +) (N +) (AFORM NONE)) PLEASANT NIL) +(please please ((V +) (N -) (SUBCAT NP)) PLEASE NIL) +(pleasure pleasure ((V -) (N +)) PLEASURE NIL) +(pledge pledge ((V -) (N +)) PLEDGE NIL) +(pledge pledge ((V +) (N -) (SUBCAT SFIN)) PLEDGE NIL) +(plenty plenty ((V -) (N +) (COUNT -)) PLENTY NIL) +(plot plot ((V -) (N +)) PLOT NIL) +(plot plot ((V +) (N -) (SUBCAT NULL)) PLOT NIL) +(plug plug ((V -) (N +)) PLUG NIL) +(plum plum ((V -) (N +)) PLUM NIL) +(plumber plumber ((V -) (N +)) PLUMBER NIL) +(plume plume ((V -) (N +)) PLUME NIL) +(plummet plummet ((V +) (N -) (SUBCAT NULL)) PLUMMET NIL) +(plump plump ((V +) (N +)) PLUMP NIL) +(plunge plunge ((V +) (N -) (SUBCAT NULL)) PLUNGE NIL) +(plural plural ((V +) (N +) (AFORM NONE)) PLURAL NIL) +(plural plural ((V -) (N +)) PLURAL NIL) +(pocket pocket ((V -) (N +)) POCKET NIL) +(pocket pocket ((V +) (N -) (SUBCAT NP)) POCKET NIL) +(poem poem ((V -) (N +)) POEM NIL) +(poet poet ((V -) (N +)) POET NIL) +(poetry poetry ((V -) (N +) (COUNT -)) POETRY NIL) +(point point ((V -) (N +)) POINT NIL) +(point point ((V +) (N -) (SUBCAT PPTO)) POINT NIL) +(poison poison ((V -) (N +)) POISON NIL) +(poison poison ((V +) (N -) (SUBCAT NP)) POISON NIL) +(poland poland ((V -) (N +) (PN +)) POLAND NIL) +(polar polar ((V +) (N +) (AFORM NONE)) POLAR NIL) +(pole pole ((V -) (N +)) POLE NIL) +(police police ((V -) (N +) (PLU +)) POLICE NIL) +(policeman policeman ((V -) (N +) (PLU -)) POLICEMAN NIL) +(policemen policemen ((V -) (N +) (PLU +)) POLICEMAN NIL) +(policy policy ((V -) (N +)) POLICY NIL) +(polish polish ((V +) (N +) (AFORM NONE)) POLISH NIL) +(polish polish ((V -) (N +)) POLISH NIL) +(polish polish ((V +) (N -) (SUBCAT NP)) POLISH NIL) +(polite polite ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) POLITE NIL) +(polite polite ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) POLITE NIL) +(political political ((V +) (N +) (AFORM NONE)) POLITICAL NIL) +(politician politician ((V -) (N +)) POLITICIAN NIL) +(politics politics ((V -) (N +) (PLU -)) POLITICS NIL) +(pollute pollute ((V +) (N -) (SUBCAT NP) (AT -)) POLLUTE NIL) +(ponder ponder ((V +) (N -) (SUBCAT NULL)) PONDER NIL) +(pool pool ((V -) (N +)) POOL NIL) +(poor poor ((V -) (N +) (PLU +)) POOR NIL) +(poor poor ((V +) (N +)) POOR NIL) +(pop pop ((V -) (N +)) POP NIL) +(popular popular ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) POPULAR NIL) +(popular popular ((V +) (N +) (SUBCAT PPWITH) (AFORM NONE)) POPULAR NIL) +(populated populated ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) POPULATED NIL) +(populated populated ((V +) (N +) (SUBCAT PPBY) (AFORM NONE)) POPULATED NIL) +(population population ((V -) (N +)) POPULATION NIL) +(porcupine porcupine ((V -) (N +)) PORCUPINE NIL) +(pore pore ((V -) (N +)) PORE NIL) +(pore pore ((V +) (N -) (SUBCAT PPOVER)) PORE NIL) +(pork pork ((V -) (N +) (COUNT -)) PORK NIL) +(porosity porosity ((V -) (N +)) POROSITY NIL) +(porous porous ((V +) (N +) (AFORM NONE)) POROUS NIL) +(porpoise porpoise ((V -) (N +)) PORPOISE NIL) +(port port ((V -) (N +)) PORT NIL) +(portable portable ((V +) (N +) (AFORM NONE)) PORTABLE NIL) +(portion portion ((V -) (N +)) PORTION NIL) +(pose pose ((V -) (N +)) POSE NIL) +(pose pose ((V +) (N -) (SUBCAT NP)) POSE NIL) +(position position ((V -) (N +)) POSITION NIL) +(positive positive ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) POSITIVE NIL) +(positive positive ((V +) (N +) (SUBCAT SFIN) (AFORM NONE)) POSITIVE NIL) +(positively positively ((V +) (N +) (ADV +)) POSITIVELY NIL) +(possess possess ((V +) (N -) (SUBCAT NP)) POSSESS NIL) +(possession possession ((V -) (N +)) 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) +(post- post- ((FIX PRE) (STEM ((V +)))) POST NIL) +(post post ((V -) (N +)) POST NIL) +(post post ((V +) (N -) (SUBCAT NP_PPTO)) POST NIL) +(posterior posterior ((V +) (N +) (AFORM NONE)) POSTERIOR NIL) +(postman postman ((V -) (N +) (PLU -)) POSTMAN NIL) +(postmen postmen ((V -) (N +) (PLU +)) POSTMEN NIL) +(postpone postpone ((V +) (N -) (SUBCAT NP)) POSTPONE NIL) +(postulate postulate ((V +) (N -) (SUBCAT NP) (AT -)) POSTULATE NIL) +(pot pot ((V -) (N +)) POT NIL) +(potato potato ((V -) (N +)) POTATO NIL) +(potency potency ((V -) (N +)) POTENCY NIL) +(potent potent ((V +) (N +) (AFORM NONE)) POTENT NIL) +(potential potential ((V +) (N +) (AFORM NONE)) POTENTIAL NIL) +(pound pound ((V -) (N +)) POUND NIL) +(pound pound ((V +) (N -) (SUBCAT NP)) POUND NIL) +(pour pour ((V +) (N -) (SUBCAT NP_PPLOC)) POUR NIL) +(powder powder ((V -) (N +)) POWDER NIL) +(power power ((V -) (N +)) POWER NIL) +(power power ((V +) (N -) (SUBCAT NP)) POWER NIL) +(practical practical ((V +) (N +) (AFORM NONE)) PRACTICAL NIL) +(practice practice ((V -) (N +)) PRACTICE NIL) +(practise practise ((V +) (N -) (SUBCAT NP)) PRACTISE NIL) +(practitioner practitioner ((V -) (N +)) PRACTITIONER NIL) +(pragmatic pragmatic ((V +) (N +) (AFORM NONE)) PRAGMATIC NIL) +(pragmatically pragmatically ((V +) (N +) (ADV +)) PRAGMATICALLY NIL) +(pragmatics pragmatics ((V -) (N +) (PLU -)) PRAGMATICS NIL) +(praise praise ((V -) (N +)) PRAISE NIL) +(praise praise ((V +) (N -) (SUBCAT NP)) PRAISE NIL) +(pray pray ((V +) (N -) (SUBCAT PPTO)) PRAY NIL) +(prayer prayer ((V -) (N +)) PRAYER NIL) +(pre- pre- ((FIX PRE) (STEM ((V +)))) PRE NIL) +(precarious precarious ((V +) (N +) (AFORM NONE)) PRECARIOUS NIL) +(precede precede ((V +) (N -) (SUBCAT NP)) PRECEDE NIL) +(precedence precedence ((V -) (N +)) PRECEDENCE NIL) +(precedent precedent ((V -) (N +)) PRECEDENT NIL) +(precious precious ((V +) (N +) (AFORM NONE)) PRECIOUS NIL) +(precise precise ((V +) (N +) (AFORM NONE)) PRECISE NIL) +(precision precision ((V -) (N +)) PRECISION NIL) +(preclude preclude ((V +) (N -) (SUBCAT NP)) PRECLUDE NIL) +(precursor precursor ((V -) (N +)) PRECURSOR NIL) +(predecessor predecessor ((V -) (N +)) PREDECESSOR NIL) +(predicate predicate ((V -) (N +)) PREDICATE NIL) +(predicate predicate ((V +) (N -) (SUBCAT NP) (AT -)) PREDICATE NIL) +(predict predict ((V +) (N -) (SUBCAT NP) (AT -)) PREDICT NIL) +(predilection predilection ((V -) (N +) (SUBCAT PPFOR)) PREDILECTION NIL) +(preface preface ((V -) (N +)) PREFACE NIL) +(prefer prefer ((V +) (N -) (SUBCAT NP_PPTO)) PREFER NIL) +(prefer prefer ((V +) (N -) (SUBCAT OR)) PREFER NIL) +(prefer prefer ((V +) (N -) (SUBCAT SE1)) PREFER NIL) +(prefer prefer ((V +) (N -) (SUBCAT SINF)) PREFER NIL) +(preference preference ((V -) (N +)) PREFERENCE NIL) +(pregnancy pregnancy ((V -) (N +)) PREGNANCY NIL) +(pregnant pregnant ((V +) (N +) (AFORM NONE)) PREGNANT NIL) +(prejudice prejudice ((V -) (N +)) PREJUDICE NIL) +(prejudiced prejudiced ((V +) (N +) (AFORM NONE)) PREJUDICED NIL) +(preliminary preliminary ((V +) (N +) (AFORM NONE)) PRELIMINARY NIL) +(premise premise ((V -) (N +)) PREMISE NIL) +(preoccupation preoccupation ((V -) (N +) (SUBCAT PPWITH)) PREOCCUPATION NIL) +(preoccupied preoccupied ((V +) (N +) (SUBCAT PPWITH) (AFORM NONE)) PREOCCUPIED NIL) +(preoccupy preoccupy ((V +) (N -) (SUBCAT NP)) PREOCCUPY NIL) +(prepare prepare ((V +) (N -) (SUBCAT NP_PPFOR)) PREPARE NIL) +(preposition preposition ((V -) (N +)) PREPOSITION NIL) +(prerequisite prerequisite ((V -) (N +)) PREREQUISITE NIL) +(prescribe prescribe ((V +) (N -) (SUBCAT NP)) PRESCRIBE NIL) +(prescription prescription ((V -) (N +)) PRESCRIPTION NIL) +(prescriptive prescriptive ((V +) (N +) (AFORM NONE)) PRESCRIPTIVE NIL) +(presence presence ((V -) (N +)) PRESENCE NIL) +(present present ((V +) (N +) (AFORM NONE)) PRESENT NIL) +(present present ((V -) (N +)) PRESENT NIL) +(present present ((V +) (N -) (SUBCAT NP_PPWITH)) PRESENT NIL) +(preserve preserve ((V +) (N -) (SUBCAT NP_PPFROM)) PRESERVE NIL) +(preside preside ((V +) (N -) (SUBCAT NULL)) PRESIDE NIL) +(presidency presidency ((V -) (N +)) PRESIDENCY NIL) +(president president ((V -) (N +)) PRESIDENT NIL) +(press press ((V +) (N -) (SUBCAT NP)) PRESS NIL) +(pressure pressure ((V -) (N +)) PRESSURE NIL) +(prestige prestige ((V -) (N +)) PRESTIGE NIL) +(presume presume ((V +) (N -) (SUBCAT SFIN)) PRESUME NIL) +(presumption presumption ((V -) (N +)) PRESUMPTION NIL) +(presumptuous presumptuous ((V +) (N +) (AFORM NONE)) PRESUMPTUOUS NIL) +(presuppose presuppose ((V +) (N -) (SUBCAT SFIN)) PRESUPPOSE NIL) +(presupposition presupposition ((V -) (N +) (SUBCAT SFIN)) PRESUPPOSITION NIL) +(pretence pretence ((V -) (N +) (SUBCAT STHAT)) PRETENCE NIL) +(pretend pretend ((V +) (N -) (SUBCAT SFIN)) PRETEND NIL) +(pretty pretty ((V +) (N +)) PRETTY NIL) +(prevent prevent ((V +) (N -) (SUBCAT OR2) (AT -)) PREVENT NIL) +(previous previous ((V +) (N +) (AFORM NONE)) PREVIOUS NIL) +(price price ((V -) (N +)) PRICE NIL) +(prick prick ((V +) (N -)) PRICK NIL) +(prickle prickle ((V -) (N +)) PRICKLE NIL) +(pride pride ((V -) (N +)) PRIDE NIL) +(priest priest ((V -) (N +)) PRIEST NIL) +(prim prim ((V +) (N +)) PRIM NIL) +(primary primary ((V +) (N +) (AFORM NONE)) PRIMARY NIL) +(prime prime ((N +) (V +) (AFORM NONE)) PRIME NIL) +(prime prime ((N -) (V +)) PRIME NIL) +(primitive primitive ((V +) (N +) (AFORM NONE)) PRIMITIVE NIL) +(prince prince ((V -) (N +)) PRINCE NIL) +(principal principal ((V +) (N +) (AFORM NONE)) PRINCIPAL NIL) +(principle principle ((V -) (N +)) PRINCIPLE NIL) +(principled principled ((V +) (N +) (AFORM NONE)) PRINCIPLED NIL) +(print print ((V +) (N -) (SUBCAT NP)) PRINT NIL) +(prior prior ((V -) (N +)) PRIOR NIL) +(prior prior ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) PRIOR NIL) +(prior prior ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) PRIOR NIL) +(priority priority ((V -) (N +)) PRIORITY NIL) +(prison prison ((V -) (N +)) PRISON NIL) +(privacy privacy ((V -) (N +)) PRIVACY NIL) +(private private ((V +) (N +) (AFORM NONE)) PRIVATE NIL) +(privilege privilege ((V -) (N +)) PRIVILEGE NIL) +(prize prize ((V -) (N +)) PRIZE NIL) +(probability probability ((V -) (N +) (SUBCAT SFIN)) PROBABILITY NIL) +(probable probable ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) PROBABLE NIL) +(probable probable ((V +) (N +) (SUBCAT SFIN) (AFORM NONE)) PROBABLE NIL) +(probe probe ((V -) (N +)) PROBE NIL) +(probe probe ((V +) (N -) (SUBCAT NP)) PROBE NIL) +(problem problem ((V -) (N +)) PROBLEM NIL) +(problematic problematic ((V +) (N +) (AFORM NONE)) PROBLEMATIC NIL) +(procedure procedure ((V -) (N +)) PROCEDURE NIL) +(proceed proceed ((V +) (N -)) PROCEED NIL) +(proceedings proceedings ((V -) (N +) (PLU +)) PROCEEDINGS NIL) +(process process ((V -) (N +)) PROCESS NIL) +(process process ((V +) (N -) (SUBCAT NP)) PROCESS NIL) +(procession procession ((V -) (N +)) PROCESSION NIL) +(processor processor ((V -) (N +)) PROCESSOR NIL) +(produce produce ((V -) (N +)) PRODUCE NIL) +(produce produce ((V +) (N -) (SUBCAT NP)) PRODUCE NIL) +(product product ((V -) (N +)) PRODUCT NIL) +(profession profession ((V -) (N +)) PROFESSION NIL) +(professor professor ((TITLE +)) PROFESSOR NIL) +(professor professor ((V -) (N +)) PROFESSOR NIL) +(proficiency proficiency ((V -) (N +) (SUBCAT PPIN)) PROFICIENCY NIL) +(proficient proficient ((V +) (N +) (AFORM NONE) (SUBCAT PPIN)) PROFICIENT NIL) +(profit profit ((V -) (N +)) PROFIT NIL) +(profitable profitable ((V +) (N +) (AFORM NONE)) PROFITABLE NIL) +(profound profound ((V +) (N +) (AFORM NONE)) PROFOUND NIL) +(profundity profundity ((V -) (N +)) PROFUNDITY NIL) +(profuse profuse ((V +) (N +) (AFORM NONE)) PROFUSE NIL) +(profusion profusion ((V -) (N +) (SUBCAT PPOF)) PROFUSION NIL) +(prognosis prognosis ((V -) (N +)) PROGNOSIS NIL) +(program program ((V -) (N +)) PROGRAM NIL) +(program program ((V +) (N -) (SUBCAT NULL)) PROGRAM NIL) +(programme programme ((V -) (N +)) PROGRAMME NIL) +(progress progress ((V +) (N -) (AT -) (SUBCAT PPOF)) PROGRESS NIL) +(progress progress ((V -) (N +)) PROGRESS NIL) +(prohibit prohibit ((V +) (N -) (SUBCAT NP) (AT -)) PROHIBIT NIL) +(project project ((V -) (N +)) PROJECT NIL) +(project project ((V +) (N -) (SUBCAT NULL) (AT -)) PROJECT NIL) +(proliferate proliferate ((V +) (N -) (SUBCAT NULL) (AT -)) PROLIFERATE NIL) +(prolong prolong ((V +) (N -) (SUBCAT NP)) PROLONG NIL) +(prominence prominence ((V -) (N +)) PROMINENCE NIL) +(prominent prominent ((V +) (N +) (AFORM NONE)) PROMINENT NIL) +(promise promise ((V +) (N -) (SUBCAT SE2)) PROMISE NIL) +(promote promote ((V +) (N -) (SUBCAT NP) (AT -)) PROMOTE NIL) +(prompt prompt ((V +) (N +)) PROMPT NIL) +(prompt prompt ((V -) (N +)) PROMPT NIL) +(prompt prompt ((V +) (N -) (SUBCAT NP)) PROMPT NIL) +(promulgate promulgate ((V +) (N -) (SUBCAT NP) (AT -)) PROMULGATE NIL) +(prone prone ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) PRONE NIL) +(prone prone ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) PRONE NIL) +(pronominal pronominal ((V +) (N +) (AFORM NONE)) PRONOMINAL NIL) +(pronoun pronoun ((V -) (N +)) PRONOUN NIL) +(pronounce pronounce ((V +) (N -) (SUBCAT NP)) PRONOUNCE NIL) +(pronunciation pronunciation ((V -) (N +)) PRONUNCIATION NIL) +(+proof +proof ((V +) (N +) (AFORM NONE) (FIX SUF) (STEM (N(INFL +))) (LAT -)) PROOF NIL) +(+proof +proof ((V +) (N -) (SUBCAT NP) (FIX SUF) (STEM (N(INFL +))) (LAT -)) PROOF NIL) +(proof proof ((V -) (N +) (SUBCAT STHAT)) PROOF NIL) +(propagate propagate ((V +) (N -) (SUBCAT NULL) (AT -)) PROPAGATE NIL) +(propensity propensity ((V -) (N +) (SUBCAT PPFOR)) PROPENSITY NIL) +(proper proper ((V +) (N +) (AFORM NONE)) PROPER NIL) +(property property ((V -) (N +)) PROPERTY NIL) +(proponent proponent ((V -) (N +)) PROPONENT NIL) +(proportion proportion ((V -) (N +)) PROPORTION NIL) +(propose propose ((V +) (N -) (SUBCAT SBSE)) PROPOSE NIL) +(propose propose ((V +) (N -) (SUBCAT SE1)) PROPOSE NIL) +(proposition proposition ((V -) (N +)) PROPOSITION NIL) +(prose prose ((V -) (N +) (COUNT -)) PROSE NIL) +(prosody prosody ((V -) (N +)) PROSODY NIL) +(prospect prospect ((V -) (N +) (SUBCAT NP)) PROSPECT NIL) +(prospect prospect ((V +) (N -) (SUBCAT PPFOR)) PROSPECT NIL) +(prospective prospective ((V +) (N +) (AFORM NONE)) PROSPECTIVE NIL) +(prospector prospector ((V -) (N +)) PROSPECTOR NIL) +(protect protect ((V +) (N -) (SUBCAT NP_PPFROM) (AT -)) PROTECT NIL) +(protest protest ((V -) (N +)) PROTEST NIL) +(protest protest ((V +) (N -) (SUBCAT PPAGAINST)) PROTEST NIL) +(protocol protocol ((V -) (N +)) PROTOCOL NIL) +(prototype prototype ((V -) (N +)) PROTOTYPE NIL) +(proud proud ((V +) (N +) (SUBCAT NULL)) PROUD NIL) +(proud proud ((V +) (N +) (SUBCAT PPOF)) PROUD NIL) +(prove prove ((V +) (N -) (SUBCAT SFIN)) PROVE NIL) +(proven proven ((V +) (N +) (AFORM NONE)) PROVEN NIL) +(proven proven ((V +) (N -) (PRD +) (VFORM EN)) PROVE NIL) +(provide provide ((V +) (N -) (SUBCAT NP_PPFOR)) PROVIDE NIL) +(provision provision ((V -) (N +)) PROVISION NIL) +(prune prune ((V -) (N +)) PRUNE NIL) +(prune prune ((V +) (N -) (SUBCAT NP)) PRUNE NIL) +(pseudo- pseudo- ((FIX PRE) (STEM ((N +)))) PSEUDO NIL) +(psychology psychology ((V -) (N +)) PSYCHOLOGY NIL) +(pub pub ((V -) (N +)) PUB NIL) +(public public ((V +) (N +) (AFORM NONE)) PUBLIC NIL) +(public public ((V -) (N +)) PUBLIC NIL) +(publication publication ((V -) (N +)) PUBLICATION NIL) +(publicity publicity ((V -) (N +)) PUBLICITY NIL) +(publish publish ((V +) (N -) (SUBCAT NP)) PUBLISH NIL) +(pull pull ((V +) (N -) (SUBCAT NP)) PULL NIL) +(pulley pulley ((V -) (N +)) PULLEY NIL) +(pulpit pulpit ((V -) (N +)) PULPIT NIL) +(pump pump ((V -) (N +)) PUMP NIL) +(punch punch ((V -) (N +)) PUNCH NIL) +(punch punch ((V +) (N -) (SUBCAT NP)) PUNCH NIL) +(punctual punctual ((V +) (N +) (AFORM NONE)) PUNCTUAL NIL) +(punctuate punctuate ((V +) (N -) (SUBCAT NP) (AT -)) PUNCTUATE NIL) +(punish punish ((V +) (N -) (SUBCAT NP)) PUNISH NIL) +(punitive punitive ((V +) (N +) (AFORM NONE)) PUNITIVE NIL) +(pupil pupil ((V -) (N +)) PUPIL NIL) +(purchase purchase ((V +) (N -)) PURCHASE NIL) +(pure pure ((V +) (N +)) PURE NIL) +(purge purge ((V -) (N +)) PURGE NIL) +(purple purple ((V +) (N +)) PURPLE NIL) +(purpose purpose ((V -) (N +)) PURPOSE NIL) +(purse purse ((V -) (N +)) PURSE NIL) +(pursue pursue ((V +) (N -) (SUBCAT NP)) PURSUE NIL) +(pursuit pursuit ((V -) (N +)) PURSUIT NIL) +(purveyor purveyor ((V -) (N +)) PURVEYOR NIL) +(push push ((V +) (N -) (SUBCAT NP)) PUSH NIL) +(put put ((V +) (N -) (SUBCAT NP_PPLOC) (FIN +) (PAST +)) PUT NIL) +(put put ((V +) (N -) (SUBCAT NP_PPLOC) (REG -)) PUT NIL) +(put put ((V +) (N -) (SUBCAT NP_PPLOC) (VFORM EN)) PUT NIL) +(puzzle puzzle ((V +) (N -) (AGR IT) (SUBCAT S_SUBJ)) PUZZLE NIL) +(puzzle puzzle ((V +) (N -) (AGR S) (SUBCAT S_SUBJ)) PUZZLE NIL) +(puzzle puzzle ((V -) (N +)) PUZZLE NIL) +(puzzle puzzle ((V +) (N -) (SUBCAT NP)) PUZZLE NIL) +(pyramid pyramid ((V -) (N +)) PYRAMID NIL) +(quadruple quadruple ((V -) (N +)) QUADRUPLE NIL) +(quail quail ((V -) (N +)) QUAIL NIL) +(qualify qualify ((V +) (N -) (SUBCAT PPFOR)) QUALIFY NIL) +(qualitative qualitative ((V +) (N +) (AFORM NONE)) QUALITATIVE NIL) +(quality quality ((V -) (N +)) QUALITY NIL) +(quantify quantify ((V +) (N -) (SUBCAT NP)) QUANTIFY NIL) +(quantitative quantitative ((V +) (N +) (AFORM NONE)) QUANTITATIVE NIL) +(quantity quantity ((V -) (N +) (PART +)) QUANTITY NIL) +(quarrel quarrel ((V -) (N +) (SUBCAT PPWITH)) QUARREL NIL) +(quarter quarter ((V -) (N +)) QUARTER NIL) +(quartet quartet ((V -) (N +)) QUARTET NIL) +(queen queen ((V -) (N +)) QUEEN NIL) +(queer queer ((V +) (N +)) QUEER NIL) +(query query ((V -) (N +)) QUERY NIL) +(query query ((V +) (N -) (SUBCAT NP)) QUERY NIL) +(quest quest ((V -) (N +)) QUEST NIL) +(question question ((V -) (N +)) QUESTION NIL) +(question question ((V +) (N -) (SUBCAT NP)) QUESTION NIL) +(quibble quibble ((V +) (N -) (SUBCAT PPABOUT)) QUIBBLE NIL) +(quick quick ((V +) (N +)) QUICK NIL) +(quiet quiet ((V +) (N +)) QUIET NIL) +(quiet quiet ((V -) (N +)) QUIET NIL) +(quilt quilt ((V -) (N +)) QUILT NIL) +(quit quit ((V +) (N -) (SUBCAT NP)) QUIT NIL) +(quite quite ((V +) (N +) (ADV +)) QUITE NIL) +(quiz quiz ((V -) (N +) (PLU -)) QUIZ NIL) +(quizzes quizzes ((V -) (N +) (PLU +)) QUIZ NIL) +(quote quote ((V +) (N -) (SUBCAT NP)) QUOTE NIL) +(rabbit rabbit ((V -) (N +)) RABBIT NIL) +(rabid rabid ((V +) (N +) (AFORM NONE)) RABID NIL) +(rabies rabies ((V -) (N +)) RABIES NIL) +(race race ((V -) (N +)) RACE NIL) +(race race ((V +) (N -) (SUBCAT NP)) RACE NIL) +(rack rack ((V -) (N +)) RACK NIL) +(radar radar ((V -) (N +)) RADAR NIL) +(radical radical ((V +) (N +) (AFORM NONE)) RADICAL NIL) +(radii radii ((V -) (N +) (PLU +)) RADII NIL) +(radio radio ((V -) (N +)) RADIO NIL) +(radish radish ((V -) (N +)) RADISH NIL) +(radius radius ((V -) (N +) (PLU -)) RADIUS NIL) +(rage rage ((V -) (N +)) RAGE NIL) +(raid raid ((V +) (N -) (SUBCAT NP)) RAID NIL) +(rail rail ((V -) (N +)) RAIL NIL) +(railway railway ((V -) (N +)) RAILWAY NIL) +(rain rain ((V +) (N -) (AGR IT)) RAIN NIL) +(rain rain ((V -) (N +)) RAIN NIL) +(raise raise ((V +) (N -) (SUBCAT NP)) RAISE NIL) +(raisin raisin ((V -) (N +)) RAISIN NIL) +(ran ran ((V +) (N -) (SUBCAT NULL) (FIN +) (PAST +)) RUN NIL) +(random random ((V +) (N +) (AFORM NONE)) RANDOM NIL) +(rang rang ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) RING NIL) +(rang rang ((V +) (N -) (SUBCAT NULL) (FIN +) (PAST +)) RING NIL) +(range range ((V -) (N +)) RANGE NIL) +(range range ((V +) (N -) (SUBCAT PPOVER)) RANGE NIL) +(rank rank ((V -) (N +)) RANK NIL) +(rank rank ((V +) (N -) (SUBCAT NP)) RANK NIL) +(rapid rapid ((V +) (N +) (AFORM NONE)) RAPID NIL) +(rare rare ((V +) (N +)) RARE NIL) +(rat rat ((V -) (N +)) RAT NIL) +(rate rate ((V -) (N +)) RATE NIL) +(rather rather ((V +) (N +) (ADV +)) RATHER NIL) +(ratio ratio ((V -) (N +)) RATIO NIL) +(ration ration ((V -) (N +)) RATION NIL) +(ration ration ((V +) (N -) (SUBCAT NP)) RATION NIL) +(rational rational ((V +) (N +) (AFORM NONE)) RATIONAL NIL) +(rationale rationale ((V -) (N +)) RATIONALE NIL) +(raw raw ((V +) (N +)) RAW NIL) +(ray ray ((V -) (N +)) RAY NIL) +(razor razor ((V -) (N +)) RAZOR NIL) +(re- re- ((FIX PRE) (STEM V)) RE NIL) +(reach reach ((V +) (N -) (SUBCAT NP)) REACH NIL) +(read read ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) READ NIL) +(read read ((V +) (N -) (SUBCAT NP) (REG -)) READ NIL) +(read read ((V +) (N -) (SUBCAT NP) (VFORM EN)) READ NIL) +(ready ready ((V +) (N +) (SUBCAT NULL)) READY NIL) +(ready ready ((V +) (N +) (SUBCAT PPFOR)) READY NIL) +(real real ((V +) (N +) (AFORM NONE)) REAL NIL) +(realist realist ((V -) (N +)) REALIST NIL) +(realistic realistic ((V +) (N +) (AFORM NONE)) REALISTIC NIL) +(realistically realistically ((V +) (N +) (ADV +)) REALISTICALLY NIL) +(realize realize ((V +) (N -) (SUBCAT SFIN)) REALIZE NIL) +(realm realm ((V -) (N +)) REALM NIL) +(rear rear ((V +) (N +) (AFORM NONE)) REAR NIL) +(rear rear ((V -) (N +)) REAR NIL) +(reason reason ((V +) (N -)) REASON NIL) +(reason reason ((V -) (N +) (SUBCAT PPFOR)) REASON NIL) +(reasonable reasonable ((V +) (N +) (AFORM NONE)) REASONABLE NIL) +(rebut rebut ((V +) (N -) (SUBCAT NP)) REBUT NIL) +(recapitulate recapitulate ((V +) (N -) (SUBCAT NP) (AT -)) RECAPITULATE NIL) +(recede recede ((V +) (N -)) RECEDE NIL) +(receipt receipt ((V -) (N +)) RECEIPT NIL) +(receive receive ((V +) (N -) (SUBCAT NP_PPFROM)) RECEIVE NIL) +(recency recency ((V -) (N +)) RECENCY NIL) +(recent recent ((V +) (N +) (AFORM NONE)) RECENT NIL) +(reception reception ((V -) (N +)) RECEPTION NIL) +(recession recession ((V -) (N +)) RECESSION NIL) +(recipe recipe ((V -) (N +)) RECIPE NIL) +(recipient recipient ((V -) (N +)) RECIPIENT NIL) +(reciprocal reciprocal ((V +) (N +) (AFORM NONE)) RECIPROCAL NIL) +(reciprocate reciprocate ((V +) (N -) (AT -) (SUBCAT NULL)) RECIPROCATE NIL) +(recite recite ((V +) (N -) (SUBCAT NP)) RECITE NIL) +(recognise recognise ((V +) (N -) (SUBCAT NP)) RECOGNISE NIL) +(recognition recognition ((V -) (N +)) RECOGNITION NIL) +(recognize recognize ((V +) (N -) (SUBCAT NP)) RECOGNIZE NIL) +(recommend recommend ((V +) (N -) (SUBCAT NP)) RECOMMEND NIL) +(reconcile reconcile ((V +) (N -) (SUBCAT NP)) RECONCILE NIL) +(record record ((V -) (N +)) RECORD NIL) +(record record ((V +) (N -) (SUBCAT NP)) RECORD NIL) +(recourse recourse ((V -) (N +) (SUBCAT PPTO)) RECOURSE NIL) +(recover recover ((V +) (N -) (SUBCAT NULL)) RECOVER NIL) +(recovery recovery ((V -) (N +)) RECOVERY NIL) +(rectify rectify ((V +) (N -) (SUBCAT NP)) RECTIFY NIL) +(recursion recursion ((V -) (N +)) RECURSION NIL) +(recursive recursive ((V +) (N +) (AFORM NONE)) RECURSIVE NIL) +(red red ((V +) (N +)) RED NIL) +(redeem redeem ((V +) (N -) (SUBCAT NP)) REDEEM NIL) +(reduce reduce ((V +) (N -) (SUBCAT NP)) REDUCE NIL) +(reducible reducible ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) REDUCIBLE NIL) +(reducible reducible ((V +) (N +) (AFORM NONE) (SUBCAT PPTO)) REDUCIBLE NIL) +(redundancy redundancy ((V -) (N +)) REDUNDANCY NIL) +(redundant redundant ((V +) (N +) (AFORM NONE)) REDUNDANT NIL) +(reed reed ((V -) (N +)) REED NIL) +(refer refer ((V +) (N -) (SUBCAT PPTO)) REFER NIL) +(reference reference ((V -) (N +) (SUBCAT PPTO)) REFERENCE NIL) +(referent referent ((V -) (N +)) REFERENT NIL) +(referral referral ((V -) (N +)) REFERRAL NIL) +(refine refine ((V +) (N -) (SUBCAT NP)) REFINE NIL) +(reflect reflect ((V +) (N -) (AT -) (SUBCAT NP)) REFLECT NIL) +(reflexive reflexive ((V +) (N +) (AFORM NONE)) REFLEXIVE NIL) +(refractor refractor ((V -) (N +)) REFRACTOR NIL) +(refractory refractory ((V +) (N +) (AFORM NONE)) REFRACTORY NIL) +(refresh refresh ((V +) (N -) (SUBCAT NP)) REFRESH NIL) +(refuse refuse ((V -) (N +)) REFUSE NIL) +(refuse refuse ((V +) (N -) (SUBCAT SE1)) REFUSE NIL) +(refute refute ((V +) (N -) (SUBCAT NP)) REFUTE NIL) +(regard regard ((V -) (N +)) REGARD NIL) +(regard regard ((V +) (N -) (SUBCAT NP_AS_PRED)) REGARD NIL) +(regime regime ((V -) (N +)) REGIME NIL) +(regiment regiment ((V -) (N +)) REGIMENT NIL) +(regiment regiment ((V +) (N -) (SUBCAT NP)) REGIMENT NIL) +(region region ((V -) (N +)) REGION NIL) +(regress regress ((V +) (N -) (SUBCAT NULL) (AT -)) REGRESS NIL) +(regular regular ((V +) (N +) (AFORM NONE)) REGULAR NIL) +(regulate regulate ((V +) (N -) (SUBCAT NP) (AT -)) REGULATE NIL) +(regulation regulation ((V -) (N +)) REGULATION NIL) +(reinforce reinforce ((V +) (N -) (SUBCAT NP)) REINFORCE NIL) +(reject reject ((V +) (N -) (SUBCAT NP) (AT -)) REJECT NIL) +(rejoice rejoice ((V +) (N -)) REJOICE NIL) +(relate relate ((V +) (N -) (SUBCAT NP_PPTO) (AT -)) RELATE NIL) +(related related ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) RELATED NIL) +(related related ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) RELATED NIL) +(relation relation ((V -) (N +)) RELATION NIL) +(relative relative ((V -) (N +)) RELATIVE NIL) +(relax relax ((V +) (N -) (SUBCAT NULL)) RELAX NIL) +(release release ((V +) (N -) (SUBCAT NP)) RELEASE NIL) +(relegate relegate ((V +) (N -) (SUBCAT NP_PPTO) (AT -)) RELEGATE NIL) +(relevance relevance ((V -) (N +) (SUBCAT PPTO)) RELEVANCE NIL) +(relevant relevant ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) RELEVANT NIL) +(relevant relevant ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) RELEVANT NIL) +(reliable reliable ((V +) (N +) (AFORM NONE)) RELIABLE NIL) +(relief relief ((V -) (N +)) RELIEF NIL) +(relieve relieve ((V +) (N -) (SUBCAT NP)) RELIEVE NIL) +(religion religion ((V -) (N +)) RELIGION NIL) +(religious religious ((V +) (N +) (AFORM NONE)) RELIGIOUS NIL) +(relinquish relinquish ((V +) (N -) (SUBCAT NP)) RELINQUISH NIL) +(reluctance reluctance ((V -) (N +) (SUBCAT SR1)) RELUCTANCE NIL) +(reluctant reluctant ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) RELUCTANT NIL) +(reluctant reluctant ((V +) (N +) (SUBCAT SR1) (AFORM NONE)) RELUCTANT NIL) +(rely rely ((V +) (N -) (SUBCAT PPON)) RELY NIL) +(remain remain ((V +) (N -) (SUBCAT NULL)) REMAIN NIL) +(remainder remainder ((V -) (N +)) REMAINDER NIL) +(remains remains ((V -) (N +) (PLU +)) REMAINS NIL) +(remark remark ((V -) (N +)) REMARK NIL) +(remedial remedial ((V +) (N +) (AFORM NONE)) REMEDIAL NIL) +(remedy remedy ((V -) (N +)) REMEDY NIL) +(remedy remedy ((V +) (N -) (SUBCAT NP)) REMEDY NIL) +(remember remember ((V +) (N -) (SUBCAT SFIN)) REMEMBER NIL) +(remind remind ((V +) (N -) (SUBCAT NP_S)) REMIND NIL) +(remind remind ((V +) (N -) (SUBCAT OE)) REMIND NIL) +(reminder reminder ((V -) (N +)) REMINDER NIL) +(reminiscent reminiscent ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) REMINISCENT NIL) +(reminiscent reminiscent ((V +) (N +) (AFORM NONE) (SUBCAT PPOF)) REMINISCENT NIL) +(remnant remnant ((V -) (N +)) REMNANT NIL) +(remote remote ((V +) (N +)) REMOTE NIL) +(remove remove ((V +) (N -) (SUBCAT NP_PPFROM)) REMOVE NIL) +(renaissance renaissance ((V -) (N +)) RENAISSANCE NIL) +(render render ((V +) (N -) (SUBCAT NP_AP)) RENDER NIL) +(rendition rendition ((V -) (N +)) RENDITION NIL) +(renew renew ((V +) (N -) (SUBCAT NP)) RENEW NIL) +(renounce renounce ((V +) (N -) (SUBCAT NP)) RENOUNCE NIL) +(rent rent ((V -) (N +)) RENT NIL) +(rent rent ((V +) (N -) (SUBCAT NP)) RENT NIL) +(renunciation renunciation ((V -) (N +)) RENUNCIATION NIL) +(repair repair ((V -) (N +)) REPAIR NIL) +(repair repair ((V +) (N -) (SUBCAT NP)) REPAIR NIL) +(repeat repeat ((V +) (N -) (SUBCAT NP)) REPEAT NIL) +(repercussion repercussion ((V -) (N +)) REPERCUSSION NIL) +(repetition repetition ((V -) (N +)) REPETITION NIL) +(repetitious repetitious ((V +) (N +) (AFORM NONE)) REPETITIOUS NIL) +(repetitive repetitive ((V +) (N +) (AFORM NONE)) REPETITIVE NIL) +(replace replace ((V +) (N -) (SUBCAT NP)) REPLACE NIL) +(replica replica ((V -) (N +)) REPLICA NIL) +(replicate replicate ((V +) (N -) (SUBCAT NP) (AT -)) REPLICATE NIL) +(reply reply ((V -) (N +)) REPLY NIL) +(reply reply ((V +) (N -) (SUBCAT PPTO)) REPLY NIL) +(report report ((V -) (N +)) REPORT NIL) +(report report ((V +) (N -) (SUBCAT NP)) REPORT NIL) +(report report ((V +) (N -) (SUBCAT SFIN)) REPORT NIL) +(reprehend reprehend ((V +) (N -) (SUBCAT NP)) REPREHEND NIL) +(reprehensible reprehensible ((V +) (N +) (AFORM NONE)) REPREHENSIBLE NIL) +(represent represent ((V +) (N -) (SUBCAT NP_AS_PRED)) REPRESENT NIL) +(representative representative ((V +) (N +) (AFORM NONE)) REPRESENTATIVE NIL) +(representative representative ((V -) (N +)) REPRESENTATIVE NIL) +(reprove reprove ((V +) (N -) (SUBCAT NP)) REPROVE NIL) +(reptile reptile ((V -) (N +)) REPTILE NIL) +(republic republic ((V -) (N +)) REPUBLIC NIL) +(request request ((V +) (N -) (SUBCAT NP)) REQUEST NIL) +(request request ((V -) (N +) (SUBCAT PPFOR)) REQUEST NIL) +(require require ((V +) (N -) (SUBCAT NP)) REQUIRE NIL) +(require require ((V +) (N -) (SUBCAT PP_SBSE)) REQUIRE NIL) +(requisite requisite ((V +) (N +) (AFORM NONE)) REQUISITE NIL) +(rescue rescue ((V +) (N -) (SUBCAT NP)) RESCUE NIL) +(resemble resemble ((V +) (N -) (SUBCAT NP)) RESEMBLE NIL) +(reset reset ((V +) (N -) (SUBCAT NP)) RESET NIL) +(reside reside ((V +) (N -) (SUBCAT PP)) RESIDE NIL) +(residence residence ((V -) (N +)) RESIDENCE NIL) +(resident resident ((V -) (N +)) RESIDENT NIL) +(residue residue ((V -) (N +)) RESIDUE NIL) +(resist resist ((V +) (N -) (SUBCAT NP)) RESIST NIL) +(resistant resistant ((V +) (N +) (AFORM NONE) (SUBCAT PPTO)) RESISTANT NIL) +(resistence resistence ((V -) (N +)) RESISTENCE NIL) +(resolute resolute ((V +) (N +) (AFORM NONE)) RESOLUTE NIL) +(resolution resolution ((V -) (N +)) RESOLUTION NIL) +(resolve resolve ((V +) (N -) (SUBCAT NP)) RESOLVE NIL) +(resort resort ((V -) (N +)) RESORT NIL) +(resort resort ((V +) (N -) (SUBCAT PPTO)) RESORT NIL) +(resource resource ((V -) (N +)) RESOURCE NIL) +(respect respect ((V -) (N +)) RESPECT NIL) +(respect respect ((V +) (N -) (SUBCAT NP)) RESPECT NIL) +(respective respective ((V +) (N +) (AFORM NONE)) RESPECTIVE NIL) +(respiration respiration ((V -) (N +)) RESPIRATION NIL) +(respiratory respiratory ((V +) (N +) (AFORM NONE)) RESPIRATORY NIL) +(respond respond ((V +) (N -) (SUBCAT PPTO)) RESPOND NIL) +(response response ((V -) (N +) (SUBCAT PPTO)) RESPONSE NIL) +(responsible responsible ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) RESPONSIBLE NIL) +(responsible responsible ((V +) (N +) (SUBCAT PPFOR) (AFORM NONE)) RESPONSIBLE NIL) +(rest rest ((V -) (N +)) REST NIL) +(rest rest ((V +) (N -) (SUBCAT NULL)) REST NIL) +(restaurant restaurant ((V -) (N +)) RESTAURANT NIL) +(restore restore ((V +) (N -) (SUBCAT NP_PPTO)) RESTORE NIL) +(restrain restrain ((V +) (N -) (SUBCAT NP)) RESTRAIN NIL) +(restraint restraint ((V -) (N +)) RESTRAINT NIL) +(restrict restrict ((V +) (N -) (AT -) (SUBCAT NP)) RESTRICT NIL) +(result result ((V -) (N +)) RESULT NIL) +(result result ((V +) (N -) (SUBCAT NULL)) RESULT NIL) +(resume resume ((V +) (N -) (SUBCAT NP)) RESUME NIL) +(resumption resumption ((V +) (N -)) RESUMPTION NIL) +(resurgence resurgence ((V -) (N +)) RESURGENCE NIL) +(resurgent resurgent ((V +) (N +) (AFORM NONE)) RESURGENT NIL) +(resurrect resurrect ((V +) (N -) (SUBCAT NP) (AT -)) RESURRECT NIL) +(retain retain ((V +) (N -) (SUBCAT NP)) RETAIN NIL) +(retention retention ((V -) (N +) (SUBCAT NP)) RETENTION NIL) +(retract retract ((V +) (N -) (AT -) (SUBCAT NP)) RETRACT NIL) +(retrieve retrieve ((V +) (N -) (SUBCAT NP)) RETRIEVE NIL) +(return return ((V -) (N +)) RETURN NIL) +(return return ((V +) (N -) (SUBCAT NP)) RETURN NIL) +(return return ((V +) (N -) (SUBCAT PPTO)) RETURN NIL) +(revamp revamp ((V +) (N -) (SUBCAT NP) (LAT -)) REVAMP NIL) +(reveal reveal ((V +) (N -) (SUBCAT NP)) REVEAL NIL) +(revel revel ((V +) (N -) (SUBCAT PPIN) (LAT -)) REVEL NIL) +(revelation revelation ((V -) (N +)) REVELATION NIL) +(revenge revenge ((V -) (N +)) REVENGE NIL) +(revenue revenue ((V -) (N +)) REVENUE NIL) +(reverse reverse ((V +) (N -) (SUBCAT NP)) REVERSE NIL) +(reverse reverse ((V -) (N +) (SUBCAT PPOF)) REVERSE NIL) +(reversible reversible ((V +) (N +) (AFORM NONE)) REVERSIBLE NIL) +(revise revise ((V +) (N -) (AT -) (SUBCAT NP)) REVISE NIL) +(revive revive ((V +) (N -) (SUBCAT NP)) REVIVE NIL) +(revocation revocation ((V -) (N +)) REVOCATION NIL) +(revoke revoke ((V +) (N -) (SUBCAT NULL)) REVOKE NIL) +(revolution revolution ((V -) (N +)) REVOLUTION NIL) +(revolve revolve ((V +) (N -) (SUBCAT NULL) (LAT -)) REVOLVE NIL) +(reward reward ((V +) (N -) (SUBCAT NP)) REWARD NIL) +(reward reward ((V -) (N +) (SUBCAT PPFOR)) REWARD NIL) +(rhetoric rhetoric ((V -) (N +)) RHETORIC NIL) +(rice rice ((V -) (N +)) RICE NIL) +(rich rich ((V +) (N +)) RICH NIL) +(rid rid ((V +) (N -) (SUBCAT NP_PPOF)) RID NIL) +(ridden ridden ((V +) (N -) (SUBCAT NP) (VFORM EN)) RIDE NIL) +(ride ride ((V -) (N +)) RIDE NIL) +(ride ride ((V +) (N -) (SUBCAT NP)) RIDE NIL) +(ridiculous ridiculous ((V +) (N +) (AFORM NONE)) RIDICULOUS NIL) +(right right ((V +) (N +) (AFORM NONE)) RIGHT NIL) +(right right ((V -) (N +)) RIGHT NIL) +(rigid rigid ((V +) (N +)) RIGID NIL) +(rigorous rigorous ((V +) (N +) (AFORM NONE)) RIGOROUS NIL) +(rigour rigour ((V -) (N +)) RIGOUR NIL) +(ring ring ((V -) (N +)) RING NIL) +(ring ring ((V +) (N -) (SUBCAT NP) (REG -)) RING NIL) +(ring ring ((V +) (N -) (SUBCAT NULL) (REG -)) RING NIL) +(ripe ripe ((V +) (N +)) RIPE NIL) +(rise rise ((V -) (N +)) RISE NIL) +(rise rise ((V +) (N -) (SUBCAT NULL) (REG -)) RISE NIL) +(risen risen ((V +) (N -) (VFORM EN)) RISE NIL) +(risk risk ((V -) (N +)) RISK NIL) +(risk risk ((V +) (N -) (SUBCAT SE3)) RISK NIL) +(rite rite ((V -) (N +)) RITE NIL) +(rival rival ((V +) (N +) (AFORM NONE)) RIVAL NIL) +(rival rival ((V -) (N +)) RIVAL NIL) +(rivalry rivalry ((V -) (N +)) RIVALRY NIL) +(river river ((V -) (N +)) RIVER NIL) +(road road ((V -) (N +)) ROAD NIL) +(roam roam ((V +) (N -) (SUBCAT NULL)) ROAM NIL) +(roast roast ((V +) (N +) (AFORM NONE)) ROAST NIL) +(roast roast ((V +) (N -) (SUBCAT NP)) ROAST NIL) +(rob rob ((V +) (N -) (SUBCAT NP)) ROB NIL) +(robot robot ((V -) (N +)) ROBOT NIL) +(robust robust ((V +) (N +) (AFORM NONE)) ROBUST NIL) +(rock rock ((V -) (N +)) ROCK NIL) +(rock rock ((V +) (N -) (SUBCAT NP)) ROCK NIL) +(rock rock ((V +) (N -) (SUBCAT NULL)) ROCK NIL) +(rod rod ((V -) (N +)) ROD NIL) +(rode rode ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) RIDE NIL) +(role role ((V -) (N +)) ROLE NIL) +(roll roll ((V +) (N -)) ROLL NIL) +(romance romance ((V -) (N +)) ROMANCE NIL) +(romantic romantic ((V +) (N +) (AFORM NONE)) ROMANTIC NIL) +(romantic romantic ((V -) (N +)) ROMANTIC NIL) +(roof roof ((V -) (N +)) ROOF NIL) +(room room ((V -) (N +)) ROOM NIL) +(root root ((V -) (N +)) ROOT NIL) +(rope rope ((V -) (N +)) ROPE NIL) +(rose rose ((V +) (N -) (FIN +) (PAST +)) RISE NIL) +(rose rose ((V -) (N +)) ROSE NIL) +(rot rot ((V +) (N -) (SUBCAT NULL)) ROT NIL) +(rotten rotten ((V +) (N +)) ROTTEN NIL) +(rough rough ((V +) (N +)) ROUGH NIL) +(round round ((V +) (N +)) ROUND NIL) +(route route ((V -) (N +)) ROUTE NIL) +(routine routine ((V +) (N +) (AFORM NONE)) ROUTINE NIL) +(routine routine ((V -) (N +)) ROUTINE NIL) +(row row ((V -) (N +)) ROW NIL) +(row row ((V +) (N -) (SUBCAT NULL)) ROW NIL) +(royal royal ((V +) (N +)) ROYAL NIL) +(royalty royalty ((V -) (N +) (COUNT -)) ROYALTY NIL) +(rub rub ((V +) (N -)) RUB NIL) +(rubber rubber ((V -) (N +) (COUNT -)) RUBBER NIL) +(rubbish rubbish ((V -) (N +)) RUBBISH NIL) +(rude rude ((V +) (N +) (SUBCAT NULL)) RUDE NIL) +(rude rude ((V +) (N +) (SUBCAT PPTO)) RUDE NIL) +(rudimentary rudimentary ((V +) (N +) (AFORM NONE)) RUDIMENTARY NIL) +(ruin ruin ((V -) (N +)) RUIN NIL) +(ruin ruin ((V +) (N -) (SUBCAT NP)) RUIN NIL) +(rule rule ((V -) (N +)) RULE NIL) +(rule rule ((V +) (N -) (SUBCAT NP)) RULE NIL) +(ruler ruler ((V -) (N +)) RULER NIL) +(rump rump ((V -) (N +) (LAT -)) RUMP NIL) +(run run ((V -) (N +)) RUN NIL) +(run run ((V +) (N -) (SUBCAT NULL) (REG -)) RUN NIL) +(run run ((V +) (N -) (SUBCAT NULL) (VFORM EN)) RUN NIL) +(rung rung ((V +) (N -) (SUBCAT NP) (VFORM EN)) RING NIL) +(rung rung ((V +) (N -) (SUBCAT NULL) (VFORM EN)) RING NIL) +(rush rush ((V -) (N +)) RUSH NIL) +(russian russian ((V +) (N +) (AFORM NONE)) RUSSIAN NIL) +(russian russian ((V -) (N +)) RUSSIAN NIL) +(+s +s ((FIX SUF) (V +) (N -) (FIN +) (PAST -) (AGR IT) (STEM (V (INFL +) (AGR IT)))) S NIL) +(+s +s ((FIX SUF) (V +) (N -) (FIN +) (PAST -) (AGR S) (STEM (V (INFL +) (AGR S)))) S NIL) +(+s +s ((FIX SUF) (V +) (N -) (FIN +) (PAST -) (AGR SING3) (STEM (V (INFL +) (AGR NPNORM)))) S NIL) +(+s +s ((FIX SUF) (V -) (N +) (PLU +) (POSS -) (STEM (N (COUNT +) (INFL +)))) S NIL) +("'s" "'s" ((V -) (N +) (POSS +)) S NIL) +(sabbatical sabbatical ((V +) (N +) (AFORM NONE)) SABBATICAL NIL) +(sad sad ((V +) (N +)) SAD NIL) +(safe safe ((V -) (N +)) SAFE NIL) +(safe safe ((V +) (N +) (SUBCAT NULL)) SAFE NIL) +(safe safe ((V +) (N +) (SUBCAT PPFROM)) SAFE NIL) +(safety safety ((V -) (N +) (COUNT -)) SAFETY NIL) +(said said ((V +) (N -) (SUBCAT SFIN) (FIN +) (PAST +)) SAY NIL) +(said said ((V +) (N -) (SUBCAT SFIN) (VFORM EN)) SAY NIL) +(sail sail ((V -) (N +)) SAIL NIL) +(saint saint ((V -) (N +)) SAINT NIL) +(saintly saintly ((V +) (N +)) SAINTLY NIL) +(sake sake ((V -) (N +) (LAT -)) SAKE NIL) +(salad salad ((V -) (N +)) SALAD NIL) +(sale sale ((V -) (N +)) SALE NIL) +(salient salient ((V +) (N +) (AFORM NONE)) SALIENT NIL) +(saline saline ((V +) (N +) (AFORM NONE)) SALINE NIL) +(salt salt ((V -) (N +)) SALT NIL) +(same same ((V +) (N +) (AFORM NONE)) SAME NIL) +(sample sample ((V -) (N +)) SAMPLE NIL) +(sanction sanction ((V -) (N +)) SANCTION NIL) +(sanction sanction ((V +) (N -) (SUBCAT NP)) SANCTION NIL) +(sand sand ((V -) (N +) (COUNT -)) SAND NIL) +(sandy sandy ((V -) (N +) (PN +)) SANDY NIL) +(sane sane ((V +) (N +)) SANE NIL) +(sang sang ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) SING NIL) +(sang sang ((V +) (N -) (FIN +) (PAST +) (SUBCAT NULL)) SING NIL) +(sank sank ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) SINK NIL) +(sank sank ((V +) (N -) (FIN +) (PAST +) (SUBCAT NULL)) SINK NIL) +(sat sat ((V +) (N -) (SUBCAT NULL)) SIT NIL) +(sat sat ((V +) (N -) (SUBCAT PP)) SIT NIL) +(satanic satanic ((V +) (N +) (AFORM NONE)) SATANIC NIL) +(satisfaction satisfaction ((V -) (N +)) SATISFACTION NIL) +(satisfactory satisfactory ((V +) (N +) (AFORM NONE)) SATISFACTORY NIL) +(satisfy satisfy ((V +) (N -) (SUBCAT NP)) SATISFY NIL) +(saturday saturday ((V -) (N +) (PN +)) SATURDAY NIL) +(sauce sauce ((V -) (N +) (LAT -)) SAUCE NIL) +(saucer saucer ((V -) (N +)) SAUCER NIL) +(saucy saucy ((V +) (N +)) SAUCY NIL) +(sausage sausage ((V -) (N +)) SAUSAGE NIL) +(save save ((V +) (N -) (SUBCAT NP)) SAVE NIL) +(savings savings ((V -) (N +) (PLU +)) SAVINGS NIL) +(saw saw ((V -) (N +)) SAW NIL) +(saw saw ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) SEE NIL) +(saw saw ((V +) (N -) (SUBCAT NP)) SAW NIL) +(sawn sawn ((V +) (N -) (SUBCAT NP) (VFORM EN)) SAW NIL) +(say say ((V +) (N -) (SUBCAT SFIN) (REG -)) SAY NIL) +(scale scale ((V -) (N +)) SCALE NIL) +(scan scan ((V +) (N -) (SUBCAT NP) (LAT -)) SCAN NIL) +(scarce scarce ((V +) (N +)) SCARCE NIL) +(scare scare ((V +) (N -) (SUBCAT NP)) SCARE NIL) +(scatter scatter ((V +) (N -) (SUBCAT NP) (LAT -)) SCATTER NIL) +(scenario scenario ((V -) (N +)) SCENARIO NIL) +(scene scene ((V -) (N +)) SCENE NIL) +(sceptic sceptic ((V -) (N +)) SCEPTIC NIL) +(schedule schedule ((V -) (N +)) SCHEDULE NIL) +(schedule schedule ((V +) (N -) (SUBCAT NP)) SCHEDULE NIL) +(schema schema ((V -) (N +) (PLU -)) SCHEMA NIL) +(schemata schemata ((V -) (N +) (PLU +)) SCHEMA NIL) +(schematic schematic ((V +) (N +)) SCHEMATIC NIL) +(scheme scheme ((V -) (N +)) SCHEME NIL) +(scholastic scholastic ((V +) (N +) (AFORM NONE)) SCHOLASTIC NIL) +(school school ((V -) (N +)) SCHOOL NIL) +(science science ((V -) (N +)) SCIENCE NIL) +(scientific scientific ((V +) (N +) (AFORM NONE)) SCIENTIFIC NIL) +(scientist scientist ((V -) (N +)) SCIENTIST NIL) +(scissors scissors ((V -) (N +) (PLU +)) SCISSORS NIL) +(scold scold ((V +) (N -)) SCOLD NIL) +(scope scope ((V -) (N +)) SCOPE NIL) +(score score ((V -) (N +)) SCORE NIL) +(score score ((V +) (N -) (SUBCAT NULL)) SCORE NIL) +(score score ((V -) (N +) (SUBCAT PPOF)) SCORE NIL) +(scramble scramble ((V +) (N -) (SUBCAT NP)) SCRAMBLE NIL) +(scratch scratch ((V -) (N +)) SCRATCH NIL) +(scratch scratch ((V +) (N -) (SUBCAT NP)) SCRATCH NIL) +(screen screen ((V -) (N +)) SCREEN NIL) +(screw screw ((V -) (N +)) SCREW NIL) +(screw screw ((V +) (N -) (SUBCAT NP_PPTO)) SCREW NIL) +(screw screw ((V +) (N -) (SUBCAT NULL)) SCREW NIL) +(script script ((V -) (N +)) SCRIPT NIL) +(scrupulous scrupulous ((V +) (N +) (AFORM NONE)) SCRUPULOUS NIL) +(scrutiny scrutiny ((V -) (N +) (COUNT -)) SCRUTINY NIL) +(sea sea ((V -) (N +)) SEA NIL) +(search search ((V -) (N +)) SEARCH NIL) +(search search ((V +) (N -) (SUBCAT NP)) SEARCH NIL) +(search search ((V +) (N -) (SUBCAT PPFOR)) SEARCH NIL) +(season season ((V -) (N +)) SEASON NIL) +(season season ((V +) (N -) (SUBCAT NP)) SEASON NIL) +(seat seat ((V -) (N +)) SEAT NIL) +(second second ((V +) (N +) (NUM ORD) (QUA +)) SECOND NIL) +(second second ((V -) (N +)) SECOND NIL) +(secrecy secrecy ((V -) (N +)) SECRECY NIL) +(secret secret ((V +) (N +) (AFORM NONE) (SUBCAT PPFROM)) SECRET NIL) +(secret secret ((V -) (N +)) SECRET NIL) +(secretary secretary ((V -) (N +)) SECRETARY NIL) +(section section ((V -) (N +)) SECTION NIL) +(secure secure ((V +) (N -) (SUBCAT NP)) SECURE NIL) +(secure secure ((V +) (N +) (SUBCAT NULL)) SECURE NIL) +(secure secure ((V +) (N +) (SUBCAT PPFROM)) SECURE NIL) +(see see ((V +) (N -) (SUBCAT NP) (REG -)) SEE NIL) +(seed seed ((V -) (N +)) SEED NIL) +(seek seek ((V +) (N -) (SUBCAT NP) (REG -)) SEEK NIL) +(seem seem ((V +) (N -) (SUBCAT AP)) SEEM NIL) +(seem seem ((V +) (N -) (SUBCAT IT_SUBJ) (AGR IT)) SEEM NIL) +(seem seem ((V +) (N -) (SUBCAT SR2)) SEEM NIL) +(seen seen ((V +) (N -) (SUBCAT NP) (VFORM EN)) SEE NIL) +(segment segment ((V -) (N +)) SEGMENT NIL) +(segment segment ((V +) (N -) (SUBCAT NP)) SEGMENT NIL) +(seize seize ((V +) (N -) (SUBCAT NP)) SEIZE NIL) +(seldom seldom ((V +) (N +) (ADV +)) SELDOM NIL) +(select select ((V +) (N -) (AT -) (SUBCAT NP)) SELECT NIL) +(self self ((V -) (N +) (PLU -)) SELF NIL) +(sell sell ((V +) (N -) (SUBCAT NP) (REG -)) SELL NIL) +(selves selves ((V -) (N +) (PLU +)) SELVES NIL) +(semantic semantic ((V +) (N +) (AFORM NONE)) SEMANTIC NIL) +(semantics semantics ((V -) (N +)) SEMANTICS NIL) +(semi- semi- ((FIX PRE) (STEM nil)) SEMI NIL) +(send send ((V +) (N -) (SUBCAT NP_NP) (REG -)) SEND NIL) +(send send ((V +) (N -) (SUBCAT NP_PPTO) (REG -)) SEND NIL) +(sensation sensation ((V -) (N +)) SENSATION NIL) +(sense sense ((V -) (N +)) SENSE NIL) +(sense sense ((V +) (N -) (SUBCAT NP)) SENSE NIL) +(sense sense ((V +) (N -) (SUBCAT SFIN)) SENSE NIL) +(sensible sensible ((V +) (N +) (AFORM NONE)) SENSIBLE NIL) +(sensitive sensitive ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) SENSITIVE NIL) +(sensitive sensitive ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) SENSITIVE NIL) +(sensory sensory ((V +) (N +) (AFORM NONE)) SENSORY NIL) +(sent sent ((V +) (N -) (SUBCAT NP_NP) (FIN +) (PAST +)) SEND NIL) +(sent sent ((V +) (N -) (SUBCAT NP_NP) (VFORM EN)) SEND NIL) +(sent sent ((V +) (N -) (SUBCAT NP_PPTO) (FIN +) (PAST +)) SEND NIL) +(sent sent ((V +) (N -) (SUBCAT NP_PPTO) (VFORM EN)) SEND NIL) +(sentence sentence ((V -) (N +)) SENTENCE NIL) +(separate separate ((V +) (N -) (SUBCAT NP) (AT -)) SEPARATE NIL) +(separate separate ((V +) (N -) (SUBCAT NP_PPFROM) (AT -)) SEPARATE NIL) +(separate separate ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) SEPARATE NIL) +(separate separate ((V +) (N +) (SUBCAT PPFROM) (AFORM NONE)) SEPARATE NIL) +(september september ((V -) (N +) (PN +)) SEPTEMBER NIL) +(sequel sequel ((V -) (N +) (SUBCAT PPTO)) SEQUEL NIL) +(sequence sequence ((V -) (N +)) SEQUENCE NIL) +(serial serial ((V +) (N +) (AFORM NONE)) SERIAL NIL) +(series series ((V -) (N +)) SERIES NIL) +(serious serious ((V +) (N +) (AFORM NONE)) SERIOUS NIL) +(servant servant ((V -) (N +)) SERVANT NIL) +(serve serve ((V +) (N -) (SUBCAT NP)) SERVE NIL) +(service service ((V -) (N +)) SERVICE NIL) +(session session ((V -) (N +)) SESSION NIL) +(set set ((V +) (N -) (FIN +) (PAST +) (SUBCAT NULL)) SET NIL) +(set set ((V -) (N +)) SET NIL) +(set set ((V +) (N -) (SUBCAT NULL) (REG -)) SET NIL) +(set set ((V +) (N -) (VFORM EN) (SUBCAT NULL)) SET NIL) +(setting setting ((V -) (N +) (SUBCAT PPFOR)) SETTING NIL) +(settle settle ((V +) (N -) (SUBCAT NULL)) SETTLE NIL) +(seven seven ((V +) (N +) (QUA +) (NUM CARD)) SEVEN NIL) +(seventeen seventeen ((V +) (N +) (QUA +) (NUM CARD)) SEVENTEEN NIL) +(seventeenth seventeenth ((V +) (N +) (QUA +) (NUM ORD)) SEVENTEENTH NIL) +(seventh seventh ((V +) (N +) (NUM ORD) (QUA +)) SEVENTH NIL) +(seventieth seventyieth ((V +) (N +) (QUA +) (NUM ORD)) SEVENTIETH NIL) +(seventy seventy ((V +) (N +) (QUA +) (NUM CARD)) SEVENTY NIL) +(several several ((V -) (N +) (PRO +) (PART -)) SEVERAL NIL) +(several several ((V +) (N +) (QUA +) (PRD +) (AGR ((N +) (V -) (BAR 1) (COUNT +) (PLU +)))) SEVERAL NIL) +(severe severe ((V +) (N +) (AFORM NONE)) SEVERE NIL) +(sew sew ((V +) (N -) (SUBCAT NP) (REG -)) SEW NIL) +(sew sew ((V +) (N -) (SUBCAT NULL) (REG -)) SEW NIL) +(sewed sewed ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) SEW NIL) +(sewed sewed ((V +) (N -) (FIN +) (PAST +) (SUBCAT NULL)) SEW NIL) +(sewn sewn ((V +) (N -) (VFORM EN) (SUBCAT NP)) SEW NIL) +(sewn sewn ((V +) (N -) (VFORM EN) (SUBCAT NULL)) SEW NIL) +(sex sex ((V -) (N +)) SEX NIL) +(sexual sexual ((V +) (N +) (AFORM NONE)) SEXUAL NIL) +(shade shade ((V -) (N +)) SHADE NIL) +(shade shade ((V +) (N -) (SUBCAT NP)) SHADE NIL) +(shadow shadow ((V -) (N +)) SHADOW NIL) +(shake shake ((V -) (N +)) SHAKE NIL) +(shake shake ((V +) (N -) (SUBCAT NP) (REG -)) SHAKE NIL) +(shake shake ((V +) (N -) (SUBCAT NULL) (REG -)) SHAKE NIL) +(shaken shaken ((V +) (N -) (SUBCAT NP) (VFORM EN)) SHAKE NIL) +(shaken shaken ((V +) (N -) (SUBCAT NULL) (VFORM EN)) SHAKE NIL) +(shall shall ((V +) (N -) (AUX +) (SUBCAT BASE_VP) (FIN +) (PAST -)) SHALL NIL) +(shallow shallow ((V +) (N +)) SHALLOW NIL) +(shame shame ((V -) (N +)) SHAME NIL) +("shan't" "shan't" ((V +) (N -) (AUX +) (SUBCAT BASE_VP) (FIN +) (PAST -) (NEG +)) SHALL NIL) +(shape shape ((V +) (N -) (SUBCAT NP)) SHAPE NIL) +(share share ((V -) (N +)) SHARE NIL) +(share share ((V +) (N -) (SUBCAT NP_PPWITH)) SHARE NIL) +(sharp sharp ((V +) (N +)) SHARP NIL) +(shatter shatter ((V +) (N -) (SUBCAT NP)) SHATTER NIL) +(shave shave ((V -) (N +)) SHAVE NIL) +(shave shave ((V +) (N -) (SUBCAT NP)) SHAVE NIL) +(shave shave ((V +) (N -) (SUBCAT NULL)) SHAVE NIL) +(shaven shaven ((V +) (N +) (AFORM NONE)) SHAVEN NIL) +(she she ((V -) (N +) (PRO +) (PER 3) (PLU -) (CASE NOM)) SHE NIL) +(shear shear ((V +) (N -) (SUBCAT NULL)) SHEAR NIL) +(shears shears ((V -) (N +) (PLU +)) SHEARS NIL) +(shed shed ((V -) (N +) (LAT -)) SHED NIL) +(shed shed ((V +) (N -) (SUBCAT NP) (LAT -) (FIN +) (PAST +)) SHED NIL) +(shed shed ((V +) (N -) (SUBCAT NP) (LAT -) (REG -)) SHED NIL) +(shed shed ((V +) (N -) (SUBCAT NP) (LAT -) (VFORM EN)) SHED NIL) +(sheep sheep ((V -) (N +) (PLU -)) SHEEP NIL) +(sheer sheer ((V +) (N +) (LAT -)) SHEER NIL) +(sheet sheet ((V -) (N +)) SHEET NIL) +(shelf shelf ((V -) (N +)) SHELF NIL) +(shell shell ((V -) (N +)) SHELL NIL) +(shelve shelve ((V +) (N -) (SUBCAT NP)) SHELVE NIL) +(shelves shelves ((V -) (N +) (PLU +)) SHELF NIL) +(shift shift ((V +) (N -) (SUBCAT NULL)) SHIFT NIL) +(shine shine ((V +) (N -)) SHINE NIL) +(+ship +ship ((FIX SUF) (V -) (N +) (STEM (N (INFL +)))) SHIP NIL) +(ship ship ((V -) (N +)) SHIP NIL) +(shirt shirt ((V -) (N +)) SHIRT NIL) +(shock shock ((V -) (N +)) SHOCK NIL) +(shock shock ((V +) (N -) (SUBCAT NP)) SHOCK NIL) +(shoe shoe ((V -) (N +)) SHOE NIL) +(shone shone ((V +) (N -) (FIN +) (PAST +)) SHINE NIL) +(shone shone ((V +) (N -) (VFORM EN)) SHINE NIL) +(shook shook ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) SHAKE NIL) +(shook shook ((V +) (N -) (SUBCAT NULL) (FIN +) (PAST +)) SHAKE NIL) +(shoot shoot ((V +) (N -) (SUBCAT NP) (REG -)) SHOOT NIL) +(shop shop ((V -) (N +)) SHOP NIL) +(shore shore ((V -) (N +)) SHORE NIL) +(short short ((V +) (N +)) SHORT NIL) +(shortcoming shortcoming ((V -) (N +)) SHORTCOMING NIL) +(shot shot ((V -) (N +)) SHOT NIL) +(shot shot ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) SHOOT NIL) +(shot shot ((V +) (N -) (SUBCAT NP) (VFORM EN)) SHOOT NIL) +(should should ((V +) (N -) (AUX +) (SUBCAT BASE_VP) (PAST -) (FIN +)) SHOULD NIL) +(shoulder shoulder ((V -) (N +)) SHOULDER NIL) +(shoulder shoulder ((V +) (N -) (SUBCAT NP)) SHOULDER NIL) +("shouldn't" "shouldn't" ((V +) (N -) (AUX +) (SUBCAT BASE_VP) (PAST -) (FIN +) (NEG +)) SHOULD NIL) +(shout shout ((V -) (N +)) SHOUT NIL) +(shout shout ((V +) (N -) (SUBCAT NULL)) SHOUT NIL) +(show show ((V -) (N +)) SHOW NIL) +(show show ((V +) (N -) (SUBCAT NP_S) (REG -)) SHOW NIL) +(showed showed ((V +) (N -) (SUBCAT NP_S) (FIN +) (PAST +)) SHOW NIL) +(shown shown ((V +) (N -) (SUBCAT NP_S) (VFORM EN)) SHOW NIL) +(shrug shrug ((V +) (N -) (SUBCAT NULL)) SHRUG NIL) +(shrug shrug ((V +) (N -) (SUBCAT NP)) SHRUG NIL) +(shrug shrug ((V -) (N +)) SHRUG NIL) +(shut shut ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) SHUT NIL) +(shut shut ((V +) (N -) (SUBCAT NP) (REG -)) SHUT NIL) +(shut shut ((V +) (N -) (SUBCAT NP) (VFORM EN)) SHUT NIL) +(sibling sibling ((V -) (N +)) SIBLING NIL) +(sick sick ((V +) (N +) (SUBCAT PPOF)) SICK NIL) +(side side ((V -) (N +)) SIDE NIL) +(sidestep sidestep ((V +) (N -) (SUBCAT NP) (LAT -)) SIDESTEP NIL) +(sideways sideways ((PRO +) (V -) (N -)) SIDEWAYS NIL) +(sideways sideways ((V +) (N +) (AFORM NONE)) SIDEWAYS NIL) +(sight sight ((V -) (N +)) SIGHT NIL) +(sign sign ((V -) (N +)) SIGN NIL) +(sign sign ((V +) (N -) (SUBCAT NP)) SIGN NIL) +(signal signal ((V -) (N +)) SIGNAL NIL) +(signal signal ((V +) (N -) (SUBCAT PPTO_THAT_S)) SIGNAL NIL) +(signature signature ((V -) (N +)) SIGNATURE NIL) +(significance significance ((V -) (N +)) SIGNIFICANCE NIL) +(significant significant ((V +) (N +) (AFORM NONE)) SIGNIFICANT NIL) +(signify signify ((V +) (N -) (SUBCAT NP)) SIGNIFY NIL) +(silence silence ((V -) (N +)) SILENCE NIL) +(silent silent ((V +) (N +) (AFORM NONE)) SILENT NIL) +(silk silk ((V +) (N +) (AFORM NONE)) SILK NIL) +(silk silk ((V -) (N +) (COUNT -)) SILK NIL) +(silly silly ((V +) (N +)) SILLY NIL) +(silver silver ((V -) (N +) (COUNT -)) SILVER NIL) +(similar similar ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) SIMILAR NIL) +(similar similar ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) SIMILAR NIL) +(simple simple ((V +) (N +)) SIMPLE NIL) +(simplicity simplicity ((V -) (N +)) SIMPLICITY NIL) +(simulate simulate ((V +) (N -) (SUBCAT NP) (AT -)) SIMULATE NIL) +(simultaneous simultaneous ((V +) (N +) (AFORM NONE)) SIMULTANEOUS NIL) +(since since ((V -) (N -) (SUBCAT BARE_S)) SINCE NIL) +(since since ((V -) (N -) (SUBCAT ING)) SINCE NIL) +(since since ((V -) (N -) (SUBCAT NP)) SINCE NIL) +(sincere sincere ((V +) (N +) (AFORM NONE)) SINCERE NIL) +(sing sing ((V +) (N -) (SUBCAT NP) (REG -)) SING NIL) +(sing sing ((V +) (N -) (SUBCAT NULL) (REG -)) SING NIL) +(single single ((V +) (N +) (AFORM NONE)) SINGLE NIL) +(singular singular ((V +) (N +) (AFORM NONE)) SINGULAR NIL) +(sink sink ((V +) (N -) (SUBCAT NP) (REG -)) SINK NIL) +(sink sink ((V +) (N -) (SUBCAT NULL) (REG -)) SINK NIL) +(sir sir ((TITLE +)) SIR NIL) +(sister sister ((V -) (N +) (SUBCAT PPOF)) SISTER NIL) +(sit sit ((V +) (N -) (SUBCAT NULL)) SIT NIL) +(sit sit ((V +) (N -) (SUBCAT PP)) SIT NIL) +(site site ((V -) (N +)) SITE NIL) +(situation situation ((V -) (N +)) SITUATION NIL) +(six six ((V +) (N +) (QUA +) (NUM CARD)) SIX NIL) +(sixteen sixteen ((V +) (N +) (QUA +) (NUM CARD)) SIXTEEN NIL) +(sixteenth sixteenth ((V +) (N +) (QUA +) (NUM ORD)) SIXTEENTH NIL) +(sixth sixth ((V +) (N +) (NUM ORD) (QUA +)) SIXTH NIL) +(sixtieth sixtieth ((V +) (N +) (QUA +) (NUM ORD)) SIXTIETH NIL) +(sixty sixty ((V +) (N +) (QUA +) (NUM CARD)) SIXTY NIL) +(size size ((V -) (N +)) SIZE NIL) +(skate skate ((V -) (N +) (LAT -)) SKATE NIL) +(skate skate ((V +) (N -) (SUBCAT NULL) (LAT -)) SKATE NIL) +(skeletal skeletal ((V +) (N +) (AFORM NONE)) SKELETAL NIL) +(skeleton skeleton ((V -) (N +)) SKELETON NIL) +(sketch sketch ((V -) (N +)) SKETCH NIL) +(sketch sketch ((V +) (N -) (SUBCAT NP)) SKETCH NIL) +(skilful skilful ((V +) (N +) (AFORM NONE)) SKILFUL NIL) +(skill skill ((V -) (N +)) SKILL NIL) +(skilled skilled ((V +) (N +) (AFORM NONE) (LAT -)) SKILLED NIL) +(skin skin ((V -) (N +)) SKIN NIL) +(skip skip ((V +) (N -) (SUBCAT NP) (LAT -)) SKIP NIL) +(skip skip ((V +) (N -) (SUBCAT NULL) (LAT -)) SKIP NIL) +(skirt skirt ((V -) (N +)) SKIRT NIL) +(sky sky ((V -) (N +)) SKY NIL) +(slash slash ((V -) (N +)) SLASH NIL) +(slave slave ((V -) (N +)) SLAVE NIL) +(sledge sledge ((V -) (N +)) SLEDGE NIL) +(sleep sleep ((V -) (N +)) SLEEP NIL) +(sleep sleep ((V +) (N -) (SUBCAT NULL) (REG -)) SLEEP NIL) +(slept slept ((V +) (N -) (SUBCAT NULL) (FIN +) (PAST +)) SLEEP NIL) +(slept slept ((V +) (N -) (SUBCAT NULL) (VFORM EN)) SLEEP NIL) +(slide slide ((V +) (N -) (SUBCAT NULL)) SLIDE NIL) +(slight slight ((V +) (N +)) SLIGHT NIL) +(slight slight ((V -) (N +)) SLIGHT NIL) +(slim slim ((V +) (N +)) SLIM NIL) +(slim slim ((V +) (N -) (SUBCAT NULL)) SLIM NIL) +(slip slip ((V +) (N -)) SLIP NIL) +(slip slip ((V -) (N +)) SLIP NIL) +(slipper slipper ((V -) (N +)) SLIPPER NIL) +(slippery slippery ((V +) (N +)) SLIPPERY NIL) +(sloe sloe ((V -) (N +)) SLOE NIL) +(slope slope ((V -) (N +)) SLOPE NIL) +(slot slot ((V -) (N +)) SLOT NIL) +(slow slow ((V +) (N +)) SLOW NIL) +(small small ((V +) (N +)) SMALL NIL) +(smart smart ((V +) (N +)) SMART NIL) +(smell smell ((V -) (N +)) SMELL NIL) +(smell smell ((V +) (N -) (SUBCAT NP)) SMELL NIL) +(smell smell ((V +) (N -) (SUBCAT NULL)) SMELL NIL) +(smelt smelt ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) SMELL NIL) +(smelt smelt ((V +) (N -) (SUBCAT NP)) SMELT NIL) +(smelt smelt ((V +) (N -) (SUBCAT NP) (VFORM EN)) SMELL NIL) +(smelt smelt ((V +) (N -) (SUBCAT NULL) (FIN +) (PAST +)) SMELL NIL) +(smelt smelt ((V +) (N -) (SUBCAT NULL) (VFORM EN)) SMELL NIL) +(smile smile ((V -) (N +)) SMILE NIL) +(smile smile ((V +) (N -) (SUBCAT NULL)) SMILE NIL) +(smoke smoke ((V -) (N +) (COUNT -)) SMOKE NIL) +(smoke smoke ((V +) (N -) (SUBCAT NULL)) SMOKE NIL) +(smooth smooth ((V +) (N +)) SMOOTH NIL) +(smooth smooth ((V +) (N -) (SUBCAT NP)) SMOOTH NIL) +(snake snake ((V -) (N +)) SNAKE NIL) +(snap snap ((V +) (N -) (SUBCAT NP)) SNAP NIL) +(snap snap ((V +) (N -) (SUBCAT NULL)) SNAP NIL) +(snapshot snapshot ((V -) (N +)) SNAPSHOT NIL) +(snow snow ((V +) (N -) (AGR IT)) SNOW NIL) +(snow snow ((V -) (N +) (COUNT -)) SNOW NIL) +(so so ((SUBCAT DETA)) SO NIL) +(soap soap ((V -) (N +) (COUNT -)) SOAP NIL) +(social social ((V +) (N +) (AFORM NONE)) SOCIAL NIL) +(society society ((V -) (N +)) SOCIETY NIL) +(sock sock ((V -) (N +)) SOCK NIL) +(sodium sodium ((V -) (N +)) SODIUM NIL) +(soft soft ((V +) (N +)) SOFT NIL) +(software software ((V -) (N +) (COUNT -)) SOFTWARE NIL) +(soil soil ((V -) (N +)) SOIL NIL) +(sold sold ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) SELL NIL) +(sold sold ((V +) (N -) (VFORM EN) (SUBCAT NP)) SELL NIL) +(soldier soldier ((V -) (N +)) SOLDIER NIL) +(sole sole ((V +) (N +) (AFORM NONE)) SOLE NIL) +(sole sole ((V -) (N +)) SOLE NIL) +(solemn solemn ((V +) (N +) (AFORM NONE)) SOLEMN NIL) +(solid solid ((V +) (N +)) SOLID NIL) +(solid solid ((V -) (N +)) SOLID NIL) +(soliloquies soliloquies ((V -) (N +) (PLU +)) SOLILOQUY NIL) +(soliloquy soliloquy ((V -) (N +) (PLU -)) SOLILOQUY NIL) +(solo solo ((V +) (N +) (AFORM NONE)) SOLO NIL) +(solo solo ((V -) (N +)) SOLO NIL) +(solution solution ((V -) (N +)) SOLUTION NIL) +(solve solve ((V +) (N -) (SUBCAT NP)) SOLVE NIL) +(some some ((PRO +) (V -) (N +) (PLU +)) SOME NIL) +(some some ((V +) (N +) (QUA +)) SOME NIL) +(somebody somebody ((PRO +) (V -) (N +)) SOMEBODY NIL) +(somehow somehow ((PRO +) (V -) (N -)) SOMEHOW NIL) +(someone someone ((PRO +) (V -) (N +)) SOMEONE NIL) +(something something ((PRO +) (V -) (N +)) SOMETHING NIL) +(sometimes sometimes ((PRO +) (V -) (N -)) SOMETIMES NIL) +(somewhat somewhat ((V +) (N +) (ADV +)) SOMEWHAT NIL) +(somewhere somewhere ((PRO +) (V -) (N -)) SOMEWHERE NIL) +(son son ((V -) (N +) (SUBCAT PPOF)) SON NIL) +(song song ((V -) (N +)) SONG NIL) +(soon soon ((PRO +) (V -) (N -)) SOON NIL) +(soon soon ((V +) (N +) (ADV +)) SOON NIL) +(sophisticated sophisticated ((V +) (N +) (AFORM NONE)) SOPHISTICATED NIL) +(sophistication sophistication ((V -) (N +)) SOPHISTICATION NIL) +(sore sore ((V +) (N +)) SORE NIL) +(sore sore ((V -) (N +)) SORE NIL) +(sorrow sorrow ((V -) (N +)) SORROW NIL) +(sorry sorry ((V +) (N +) (SUBCAT NULL)) SORRY NIL) +(sorry sorry ((V +) (N +) (SUBCAT PPFOR)) SORRY NIL) +(sorry sorry ((V +) (N +) (SUBCAT SFIN)) SORRY NIL) +(sort sort ((V -) (N +)) SORT NIL) +(sort sort ((V +) (N -) (SUBCAT NP)) SORT NIL) +(sought sought ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) SEEK NIL) +(sought sought ((V +) (N -) (VFORM EN) (SUBCAT NP)) SEEK NIL) +(soul soul ((V -) (N +)) SOUL NIL) +(sound sound ((V +) (N +)) SOUND NIL) +(sound sound ((V -) (N +)) SOUND NIL) +(sound sound ((V +) (N -) (SUBCAT AP)) SOUND NIL) +(soup soup ((V -) (N +)) SOUP NIL) +(sour sour ((V +) (N +)) SOUR NIL) +(source source ((V -) (N +)) SOURCE NIL) +(south south ((V -) (N +)) SOUTH NIL) +(south south ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) SOUTH NIL) +(south south ((V +) (N +) (SUBCAT PPOF) (AFORM NONE)) SOUTH NIL) +(southern southern ((V +) (N +) (AFORM NONE)) SOUTHERN NIL) +(space space ((V -) (N +)) SPACE NIL) +(spade spade ((V -) (N +)) SPADE NIL) +(spain spain ((V -) (N +) (PN +)) SPAIN NIL) +(span span ((V +) (N -) (FIN +) (PAST +)) SPIN NIL) +(span span ((V +) (N -) (SUBCAT NP)) SPAN NIL) +(spanish spanish ((V +) (N +)) SPANISH NIL) +(spare spare ((V +) (N +) (AFORM NONE)) SPARE NIL) +(spare spare ((V +) (N -) (SUBCAT NP_NP)) SPARE NIL) +(sparrow sparrow ((V -) (N +)) SPARROW NIL) +(spate spate ((V -) (N +) (LAT -)) SPATE NIL) +(spatial spatial ((V +) (N +) (AFORM NONE)) SPATIAL NIL) +(speak speak ((V +) (N -) (SUBCAT NULL) (REG -)) SPEAK NIL) +(spear spear ((V -) (N +)) SPEAR NIL) +(spear spear ((V +) (N -) (SUBCAT NP)) SPEAR NIL) +(special special ((V +) (N +) (AFORM NONE)) SPECIAL NIL) +(specialist specialist ((V -) (N +)) SPECIALIST NIL) +(specific specific ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) SPECIFIC NIL) +(specific specific ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) SPECIFIC NIL) +(specifically specifically ((V +) (N +) (ADV +)) SPECIFICALLY NIL) +(specify specify ((V +) (N -) (SUBCAT NP)) SPECIFY NIL) +(spectacle spectacle ((V -) (N +)) SPECTACLE NIL) +(spectacles spectacles ((V -) (N +) (PLU +)) SPECTACLES NIL) +(spectacular spectacular ((V +) (N +) (AFORM NONE)) SPECTACULAR NIL) +(spectra spectra ((V -) (N +) (PLU +)) SPECTRA NIL) +(spectral spectral ((V +) (N +) (AFORM NONE)) SPECTRAL NIL) +(spectrum spectrum ((V -) (N +) (PLU -)) SPECTRUM NIL) +(speculate speculate ((V +) (N -) (SUBCAT NULL) (AT -)) SPECULATE NIL) +(sped sped ((V +) (N -) (SUBCAT NULL) (FIN +) (PAST +)) SPED NIL) +(sped sped ((V +) (N -) (SUBCAT NULL) (VFORM EN)) SPED NIL) +(speech speech ((V -) (N +)) SPEECH NIL) +(speed speed ((V -) (N +)) SPEED NIL) +(spell spell ((V -) (N +)) SPELL NIL) +(spell spell ((V +) (N -) (SUBCAT NP) (REG -)) SPELL NIL) +(spell spell ((V +) (N -) (SUBCAT NULL) (REG -)) SPELL NIL) +(spelt spelt ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) SPELL NIL) +(spelt spelt ((V +) (N -) (FIN +) (PAST +) (SUBCAT NULL)) SPELL NIL) +(spelt spelt ((V +) (N -) (VFORM EN) (SUBCAT NP)) SPELL NIL) +(spelt spelt ((V +) (N -) (VFORM EN) (SUBCAT NULL)) SPELL NIL) +(spend spend ((V +) (N -) (SUBCAT NP) (REG -)) SPEND NIL) +(spent spent ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) SPEND NIL) +(spent spent ((V +) (N -) (SUBCAT NP) (VFORM EN)) SPEND NIL) +(spin spin ((V +) (N -) (SUBCAT NP) (REG -)) SPIN NIL) +(spin spin ((V +) (N -) (SUBCAT NULL) (REG -)) SPIN NIL) +(spinster spinster ((V -) (N +)) SPINSTER NIL) +(spirit spirit ((V -) (N +)) SPIRIT NIL) +(spite spite ((V -) (N +)) SPITE NIL) +(splendid splendid ((V +) (N +) (AFORM NONE)) SPLENDID NIL) +(splendour splendour ((V -) (N +)) SPLENDOUR NIL) +(split split ((V +) (N -) (FIN +) (PAST +)) SPLIT NIL) +(split split ((V +) (N -) (REG -)) SPLIT NIL) +(split split ((V -) (N +)) SPLIT NIL) +(split split ((V +) (N -) (VFORM EN)) SPLIT NIL) +(spoil spoil ((V +) (N -) (SUBCAT NP)) SPOIL NIL) +(spoilt spoilt ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) SPOIL NIL) +(spoilt spoilt ((V +) (N -) (SUBCAT NP) (VFORM EN)) SPOIL NIL) +(spoke spoke ((V +) (N -) (FIN +) (PAST +)) SPEAK NIL) +(spoke spoke ((V -) (N +)) SPOKE NIL) +(spoken spoken ((V +) (N -) (VFORM EN)) SPEAK NIL) +(spokesman spokesman ((V -) (N +)) SPOKESMAN NIL) +(spoon spoon ((V -) (N +)) SPOON NIL) +(sport sport ((V -) (N +)) SPORT NIL) +(spot spot ((V -) (N +)) SPOT NIL) +(spot spot ((V +) (N -) (SUBCAT NP)) SPOT NIL) +(sprang sprang ((V +) (N -) (SUBCAT PP) (FIN +) (PAST +)) SPRING NIL) +(spread spread ((V +) (N -) (FIN +) (PAST +) (SUBCAT NULL)) SPREAD NIL) +(spread spread ((V +) (N -) (SUBCAT NULL) (REG -)) SPREAD NIL) +(spread spread ((V +) (N -) (VFORM EN) (SUBCAT NULL)) SPREAD NIL) +(spring spring ((V -) (N +)) SPRING NIL) +(spring spring ((V +) (N -) (SUBCAT PP) (REG -)) SPRING NIL) +(sprung sprung ((V +) (N -) (SUBCAT PP) (VFORM EN)) SPRING NIL) +(spun spun ((V +) (N -) (VFORM EN)) SPIN NIL) +(spur spur ((V -) (N +)) SPUR NIL) +(spurious spurious ((V +) (N +) (AFORM NONE)) SPURIOUS NIL) +(square square ((V +) (N +)) SQUARE NIL) +(square square ((V -) (N +)) SQUARE NIL) +(stable stable ((V +) (N +)) STABLE NIL) +(stable stable ((V -) (N +)) STABLE NIL) +(stack stack ((V -) (N +)) STACK NIL) +(stack stack ((V +) (N -) (SUBCAT NP)) STACK NIL) +(staff staff ((V -) (N +)) STAFF NIL) +(staff staff ((V +) (N -) (SUBCAT NP)) STAFF NIL) +(stag stag ((V -) (N +)) STAG NIL) +(stage stage ((V -) (N +)) STAGE NIL) +(stage stage ((V +) (N -) (SUBCAT NP)) STAGE NIL) +(stain stain ((V -) (N +)) STAIN NIL) +(stain stain ((V +) (N -) (SUBCAT NP)) STAIN NIL) +(stair stair ((V -) (N +)) STAIR NIL) +(stake stake ((V -) (N +)) STAKE NIL) +(stamp stamp ((V -) (N +)) STAMP NIL) +(stance stance ((V -) (N +)) STANCE NIL) +(stand stand ((V +) (N -)) STAND NIL) +(standard standard ((V +) (N +) (AFORM NONE)) STANDARD NIL) +(standard standard ((V -) (N +)) STANDARD NIL) +(stang stang ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) STING NIL) +(star star ((V -) (N +)) STAR NIL) +(stare stare ((V -) (N +)) STARE NIL) +(stare stare ((V +) (N -) (SUBCAT PPAT)) STARE NIL) +(start start ((V -) (N +)) START NIL) +(start start ((V +) (N -) (SUBCAT NP)) START NIL) +(start start ((V +) (N -) (SUBCAT NULL)) START NIL) +(startle startle ((V +) (N -) (SUBCAT NP)) STARTLE NIL) +(state state ((V -) (N +)) STATE NIL) +(state state ((V +) (N -) (SUBCAT Q_S)) STATE NIL) +(static static ((V +) (N +) (AFORM NONE)) STATIC NIL) +(station station ((V -) (N +)) STATION NIL) +(stationary stationary ((V +) (N +) (AFORM NONE)) STATIONARY NIL) +(stationer stationer ((V -) (N +)) STATIONER NIL) +(stationery stationery ((V -) (N +) (COUNT -)) STATIONERY NIL) +(statistic statistic ((V -) (N +)) STATISTIC NIL) +(statistical statistical ((V +) (N +) (AFORM NONE)) STATISTICAL NIL) +(statistics statistics ((V -) (N +) (PLU -)) STATISTICS NIL) +(statistics statistics ((V -) (N +)) STATISTICS NIL) +(stative stative ((V +) (N +) (AFORM NONE)) STATIVE NIL) +(statue statue ((V -) (N +)) STATUE NIL) +(stature stature ((V -) (N +)) STATURE NIL) +(status status ((V -) (N +)) STATUS NIL) +(stay stay ((V -) (N +)) STAY NIL) +(stay stay ((V +) (N -) (SUBCAT NULL)) STAY NIL) +(steady steady ((V +) (N +)) STEADY NIL) +(steal steal ((V +) (N -) (SUBCAT NP_PPFROM) (REG -)) STEAL NIL) +(steam steam ((V -) (N +) (COUNT -)) STEAM NIL) +(steam steam ((V +) (N -) (SUBCAT NULL)) STEAM NIL) +(steel steel ((V -) (N +) (COUNT -)) STEEL NIL) +(steel steel ((V +) (N -) (SUBCAT REFL)) STEEL NIL) +(steep steep ((V +) (N +)) STEEP NIL) +(steeple steeple ((V -) (N +)) STEEPLE NIL) +(steer steer ((V -) (N +)) STEER NIL) +(steer steer ((V +) (N -) (SUBCAT NP)) STEER NIL) +(stem stem ((V -) (N +)) STEM NIL) +(stem stem ((V +) (N -) (SUBCAT NP)) STEM NIL) +(step step ((V -) (N +)) STEP NIL) +(step step ((V +) (N -) (SUBCAT PP)) STEP NIL) +(sterile sterile ((V +) (N +) (AFORM NONE)) STERILE NIL) +(stick stick ((V -) (N +)) STICK NIL) +(stick stick ((V +) (N -) (SUBCAT PPTO) (REG -)) STICK NIL) +(sticky sticky ((V +) (N +)) STICKY NIL) +(stiff stiff ((V +) (N +)) STIFF NIL) +(still still ((V +) (N +) (ADV +)) STILL NIL) +(still still ((V +) (N +)) STILL NIL) +(sting sting ((V -) (N +)) STING NIL) +(sting sting ((V +) (N -) (SUBCAT NP) (REG -)) STING NIL) +(stipulate stipulate ((V +) (N -) (SUBCAT SFIN) (AT -)) STIPULATE NIL) +(stitch stitch ((V -) (N +)) STITCH NIL) +(stitch stitch ((V +) (N -) (SUBCAT NP)) STITCH NIL) +(stock stock ((V -) (N +)) STOCK NIL) +(stock stock ((V +) (N -) (SUBCAT NP)) STOCK NIL) +(stocking stocking ((V -) (N +)) STOCKING NIL) +(stole stole ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) STEAL NIL) +(stolen stolen ((V +) (N -) (SUBCAT NP) (VFORM EN)) STEAL NIL) +(stomach stomach ((V -) (N +)) STOMACH NIL) +(stone stone ((V -) (N +)) STONE NIL) +(stood stood ((V +) (N -) (FIN +) (PAST +)) STAND NIL) +(stood stood ((V +) (N -) (VFORM EN)) STAND NIL) +(stool stool ((V -) (N +)) STOOL NIL) +(stoop stoop ((V +) (N -)) STOOP NIL) +(stop stop ((V -) (N +)) STOP NIL) +(stop stop ((V +) (N -) (SUBCAT NP)) STOP NIL) +(stop stop ((V +) (N -) (SUBCAT NULL)) STOP NIL) +(storage storage ((V -) (N +) (COUNT -)) STORAGE NIL) +(store store ((V -) (N +)) STORE NIL) +(store store ((V +) (N -) (SUBCAT NP)) STORE NIL) +(storm storm ((V -) (N +)) STORM NIL) +(story story ((V -) (N +)) STORY NIL) +(straight straight ((V +) (N +)) STRAIGHT NIL) +(straightforward straightforward ((V +) (N +) (AFORM NONE)) STRAIGHTFORWARD NIL) +(strain strain ((V -) (N +)) STRAIN NIL) +(strain strain ((V +) (N -) (SUBCAT NP)) STRAIN NIL) +(strand strand ((V +) (N -) (SUBCAT NP)) STRAND NIL) +(strange strange ((V +) (N +)) STRANGE NIL) +(stranger stranger ((V -) (N +)) STRANGER NIL) +(strata strata ((V -) (N +) (PLU +)) STRATUM NIL) +(strategy strategy ((V -) (N +)) STRATEGY NIL) +(stratum stratum ((V -) (N +) (PLU -)) STRATUM NIL) +(straw straw ((V -) (N +)) STRAW NIL) +(strawberry strawberry ((V -) (N +)) STRAWBERRY NIL) +(stray stray ((V +) (N +)) STRAY NIL) +(stray stray ((V +) (N -) (SUBCAT NULL)) STRAY NIL) +(stream stream ((V -) (N +)) STREAM NIL) +(streamlined streamlined ((V +) (N +) (AFORM NONE)) STREAMLINED NIL) +(street street ((V -) (N +)) STREET NIL) +(strength strength ((V -) (N +)) STRENGTH NIL) +(strengthen strengthen ((V +) (N -) (SUBCAT NP)) STRENGTHEN NIL) +(stress stress ((V -) (N +)) STRESS NIL) +(stress stress ((V +) (N -) (SUBCAT NP)) STRESS NIL) +(stretch stretch ((V +) (N -)) STRETCH NIL) +(strew strew ((V +) (N -) (SUBCAT NP) (REG -)) STREW NIL) +(strewed strewed ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) STREW NIL) +(strewn strewn ((V +) (N -) (SUBCAT NP) (VFORM EN)) STREW NIL) +(strict strict ((V +) (N +)) STRICT NIL) +(strident strident ((V +) (N +) (AFORM NONE)) STRIDENT NIL) +(strike strike ((V +) (N -) (SUBCAT NP)) STRIKE NIL) +(string string ((V -) (N +)) STRING NIL) +(strip strip ((V -) (N +)) STRIP NIL) +(strip strip ((V +) (N -) (SUBCAT NP)) STRIP NIL) +(strive strive ((V +) (N -) (SUBCAT PPFOR) (REG -)) STRIVE NIL) +(striven striven ((V +) (N -) (SUBCAT PPFOR) (VFORM EN)) STRIVE NIL) +(stroke stroke ((V -) (N +)) STROKE NIL) +(stroke stroke ((V +) (N -) (SUBCAT NP)) STROKE NIL) +(strong strong ((V +) (N +)) STRONG NIL) +(strove strove ((V +) (N -) (SUBCAT PPFOR) (FIN +) (PAST +)) STRIVE NIL) +(struck struck ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) STRIKE NIL) +(struck struck ((V +) (N -) (SUBCAT NP) (VFORM EN)) STRIKE NIL) +(structuralism structuralism ((V -) (N +)) STRUCTURALISM NIL) +(structuralist structuralist ((V -) (N +)) STRUCTURALIST NIL) +(structure structure ((V -) (N +)) STRUCTURE NIL) +(struggle struggle ((V -) (N +)) STRUGGLE NIL) +(struggle struggle ((V +) (N -) (SUBCAT PPWITH)) STRUGGLE NIL) +(stuck stuck ((V +) (N -) (SUBCAT PPTO) (FIN +) (PAST +)) STICK NIL) +(stuck stuck ((V +) (N -) (SUBCAT PPTO) (VFORM EN)) STICK NIL) +(student student ((V -) (N +)) STUDENT NIL) +(study study ((V +) (N -)) STUDY NIL) +(study study ((V -) (N +) (SUBCAT NP)) STUDY NIL) +(stuff stuff ((V -) (N +)) STUFF NIL) +(stuff stuff ((V +) (N -) (SUBCAT NP)) STUFF NIL) +(stung stung ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) STING NIL) +(stung stung ((V +) (N -) (SUBCAT NP) (VFORM EN)) STING NIL) +(stupid stupid ((V +) (N +)) STUPID NIL) +(stupor stupor ((V -) (N +)) STUPOR NIL) +(stutter stutter ((V +) (N -) (SUBCAT NULL)) STUTTER NIL) +(style style ((V -) (N +)) STYLE NIL) +(stylistic stylistic ((V +) (N +) (AFORM NONE)) STYLISTIC NIL) +(suave suave ((V +) (N +)) SUAVE NIL) +(sub- sub- ((FIX PRE) (STEM nil)) SUB NIL) +(subcategorize subcategorize ((V +) (N -) (SUBCAT NULL)) SUBCATEGORIZE NIL) +(subjacency subjacency ((V -) (N +)) SUBJACENCY NIL) +(subjacent subjacent ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) SUBJACENT NIL) +(subjacent subjacent ((V +) (N +) (AFORM NONE) (SUBCAT PPTO)) SUBJACENT NIL) +(subject subject ((V +) (N -) (SUBCAT NP_PPTO) (AT -)) SUBJECT NIL) +(subject subject ((V -) (N +)) SUBJECT NIL) +(subjective subjective ((V +) (N +) (AFORM NONE)) SUBJECTIVE NIL) +(submarine submarine ((V +) (N +) (AFORM NONE)) SUBMARINE NIL) +(submarine submarine ((V -) (N +)) SUBMARINE NIL) +(submission submission ((V -) (N +)) SUBMISSION NIL) +(submit submit ((V +) (N -) (SUBCAT PPTO)) SUBMIT NIL) +(subordinate subordinate ((V +) (N +) (AFORM NONE)) SUBORDINATE NIL) +(subordinate subordinate ((V +) (N -) (SUBCAT NP) (AT -)) SUBORDINATE NIL) +(subsequent subsequent ((V +) (N +) (AFORM NONE)) SUBSEQUENT NIL) +(subservient subservient ((V +) (N +) (AFORM NONE)) SUBSERVIENT NIL) +(substance substance ((V -) (N +)) SUBSTANCE NIL) +(substantial substantial ((V +) (N +) (AFORM NONE)) SUBSTANTIAL NIL) +(substantive substantive ((V +) (N +) (AFORM NONE)) SUBSTANTIVE NIL) +(substitute substitute ((V +) (N -) (SUBCAT NP_PPFOR) (AT -)) SUBSTITUTE NIL) +(substitute substitute ((V -) (N +)) SUBSTITUTE NIL) +(subsume subsume ((V +) (N -) (SUBCAT NP)) SUBSUME NIL) +(subsumption subsumption ((V -) (N +)) SUBSUMPTION NIL) +(subtle subtle ((V +) (N +)) SUBTLE NIL) +(subtlety subtlety ((V -) (N +)) SUBTLETY NIL) +(subtract subtract ((V +) (N -) (SUBCAT NP_PPFROM) (AT -)) SUBTRACT NIL) +(succeed succeed ((V +) (N -) (SUBCAT PPIN)) SUCCEED NIL) +(success success ((V -) (N +)) SUCCESS NIL) +(succession succession ((V -) (N +)) SUCCESSION NIL) +(successive successive ((V +) (N +) (AFORM NONE)) SUCCESSIVE NIL) +(successor successor ((V -) (N +)) SUCCESSOR NIL) +(succinct succinct ((V +) (N +) (AFORM NONE)) SUCCINCT NIL) +(succumb succumb ((V +) (N -) (SUBCAT PPTO) (LAT -)) SUCCUMB NIL) +(such such ((V +) (N +) (QUA +) (PART -) (SUBCAT N1)) SUCH NIL) +(suck suck ((V +) (N -) (SUBCAT NP)) SUCK NIL) +(sudden sudden ((V +) (N +) (AFORM NONE)) SUDDEN NIL) +(sue sue ((V -) (N +) (PN +)) SUE NIL) +(suffer suffer ((V +) (N -) (SUBCAT PPFROM)) SUFFER NIL) +(suffice suffice ((V +) (N -) (SUBCAT NULL)) SUFFICE NIL) +(sufficient sufficient ((V +) (N +) (AFORM NONE)) SUFFICIENT NIL) +(suffix suffix ((V +) (N -) (SUBCAT NP)) SUFFIX NIL) +(suffix suffix ((V -) (N +)) SUFFIX NIL) +(sugar sugar ((V -) (N +) (COUNT -)) SUGAR NIL) +(suggest suggest ((V +) (N -) (SUBCAT PPTO_THAT_S) (AT -)) SUGGEST NIL) +(suit suit ((V +) (N -) (SUBCAT NP)) SUIT NIL) +(suit suit ((V -) (N +)) SUIT NIL) +(suitable suitable ((V +) (N +) (AFORM NONE)) SUITABLE NIL) +(suite suite ((V -) (N +)) SUITE NIL) +(sum sum ((V -) (N +)) SUM NIL) +(summer summer ((V -) (N +)) SUMMER NIL) +(sun sun ((V -) (N +)) SUN NIL) +(sunday sunday ((V -) (N +) (PN +)) SUNDAY NIL) +(sung sung ((V +) (N -) (VFORM EN) (SUBCAT NP)) SING NIL) +(sung sung ((V +) (N -) (VFORM EN) (SUBCAT NULL)) SING NIL) +(sunk sunk ((V +) (N -) (VFORM EN) (SUBCAT NP)) SINK NIL) +(sunk sunk ((V +) (N -) (VFORM EN) (SUBCAT NULL)) SINK NIL) +(sunshine sunshine ((V -) (N +)) SUNSHINE NIL) +(super- super- ((FIX PRE) (STEM ((N +)))) SUPER NIL) +(super super ((V +) (N +) (AFORM NONE)) SUPER NIL) +(superficial superficial ((V +) (N +) (AFORM NONE)) SUPERFICIAL NIL) +(superior superior ((V +) (N +) (AFORM NONE)) SUPERIOR NIL) +(supersede supersede ((V +) (N -) (SUBCAT NP)) SUPERSEDE NIL) +(supervisor supervisor ((V -) (N +)) SUPERVISOR NIL) +(supper supper ((V -) (N +)) SUPPER NIL) +(supplement supplement ((V +) (N -) (SUBCAT NP)) SUPPLEMENT NIL) +(supplement supplement ((V -) (N +)) SUPPLEMENT NIL) +(supplementary supplementary ((V +) (N +) (AFORM NONE)) SUPPLEMENTARY NIL) +(suppletion suppletion ((V -) (N +)) SUPPLETION NIL) +(suppletive suppletive ((V +) (N +) (AFORM NONE)) SUPPLETIVE NIL) +(supply supply ((V +) (N -) (SUBCAT NP)) SUPPLY NIL) +(supply supply ((V +) (N -) (SUBCAT NP_PPTO)) SUPPLY NIL) +(supply supply ((V +) (N -) (SUBCAT NP_PPWITH)) SUPPLY NIL) +(supply supply ((V -) (N +)) SUPPLY NIL) +(support support ((V +) (N -) (SUBCAT NP)) SUPPORT NIL) +(support support ((V -) (N +)) SUPPORT NIL) +(suppose suppose ((V +) (N -) (SUBCAT SFIN)) SUPPOSE NIL) +(supposition supposition ((V -) (N +)) SUPPOSITION NIL) +(suppress suppress ((V +) (N -) (SUBCAT NP) (AT -)) SUPPRESS NIL) +(sure sure ((V +) (N +) (SUBCAT INF)) SURE NIL) +(sure sure ((V +) (N +) (SUBCAT NULL)) SURE NIL) +(sure sure ((V +) (N +) (SUBCAT STHAT)) SURE NIL) +(surface surface ((V +) (N -) (SUBCAT NULL)) SURFACE NIL) +(surface surface ((V -) (N +)) SURFACE NIL) +(surgeon surgeon ((V -) (N +)) SURGEON NIL) +(surgery surgery ((V -) (N +)) SURGERY NIL) +(surgical surgical ((V +) (N +) (AFORM NONE)) SURGICAL NIL) +(surmount surmount ((V +) (N -) (SUBCAT NP)) SURMOUNT NIL) +(surprise surprise ((V +) (N -) (AGR IT) (SUBCAT S_SUBJ)) SURPRISE NIL) +(surprise surprise ((V +) (N -) (AGR S) (SUBCAT S_SUBJ)) SURPRISE NIL) +(surprise surprise ((V +) (N -) (SUBCAT NP)) SURPRISE NIL) +(surprise surprise ((V -) (N +)) SURPRISE NIL) +(surround surround ((V +) (N -) (SUBCAT NP)) SURROUND NIL) +(survey survey ((V +) (N -) (SUBCAT NP)) SURVEY NIL) +(survey survey ((V -) (N +)) SURVEY NIL) +(survive survive ((V +) (N -) (SUBCAT NP)) SURVIVE NIL) +(susceptible susceptible ((V +) (N +) (AFORM NONE)) SUSCEPTIBLE NIL) +(suspect suspect ((V +) (N -) (SUBCAT NP)) SUSPECT NIL) +(suspect suspect ((V +) (N -) (SUBCAT SFIN)) SUSPECT NIL) +(suspect suspect ((V -) (N +)) SUSPECT NIL) +(suspend suspend ((V +) (N -) (SUBCAT NP)) SUSPEND NIL) +(suspense suspense ((V -) (N +)) SUSPENSE NIL) +(suspicion suspicion ((V -) (N +)) SUSPICION NIL) +(suspicious suspicious ((V +) (N +) (AFORM NONE)) SUSPICIOUS NIL) +(sustain sustain ((V +) (N -) (SUBCAT NP)) SUSTAIN NIL) +(sustenance sustenance ((V -) (N +)) SUSTENANCE NIL) +(swallow swallow ((V +) (N -) (SUBCAT NP)) SWALLOW NIL) +(swam swam ((V +) (N -) (FIN +) (PAST +)) SWIM NIL) +(swan swan ((V -) (N +)) SWAN NIL) +(swang swang ((V +) (N -) (FIN +) (PAST +)) SWING NIL) +(swap swap ((V +) (N -) (SUBCAT NP_PPFOR) (LAT -)) SWAP NIL) +(swear swear ((V +) (N -) (SUBCAT SFIN) (REG -)) SWEAR NIL) +(swede swede ((V -) (N +)) SWEDE NIL) +(sweden sweden ((V -) (N +) (PN +)) SWEDEN NIL) +(swedish swedish ((V +) (N +)) SWEDISH NIL) +(sweep sweep ((V +) (N -) (SUBCAT NP) (REG -)) SWEEP NIL) +(sweet sweet ((V -) (N +)) SWEET NIL) +(swell swell ((V +) (N -) (REG -)) SWELL NIL) +(swelled swelled ((V +) (N -) (FIN +) (PAST +)) SWELL NIL) +(swept swept ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) SWEEP NIL) +(swept swept ((V +) (N -) (SUBCAT NP) (VFORM EN)) SWEEP NIL) +(swift swift ((V +) (N +)) SWIFT NIL) +(swift swift ((V -) (N +)) SWIFT NIL) +(swim swim ((V +) (N -) (REG -)) SWIM NIL) +(swim swim ((V -) (N +)) SWIM NIL) +(swing swing ((V +) (N -) (REG -)) SWING NIL) +(swiss swiss ((V +) (N +) (AFORM NONE)) SWISS NIL) +(switch switch ((V +) (N -) (SUBCAT NP)) SWITCH NIL) +(switch switch ((V -) (N +)) SWITCH NIL) +(switzerland switzerland ((V -) (N +) (PN +)) SWITZERLAND NIL) +(swollen swollen ((V +) (N -) (VFORM EN)) SWELL NIL) +(sword sword ((V -) (N +)) SWORD NIL) +(swore swore ((V +) (N -) (SUBCAT SFIN) (FIN +) (PAST +)) SWEAR NIL) +(sworn sworn ((V +) (N -) (SUBCAT SFIN) (VFORM EN)) SWEAR NIL) +(swum swum ((V +) (N -) (VFORM EN)) SWIM NIL) +(swung swung ((V +) (N -) (VFORM EN)) SWING NIL) +(syllabic syllabic ((V +) (N +) (AFORM NONE)) SYLLABIC NIL) +(syllable syllable ((V -) (N +)) SYLLABLE NIL) +(syllogism syllogism ((V -) (N +)) SYLLOGISM NIL) +(symbol symbol ((V -) (N +)) SYMBOL NIL) +(symmetry symmetry ((V -) (N +)) SYMMETRY NIL) +(sympathetic sympathetic ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) SYMPATHETIC NIL) +(sympathetic sympathetic ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) SYMPATHETIC NIL) +(sympathy sympathy ((V -) (N +) (SUBCAT PPWITH) (COUNT -)) SYMPATHY NIL) +(symptom symptom ((V -) (N +)) SYMPTOM NIL) +(symptomatic symptomatic ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) SYMPTOMATIC NIL) +(symptomatic symptomatic ((V +) (N +) (AFORM NONE) (SUBCAT PPOF)) SYMPTOMATIC NIL) +(synchronous synchronous ((V +) (N +) (AFORM NONE)) SYNCHRONOUS NIL) +(synonym synonym ((V -) (N +)) SYNONYM NIL) +(synonymous synonymous ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) SYNONYMOUS NIL) +(synonymous synonymous ((V +) (N +) (SUBCAT PPWITH) (AFORM NONE)) SYNONYMOUS NIL) +(synonymy synonymy ((V -) (N +)) SYNONYMY NIL) +(synopsis synopsis ((V -) (N +)) SYNOPSIS NIL) +(synoptic synoptic ((V +) (N +) (AFORM NONE)) SYNOPTIC NIL) +(syntactic syntactic ((V +) (N +) (AFORM NONE)) SYNTACTIC NIL) +(syntax syntax ((V -) (N +)) SYNTAX NIL) +(syntheses syntheses ((V -) (N +) (PLU +)) SYNTHESIS NIL) +(synthesis synthesis ((V -) (N +) (PLU -)) SYNTHESIS NIL) +(synthesize synthesize ((V +) (N -) (SUBCAT NP)) SYNTHESIZE NIL) +(synthetic synthetic ((V +) (N +) (AFORM NONE)) SYNTHETIC NIL) +(system system ((V -) (N +)) SYSTEM NIL) +(systematic systematic ((V +) (N +) (AFORM NONE)) SYSTEMATIC NIL) +(systematically systematically ((V +) (N +) (AFORM NONE)) SYSTEMATICALLY NIL) +(systematize systematize ((V +) (N -) (SUBCAT NP)) SYSTEMATIZE NIL) +(table table ((V -) (N +)) TABLE NIL) +(tabular tabular ((V +) (N +) (AFORM NONE)) TABULAR NIL) +(tabulate tabulate ((V +) (N -) (SUBCAT NP) (AT -)) TABULATE NIL) +(tacit tacit ((V +) (N +) (AFORM NONE)) TACIT NIL) +(tack tack ((V -) (N +)) TACK NIL) +(tackle tackle ((V +) (N -) (SUBCAT NP)) TACKLE NIL) +(tact tact ((V -) (N +)) TACT NIL) +(tactic tactic ((V -) (N +)) TACTIC NIL) +(tag tag ((V +) (N -) (SUBCAT NP) (LAT -)) TAG NIL) +(tag tag ((V -) (N +)) TAG NIL) +(tail tail ((V -) (N +)) TAIL NIL) +(tailor tailor ((V -) (N +)) TAILOR NIL) +(take take ((V +) (N -) (SUBCAT NP) (REG -)) TAKE NIL) +(taken taken ((V +) (N -) (SUBCAT NP) (VFORM EN)) TAKE NIL) +(tale tale ((V -) (N +)) TALE NIL) +(talent talent ((V -) (N +)) TALENT NIL) +(talented talented ((V +) (N +) (AFORM NONE)) TALENTED NIL) +(talk talk ((V +) (N -) (SUBCAT PPABOUT)) TALK NIL) +(talk talk ((V -) (N +)) TALK NIL) +(tall tall ((V +) (N +)) TALL NIL) +(tame tame ((V +) (N +)) TAME NIL) +(tangent tangent ((V -) (N +)) TANGENT NIL) +(tangle tangle ((V +) (N -) (SUBCAT NP)) TANGLE NIL) +(tank tank ((V -) (N +)) TANK NIL) +(tap tap ((V +) (N -) (SUBCAT NP)) TAP NIL) +(tap tap ((V -) (N +)) TAP NIL) +(tape tape ((V +) (N -) (SUBCAT NP)) TAPE NIL) +(tape tape ((V -) (N +)) TAPE NIL) +(target target ((V -) (N +)) TARGET NIL) +(task task ((V -) (N +)) TASK NIL) +(taste taste ((V +) (N -) (SUBCAT NP)) TASTE NIL) +(taste taste ((V +) (N -) (SUBCAT PPOF)) TASTE NIL) +(taste taste ((V -) (N +)) TASTE NIL) +(taught taught ((V +) (N -) (SUBCAT OE) (FIN +) (PAST +)) TEACH NIL) +(taught taught ((V +) (N -) (SUBCAT OE) (VFORM EN)) TEACH NIL) +(tautology tautology ((V -) (N +)) TAUTOLOGY NIL) +(tax tax ((V +) (N -) (SUBCAT NP)) TAX NIL) +(tax tax ((V -) (N +)) TAX NIL) +(taxi taxi ((V -) (N +)) TAXI NIL) +(taxonomy taxonomy ((V -) (N +)) TAXONOMY NIL) +(tea tea ((V -) (N +) (COUNT -)) TEA NIL) +(teach teach ((V +) (N -) (SUBCAT OE) (REG -)) TEACH NIL) +(team team ((V -) (N +)) TEAM NIL) +(tear tear ((V +) (N -) (SUBCAT NP) (REG -)) TEAR NIL) +(tear tear ((V -) (N +)) TEAR NIL) +(tease tease ((V +) (N -) (SUBCAT NP)) TEASE NIL) +(technical technical ((V +) (N +) (AFORM NONE)) TECHNICAL NIL) +(technician technician ((V -) (N -)) TECHNICIAN NIL) +(technique technique ((V -) (N +)) TECHNIQUE NIL) +(technology technology ((V -) (N +)) TECHNOLOGY NIL) +(tedious tedious ((V +) (N +) (AFORM NONE)) TEDIOUS NIL) +(tedium tedium ((V -) (N +)) TEDIUM NIL) +(teem teem ((V +) (N -) (SUBCAT PPWITH)) TEEM NIL) +(teeth teeth ((V -) (N +) (PLU +)) TOOTH NIL) +(telegram telegram ((V -) (N +)) TELEGRAM NIL) +(telegraph telegraph ((V +) (N -) (SUBCAT NP)) TELEGRAPH NIL) +(telegraph telegraph ((V -) (N +)) TELEGRAPH NIL) +(telephone telephone ((V +) (N -) (SUBCAT NP)) TELEPHONE NIL) +(telephone telephone ((V -) (N +)) TELEPHONE NIL) +(telescope telescope ((V -) (N +)) TELESCOPE NIL) +(television television ((V -) (N +)) TELEVISION NIL) +(tell tell ((V +) (N -) (SUBCAT NP_S) (REG -)) TELL NIL) +(temper temper ((V +) (N -) (SUBCAT NP_PPWITH)) TEMPER NIL) +(temper temper ((V -) (N +)) TEMPER NIL) +(temperature temperature ((V -) (N +)) TEMPERATURE NIL) +(template template ((V -) (N +)) TEMPLATE NIL) +(temple temple ((V -) (N +)) TEMPLE NIL) +(temporal temporal ((V +) (N +) (AFORM NONE)) TEMPORAL NIL) +(temporary temporary ((V +) (N +) (AFORM NONE)) TEMPORARY NIL) +(tempt tempt ((V +) (N -) (SUBCAT NP)) TEMPT NIL) +(ten ten ((V +) (N +) (QUA +) (NUM CARD)) TEN NIL) +(tend tend ((V +) (N -) (SUBCAT SR1)) TEND NIL) +(tendency tendency ((V -) (N +) (SUBCAT PPTO)) TENDENCY NIL) +(tender tender ((V +) (N +)) TENDER NIL) +(tenet tenet ((V -) (N +)) TENET NIL) +(tennis tennis ((V -) (N +) (COUNT -)) TENNIS NIL) +(tenon tenon ((V -) (N +)) TENON NIL) +(tenor tenor ((V -) (N +)) TENOR NIL) +(tense tense ((V +) (N +)) TENSE NIL) +(tense tense ((V -) (N +)) TENSE NIL) +(tensed tensed ((V +) (N +) (AFORM NONE)) TENSED NIL) +(tension tension ((V -) (N +)) TENSION NIL) +(tent tent ((V -) (N +)) TENT NIL) +(tentative tentative ((V +) (N +) (AFORM NONE)) TENTATIVE NIL) +(tenth tenth ((V +) (N +) (NUM ORD) (QUA +)) TENTH NIL) +(term term ((V +) (N -) (SUBCAT NP_PRED)) TERM NIL) +(term term ((V -) (N +)) TERM NIL) +(terminal terminal ((V +) (N +) (AFORM NONE)) TERMINAL NIL) +(terminal terminal ((V -) (N +)) TERMINAL NIL) +(terminate terminate ((V +) (N -) (SUBCAT NULL) (AT -)) TERMINATE NIL) +(terminology terminology ((V -) (N +)) TERMINOLOGY NIL) +(terrace terrace ((V -) (N +)) TERRACE NIL) +(terrestrial terrestrial ((V +) (N +) (AFORM NONE)) TERRESTRIAL NIL) +(terrible terrible ((V +) (N +) (AFORM NONE)) TERRIBLE NIL) +(terrify terrify ((V +) (N -) (SUBCAT NP)) TERRIFY NIL) +(territory territory ((V -) (N +)) TERRITORY NIL) +(terror terror ((V -) (N +)) TERROR NIL) +(terse terse ((V +) (N +)) TERSE NIL) +(test test ((V +) (N -) (SUBCAT NP)) TEST NIL) +(test test ((V -) (N +)) TEST NIL) +(testimony testimony ((V -) (N +)) TESTIMONY NIL) +(text text ((V -) (N +)) TEXT NIL) +(textbook textbook ((V -) (N +)) TEXTBOOK NIL) +(than than ((SUBCAT THAN)) THAN NIL) +(thank thank ((V +) (N -) (SUBCAT NP)) THANK NIL) +(thanks thanks ((V -) (N +) (PLU +) (SUBCAT PPFOR)) THANKS NIL) +(that that ((QUA +) (SUBCAT DETN) (AGR ((V -) (N +) (BAR 2) (PLU -)))) THAT NIL) +(that that ((SUBCAT DETA)) THAT NIL) +(that that ((SUBCAT THAT)) THAT NIL) +(that that ((V -) (N +) (PRO +)) THAT NIL) +(that that ((V -) (N +) (PRO +) (WH -) (UB R)) THAT NIL) +(the the ((SUBCAT DETN) (QUA +)) THE NIL) +(theatre theatre ((V -) (N +)) THEATRE NIL) +(theatrical theatrical ((V +) (N +) (AFORM NONE)) THEATRICAL NIL) +(their their ((QUA +) (SUBCAT DETN) (POSS +)) THEIR NIL) +(theirs theirs ((PRO +) (V -) (N +)) THEIRS NIL) +(them them ((PRO +) (V -) (N +) (PER 3) (PLU +) (CASE ACC)) THEM NIL) +(thematic thematic ((V +) (N +) (AFORM NONE)) THEMATIC NIL) +(thematically thematically ((V +) (N +) (ADV +)) THEMATICALLY NIL) +(theme theme ((V -) (N +)) THEME NIL) +(themselves themselves ((PRO +) (V -) (N +) (REFL ((BAR 2) (V -) (N +) (PLU +)))) THEMSELVES NIL) +(then then ((PRO +) (V -) (N -)) THEN NIL) +(theorem theorem ((V -) (N +)) THEOREM NIL) +(theoretic theoretic ((V +) (N +) (AFORM NONE)) THEORETIC NIL) +(theoretical theoretical ((V +) (N +) (AFORM NONE)) THEORETICAL NIL) +(theoretically theoretically ((V +) (N +) (ADV +)) THEORETICALLY NIL) +(theory theory ((V -) (N +)) THEORY NIL) +(therapeutic therapeutic ((V +) (N +) (AFORM NONE)) THERAPEUTIC NIL) +(therapy therapy ((V -) (N +)) THERAPY NIL) +(there there ((V -) (N +) (PRO +) (NFORM THERE)) THERE NIL) +(there there ((V -) (PRO +) (N -)) THERE NIL) +(therefore therefore ((V -) (N -) (SUBCAT BARE_S)) THEREFORE NIL) +(these these ((PRO +) (V -) (N +) (PLU +)) THESE NIL) +(these these ((QUA +) (SUBCAT DETN) (AGR ((V -) (N +) (BAR 2) (COUNT +) (PLU +)))) THESE NIL) +(theses theses ((V -) (N +) (PLU +)) THESES NIL) +(thesis thesis ((V -) (N +)) THESIS NIL) +(they they ((PRO +) (V -) (N +) (PER 3) (PLU +) (CASE NOM)) THEY NIL) +(thick thick ((V +) (N +)) THICK NIL) +(thief thief ((V -) (N +)) THIEF NIL) +(thigh thigh ((V -) (N +)) THIGH NIL) +(thin thin ((V +) (N +)) THIN NIL) +(thing thing ((V -) (N +)) THING NIL) +(think think ((V +) (N -) (SUBCAT SFIN) (REG -)) THINK NIL) +(third third ((V +) (N +) (NUM ORD) (QUA +)) THIRD NIL) +(third third ((V -) (N +)) THIRD NIL) +(thirst thirst ((V -) (N +) (SUBCAT PPFOR)) THIRST NIL) +(thirteen thirteen ((V +) (N +) (QUA +) (NUM CARD)) THIRTEEN NIL) +(thirteenth thirteenth ((V +) (N +) (QUA +) (NUM ORD)) THIRTEENTH NIL) +(thirtieth thirtieth ((V +) (N +) (QUA +) (NUM ORD)) THIRTIETH NIL) +(thirty thirty ((V +) (N +) (QUA +) (NUM CARD)) THIRTY NIL) +(this this ((PRO +) (V -) (N +) (PLU -)) THIS NIL) +(this this ((QUA +) (SUBCAT DETN) (AGR ((V -) (N +) (BAR 2) (PLU -)))) THIS NIL) +(thorough thorough ((V +) (N +) (AFORM NONE)) THOROUGH NIL) +(those those ((PRO +) (V -) (N +) (PLU +)) THOSE NIL) +(those those ((QUA +) (SUBCAT DETN) (AGR ((V -) (N +) (BAR 2) (COUNT +) (PLU +)))) THOSE NIL) +(though though ((V -) (N -) (SUBCAT FIN_S)) THOUGH NIL) +(thought thought ((V +) (N -) (SUBCAT SFIN) (FIN +) (PAST +)) THINK NIL) +(thought thought ((V -) (N +) (SUBCAT SFIN)) THOUGHT NIL) +(thought thought ((V +) (N -) (SUBCAT SFIN) (VFORM EN)) THINK NIL) +(thousand thousand ((V -) (N +) (SUBCAT N1)) THOUSAND NIL) +(thousandth thousandth ((V +) (N +) (QUA +) (NUM ORD)) THOUSANDTH NIL) +(thread thread ((V -) (N +)) THREAD NIL) +(threat threat ((V -) (N +) (SUBCAT INF)) THREAT NIL) +(threaten threaten ((V +) (N -) (SUBCAT NP_PPWITH)) THREATEN NIL) +(three three ((V +) (N +) (QUA +) (NUM CARD) (AGR ((N +) (V -) (BAR 1) (COUNT +) (PLU +)))) THREE NIL) +(threshold threshold ((V -) (N +)) THRESHOLD NIL) +(threw threw ((V +) (N -) (SUBCAT NP_PPLOC) (FIN +) (PAST +)) THROW NIL) +(throat throat ((V -) (N +)) THROAT NIL) +(through through ((V -) (N -) (SUBCAT NP)) THROUGH NIL) +(throughout throughout ((V -) (N -) (SUBCAT NP)) THROUGHOUT NIL) +(throw throw ((V +) (N -) (SUBCAT NP_PPLOC) (REG -)) THROW NIL) +(throw throw ((V -) (N +)) THROW NIL) +(thrown thrown ((V +) (N -) (SUBCAT NP_PPLOC)) THROW NIL) +(thrust thrust ((V +) (N -) (SUBCAT NP_PPLOC)) THRUST NIL) +(thrust thrust ((V -) (N +)) THRUST NIL) +(thumb thumb ((V -) (N +)) THUMB NIL) +(thunder thunder ((V -) (N +)) THUNDER NIL) +(thursday thursday ((V -) (N +) (PN +)) THURSDAY NIL) +(thus thus ((V -) (N -) (SUBCAT BARE_S)) THUS NIL) +(ticket ticket ((V -) (N +)) TICKET NIL) +(tidy tidy ((V +) (N -) (SUBCAT NP)) TIDY NIL) +(tidy tidy ((V +) (N +)) TIDY NIL) +(tie tie ((V +) (N -) (SUBCAT NP_PPTO)) TIE NIL) +(tie tie ((V -) (N +)) TIE NIL) +(tiger tiger ((V -) (N +)) TIGER NIL) +(tight tight ((V +) (N +)) TIGHT NIL) +(till till ((V +) (N -) (SUBCAT NP)) TILL NIL) +(till till ((V -) (N +)) TILL NIL) +(till till ((V -) (N -)) TILL NIL) +(time time ((V +) (N -) (SUBCAT NP)) TIME NIL) +(time time ((V -) (N +)) TIME NIL) +(timely timely ((V +) (N +)) TIMELY NIL) +(timetable timetable ((V -) (N +)) TIMETABLE NIL) +(tin tin ((V -) (N +)) TIN NIL) +(tinker tinker ((V +) (N -) (SUBCAT PPWITH)) TINKER NIL) +(tinker tinker ((V -) (N +)) TINKER NIL) +(tip tip ((V -) (N +)) TIP NIL) +(tire tire ((V +) (N -) (SUBCAT PPOF)) TIRE NIL) +(title title ((V -) (N +)) TITLE NIL) +(to to ((V +) (N -) (AUX +) (FIN -) (SUBCAT BASE_VP) (VFORM TO)) TO NIL) +(to to ((V -) (N -) (SUBCAT NP) (PFORM TO)) TO NIL) +(to to ((V -) (N -) (SUBCAT NP)) TO NIL) +(toad toad ((V -) (N +)) TOAD NIL) +(toast toast ((V -) (N +) (COUNT -)) TOAST NIL) +(toast toast ((V +) (N -) (SUBCAT NP)) TOAST NIL) +(tobacco tobacco ((V -) (N +) (COUNT -)) TOBACCO NIL) +(today today ((PRO +) (V -) (N -)) TODAY NIL) +(toe toe ((V -) (N +)) TOE NIL) +(together together ((PRO +) (V -) (N -)) TOGETHER NIL) +(together together ((V -) (N -) (SUBCAT PPWITH)) TOGETHER NIL) +(token token ((V -) (N +)) TOKEN NIL) +(told told ((V +) (N -) (SUBCAT NP_S) (FIN +) (PAST +)) TELL NIL) +(told told ((V +) (N -) (SUBCAT NP_S) (VFORM EN)) TELL NIL) +(tolerance tolerance ((V -) (N +)) TOLERANCE NIL) +(tolerate tolerate ((V +) (N -) (SUBCAT NP) (AT -)) TOLERATE NIL) +(toll toll ((V +) (N -) (SUBCAT NULL)) TOLL NIL) +(toll toll ((V -) (N +)) TOLL NIL) +(tomato tomato ((V -) (N +)) TOMATO NIL) +(tomb tomb ((V -) (N +)) TOMB NIL) +(tomorrow tomorrow ((PRO +) (V -) (N -)) TOMORROW NIL) +(ton ton ((V -) (N +)) TON NIL) +(tone tone ((V -) (N +)) TONE NIL) +(tongs tongs ((V -) (N +) (PLU +)) TONGS NIL) +(tongue tongue ((V -) (N +)) TONGUE NIL) +(tonight tonight ((PRO +) (V -) (N -)) TONIGHT NIL) +(tonne tonne ((V -) (N +)) TONNE NIL) +(too too ((SUBCAT DETA)) TOO NIL) +(took took ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) TAKE NIL) +(tool tool ((V -) (N +)) TOOL NIL) +(tooth tooth ((V -) (N +) (PLU -)) TOOTH NIL) +(top top ((V -) (N +)) TOP NIL) +(topic topic ((V -) (N +)) TOPIC NIL) +(topology topology ((V -) (N +)) TOPOLOGY NIL) +(tore tore ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) TEAR NIL) +(torn torn ((V +) (N -) (SUBCAT NP) (VFORM EN)) TEAR NIL) +(torrent torrent ((V -) (N +)) TORRENT NIL) +(torrential torrential ((V +) (N +) (AFORM NONE)) TORRENTIAL NIL) +(toss toss ((V +) (N -) (SUBCAT NP)) TOSS NIL) +(total total ((V +) (N +) (AFORM NONE)) TOTAL NIL) +(total total ((V -) (N +)) TOTAL NIL) +(touch touch ((V +) (N -) (SUBCAT NP)) TOUCH NIL) +(touch touch ((V -) (N +)) TOUCH NIL) +(tough tough ((V +) (N +) (SUBCAT NULL)) TOUGH NIL) +(tough tough ((V +) (N +) (SUBCAT OBJ_GAP)) TOUGH NIL) +(tour tour ((V +) (N -) (SUBCAT NP)) TOUR NIL) +(tour tour ((V -) (N +)) TOUR NIL) +(tourist tourist ((V -) (N +)) TOURIST NIL) +(tow tow ((V +) (N -) (SUBCAT NP)) TOW NIL) +(towards towards ((V -) (N -) (SUBCAT NP)) TOWARDS NIL) +(tower tower ((V -) (N +)) TOWER NIL) +(town town ((V -) (N +)) TOWN NIL) +(toxic toxic ((V +) (N +) (AFORM NONE)) TOXIC NIL) +(toy toy ((V -) (N +)) TOY NIL) +(trace trace ((V +) (N -) (SUBCAT NP)) TRACE NIL) +(trace trace ((V -) (N +)) TRACE NIL) +(track track ((V +) (N -) (SUBCAT NP)) TRACK NIL) +(track track ((V -) (N +)) TRACK NIL) +(tract tract ((V -) (N +)) TRACT NIL) +(tractable tractable ((V +) (N +) (AFORM NONE)) TRACTABLE NIL) +(trade trade ((V -) (N +)) TRADE NIL) +(tradition tradition ((V -) (N +)) TRADITION NIL) +(traffic traffic ((V -) (N +) (COUNT -)) TRAFFIC NIL) +(traffic traffic ((V +) (N -) (SUBCAT PPIN)) TRAFFIC NIL) +(tragedy tragedy ((V -) (N +)) TRAGEDY NIL) +(tragic tragic ((V +) (N +) (AFORM NONE)) TRAGIC NIL) +(train train ((V +) (N -) (SUBCAT NP)) TRAIN NIL) +(train train ((V -) (N +)) TRAIN NIL) +(tramp tramp ((V -) (N +)) TRAMP NIL) +(tranquil tranquil ((V +) (N +) (AFORM NONE)) TRANQUIL NIL) +(trans- trans- ((FIX PRE) (STEM A)) TRANS NIL) +(transaction transaction ((V -) (N +)) TRANSACTION NIL) +(transcendental transcendental ((V +) (N +) (AFORM NONE)) TRANSCENDENTAL NIL) +(transcribe transcribe ((V +) (N -) (SUBCAT NP)) TRANSCRIBE NIL) +(transcript transcript ((V -) (N +)) TRANSCRIPT NIL) +(transcription transcription ((V -) (N +)) TRANSCRIPTION NIL) +(transfer transfer ((V +) (N -) (SUBCAT NP_PPTO)) TRANSFER NIL) +(transform transform ((V +) (N -) (SUBCAT NP)) TRANSFORM NIL) +(transience transience ((V -) (N +)) TRANSIENCE NIL) +(transient transient ((V +) (N +) (AFORM NONE)) TRANSIENT NIL) +(transistor transistor ((V -) (N +)) TRANSISTOR NIL) +(transit transit ((V -) (N +)) TRANSIT NIL) +(transitive transitive ((V +) (N +) (AFORM NONE)) TRANSITIVE NIL) +(transitory transitory ((V +) (N +) (AFORM NONE)) TRANSITORY NIL) +(translate translate ((V +) (N -) (SUBCAT NP_PPINTO) (AT -)) TRANSLATE NIL) +(transmit transmit ((V +) (N -) (SUBCAT NP)) TRANSMIT NIL) +(transparency transparency ((V -) (N +)) TRANSPARENCY NIL) +(transparent transparent ((V +) (N +) (AFORM NONE)) TRANSPARENT NIL) +(transport transport ((V +) (N -) (SUBCAT NP)) TRANSPORT NIL) +(transport transport ((V -) (N +)) TRANSPORT NIL) +(trap trap ((V +) (N -) (SUBCAT NP)) TRAP NIL) +(trap trap ((V -) (N +)) TRAP NIL) +(travel travel ((V +) (N -) (SUBCAT NP)) TRAVEL NIL) +(travel travel ((V -) (N +)) TRAVEL NIL) +(traverse traverse ((V +) (N -) (SUBCAT NP)) TRAVERSE NIL) +(tray tray ((V -) (N +)) TRAY NIL) +(treat treat ((V +) (N -) (SUBCAT NP_AS_PRED)) TREAT NIL) +(treatment treatment ((V -) (N +)) TREATMENT NIL) +(treble treble ((V +) (N +) (AFORM NONE)) TREBLE NIL) +(treble treble ((V +) (N -) (SUBCAT NP)) TREBLE NIL) +(tree tree ((V -) (N +)) TREE NIL) +(tremble tremble ((V +) (N -)) TREMBLE NIL) +(triangle triangle ((V -) (N +)) TRIANGLE NIL) +(triangular triangular ((V +) (N +) (AFORM NONE)) TRIANGULAR NIL) +(tribe tribe ((V -) (N +)) TRIBE NIL) +(trick trick ((V +) (N -) (SUBCAT NP)) TRICK NIL) +(trick trick ((V -) (N +)) TRICK NIL) +(trifle trifle ((V +) (N -) (SUBCAT PPWITH)) TRIFLE NIL) +(trifle trifle ((V -) (N +)) TRIFLE NIL) +(trigger trigger ((V +) (N -) (SUBCAT NP)) TRIGGER NIL) +(trigger trigger ((V -) (N +)) TRIGGER NIL) +(trip trip ((V +) (N -) (SUBCAT NULL)) TRIP NIL) +(trip trip ((V -) (N +)) TRIP NIL) +(triple triple ((V +) (N +) (AFORM NONE)) TRIPLE NIL) +(triple triple ((V +) (N -) (SUBCAT NP)) TRIPLE NIL) +(triple triple ((V -) (N +)) TRIPLE NIL) +(triple triple ((V -) (N +)) TRIPLE NIL) +(triumph triumph ((V +) (N -) (SUBCAT NULL)) TRIUMPH NIL) +(triumph triumph ((V -) (N +)) TRIUMPH NIL) +(trivial trivial ((V +) (N +) (AFORM NONE)) TRIVIAL NIL) +(troops troops ((V -) (N +) (PLU +)) TROOPS NIL) +(tropic tropic ((V -) (N +)) TROPIC NIL) +(trouble trouble ((V +) (N -) (SUBCAT NP)) TROUBLE NIL) +(trouble trouble ((V -) (N +)) TROUBLE NIL) +(troublesome troublesome ((V +) (N +) (AFORM NONE)) TROUBLESOME NIL) +(trousers trousers ((V -) (N +) (PLU +)) TROUSERS NIL) +(truck truck ((V -) (N +)) TRUCK NIL) +(true true ((V +) (N +)) TRUE NIL) +(truncate truncate ((V +) (N -) (SUBCAT NP) (AT -)) TRUNCATE NIL) +(trunk trunk ((V -) (N +)) TRUNK NIL) +(trust trust ((V +) (N -) (SUBCAT NP)) TRUST NIL) +(trust trust ((V -) (N +)) TRUST NIL) +(truth truth ((V -) (N +)) TRUTH NIL) +(try try ((V +) (N -) (SUBCAT NP)) TRY NIL) +(try try ((V +) (N -) (SUBCAT SE1)) TRY NIL) +(tub tub ((V -) (N +)) TUB NIL) +(tube tube ((V -) (N +)) TUBE NIL) +(tuck tuck ((V +) (N -) (SUBCAT NP_IN)) TUCK NIL) +(tuesday tuesday ((V -) (N +) (PN +)) TUESDAY NIL) +(tuition tuition ((V -) (N +)) TUITION NIL) +(tumble tumble ((V +) (N -) (SUBCAT NULL)) TUMBLE NIL) +(tune tune ((V +) (N -) (SUBCAT NP)) TUNE NIL) +(tune tune ((V -) (N +)) TUNE NIL) +(turn turn ((V +) (N -) (SUBCAT NP_OFF)) TURN NIL) +(turn turn ((V +) (N -) (SUBCAT NP_ON)) TURN NIL) +(turn turn ((V +) (N -) (SUBCAT NULL)) TURN NIL) +(turn turn ((V -) (N +)) TURN NIL) +(turtle turtle ((V -) (N +)) TURTLE NIL) +(tutor tutor ((V -) (N +)) TUTOR NIL) +(twelfth twelfth ((V +) (N +) (NUM ORD) (QUA +)) TWELFTH NIL) +(twelve twelve ((V +) (N +) (QUA +) (NUM CARD)) TWELVE NIL) +(twentieth twentieth ((V +) (N +) (QUA +) (NUM ORD)) TWENTIETH NIL) +(twenty twenty ((V +) (N +) (QUA +) (NUM CARD)) TWENTY NIL) +(twice twice ((V +) (N +) (ADV +)) TWICE NIL) +(twiddle twiddle ((V +) (N -) (SUBCAT NP)) TWIDDLE NIL) +(twin twin ((V -) (N +)) TWIN NIL) +(twist twist ((V +) (N -) (SUBCAT NP)) TWIST NIL) +(twist twist ((V -) (N +)) TWIST NIL) +(two two ((V +) (N +) (QUA +) (NUM CARD)) TWO NIL) +(type type ((V +) (N -) (SUBCAT NP)) TYPE NIL) +(type type ((V -) (N +)) TYPE NIL) +(typical typical ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) TYPICAL NIL) +(typical typical ((V +) (N +) (SUBCAT PPOF) (AFORM NONE)) TYPICAL NIL) +(tyre tyre ((V -) (N +)) TYRE NIL) +(ugly ugly ((V +) (N +)) UGLY NIL) +(ulcer ulcer ((V -) (N +)) ULCER NIL) +(ultimate ultimate ((V +) (N +) (AFORM NONE)) ULTIMATE NIL) +(ultimatum ultimatum ((V -) (N +)) ULTIMATUM NIL) +(ultra- ultra- ((FIX PRE) (STEM A)) ULTRA NIL) +(un- un- ((FIX PRE) (STEM ((V +)))) UN NIL) +(unary unary ((V +) (N +) (AFORM NONE)) UNARY NIL) +(uncertainty uncertainty ((V -) (N +)) UNCERTAINTY NIL) +(uncle uncle ((V -) (N +) (SUBCAT PPOF)) UNCLE NIL) +(under- under- ((FIX PRE) (STEM nil)) UNDER NIL) +(under under ((V -) (N -) (SUBCAT NP)) UNDER NIL) +(undergraduate undergraduate ((V -) (N +)) UNDERGRADUATE NIL) +(underline underline ((V +) (N -) (SUBCAT NP)) UNDERLINE NIL) +(undermine undermine ((V +) (N -) (SUBCAT NP)) UNDERMINE NIL) +(underneath underneath ((PRO +) (V -) (N -)) UNDERNEATH NIL) +(underneath underneath ((V -) (N -) (SUBCAT NP)) UNDERNEATH NIL) +(underneath underneath ((V -) (N +)) UNDERNEATH NIL) +(underscore underscore ((V -) (N +)) UNDERSCORE NIL) +(understand understand ((V +) (N -) (SUBCAT NP) (REG -)) UNDERSTAND NIL) +(understood understood ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) UNDERSTAND NIL) +(understood understood ((V +) (N -) (SUBCAT NP) (VFORM EN)) UNDERSTAND NIL) +(undid undid ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) UNDO NIL) +(undo undo ((V +) (N -) (SUBCAT NP) (REG -)) UNDO NIL) +(undone undone ((V +) (N -) (SUBCAT NP) (VFORM EN)) UNDO NIL) +(undoubtedly undoubtedly ((V +) (N +) (ADV +)) UNDOUBTEDLY NIL) +(ungainly ungainly ((V +) (N +) (AFORM NONE)) UNGAINLY NIL) +(uniform uniform ((V +) (N +) (AFORM NONE)) UNIFORM NIL) +(uniform uniform ((V -) (N +)) UNIFORM NIL) +(unify unify ((V +) (N -) (SUBCAT NP)) UNIFY NIL) +(union union ((V -) (N +)) UNION NIL) +(unique unique ((V +) (N +) (AFORM NONE)) UNIQUE NIL) +(unit unit ((V -) (N +)) UNIT NIL) +(unitary unitary ((V +) (N +) (AFORM NONE)) UNITARY NIL) +(unite unite ((V +) (N -) (SUBCAT NP)) UNITE NIL) +(unity unity ((V -) (N +)) UNITY NIL) +(universe universe ((V -) (N +)) UNIVERSE NIL) +(university university ((V -) (N +)) UNIVERSITY NIL) +(unleash unleash ((V +) (N -) (SUBCAT NP)) UNLEASH NIL) +(unplug unplug ((V +) (N -) (SUBCAT NP)) UNPLUG NIL) +(unprecedented unprecedented ((V +) (N +) (AFORM NONE)) UNPRECEDENTED NIL) +(until until ((V -) (N -) (SUBCAT BARE_S)) UNTIL NIL) +(until until ((V -) (N -)) UNTIL NIL) +(unusual unusual ((V +) (N +) (AFORM NONE)) UNUSUAL NIL) +(unwieldy unwieldy ((V +) (N +)) UNWIELDY NIL) +(unwitting unwitting ((V +) (N +) (AFORM NONE)) UNWITTING NIL) +(up up ((PRT UP)) UP NIL) +(up up ((V -) (N -) (SUBCAT NP)) UP NIL) +(up up ((V -) (N -) (SUBCAT PP)) UP NIL) +(update update ((V +) (N -)(SUBCAT NP)) UPDATE NIL) +(upon upon ((V -) (N -) (SUBCAT NP)) UPON NIL) +(upper upper ((V +) (N +) (AFORM NONE)) UPPER NIL) +(upright upright ((V +) (N +) (AFORM NONE)) UPRIGHT NIL) +(upset upset ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) UPSET NIL) +(upset upset ((V +) (N -) (SUBCAT NP) (REG -)) UPSET NIL) +(upset upset ((V +) (N -) (SUBCAT NP) (VFORM EN)) UPSET NIL) +(upside-down upside-down ((V +) (N +) (AFORM NONE)) UPSIDE-DOWN NIL) +(upstairs upstairs ((PRO +) (V -) (N -)) UPSTAIRS NIL) +(urge urge ((V +) (N -) (SUBCAT OE)) URGE NIL) +(urge urge ((V -) (N +) (SUBCAT OE)) URGE NIL) +(urgency urgency ((V -) (N +)) URGENCY NIL) +(urgent urgent ((V +) (N +)) URGENT NIL) +(us us ((V -) (N +) (PRO +) (PER 1) (CASE ACC) (PLU +)) US NIL) +(usage usage ((V -) (N +)) USAGE NIL) +(use use ((V +) (N -) (SUBCAT NP)) USE NIL) +(use use ((V -) (N +)) USE NIL) +(used used ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) USED NIL) +(usual usual ((V +) (N +) (AFORM NONE)) USUAL NIL) +(utility utility ((V -) (N +)) UTILITY NIL) +(utilize utilize ((V +) (N -) (SUBCAT NP)) UTILIZE NIL) +(utter utter ((V +) (N +) (AFORM NONE) (PRD -)) UTTER NIL) +(utter utter ((V +) (N -) (SUBCAT NP)) UTTER NIL) +(utterance utterance ((V -) (N +)) UTTERANCE NIL) +(vacuous vacuous ((V +) (N +) (AFORM NONE)) VACUOUS NIL) +(vacuum vacuum ((V -) (N +)) VACUUM NIL) +(vague vague ((V +) (N +)) VAGUE NIL) +(valence valence ((V -) (N +)) VALENCE NIL) +(valency valency ((V -) (N +)) VALENCY NIL) +(valid valid ((V +) (N +) (AFORM NONE)) VALID NIL) +(validate validate ((V +) (N -) (SUBCAT NP) (AT -)) VALIDATE NIL) +(valley valley ((V -) (N +)) VALLEY NIL) +(valuable valuable ((V +) (N +) (AFORM NONE)) VALUABLE NIL) +(value value ((V +) (N -) (SUBCAT NP)) VALUE NIL) +(value value ((V -) (N +)) VALUE NIL) +(van van ((V -) (N +)) VAN NIL) +(vanilla vanilla ((V -) (N +)) VANILLA NIL) +(vanish vanish ((V +) (N -) (SUBCAT NULL)) VANISH NIL) +(variable variable ((V +) (N +) (AFORM NONE)) VARIABLE NIL) +(variable variable ((V -) (N +)) VARIABLE NIL) +(variant variant ((V -) (N +)) VARIANT NIL) +(variation variation ((V -) (N +)) VARIATION NIL) +(variety variety ((V -) (N +)) VARIETY NIL) +(various various ((V +) (N +) (AFORM NONE)) VARIOUS NIL) +(varnish varnish ((V +) (N -) (SUBCAT NP)) VARNISH NIL) +(varnish varnish ((V -) (N +)) VARNISH NIL) +(vary vary ((V +) (N -)) VARY NIL) +(vase vase ((V -) (N +)) VASE NIL) +(vast vast ((V +) (N +)) VAST NIL) +(vector vector ((V -) (N +)) VECTOR NIL) +(vegetable vegetable ((V -) (N +)) VEGETABLE NIL) +(vegetation vegetation ((V -) (N +)) VEGETATION NIL) +(vehicle vehicle ((V -) (N +)) VEHICLE NIL) +(velocity velocity ((V -) (N +)) VELOCITY NIL) +(verb verb ((V -) (N +)) VERB NIL) +(verbose verbose ((V +) (N +)) VERBOSE NIL) +(verdict verdict ((V -) (N +)) VERDICT NIL) +(verify verify ((V +) (N -) (SUBCAT NP)) VERIFY NIL) +(versatile versatile ((V +) (N +) (AFORM NONE)) VERSATILE NIL) +(verse verse ((V -) (N +)) VERSE NIL) +(version version ((V -) (N +)) VERSION NIL) +(vertex vertex ((V -) (N +) (PLU -)) VERTEX NIL) +(vertical vertical ((V +) (N +) (AFORM NONE)) VERTICAL NIL) +(vertices vertices ((V -) (N +) (PLU +)) VERTEX NIL) +(very very ((SUBCAT DETA)) VERY NIL) +(vessel vessel ((V -) (N +)) VESSEL NIL) +(vet vet ((V -) (N +)) VET NIL) +(viable viable ((V +) (N +) (AFORM NONE)) VIABLE NIL) +(vice- vice- ((FIX PRE) (STEM N)) VICE NIL) +(vice vice ((V -) (N +)) VICE NIL) +(victim victim ((V -) (N +)) VICTIM NIL) +(victor victor ((V -) (N +)) VICTOR NIL) +(victory victory ((V -) (N +)) VICTORY NIL) +(vie vie ((V +) (N -) (SUBCAT PPWITH)) VIE NIL) +(view view ((V +) (N -) (SUBCAT NP_AS_PRED)) VIEW NIL) +(view view ((V -) (N +)) VIEW NIL) +(vigorous vigorous ((V +) (N +) (AFORM NONE)) VIGOROUS NIL) +(village village ((V -) (N +)) VILLAGE NIL) +(vindicate vindicate ((V +) (N -) (SUBCAT NP) (AT -)) VINDICATE NIL) +(vine vine ((V -) (N +)) VINE NIL) +(vineyard vineyard ((V -) (N +)) VINEYARD NIL) +(violate violate ((V +) (N -) (SUBCAT NP) (AT -)) VIOLATE NIL) +(violence violence ((V -) (N +) (COUNT -)) VIOLENCE NIL) +(violent violent ((V +) (N +) (AFORM NONE)) VIOLENT NIL) +(viral viral ((V +) (N +) (AFORM NONE)) VIRAL NIL) +(virtual virtual ((V +) (N +) (AFORM NONE)) VIRTUAL NIL) +(virtue virtue ((V -) (N +)) VIRTUE NIL) +(virus virus ((V -) (N +)) VIRUS NIL) +(visible visible ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) VISIBLE NIL) +(visible visible ((V +) (N +) (SUBCAT PPTO) (AFORM NONE)) VISIBLE NIL) +(vision vision ((V -) (N +)) VISION NIL) +(visit visit ((V +) (N -) (SUBCAT NP)) VISIT NIL) +(visit visit ((V -) (N +)) VISIT NIL) +(visual visual ((V +) (N +) (AFORM NONE)) VISUAL NIL) +(vital vital ((V +) (N +) (AFORM NONE)) VITAL NIL) +(vitiate vitiate ((V +) (N -) (SUBCAT NP) (AT -)) VITIATE NIL) +(vocabulary vocabulary ((V -) (N +)) VOCABULARY NIL) +(voice voice ((V -) (N +)) VOICE NIL) +(volatile volatile ((V +) (N +) (AFORM NONE)) VOLATILE NIL) +(vole vole ((V -) (N +)) VOLE NIL) +(volt volt ((V -) (N +)) VOLT NIL) +(volume volume ((V -) (N +)) VOLUME NIL) +(voluntary voluntary ((V +) (N +) (AFORM NONE)) VOLUNTARY NIL) +(volunteer volunteer ((V +) (N -) (SUBCAT NULL)) VOLUNTEER NIL) +(volunteer volunteer ((V +) (N -) (SUBCAT PPFOR)) VOLUNTEER NIL) +(volunteer volunteer ((V -) (N +)) VOLUNTEER NIL) +(vote vote ((V +) (N -) (SUBCAT PPFOR)) VOTE NIL) +(vote vote ((V -) (N +)) VOTE NIL) +(vow vow ((V +) (N -) (SUBCAT SE1)) VOW NIL) +(vow vow ((V +) (N -) (SUBCAT SFIN)) VOW NIL) +(vow vow ((V -) (N +)) VOW NIL) +(vowel vowel ((V -) (N +)) VOWEL NIL) +(voyage voyage ((V -) (N +)) VOYAGE NIL) +(vulgar vulgar ((V +) (N +) (AFORM NONE)) VULGAR NIL) +(wag wag ((V +) (N -) (SUBCAT NP)) WAG NIL) +(wages wages ((V -) (N +) (PLU +)) WAGES NIL) +(waist waist ((V -) (N +)) WAIST NIL) +(waistcoat waistcoat ((V -) (N +)) WAISTCOAT NIL) +(wait wait ((V +) (N -) (SUBCAT PPFOR)) WAIT NIL) +(wait wait ((V -) (N +)) WAIT NIL) +(wake wake ((V +) (N -) (SUBCAT NP) (REG -)) WAKE NIL) +(walk walk ((V +) (N -) (SUBCAT NULL)) WALK NIL) +(walk walk ((V -) (N +)) WALK NIL) +(wall wall ((V -) (N +)) WALL NIL) +(wan wan ((V +) (N +)) WAN NIL) +(wander wander ((V +) (N -) (SUBCAT PP)) WANDER NIL) +(want want ((V +) (N -) (SUBCAT OR)) WANT NIL) +(want want ((V +) (N -) (SUBCAT SE1)) WANT NIL) +(war war ((V -) (N +)) WAR NIL) +(+ward +ward ((FIX SUF) (V +) (N +) (ADV +) (AFORM NONE) (STEM (N (INFL +)))) WARD NIL) +(ward ward ((V -) (N +)) WARD NIL) +(warm warm ((V +) (N -) (SUBCAT NP)) WARM NIL) +(warm warm ((V +) (N +)) WARM NIL) +(warn warn ((V +) (N -) (SUBCAT NP)) WARN NIL) +(warning warning ((V -) (N +)) WARNING NIL) +(was was ((V +) (N -) (AUX +) (SUBCAT PRED) (FIN +) (PAST +) (AGR SING1)) BE NIL) +(was was ((V +) (N -) (AUX +) (SUBCAT PRED) (FIN +) (PAST +) (AGR SING3)) BE NIL) +(was was ((V +) (N -) (AUX +) (SUBCAT PRED) (FIN +) (PAST +) (AGR S)) BE NIL) +(wash wash ((V +) (N -)) WASH NIL) +("wasn't" "wasn't" ((V +) (N -) (AUX +) (SUBCAT PRED) (FIN +) (PAST +) (AGR SING1) (NEG +)) BE NIL) +("wasn't" "wasn't" ((V +) (N -) (AUX +) (SUBCAT PRED) (FIN +) (PAST +) (AGR SING3) (NEG +)) BE NIL) +("wasn't" "wasn't" ((V +) (N -) (AUX +) (SUBCAT PRED) (FIN +) (PAST +) (AGR S) (NEG +)) BE NIL) +(waste waste ((V +) (N +) (AFORM NONE)) WASTE NIL) +(waste waste ((V +) (N -) (SUBCAT NP)) WASTE NIL) +(waste waste ((V -) (N +)) WASTE NIL) +(watch watch ((V +) (N -) (SUBCAT NP)) WATCH NIL) +(watch watch ((V -) (N +)) WATCH NIL) +(water water ((V -) (N +)) WATER NIL) +(wave wave ((V +) (N -) (SUBCAT PPTO)) WAVE NIL) +(wave wave ((V -) (N +)) WAVE NIL) +(wax wax ((V -) (N +)) WAX NIL) +(way way ((V -) (N +)) WAY NIL) +(we we ((V -) (N +) (PRO +) (PER 1) (CASE NOM) (PLU +)) WE NIL) +(weak weak ((V +) (N +)) WEAK NIL) +(wealth wealth ((V -) (N +) (COUNT -)) WEALTH NIL) +(weapon weapon ((V -) (N +)) WEAPON NIL) +(wear wear ((V +) (N -) (SUBCAT NP) (REG -)) WEAR NIL) +(weather weather ((V -) (N +) (COUNT -)) WEATHER NIL) +(weave weave ((V +) (N -) (SUBCAT NP) (REG -)) WEAVE NIL) +(wedding wedding ((V -) (N +)) WEDDING NIL) +(wedge wedge ((V -) (N +)) WEDGE NIL) +(wednesday wednesday ((V -) (N +) (PN +)) WEDNESDAY NIL) +(weed weed ((V -) (N +)) WEED NIL) +(week week ((V -) (N +)) WEEK NIL) +(weep weep ((V +) (N -) (REG -)) WEEP NIL) +(weigh weigh ((V +) (N -) (SUBCAT NOPASS)) WEIGH NIL) +(weigh weigh ((V +) (N -) (SUBCAT NP)) WEIGH NIL) +(weight weight ((V -) (N +)) WEIGHT NIL) +(welcome welcome ((V +) (N +) (AFORM NONE)) WELCOME NIL) +(welcome welcome ((V +) (N -) (SUBCAT NP_PPTO)) WELCOME NIL) +(welcome welcome ((V -) (N +) (SUBCAT PPTO)) WELCOME NIL) +(welfare welfare ((V -) (N +)) WELFARE NIL) +(well well ((V +) (N +) (ADV +) (AFORM NONE)) WELL NIL) +(well well ((V +) (N +) (AFORM NONE)) WELL NIL) +(well well ((V -) (N +)) WELL NIL) +(well-formed well-formed ((V +) (N +) (AFORM NONE)) WELL-FORMED NIL) +(went went ((V +) (N -) (SUBCAT PP) (FIN +) (PAST +)) GO NIL) +(wept wept ((V +) (N -) (FIN +) (PAST +)) WEEP NIL) +(wept wept ((V +) (N -) (VFORM EN)) WEEP NIL) +(were were ((V +) (N -) (AUX +) (SUBCAT PRED) (FIN +) (PAST +) (AGR PLUR)) BE NIL) +(were were ((V +) (N -) (AUX +) (SUBCAT PRED) (FIN +) (PAST +) (AGR SING2)) BE NIL) +("weren't" "weren't" ((V +) (N -) (AUX +) (SUBCAT PRED) (FIN +) (PAST +) (NEG +) (AGR PLUR)) BE NIL) +("weren't" "weren't" ((V +) (N -) (AUX +) (SUBCAT PRED) (FIN +) (PAST +) (NEG +) (AGR SING2)) BE NIL) +(west west ((V -) (N +) (COUNT -)) WEST NIL) +(west west ((V +) (N +) (SUBCAT NULL) (AFORM NONE)) WEST NIL) +(west west ((V +) (N +) (SUBCAT PPOF) (AFORM NONE)) WEST NIL) +(western western ((V +) (N +) (AFORM NONE)) WESTERN NIL) +(wet wet ((V +) (N +)) WET NIL) +(what what ((PRO +) (V -) (N +) (WH +) (UB Q)) WHAT NIL) +(what what ((QUA +) (SUBCAT DETN) (WH +) (UB Q)) WHAT NIL) +(whatever whatever ((PRO +) (V -) (N +) (WH +) (UB R) (EVER +)) WHATEVER NIL) +(whatever whatever ((QUA +) (SUBCAT DETN) (WH +) (UB R) (EVER +)) WHATEVER NIL) +(wheat wheat ((V -) (N +) (COUNT -)) WHEAT NIL) +(wheel wheel ((V -) (N +)) WHEEL NIL) +(wheeled wheeled ((V +) (N +) (AFORM NONE)) WHEELED NIL) +(whelk whelk ((V -) (N +)) WHELK NIL) +(when when ((PRO +) (V -) (N -) (WH +) (UB Q)) WHEN NIL) +(when when ((PRO +) (V -) (N -) (WH +) (UB R)) WHEN NIL) +(whenever whenever ((PRO +) (V -) (N -) (WH +) (UB R) (EVER +)) WHENEVER NIL) +(where where ((PRO +) (V -) (N -) (WH +) (UB Q)) WHERE NIL) +(where where ((PRO +) (V -) (N -) (WH +) (UB R)) WHERE NIL) +(whereas whereas ((V -) (N -) (SUBCAT BARE_S)) WHEREAS NIL) +(wherever wherever ((PRO +) (V -) (N -) (WH +) (EVER +) (UB R)) WHEREVER NIL) +(whether whether ((SUBCAT WHETHER)) WHETHER NIL) +(which which ((PRO +) (V -) (N +) (WH +) (PART +) (UB Q)) WHICH NIL) +(which which ((PRO +) (V -) (N +) (WH +) (UB R)) WHICH NIL) +(which which ((SUBCAT DETN) (QUA +) (WH +) (UB Q)) WHICH NIL) +(whichever whichever ((PRO +) (V -) (N +) (WH +) (UB R) (EVER +)) WHICHEVER NIL) +(whichever whichever ((SUBCAT DETN) (QUA +) (WH +) (UB R) (EVER +)) WHICHEVER NIL) +(while while ((V -) (N -) (SUBCAT BARE_S)) WHILE NIL) +(whim whim ((V -) (N +)) WHIM NIL) +(whine whine ((V +) (N -) (SUBCAT NULL)) WHINE NIL) +(whine whine ((V -) (N +)) WHINE NIL) +(whiskey whiskey ((V -) (N +)) WHISKY NIL) +(whisky whisky ((V -) (N +)) WHISKY NIL) +(whisper whisper ((V -) (N +)) WHISPER NIL) +(whisper whisper ((V +) (N -) (SUBCAT NULL)) WHISPER NIL) +(whisper whisper ((V +) (N -) (SUBCAT SFIN)) WHISPER NIL) +(whistle whistle ((V +) (N -)) WHISTLE NIL) +(white white ((V +) (N +)) WHITE NIL) +(who who ((PRO +) (V -) (N +) (WH +) (UB Q)) WHO NIL) +(who who ((PRO +) (V -) (N +) (WH +) (UB R)) WHO NIL) +(whoever whoever ((PRO +) (V -) (N +) (WH +) (EVER +) (UB R)) WHOEVER NIL) +(whole whole ((V +) (N +) (AFORM NONE)) WHOLE NIL) +(whole whole ((V +) (N +)) WHOLE NIL) +(wholly wholly ((V +) (N +) (ADV +)) WHOLLY NIL) +(whom whom ((PRO +) (V -) (N +) (CASE ACC) (WH +) (UB Q)) WHOM NIL) +(whom whom ((PRO +) (V -) (N +) (CASE ACC) (WH +) (UB R)) WHOM NIL) +(whose whose ((PRO +) (V -) (N +) (POSS +) (WH +) (UB Q)) WHOSE NIL) +(whose whose ((PRO +) (V -) (N +) (POSS +) (WH +) (UB R)) WHOSE NIL) +(why why ((PRO +) (V -) (N -) (WH +) (UB Q)) WHY NIL) +(why why ((PRO +) (V -) (N -) (WH +) (UB R)) WHY NIL) +(whyever whyever ((PRO +) (V -) (N -) (WH +) (UB R) (EVER +)) WHYEVER NIL) +(wicked wicked ((V +) (N +) (AFORM NONE)) WICKED NIL) +(wide wide ((V +) (N +)) WIDE NIL) +(widow widow ((V -) (N +)) WIDOW NIL) +(width width ((V -) (N +)) WIDTH NIL) +(wife wife ((V -) (N +) (PLU -) (SUBCAT PPOF)) WIFE NIL) +(wild wild ((V +) (N +)) WILD NIL) +(will will ((V +) (N -) (AUX +) (SUBCAT BASE_VP) (FIN +) (PAST -)) WILL NIL) +(will will ((V -) (N +)) WILL NIL) +(willing willing ((V +) (N +) (AFORM NONE) (SUBCAT INF)) WILLING NIL) +(willing willing ((V +) (N +) (AFORM NONE) (SUBCAT NULL)) WILLING NIL) +(win win ((V +) (N -) (SUBCAT NP)) WIN NIL) +(wind wind ((V +) (N -) (SUBCAT NP) (REG -)) WIND NIL) +(wind wind ((V +) (N -) (SUBCAT NULL) (REG -)) WIND NIL) +(wind wind ((V -) (N +)) WIND NIL) +(window window ((V -) (N +)) WINDOW NIL) +(wine wine ((V -) (N +) (COUNT -)) WINE NIL) +(wing wing ((V -) (N +)) WING NIL) +(winter winter ((V -) (N +)) WINTER NIL) +(wire wire ((V -) (N +)) WIRE NIL) +(wisdom wisdom ((V -) (N +)) WISDOM NIL) +(+wise +wise ((FIX SUF) (V +) (N +) (ADV +) (AFORM NONE) (STEM N)) WISE NIL) +(wise wise ((V +) (N +)) WISE NIL) +(wish wish ((V +) (N -) (SUBCAT PPFOR)) WISH NIL) +(wish wish ((V +) (N -) (SUBCAT SFIN)) WISH NIL) +(wish wish ((V -) (N +)) WISH NIL) +(witch witch ((V -) (N +)) WITCH NIL) +(with with ((V -) (N -) (SUBCAT NP) (PFORM WITH)) WITH NIL) +(with with ((V -) (N -) (SUBCAT NP)) WITH NIL) +(witheld witheld ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) WITHELD NIL) +(witheld witheld ((V +) (N -) (VFORM EN) (SUBCAT NP)) WITHELD NIL) +(within within ((PRO +) (V -) (N -)) WITHIN NIL) +(within within ((V -) (N -) (SUBCAT NP)) WITHIN NIL) +(withold withold ((V +) (N -) (SUBCAT NP) (REG -)) WITHOLD NIL) +(without without ((V -) (N -) (SUBCAT NP)) WITHOUT NIL) +(withstand withstand ((V +) (N -) (SUBCAT NP)) WITHSTAND NIL) +(withstood withstood ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) WITHSTAND NIL) +(withstood withstood ((V +) (N -) (SUBCAT NP) (VFORM EN)) WITHSTAND NIL) +(witness witness ((V +) (N -) (SUBCAT NP)) WITNESS NIL) +(witness witness ((V -) (N +) (SUBCAT PPTO)) WITNESS NIL) +(wives wives ((V -) (N +) (PLU +)) WIFE NIL) +(woke woke ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) WAKE NIL) +(woken woken ((V +) (N -) (SUBCAT NP) (VFORM EN)) WAKE NIL) +(woman woman ((V -) (N +) (PLU -)) WOMAN NIL) +(women women ((V -) (N +) (PLU +)) WOMAN NIL) +(won won ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) WIN NIL) +(won won ((V +) (N -) (SUBCAT NP) (VFORM EN)) WIN NIL) +(wonder wonder ((V +) (N -) (SUBCAT Q)) WONDER NIL) +(wonder wonder ((V -) (N +)) WONDER NIL) +("won't" "won't" ((V +) (N -) (AUX +) (SUBCAT BASE_VP) (FIN +) (PAST -) (NEG +)) WILL NIL) +(wood wood ((V -) (N +)) WOOD NIL) +(wooden wooden ((V +) (N +) (AFORM NONE)) WOODEN NIL) +(wool wool ((V -) (N +) (COUNT -)) WOOL NIL) +(word word ((V -) (N +)) WORD NIL) +(wore wore ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) WEAR NIL) +(+work +work ((FIX SUF) (V -) (N +) (STEM (N (INFL +)))) WORK NIL) +(work work ((V -) (N +) (COUNT -)) WORK NIL) +(work work ((V +) (N -)) WORK NIL) +(world world ((V -) (N +)) WORLD NIL) +(worm worm ((V -) (N +)) WORM NIL) +(worn worn ((V +) (N -) (SUBCAT NP) (VFORM EN)) WEAR NIL) +(worry worry ((V +) (N -) (AGR IT) (SUBCAT S_SUBJ)) WORRY NIL) +(worry worry ((V +) (N -) (AGR S) (SUBCAT S_SUBJ)) WORRY NIL) +(worry worry ((V +) (N -) (SUBCAT NP)) WORRY NIL) +(worry worry ((V +) (N -) (SUBCAT PPABOUT)) WORRY NIL) +(worry worry ((V -) (N +)) WORRY NIL) +(worse worse ((V +) (N +) (AFORM ER)) BAD NIL) +(worship worship ((V +) (N -) (SUBCAT NP)) WORSHIP NIL) +(worst worst ((V +) (N +) (AFORM EST)) BAD NIL) +(worth worth ((V -) (N -) (SUBCAT NP)) WORTH NIL) +(worthless worthless ((V +) (N +) (AFORM NONE)) WORTHLESS NIL) +(worthwhile worthwhile ((V +) (N +) (AFORM NONE)) WORTHWHILE NIL) +(worthy worthy ((V +) (N +) (SUBCAT NULL)) WORTHY NIL) +(worthy worthy ((V +) (N +) (SUBCAT PPOF)) WORTHY NIL) +(would would ((V +) (N -) (AUX +) (SUBCAT BASE_VP) (PAST +) (FIN +)) WOULD NIL) +("wouldn't" "wouldn't" ((V +) (N -) (AUX +) (SUBCAT BASE_VP) (PAST +) (FIN +) (NEG +)) WOULD NIL) +(wound wound ((V +) (N -) (FIN +) (PAST +) (SUBCAT NP)) WIND NIL) +(wound wound ((V +) (N -) (FIN +) (PAST +) (SUBCAT NULL)) WIND NIL) +(wound wound ((V +) (N -) (SUBCAT NP)) WOUND NIL) +(wound wound ((V +) (N -) (VFORM EN) (SUBCAT NP)) WIND NIL) +(wound wound ((V +) (N -) (VFORM EN) (SUBCAT NULL)) WIND NIL) +(wound wound ((V -) (N +)) WOUND NIL) +(wove wove ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) WEAVE NIL) +(woven woven ((V +) (N -) (SUBCAT NP) (VFORM EN)) WEAVE NIL) +(wrap wrap ((V +) (N -) (SUBCAT NP)) WRAP NIL) +(wreck wreck ((V +) (N -) (SUBCAT NP)) WRECK NIL) +(wreck wreck ((V -) (N +)) WRECK NIL) +(wrinkle wrinkle ((V -) (N +)) WRINKLE NIL) +(wrist wrist ((V -) (N +)) WRIST NIL) +(write write ((V +) (N -) (SUBCAT NP) (REG -)) WRITE NIL) +(written written ((V +) (N -) (SUBCAT NP) (VFORM EN)) WRITE NIL) +(wrong wrong ((V +) (N +) (AFORM NONE)) WRONG NIL) +(wrote wrote ((V +) (N -) (SUBCAT NP) (FIN +) (PAST +)) WRITE NIL) +(wry wry ((V +) (N +)) WRY NIL) +(+y +y ((FIX SUF) (V +) (N +) (STEM (N (INFL +))) (LAT -)) Y NIL) +(yard yard ((V -) (N +)) YARD NIL) +(year year ((V -) (N +)) YEAR NIL) +(yellow yellow ((V -) (N +) (COUNT -)) YELLOW NIL) +(yellow yellow ((V +) (N +)) YELLOW NIL) +(yesterday yesterday ((PRO +) (V -) (N -)) YESTERDAY NIL) +(yet yet ((V +) (N +) (ADV +)) YET NIL) +(yield yield ((V +) (N -) (SUBCAT NP)) YIELD NIL) +(yield yield ((V -) (N +)) YIELD NIL) +(you you ((V -) (N +) (PRO +) (PER 2)) YOU NIL) +(young young ((V +) (N +)) YOUNG NIL) +(your your ((QUA +) (SUBCAT DETN) (POSS +)) YOUR NIL) +(yours yours ((PRO +) (V -) (N +)) YOURS NIL) +(yourself yourself ((PRO +) (V -) (N +) (REFL ((BAR 2) (V -) (N +) (PER 2) (PLU -)))) YOURSELF NIL) +(yourselves yourselves ((PRO +) (V -) (N +) (REFL ((BAR 2) (V -) (N +) (PER 2) (PLU +)))) YOURSELVES NIL) +(youth youth ((V -) (N +)) YOUTH NIL) +(zero zero ((V +) (N +) (QUA +) (NUM CARD) (PART -)) ZERO NIL) +(zinc zinc ((V -) (N +) (COUNT -)) ZINC NIL) + diff --git a/examples/big/MAP/log.txt b/examples/big/MAP/log.txt new file mode 100644 index 000000000..4b66f9595 --- /dev/null +++ b/examples/big/MAP/log.txt @@ -0,0 +1,14 @@ +7/11/2006 + +14.10 write Lisp.cf + +14.20 able to parse biglex + +14.30 MkBig main program compiles + +16.25 writing 5842 lemmas in files + +17.15 compiles fine but get conflicts with Irreg and Structural + +17.37 compiles fine in BigShallowEng, but not BigEnglish, because the latter +imports too much conflicting lexicon to remove manually diff --git a/examples/shallow/BigShallowEng.gf b/examples/shallow/BigShallowEng.gf index 0a474afca..bb83e83fd 100644 --- a/examples/shallow/BigShallowEng.gf +++ b/examples/shallow/BigShallowEng.gf @@ -3,7 +3,7 @@ concrete BigShallowEng of BigShallowEngAbs = ShallowEng, BigLexEng, - IrregEng, +-- IrregEng, ExtraEng-[ ComplBareVS,MkVPI ] diff --git a/examples/shallow/BigShallowEngAbs.gf b/examples/shallow/BigShallowEngAbs.gf index e13425a3f..06f9e936f 100644 --- a/examples/shallow/BigShallowEngAbs.gf +++ b/examples/shallow/BigShallowEngAbs.gf @@ -3,7 +3,7 @@ abstract BigShallowEngAbs = Shallow, BigLexEngAbs, - IrregEngAbs, +-- IrregEngAbs, ExtraEngAbs-[ ComplBareVS, -- : VS -> S -> VP ; -- know you go MkVPI -- : VP -> VPI ;